/*-----------------------------------------------
  General - Variables
-----------------------------------------------*/
a {
  color: #ff7a00; }
  a:hover {
    color: #ff7a00; }

.Third-Nav-On-White a {
  color: #494949; }
  .Third-Nav-On-White a:hover {
    color: #ff7a00; }

.line-break {
  border-top: 1px solid #777777; }

.column-2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }
  @media only screen and (max-width: 792px) {
    .column-2 {
      -webkit-column-count: 1;
      /* Chrome, Safari, Opera */
      -moz-column-count: 1;
      /* Firefox */
      column-count: 1; } }

.column-3 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }
  @media only screen and (max-width: 792px) {
    .column-3 {
      -webkit-column-count: 1;
      /* Chrome, Safari, Opera */
      -moz-column-count: 1;
      /* Firefox */
      column-count: 1; } }

/*-form styling-----------------*/
input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
  width: 100%;
  font-size: 20px;
  background-color: #ebebeb;
  border: none;
  padding: 10px; }

.form-question-style {
  font-weight: bold; }

.form-2columns {
  display: inline-block;
  width: 100%; }
  .form-2columns p {
    width: 49%;
    margin-right: 2%;
    float: left; }
    .form-2columns p:nth-child(even) {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .form-2columns p {
        width: 100%;
        margin-right: 0;
        float: none; } }

.form-3columns {
  display: inline-block;
  width: 100%; }
  .form-3columns p {
    width: 32%;
    margin-right: 2%;
    float: left; }
    .form-3columns p select {
      width: 100%; }
    .form-3columns p:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .form-3columns p {
        width: 100%;
        margin-right: 0;
        float: none; } }

/*---All Form Text-areas---*/
.wpcf7-textarea {
  height: 125px;
  /*---Specific Added To Text-Areas That Should start has one---*/ }
  .textarea-one-line-start .wpcf7-textarea {
    height: 43px; }

.textarea-one-line-start {
  margin-bottom: 20px; }

/*---buttons---*/
.et_pb_button,
.button-light-background,
#sl_div .slp_ui_button {
  color: #ffffff !important;
  background: #494949;
  border-color: #ffffff;
  font-size: 20px;
  border-style: solid;
  border-radius: 3px; }
  .et_pb_button:hover,
  .button-light-background:hover,
  #sl_div .slp_ui_button:hover {
    color: #494949 !important;
    background: #fcd708 !important;
    border-color: #fcd708 !important; }

.yellow-button, input.wpcf7-form-control.wpcf7-submit, .fuel_saving_calculator input#Calc {
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  background-color: rgba(252, 215, 8, 0.5);
  border-radius: 3px;
  border: none;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 50px;
  margin-top: 10px; }
  .yellow-button:hover, input.wpcf7-form-control.wpcf7-submit:hover, .fuel_saving_calculator input#Calc:hover {
    transition-property: background-color, color;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    background-color: #fcb708;
    cursor: pointer; }

/* flag icons*/
.flag-icon {
  width: 15px; }

/*---Thing that needed/need to be center on moble---*/
@media only screen and (max-width: 980px) {
  .center-moble .et_pb_button_module_wrapper {
    text-align: center; } }

/*---Table responsive except for(Chassis Pool)---*/
@media only screen and (max-width: 980px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; } }
/*-----------------------------------------------
  General - Layout
-----------------------------------------------*/
.menu {
  display: inline-block; }
  .menu li {
    margin-right: 15px;
    display: inline-block; }

@media only screen and (max-width: 980px) {
  .et_pb_section {
    padding: 0; }

  .et_pb_row {
    padding: 0; }
    .et_pb_row:first-child {
      padding-top: 30px; }
    .et_pb_row:last-child {
      padding-bottom: 50px; } }
/*----------------------------------
  Main Nav
------------------------------------*/
.nav ul li a {
  opacity: 0.7; }
  .nav ul li a:hover {
    opacity: 1; }

.et-fixed-header #top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-ancestor > a,
.et-fixed-header #top-menu .current-menu-item a {
  color: #fcd708 !important; }

@media only screen and (max-width: 1190px) {
  #top-menu li {
    padding-right: 7px; } }
@media only screen and (max-width: 1115px) {
  #top-menu li {
    font-size: 12px; } }
@media only screen and (max-width: 1030px) {
  #top-menu li {
    padding-right: 5px; } }

@media only screen and (max-width: 1030px) {
  #et_top_search {
    margin-left: 11px; } }

@media only screen and (max-width: 980px) {
  #main-header,
  .container.et_menu_container {
    height: 112px; }

  #logo {
    max-height: 100%; }

  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 70%; }

  #et_search_icon:before {
    margin-top: 8px !important;
    font-size: 30px; } }
@media only screen and (max-width: 768px) {
  #et_search_icon:before {
    display: none; } }
/*---CA flag img---*/
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2057 img.flag-icon {
  filter: grayscale(100%); }

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2057 img.flag-icon:hover {
  filter: grayscale(0%); }

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2057 a:hover {
  opacity: 1 !important; }

/*---------------------------------
  Content Section - Homepage
---------------------------------*/
/*---home page slider---*/
/*---Slide Specific CSS---*/
.Home-Slider {
  /*---Slide Specific Traditional Series 2017---*/ }
  @media only screen and (max-width: 900px) {
    .Home-Slider .et_pb_slide_4.et_pb_slide .et_pb_slide_description .et_pb_slide_title {
      font-size: 30px !important; } }
  @media only screen and (max-width: 768px) {
    .Home-Slider .et_pb_slide_4.et_pb_slide .et_pb_slide_overlay_container {
      background-color: rgba(0, 0, 0, 0.6); } }
  .Home-Slider .et_pb_slide_3 .et_pb_slide_description,
  .Home-Slider .et_pb_slide_5 .et_pb_slide_description {
    float: left;
    max-width: 497px; }
  .Home-Slider .et_pb_slide_1 .et_pb_container {
    width: 90%; }
    @media only screen and (min-width: 1525px) {
      .Home-Slider .et_pb_slide_1 .et_pb_container {
        max-width: 1980px; } }
    @media only screen and (min-width: 1840px) {
      .Home-Slider .et_pb_slide_1 .et_pb_container {
        max-width: 1980px; } }
    .Home-Slider .et_pb_slide_1 .et_pb_container .et_pb_slide_description {
      float: left; }
      @media only screen and (max-width: 1840px) {
        .Home-Slider .et_pb_slide_1 .et_pb_container .et_pb_slide_description {
          max-width: 510px; } }
      @media only screen and (max-width: 980px) {
        .Home-Slider .et_pb_slide_1 .et_pb_container .et_pb_slide_description {
          max-width: 1080px;
          width: 100%; } }

/*-Content Section - About Page---------------------------------*/
@media only screen and (max-width: 1440px) {
  .et_pb_gallery_0 .et_pb_gallery_items.et_post_gallery {
    height: 350px; } }
@media only screen and (max-width: 980px) {
  .et_pb_gallery_0 .et_pb_gallery_items.et_post_gallery {
    height: 600px !important; } }
@media only screen and (max-width: 820px) {
  .et_pb_gallery_0 .et_pb_gallery_items.et_post_gallery {
    height: 400px !important; } }
@media only screen and (max-width: 620px) {
  .et_pb_gallery_0 .et_pb_gallery_items.et_post_gallery {
    height: inherit !important; } }

/*---------------------------------
  Content Section - Product Pages
---------------------------------*/
.product-table-title {
  padding-top: 8px;
  color: #fcd708; }

/*---Columns with in Tabs---*/
.toggle-columns .et_pb_toggle_content {
  columns: 3;
  column-fill: auto; }
  @media only screen and (max-width: 980px) {
    .toggle-columns .et_pb_toggle_content {
      columns: 2; } }
  @media only screen and (max-width: 680px) {
    .toggle-columns .et_pb_toggle_content {
      columns: 1; } }
.toggle-columns .et_pb_toggle_content.clearfix div {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid; }

.truck-equip-products-section {
  padding-bottom: 60px !important; }
  .truck-equip-products-section > div {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important; }
  @media only screen and (max-width: 980px) {
    .truck-equip-products-section h2 {
      text-align: center; }
    .truck-equip-products-section .et_pb_button_module_wrapper {
      text-align: center; } }

/*---------------------------------
  Content Section - Chassis Table Pages
---------------------------------*/
.chassis-menu {
  font-weight: bold;
  font-size: 1.2em; }
  .chassis-menu li {
    list-style: none; }

.chassis-pool-type-section {
  margin-bottom: 0px;
  padding: 0 !important; }
  .chassis-pool-type-section.chassis-pool-type-heading-section .et_pb_row {
    padding-bottom: 0 !important; }
  .chassis-pool-type-section.chassis-pool-type-heading-section h1 {
    padding: 0 0 10px 0 !important; }
  .chassis-pool-type-section:last-child {
    margin-bottom: 0px; }

table.chassis-table {
  background-color: white; }
  @media (max-width: 815px) {
    table.chassis-table tr.header-row {
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px; } }
  @media (max-width: 815px) {
    table.chassis-table tr.row-on-the-way td:nth-of-type(7):before {
      content: "ETA" !important; } }
  @media (max-width: 815px) {
    table.chassis-table tr.row-on-the-way td:nth-of-type(8):before {
      content: "Quantity Available"; } }
  table.chassis-table tr:hover th, table.chassis-table tr:hover td {
    background-color: #eaeaea !important; }
  @media (max-width: 815px) {
    table.chassis-table tr {
      /* Force table to not be like tables anymore */
      display: block;
      border: 1px solid #ccc;
      border-bottom: 0; } }
  table.chassis-table tr th {
    background-color: #777777;
    color: #ffffff; }
    @media (max-width: 815px) {
      table.chassis-table tr th {
        /* Force table to not be like tables anymore */
        display: block; } }
  @media (max-width: 815px) {
    table.chassis-table tr td.no-data {
      display: none; } }
  @media (max-width: 815px) {
    table.chassis-table tr td {
      /* Force table to not be like tables anymore */
      display: block;
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; } }
  @media (max-width: 815px) {
    table.chassis-table tr td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      bottom: 6px;
      width: 40%;
      padding: 2px 5px 5px 5px;
      white-space: nowrap;
      background-color: #777777;
      color: #ffffff; } }
  @media (max-width: 815px) {
    table.chassis-table tr td:nth-of-type(1):before {
      content: "Spec"; } }
  @media (max-width: 815px) {
    table.chassis-table tr td:nth-of-type(2):before {
      content: "Model"; } }
  @media (max-width: 815px) {
    table.chassis-table tr td:nth-of-type(3):before {
      content: "Year"; } }
  @media (max-width: 815px) {
    table.chassis-table tr td:nth-of-type(4):before {
      content: "Engine"; } }
  @media (max-width: 815px) {
    table.chassis-table tr td:nth-of-type(5):before {
      content: "WB"; } }
  @media (max-width: 815px) {
    table.chassis-table tr td:nth-of-type(6):before {
      content: "GVWR"; } }
  @media (max-width: 815px) {
    table.chassis-table tr td:nth-of-type(7):before {
      content: "VIN"; } }

/*-----------------------------------------------
  Footer Section
-----------------------------------------------*/
#menu-footer-links li {
  display: list-item; }

/*-----------------------------------------------
  Plugin Styles - Store Locator Plus
-----------------------------------------------*/
#sl_div input, #sl_div select {
  font-size: 14px; }
#sl_div label {
  padding: 0.46154em 0.53846em; }
#sl_div .slp_ui_button {
  padding: 0.46154em 0.53846em; }
#sl_div select {
  width: auto; }

.slp_results_container .results_wrapper .location_name {
  font-weight: bold;
  color: #333; }

/*-----------------------------------------------
  Plugin Styles - Easy Table
-----------------------------------------------*/
.easy-table {
  color: #333333; }
  .easy-table tr th {
    background-color: #777777;
    color: #ffffff; }
    .easy-table tr th:first-child {
      border-left: none; }
  .easy-table tr td {
    padding: 6px 24px;
    background-color: #ffffff; }
    .easy-table tr td:first-child {
      border-left: none; }
  .easy-table thead th {
    color: #ffffff; }
  .easy-table tbody tr:hover td, .easy-table tbody tr:hover th {
    background-color: #eaeaea !important; }

/*-----------------------------------------------
  Plugin Styles - Contact Form 7
-----------------------------------------------*/
/*---------------------------------
  Contact Us
---------------------------------*/
.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_off.et_pb_image_0.et_always_center_on_mobile.et-animated img,
.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_off.et_pb_image_1.et_always_center_on_mobile.et-animated img {
  /*border-radius: 50%;*/ }

.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_off.et_pb_image_0.et_always_center_on_mobile.et-animated img:hover,
.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_off.et_pb_image_1.et_always_center_on_mobile.et-animated img:hover {
  /*box-shadow: 5px 5px 20px #3b3b3b; */ }

.et_pb_module.et_pb_space.et_pb_divider {
  padding: 5px 0;
  margin-bottom: 0px; }

h5.et_pb_toggle_title {
  font-weight: bold; }

/*---------------------------------
  Feul Calculator
---------------------------------*/
.fuel_saving_calculator {
  padding-top: 20px; }
  @media (min-width: 981px) {
    .fuel_saving_calculator input[type=text], .fuel_saving_calculator input[type=password], .fuel_saving_calculator input[type=tel], .fuel_saving_calculator input[type=email], .fuel_saving_calculator input.text, .fuel_saving_calculator input.title, .fuel_saving_calculator textarea, .fuel_saving_calculator select {
      width: 30%;
      margin-top: 10px;
      margin-right: 5px; } }
  .fuel_saving_calculator h3 {
    font-weight: 700;
    line-height: 1.2em;
    font-size: 18px; }
  .fuel_saving_calculator label {
    width: 100%;
    display: inline-block; }
    @media (min-width: 981px) {
      .fuel_saving_calculator label {
        width: 30%;
        text-align: right;
        padding-right: 10px; } }
  .fuel_saving_calculator input#Calc {
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 10px; }
    @media (min-width: 981px) {
      .fuel_saving_calculator input#Calc {
        width: 29%;
        margin-right: 1%;
        float: left; } }
