/*----------------------------------------------------------------
Boxwheel Responsive Stylesheet
Author:	The Creative Alliance
----------------------------------------------------------------*/
/* Import our variables */
/*----------------------------------------------------------------
Boxwheel LESS Variables
Author:	The Creative Alliance
----------------------------------------------------------------*/
@media only screen and (max-width: 1180px) {
  .et_fixed_nav #main-header .container {
    width: 95%;
  }
}
@media only screen and (max-width: 980px) {
  .et_fixed_nav #main-header {
    height: 85px;
  }
  .et_fixed_nav #main-header .container {
    width: auto;
    margin-right: 20px;
    margin-left: 15px;
  }
  .et_fixed_nav #main-header .logo_container {
    top: 0px;
  }
  .et_fixed_nav #main-header .logo_container #logo {
    max-height: 55px;
    margin-top: 0;
  }
  .et_fixed_nav #main-header #et-top-navigation {
    padding-top: 30px;
  }
  .et_fixed_nav #main-header .mobile_menu_bar::before,
  .et_fixed_nav #main-header .mobile_menu_bar::after {
    color: #000;
  }
  .et_fixed_nav #main-header .et_mobile_menu {
    max-width: 280px;
    padding: 10px 15px;
    left: auto;
    right: 0;
    background: #fff !important;
    border-top: 2px solid #a8c334;
  }
  .et_fixed_nav #main-header .et_mobile_menu a {
    background: transparent;
    text-transform: uppercase;
    font-weight: normal;
  }
  .et_fixed_nav #main-header .et_mobile_menu a:hover {
    color: #a8c334;
  }
  .et_fixed_nav #main-header .et_mobile_menu li li {
    padding-left: 5px;
  }
  .et_fixed_nav #main-header .et_mobile_menu li.highlight {
    background: #a8c334;
  }
  .et_fixed_nav #main-header .et_mobile_menu li.highlight a {
    color: #fff !important;
    font-weight: 900;
    letter-spacing: 1px;
  }
  .et_fixed_nav #main-header .et_mobile_menu li.highlight:hover {
    background: #99b230;
  }
  .et_fixed_nav #main-header.et-fixed-header .fixed-page-heading {
    display: none !important;
  }
  .et_pb_section.homepage-hero .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 98%;
  }
  .et_pb_section.testimonials-slider .et_pb_row_5 {
    padding-bottom: 0;
  }
  .et_pb_section.testimonials-slider .et_pb_slider {
    width: 98%;
  }
  .et_pb_section.testimonials-slider .et_pb_slider .et_pb_slide {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .et_pb_section.three-blurbs .et_pb_column_1_3 {
    width: 29.666% !important;
    margin-right: 5.5% !important;
  }
  .et_pb_section.easy-business .et_pb_column_1_2 {
    width: 50% !important;
  }
  .et_pb_section.buy-a-trailer {
    background-position: 60% 50%;
  }
  #main-footer #et-footer-nav .bottom-nav li.et-social-icon {
    display: none;
  }
  #main-footer #footer-widgets .footer-widget {
    padding: 0 0 25px;
  }
  #main-footer #footer-widgets .footer-widget .custom-html-widget p.footer-quote {
    text-align: left;
  }
  #main-footer #footer-widgets .footer-widget .et-social-icons {
    float: none;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .twocolumns {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .et_pb_section.homepage-hero .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .et_pb_section.three-blurbs .et_pb_column_1_3 {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .et_pb_section.three-blurbs .et_pb_column_1_3 .et_pb_blurb {
    height: 320px;
  }
  .et_pb_section.easy-business .et_pb_column_1_2 {
    width: 50% !important;
  }
  .et_pb_section.buy-a-trailer {
    background-position: 80% 50%;
  }
  .et_pb_section.buy-a-trailer .et_pb_text {
    margin-left: 40%;
    text-align: right;
  }
  .et_pb_section.buy-a-trailer h3 {
    text-align: right;
  }
  .et_pb_section.buy-a-trailer h3::after {
    left: auto;
    right: 0;
  }
  #page-container h1,
  #page-container h2 {
    font-size: 24px;
  }
  #main-footer #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  #main-header {
    height: 85px;
  }
  #main-header .container {
    margin-right: 20px;
  }
  #main-header .logo_container {
    top: 4px;
  }
  #main-header #logo {
    max-height: 40px;
    max-width: 65%;
  }
  #main-header .mobile_menu_bar::before,
  #main-header .mobile_menu_bar::after {
    color: #333;
  }
  .et_pb_section.homepage-hero.photo .et_pb_fullwidth_header {
    background-position-x: 0px;
    background-position-y: top;
    background-size: 480px;
  }
  .et_pb_section.homepage-hero.photo .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    padding-top: 200px;
    padding-bottom: 0px;
  }
  .et_pb_section.homepage-hero.photo .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .et_pb_section.homepage-hero.photo .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1 {
    padding-top: 15px;
    font-size: 22px !important;
    color: #000 !important;
  }
  .et_pb_section.homepage-hero.photo .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content .et_pb_fullwidth_header_subhead {
    color: #999 !important;
  }
  .et_pb_section.easy-business .et_pb_column_1_2 {
    width: 100% !important;
  }
  .et_pb_section.buy-a-trailer {
    background-position: 80% 50%;
  }
  .et_pb_section.buy-a-trailer .et_pb_text {
    margin-left: 0%;
  }
  .et_pb_row {
    padding: 0 !important;
  }
  #page-container img.alignleft,
  #page-container img.alignright {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  #main-content .logos {
    display: block;
  }
  #main-content .logos .logo-wrapper {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
  #main-footer #et-footer-nav .bottom-nav li {
    display: block;
    text-align: center;
    float: none;
    padding-right: 0;
  }
  #main-footer #footer-info .credit {
    text-align: left;
    position: relative;
    padding-top: 25px;
  }
}
