#header_meta {
    border: none !important;
    background: transparent !important;
}

a {
    text-decoration: none !important;
}

.inner-col-area .av-flex-placeholder {
    width: 25px !important;
}

.call-btn .avia_button_icon {
    display: inline-block;
    transform: rotate(170deg);
}

.big-preview.single-big {
    display: none;
}

@media (min-width: 481px) {
  #header_meta .sub_menu li a {
      background: #003b4a;
      color: #fff;
      text-transform: uppercase;
      padding: 5px 15px;
      border-radius: 5px;
      letter-spacing: 1px;
  }
}
#header_meta .sub_menu li a:hover {
    color: #fff !important;
    opacity: .9 !important;
}

.phone-info a {
    font-size: 15px;
}

#header_meta .phone-info {
    top: 5px;
    position: relative;
}

#header_meta .sub_menu {
    top: 14px;
    position: relative;
    order: 2;
}

.main_menu .avia-menu-text {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (min-width: 1111px) {
  #header_main .container, .main_menu ul:first-child > li a {
      height: 48px !important;
      line-height: 48px !important;
  }
}

.avia-menu-fx {
    display: none !important;
}

#header_main {
    border-bottom: 4px solid #003b4a !important;
    border-top: none !important;
}

#main {
    padding-top: 81px !important;
}

.logo img {
    max-height: 1000% !important;
    width: 250px !important;
}

#header_meta .container {
    display: flex;
    justify-content: flex-end;
}

span.logo {
    position: absolute;
    top: -20px;
    height: 71px !important;
}

.menu-item-top-level a:hover {
    color: #00827e !important;
}

@media (min-width: 768px) and (max-width: 1110px)  {
  #header_main .container, .main_menu ul:first-child > li a {
      height: 70px !important;
      line-height: 70px !important;
  }

  #main {
      padding-top: 100px !important;
  }

  .logo img {
    margin-top: 10px !important;
  }
}

@media (max-width: 1110px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block !important;
    }

    .menu-item-top-level {
        display: none;
    }

    #av-burger-menu-ul li a {
        height: auto !important;
        line-height: 1.5 !important;
    }
}

@media only screen and (max-width: 767px) {
    .logo img {
        width: 180px !important;
    }



    #header_meta .container {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    #header_meta .phone-info {
        width: 40%;
    }

    #header_meta .sub_menu {
        width: calc(60% - 10px) !important;
        padding: 5px 0 0;
        margin-right: 0 !important;
    }

    #header_meta .sub_menu li:last-child {
      padding-right: 0 !important;
    }

    #header_meta .phone-info {
        padding-bottom: 0 !important;
        text-align: left;
    }

    #header_meta .sub_menu ul {
        text-align: right !important;
    }

    .responsive body#top .logo {
        height: 65px !important;
    }

    .responsive #top .av-main-nav .menu-item-avia-special {
      position: relative;
      top: -10px;
    }
}

@media (max-width: 480px) {
    #header_meta .sub_menu li a {
        font-size: 12px;
        color: #00827e !important;
    }
}

#top .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 600px !important;
    position: relative;
}

.hero-area .slideshow_caption {
    width: 100% !important;
}

.hero-call-btn br {
    display: none;
}

.hero-area .slideshow_caption .home-search,
.hero-area .slideshow_caption .avia-caption-title {
    max-width: 650px;
}

.hero-area .avia-caption-title {
    font-weight: normal;
    font-size: 25px !important;
}

.hero-area .avia-caption-title .bolder-text {
    display: block;
    font-weight: bold !important;
    font-size: 35px !important;
}

.hero-area .avia-slideshow {
    position: relative;
}

.hero-area .avia-slideshow-inner li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
}

.hero-call-btn {
    position: relative;
    top: 100px;
}

@media (max-width: 767px) {
    .hero-call-btn {
        right: calc(50% - 86px);
        top: 50px;
    }
}

.normal-button a,
.hero-area .avia-slideshow-button {
   background: #fff !important;
   color: #333 !important;
   border: 3px solid #00827e !important;
   border-radius: 5px !important;
   padding: 10px 25px !important;
   font-size: 16px !important;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   font-weight: 600 !important;
   transition: .5s;
}

.normal-button a:hover {
    background: #00827e !important;
    color: #fff !important;
}

#footer .flex_column {
    display: flex;
    align-items: center;
}

#footer .flex_column:last-child {
    justify-content: flex-end;
}

#footer .widget_media_image img {
    width: 250px;
    padding-right: 20px;
}

.footer-tel img {
    width: 28px;
    padding: 2px;    
}

.footer-tel .whatsapp-icon {
    display: flex;
    width: 40px;
    height: 40px;
    border: 2px solid #30b945;
    border-radius: 100%;
    padding: 0px;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}

#menu-footer-nav ul {
    padding-right: 20px !important;
}
#menu-footer-nav li {
    display: inline-block;
    padding: 0 5px;
}

#menu-footer-nav li a{
    font-size: 16px;
    color: #434344;
    text-transform: uppercase;
    font-weight: bold;
}

#menu-footer-nav li a:hover {
    color: #1d753b !important;
}

#footer {
    padding: 0 !important;
    border-top: 3px solid #003b4a !important;
}

.footer-tel {
    display: flex;
    align-items: center;
}

.avia_social_icons_widget .av-social-link-facebook a {
    background-color: #365089 !important;
}

.avia_social_icons_widget .av-social-link-twitter a {
    background-color: #1EA5DD !important;
}

.avia_social_icons_widget .av-social-link-linkedin a {
    background-color: #0073B4 !important;
}

.avia_social_icons_widget .av-social-link-gplus a {
    background-color: #D34836 !important;
}

.avia_social_icons_widget .av-social-link-youtube a {
    background-color: #D41D1F !important;
}

.avia_social_icons_widget .av-social-link-instagram a {
    background-image: linear-gradient(to bottom, #6B48BD, #CF3185, #F2653C) !important;
}

.avia_social_icons_widget .av-social-link-skype a {
    background-color: #1EB7EC !important;
}

.avia_social_icons_widget .av-social-link-pinterest a {
    background-color: #BD081B !important;
}

.avia_social_icons_widget .av-social-link-vimeo a {
    background-color: #1AB7EA !important;
}

h1.avia-caption-title {
    color: #fff !important;
}

#footer .widget {
    margin: 10px 0 !important;
}

@media (min-width: 961px) {
  #avia_social_icons_widget-2 {
      padding-left: 20px !important;
  }
}

.section-title .av-special-heading-tag { 
    text-transform: none !important;
    font-weight: 600 !important;
    line-height: 1.5;
}

.border-bottom-area {
    border-bottom: 4px solid #003b4a !important;
}

.intro-col {
    border: 3px solid #003b4a !important;
    border-radius: 0 0 10px 10px !important;
}

.home-intro-col .av-flex-placeholder {
    width: 30px !important;
}

.intro-col-title {
    background: #003b4a !important;
    padding: 10px !important;
    margin-bottom: 20px;
}

.intro-col-title h2 {
    color: #fff !important;
}

.normal-button-alt {
    padding: 10px;
}

.normal-button-alt a {
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 10px !important;
    border: none !important;
}

.normal-button-alt a:hover {
    opacity: .9 !important;
}

.intro-col-text {
    min-height: 104px;
    margin-top: 20px;
}

.image-overlay {
    background: transparent !important;
}

.image-overlay-inside:before {
    display: none !important;
}

.home-posts .slide-entry {
    position: relative;
}

.home-posts .read-more-link {
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: center;
}

.home-posts .read-more-link a {
    background: #fff !important;
    border: 3px solid #003b4a !important;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 6px 25px !important;
    border-radius: 5px !important;
    transition: .5s;
}

.home-posts .read-more-link a:hover {
  background: #003b4a !important;
  color: #fff !important;
}

.home-posts .more-link-arrow {
    display: none;
}

.home-posts .slide-entry-title {
    font-size: 22px;
    margin-top: 15px;
}

.result-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.result-list .single-item {
    width: 48%;
}

.CalendarMonth td {border-color: #ccc;}

/* Contact Form CSS */
.contact-form li {margin: 0 !important;}

.contact-form .gform_body select,
.contact-form .gform_body input,
.contact-form .gform_body textarea {
   padding: 10px !important;
}

.contact-form .gform_footer {
   margin: 15px 0 0 0 !important;
   padding: 0 !important;
}

.contact-form .gform_footer input[type=submit] {
   width: 100% !important;
   padding: 5px 10px !important;
   text-transform: uppercase !important;
   letter-spacing: 2px !important;
}

.textarea.small {
    margin-bottom: 0 !important;
}

@media (min-width: 641px) {
    .contact-form .gform_footer input[type=submit] {
        padding: 15px !important;
    }
    
    .contact-form .gform_footer input[type=submit] {
        width: calc(100% - 16px) !important;
    }
}
/* Contact form CSS Ends*/

.product-form .ginput_container_address span {
    margin-top: 7px !important;
}

.product-form .ginput_container_address .address_state,
.product-form .ginput_container_address .address_city {
    margin-top: 10px !important;
}

.product-form {
    margin-top: 30px;
}

.single-product-right {
    background: #f1f1f1;
    padding: 30px 14px 20px 30px;
}

.product-form textarea,
.product-form select,
.product-form input[type='text'] {
    border-color: #003b4a !important;
    background: #fff !important;
}

.va-overview-table td {
    color: #000;
    font-size: 16px;
    text-transform: capitalize !important;
}

.va-label {
    color: #003b4a;
    font-weight: bold;
}

.single-product-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 5px;
    background: #003b4a;
}

.single-product-title {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 25px !important;
}

.single-product-title h1 {
    font-weight: bold !important;
}

.product-form .address_country {
    position: relative;
}

.product-form .address_country:before {
    content: '\e873';
    font-family: entypo-fontello;
    position: absolute;
    right: 20px;
    top: 8px;
    color: #969696
}

/* Single Features CSS */

.rv-feature-table svg {
    width: auto;
    height: 40px;
}

.rv-feature-table td {
    text-align: center;
    font-size: 16px;
    padding: 15px 10px;
    color: #000;
}

td.inverter svg {
    transform: rotate(90deg);
}

.va-label-list {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}

.va-label-list li {
        list-style-type: none !important;
    margin: 0 0 10px 0 !important;
    width: 50%;
}

@media (max-width:767px) {
        .va-label-list li {
            width: 100%;  
    }
}

/* Single Features CSS ENDS */

@media (max-width: 540px) {
    .rv-feature-table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .rv-feature-table td {
        width: 50%;
        border: 1px solid #f1f1f1 !important;
        background: #fff;
    }

    .rv-feature-table td:nth-child(3n+1) {
        background: #f8f8f8 !important;
    }
}
@media (min-width: 541px) {
    .rv-feature-table td {
        background: #fff;
    }

    .rv-feature-table td:nth-child(2n+1) {
        background: #f8f8f8 !important;
    }
}

.lslide {
    margin: 0 !important;
}

.lslide img {
    width: 100%;
}

.lSPager {
    display: none !important;
}

.rv-video-wrap { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.rv-video-wrap iframe,
.rv-video-wrap object,
.rv-video-wrap embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rv-feature-table td {color: #d2d2d2;}

.rv-feature-table td div {
    fill: #d2d2d2;
}

.rv-feature-table td.active {
    color: #000
}

.rv-feature-table td.active div {
    fill: #003b4a;
}

ul.rental-type {
    list-style: none !important;
    margin: 0;
}

ul.rental-type li {
    margin: 0;
}

ul.rental-type li label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

ul.rental-type li:first-child input {
    -webkit-mask-image: url(/wp-content/uploads/2019/04/a.svg);
    mask-image: url(/wp-content/uploads/2019/04/a.svg);
}

ul.rental-type li:first-child input:checked {
    -webkit-mask-image: url(/wp-content/uploads/2019/04/a.svg);
    mask-image: url(/wp-content/uploads/2019/04/a.svg);
}

ul.rental-type li:nth-child(2) input {
    -webkit-mask-image: url(/wp-content/uploads/2019/04/c.svg);
    mask-image: url(/wp-content/uploads/2019/04/c.svg);
}

ul.rental-type li:nth-child(2) input:checked {
    -webkit-mask-image: url(/wp-content/uploads/2019/04/c.svg);
    mask-image: url(/wp-content/uploads/2019/04/c.svg);
}

ul.rental-type li:nth-child(3) input {
    -webkit-mask-image: url(/wp-content/uploads/2019/04/t.svg);
    mask-image: url(/wp-content/uploads/2019/04/t.svg);
}

ul.rental-type li:nth-child(3) input:checked {
    -webkit-mask-image: url(/wp-content/uploads/2019/04/t.svg);
    mask-image: url(/wp-content/uploads/2019/04/t.svg);
}

ul.rental-type li:nth-child(4) input {
    -webkit-mask-image: url(/wp-content/uploads/2019/04/b.svg);
    mask-image: url(/wp-content/uploads/2019/04/b.svg);
}

ul.rental-type li:nth-child(4) input:checked {
    -webkit-mask-image: url(/wp-content/uploads/2019/04/b.svg);
    mask-image: url(/wp-content/uploads/2019/04/b.svg);
}

ul.rental-type li:first-child input,
ul.rental-type li:nth-child(2) input,
ul.rental-type li:nth-child(3) input,
ul.rental-type li:nth-child(4) input {
    -webkit-appearance: none;
    width: 100px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 26px;
    display: inline-block !important;
    background-size: contain;
    background-color: #b9b9b9;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    cursor: pointer;
}

ul.rental-type li:first-child input:checked,
ul.rental-type li:nth-child(2) input:checked,
ul.rental-type li:nth-child(3) input:checked,
ul.rental-type li:nth-child(4) input:checked {
    background-color: #003b4a;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

ul.rental-type li:nth-child(5) {
    margin-top: 15px;
}

ul.rental-type li:nth-child(5) input,
ul.rental-type li:nth-child(6) input,
ul.rental-type li:nth-child(7) input {
    margin-right: 10px;
}

.wheelbase-pagination {
    margin: 30px 0 0 0 !important;
    padding: 0 !important;
    display: flex;
    list-style: none !important;
}

.wheelbase-pagination li {
    margin: 0 !important;
}

.wheelbase-pagination a {
    min-width: 35px !important;
    width: auto !important;
    padding: 0 10px !important;
    cursor: pointer;
    color: #5a5a5a !important;
    font-weight: bold !important;
    font-size: 13px !important;
    border: 1px solid #003b4a !important;
    background: #003b4a !important;
}

li.break {
    padding: 5px !important;
    line-height: 22px !important;
}

li.active-page a {
    background: #009688 !important;
    color: #fff !important;
}

#vehicle-location {
    height: 300px;
    overflow: auto;
}

.filter-title {
    text-transform: uppercase;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #ccc;
}

.filter-title.first {
    border-top : none;
    margin-top: 0;
    padding-top: 0;
}

#vehicle-lengths ul,
#vehicle-year ul {
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    list-style: none !important;
}

#vehicle-lengths ul li,
#vehicle-year ul li {
    margin: 0 !important;
    width: 50%;
}

#vehicle-lengths ul li input,
#vehicle-year ul li input {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    -webkit-appearance: none;
    border: solid 2px #003b4a;
    margin-right: 10px;
    transition: all .3s ease;
    display: inline-block !important;
}

#vehicle-lengths ul li label:hover,
#vehicle-year ul li label:hover
#vehicle-lengths ul li label input:hover,
#vehicle-year ul li label input:hover {
    cursor: pointer !important;
}

#vehicle-lengths ul li input.active,
#vehicle-year ul li input.active {
    background-color: #003b4a;
}

.wheelbase-checkbox-item-label {
    display: flex;
}

.dashboard-area .flex_column {
    border-bottom: 3px solid #fff !important;
}

.dashboard-area .flex_column:hover {
    border-bottom: 3px solid #003b4a !important;
}

.dashboard-area .flex_column:hover .iconbox_content {
    background: #f1f1f1 !important;
}

/* TML CSS Starts Here */

.tml-profile .form-table tr {
  background-color: #fff !important;
  display: block;
  margin: 0;
}
.tml-profile td.acf-label {
  display: block;
  padding: 0 !important;
  font-size: 20px;
  margin: 0 0 5px 0 !important;
}

.tml-profile .tml-label,
.acf-accordion-title, .tml-profile td.acf-label label {
  color: #003b4a !important;
  font-size: 18px !important;
  font-weight: bold !important;
  margin-top: 0 !important;
}
.tml-profile td.acf-label, .tml-profile td.acf-input {
  border: none !important;
  width: 100% !important;
}
.tml-profile td.acf-input {
  padding: 0 !important;
  display: block;
}

.tml-profile h2 {
    display: none !important;
}

.tml-profile .form-table tbody,
.tml-profile form {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

#top .tml-profile tr.acf-field,
.tml-profile .tml-field-wrap {
    width: 49%;
}

@media (max-width: 767px) {
    #top .tml-profile tr.acf-field,
    .tml-profile .tml-field-wrap {
        width: 100% !important;
    }
}


.tml-email-wrap,
.tml-user_login-wrap {
    order: -1;
}


.tml-field-wrap.tml-pass2-wrap,
.tml-field-wrap.tml-pass1-wrap {
    order: -1;
}

.tml-profile .acf-field {
  clear: none;
}


@media (max-width: 989px) {
  .tml-profile .user-field label, .tml-profile .acf-label label {
    font-size: 15px !important;
  }
  .tml-profile .inner_sidebar {
    margin-left: 20px;
  }
  .tml-profile label, .tml-profile .sub-step-indicator li {
    font-size: 16px !important;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .tml-profile .user-fields-tml .user-field {
    width: 48% !important;
    display: block;
    float: left;
  }
  .tml-profile .user-field.fifty:nth-child(odd) {
    padding-right: 1%;
  }
  .tml-profile .user-field.fifty:nth-child(even) {
    padding-left: 1%;
  }
  .tml-profile .acf-accordion .acf-field {
    width: 50%;
  }
}
.user-fields-tml .user-field {
  color: #003b4a;
}
.user-fields-tml label {
  font-size: 18px !important;
  line-height: 35px;
}
.user-fields-tml input, .wp-pwd input, .user-fields-tml select, .acf-field select {
  border-radius: 2px !important;
  padding: 10px 15px !important;
  background-color: initial !important;
  color: #333 !important;
  font-size: 15px !important;
}
#password {
  background-color: #fff !important;
}
#password label {
  font-size: 18px !important;
  color: #003b4a;
}
#password th {
  border: none !important;
  padding: 10px 0;
}
#password td {
  border: none;
  padding: 0 0 30px 0;
}
.password {
  width: 49%;
}
.tml-form-table {
  margin-bottom: 30px;
  width: 100% !important;
}
#pass1-text {
  display: none !important;
}
.show-password #pass1-text {
  display: block !important;
}
div#pass-strength-result {
  margin-bottom: 18px !important;
}
.password .wp-generate-pw, .password .hide-if-no-js {
  border-radius: 3px;
  background-color: #f3f3f3 !important;
  color: #484848 !important;
  border: 1px solid #d4d4d4 !important;
}
.pw-weak {
  background-color: #f7f7f7 !important;
  border: none !important;
}
.pw-weak th, .pw-weak td {
  border: none !important;
}
.pw-weak th {
  color: #071d5e;
}
#your-profile h2 {
  display: none;
}
.tml-profile .form-table {
  background-color: #fff;
  margin-top: 20px;
}
.tml-profile .form-table input {
  border-radius: 2px !important;
  padding: 10px 15px !important;
  background-color: initial !important;
  color: #333 !important;
  height: 40px !important;
  font-size: 15px !important;
}
.tml-profile .acf-field-5c67b08919492, .tml-profile .acf-field-5c67b01d19490 {
  width: 98% !important;
  padding: 0 !important;
}
#top .acf-accordion {
  display: block !important;
  width: 97%;
  padding: 0 !important;
  padding-bottom: 10px !important;
}
.tml-profile .acf-input-wrap input, .tml-profile textarea, .tml-profile .input-search {
  max-width: 100% !important;
}
.tml-profile {
  max-width: 750px;
  margin: 0 auto;
}

.acf-input select {
    max-width: 100% !important;
}

#your-profile input[type="submit"] {
    font-size: 18px;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

tr.full {
   width: 100% !important;
}

tr.snap-left {
   clear: left !important;
}

tr.hidden {
   display: none !important;
}

/* TML CSS Ends Here */

/* Add Vehicle CSS Starts Here */
.page-template-template-add-vehicle-php .af-fields,
.single-vehicle .af-fields  {
   display: flex;
   flex-wrap: wrap;
}

.single-vehicle .af-field-v-video,
.single-vehicle .af-field-v-pictures,
.single-vehicle .af-field-v-description,
.single-vehicle .af-field-v-street-add,
.single-vehicle .acf-field-message,
.single-vehicle .af-field-v-title,
.page-template-template-add-vehicle-php .af-field-v-video,
.page-template-template-add-vehicle-php .af-field-v-pictures,
.page-template-template-add-vehicle-php .af-field-v-description,
.page-template-template-add-vehicle-php .af-field-v-street-add,
.page-template-template-add-vehicle-php .acf-field-message,
.page-template-template-add-vehicle-php .af-field-v-title {
    width: 100%;
}

.single-vehicle .acf-label label,
.page-template-template-add-vehicle-php .acf-label label {
  color: #222;
  font-size: 18px !important;
}

.single-vehicle .acf-form-title,
.page-template-template-add-vehicle-php .acf-form-title {
    font-size: 25px;
    color: #003b4a;
    margin-bottom: 30px;
    padding-top: 20px;
}

.single-vehicle .af-field,
.page-template-template-add-vehicle-php .af-field {
    border: none !important;
    padding: 0 12px !important;
}

.single-vehicle .acf-form,
.page-template-template-add-vehicle-php .acf-form {
    max-width: 850px;
    margin: 0 auto;
}

.single-vehicle .af-label,
.page-template-template-add-vehicle-php .af-label {
    margin: 10px 0 !important;
}

.single-vehicle .acf-checkbox-list li label,
.page-template-template-add-vehicle-php .acf-checkbox-list li label {
    font-size: 16px !important;
    font-weight: normal !important;
}

.single-vehicle .acf-input-prepend,
.single-vehicle .acf-input-append,
.page-template-template-add-vehicle-php .acf-input-prepend,
.page-template-template-add-vehicle-php .acf-input-append {
    min-height: 38px;
    color: #003b4a;
    padding: 10px !important;
}

.single-vehicle .af-submit-button,
.page-template-template-add-vehicle-php .af-submit-button {
    font-size: 18px;
    padding: 12px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #003b4a;
    border: none;
    color: #fff !important;
}

.single-vehicle .af-submit-button:hover,
.page-template-template-add-vehicle-php .af-submit-button:hover {
  opacity: .8;
  cursor: pointer
}

@media (min-width: 768px) {
  .single-vehicle .acf-checkbox-list,
  .page-template-template-add-vehicle-php .acf-checkbox-list  {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .single-vehicle .acf-checkbox-list li,
  .page-template-template-add-vehicle-php .acf-checkbox-list li {
    width: 30%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
    .af-field {
        width: 100% !important;
    }
}

#top.single-vehicle .input-text,
#top.single-vehicle input[type="text"],
#top.single-vehicle input[type="input"],
#top.single-vehicle input[type="password"],
#top.single-vehicle input[type="email"],
#top.single-vehicle input[type="number"],
#top.single-vehicle input[type="url"],
#top.single-vehicle input[type="tel"],
#top.single-vehicle input[type="search"],
#top.page-template-template-add-vehicle-php .input-text,
#top.page-template-template-add-vehicle-php input[type="text"],
#top.page-template-template-add-vehicle-php input[type="input"],
#top.page-template-template-add-vehicle-php input[type="password"],
#top.page-template-template-add-vehicle-php input[type="email"],
#top.page-template-template-add-vehicle-php input[type="number"],
#top.page-template-template-add-vehicle-php input[type="url"],
#top.page-template-template-add-vehicle-php input[type="tel"],
#top.page-template-template-add-vehicle-php input[type="search"] {
    background: #fff !important;
    padding: 10px 15px !important;
    height: 38px;
}

#top.single-vehicle  textarea,
#top.page-template-template-add-vehicle-php  textarea {
    background: #fff !important;
    padding: 10px 15px !important;
}

#top .acf-gallery-toolbar {
    padding: 20px 30px !important;
    height: 85px !important;
}

.single-vehicle .acf-button.button.button-primary.acf-gallery-add,
.page-template-template-add-vehicle-php .acf-button.button.button-primary.acf-gallery-add {
    border: 1px solid #1e7338 !important;
    color: #003b4a !important;
    background: transparent;
    font-weight: bold;
    padding: 8px 15px !important;
    position: relative;
    top: 10px;
}


#top .af-field-v-vide input[type="text"] {
    margin-bottom: 0 !important;
}

#top .acf-oembed .title {
    padding: 20px 30px !important;
    margin-bottom: -20px !important;
}

#top .acf-switch .acf-switch-on {
    color: #fff !important;
}

#top .acf-switch.-on {
    background: #003b4a !important;
    border-color: #003b4a !important;
}

#top .acf-switch-slider {
    border-color: #ccc !important;
}

#top .af-field-v-pictures {
    margin-bottom: 25px !important;
}

#top .af-fields .af-field-type-radio {
    width: 100%;
    margin: 20px 0;
}

#top .af-fields .af-field-type-radio .af-input label {
    font-size: 16px;
    font-weight: normal;
}

/* Add Vehicle CSS Ends Here */

/* TML CSS Starts Here */

.tml-lostpassword,
.tml-login {
    max-width: 500px !important;
    margin: 0 auto !important;
    border: 1px solid #e6e6e6 !important;
    padding: 30px 40px 40px;
    border-radius: 5px !important;
    background: #f5f5f5 !important;
}

ul.tml-links {
    list-style-type: none !important;
    margin: 0 !important;
}

ul.tml-links li {
    margin: 0 !important;
    display: inline-block !important;
    font-weight: bold;
}

ul.tml-links li:first-child {
    margin-right: 10px !important;
    padding-right: 10px !important;
    border-right: 1px solid #ccc !important;
}

.tml-button {
    min-width: 125px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


@media (min-width: 768px) {
    .tml-action-login .content {
        padding: 150px 0;
    }
}

.tml-login .tml-message,
.tml-login .tml-field {
    background: #fff !important;
}

.tml-register {
    max-width: 650px;
    margin: 0 auto;
}

.tml-register h2 {
    display: none;
}

.tml-field,
.tml-register input[type="text"] {
    background: #fff !important;
}

.tml-register .acf-user-register-fields,
.tml-register form {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
}


.tml-register .tml-field-wrap,
.tml-register .acf-user-register-fields .acf-field {
    width: 49% !important;
}

@media (max-width: 767px) {
    .tml-register .tml-field-wrap,
    .tml-register .acf-user-register-fields .acf-field {
        width: 100% !important;
    }
}

#top .tml-recaptcha-wrap,
#top .tml-submit-wrap,
#top .tml-indicator_hint-wrap,
#top .tml-indicator-wrap,
#top .tml-user_email-wrap,
.tml-register .acf-user-register-fields,
.tml-register .acf-user-register-fields .acf-field.full {
    width: 100% !important;
}

.tml-register .indicator-hint {
    font-size: 14px;
    color: #000;
    font-style: italic;
}

.tml-register #pass-strength-result {
    font-size: 14px;
    text-align: center;
    padding: 2px 10px;
}

.tml-profile  .tml-description {
    display: none !important;
}

.tml-profile .tml-field-wrap {
    margin-bottom: 0;
}

.home-search button {
    width: 30% !important;
    padding: 0 !important;
    background: #00827e;
    border: none !important;
    border-radius: 0 10px 10px 0 !important;
    cursor: pointer !important;
}

.search-icon:before {
    content: '\e803';
    font-family: entypo-fontello;
    font-size: 20px;
}

.home-search input[type="text"] {
    padding: 15px !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
    border: none !important;
}

.home-search form {
    display: flex !important;
    margin-top: 30px !important;
    flex-wrap: wrap !important;
}


.home-search input[type="text"] {
    width: 70% !important;
    border-radius: 10px 0 0 10px !important;
}


.inner-page-heading .av-special-heading-tag {
    text-transform: none !important;
}

h1,h2,h3,h4 {
    line-height: 1.5 !important;
}

@media (min-width: 768px) {
    .inner-heading-area .content {
        padding: 250px 0 100px;
    }
}

.renters-hero {
    background-position: center 25% !important;
}

.inner-heading-area .flex_column_table {
    display: flex !important;
    flex-wrap: wrap !important;
    
}

.inner-heading-area .flex_column {
    background: rgba(0, 0, 0, 0.6);
    max-width: 650px;
    padding: 30px 40px;
    border-radius: 5px !important;
    position: relative;
    margin-bottom: 0 !important;
}

.call-now-button a {
    color: #1e7338 !important;
    background: #fff !important;
    border: 2px solid #00827e !important;
    padding: 7px 45px 7px 10px !important;
    font-weight: bold !important;
    border-radius: 5px !important;
}

.call-now-button .larger-text {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 5px;
    letter-spacing: 0.5px;
    position: relative;
}

.call-now-button .larger-text:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 26px;
    right: -35px;
    top: -15px;;
    background-image: url('/wp-content/uploads/2019/04/cell-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-heading-button a {
    font-size: 16px !important;
    letter-spacing: 0.5px;
    border-radius: 10px !important;
    font-weight: 400 !important;
}

@media (min-width: 990px) {
    .inner-heading-area .call-now-button {
        position: absolute;
        right: 0;
        bottom: 98px
    }
}

@media (max-width: 989px) {
    .inner-heading-area .call-now-button {
        position: relative;
        top: 25px;
    }
}

@media (max-width: 767px) {
    .inner-heading-area .call-now-button {
        right: calc(50% - 86px)
    }
}

.normal-col-icon img {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
}

.heading-bar .content {
    padding: 25px 0;
}

.heading-bar-title .av-special-heading-tag {
    font-weight: bold !important;
    letter-spacing: 1.5px !important;
}

.flip-card {
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.flip-card .card-front,
.flip-card .card-back {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.3s;
}

.motohome-box {
    position: relative;
}

.motohome-box:hover {
    cursor: pointer;
}
.motohome-box:hover .card-front {
    transform: rotateY(-180deg);
}

.motohome-box:hover .card-back {
    transform: rotateY(0);
}

.card-back {
    overflow: hidden;
    transform: rotateY(-180deg);
}


.over-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #fff !important;
    background: rgba(30, 115, 56, 0.8);
    padding: 10px 20px;
    font-size: 22px;
    letter-spacing: 0.5px;
}

.card-back {
    padding: 30px;
    text-align: center;
    background: #00827e;
    color: #fff !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.card-back div,
.card-back h3 {
    width: 100%;
}

.card-back h3 {
    color: #fff !important;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.general-pmh-table td {
    font-size: 16px;
    padding: 5px 15px;
}

.general-pmh-table th {
    font-size: 18px;
    padding: 10px 15px
}

.admin-actions {
    margin-bottom: 20px;
    border: 2px solid #00827e !important;
    padding: 20px;
    position: relative;
}

.admin-actions:before {
    content: 'Admin Actions';
    background: #fff;
    padding: 5px;
    position: absolute;
    top: -18px;
    font-weight: bold;
}

.general-pmh-table td.actions-cell,
.admin-actions {
    display:flex;
    flex-wrap: wrap;
}

.general-pmh-table button,
.admin-actions button,
.general-pmh-table a {
    font-size: 16px !important;
    padding: 8px 15px !important;
    margin-right: 10px !important;
}

form.inline-action {
    margin-bottom: 0 !important;
}

.inline-action.owner-action {
    margin-bottom: 20px !important;
}

.inline-action.owner-action button {
    font-size: 16px;
    padding: 8px 15px;
}

.dashboard-area .blank-column:hover {
    border: none !important;
}

ul.va-label-list li {
    background: #f8f8f8;
    margin: 0 !important;
    padding: 8px 15px;
    border: 1px solid #ebebeb !important;
}

ul.va-label-list li:nth-child(4n+4),
ul.va-label-list li:nth-child(4n+3) {
    background: #fff;
    border-top: none !important;
}

ul.va-label-list li:nth-child(4n+5),
ul.va-label-list li:nth-child(4n+6) {
    border-top: none !important;
}

ul.va-label-list li:nth-child(even) {
    border-left: none !important;
}

.image-card-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.motohome-box {
    margin-top: 30px !important;
}

@media(max-width: 1410px) {
    .card-content {
        font-size: 14px
    }

    .card-back {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .motohome-box {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .hero-area .avia-caption-title {
      font-size: 18px !important;
    }

    .hero-area .avia-caption-title .bolder-text {
        font-size: 25px !important;
    }

    #top .home-search input,
    .motohome-box {
        width: 100% !important;
    }

    #top .home-search input {
      border-radius: 5px !important;
      padding: 10px 20px !important;
      font-size: 16px !important;
    }

     #top .home-search input#zip {
       margin-top: 10px;
     }

    #top .home-search button {
      width: 100% !important;
      padding: 10px !important;
      margin-top: 10px ;
      border-radius: 5px !important;
    }
}

@media (min-width: 1100px) {
    .motohome-box {
        width: 31.5%;
    }
}

@media (max-width: 960px) {
    #footer .flex_column {
        display: block !important;
        
    }
}

@media (max-width: 767px) {
    #footer .flex_column {
        text-align: center;
        margin-bottom: 0 !important;
    }

    a.footer-tel {
        max-width: 155px;
        margin: 0 auto;
    }

    #footer .avia_social_icons_widget {
        max-width: 140px;
        margin: 0 auto !important;
    }
	
		#footer .container {
			padding: 20px 0;
	}
}

.irs--square .irs-bar,
.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
    background-color: #003b4a;
}

.irs--square .irs-handle {
    border-color: #003b4a;
}

.multi-check {
    border: 2px solid #ccc;
    padding: 10px;
    height: 265px;
    overflow: auto;
}

.multi-check label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}

#vehicle_filter_search h3 {
    padding-bottom: 10px;
    border-bottom: 4px solid #003b4a;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#vehicle_filter_search h4 {
    border-top: 2px solid #ccc;
    padding-top: 18px;
    margin-top: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#vehicle_filter_search h4.first {
    padding-top: 0;
    border: none;
}

.multi-check.type {
    height: auto;
}

.multi-check.type label:last-child {
    margin-bottom: 0;
}

#search-results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#search-results .single-vehicle {
    width: 49%;
    margin-bottom: 20px;
    border: 1px solid #c4dacb;
}

#search-results .single-vehicle .vehicle-info {
    padding: 0 15px;
}

#search-results.list .single-vehicle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}

#search-results.list .single-vehicle a{
    display: flex;
    flex-wrap: wrap;
}

#search-results.list .single-vehicle .vehicle-info {
    width: calc(100%  - 230px);
    padding-left: 30px;
    padding-right: 0;
}

#search-results.list .single-vehicle .vehicle-info h4 {
    font-size: 25px;
    color: #003b4a;
}

@media (max-width: 989px) {
  #search-results.list .vehicle-photo {
    width: 180px !important;
    height: 120px !important;
  }

  #search-results.list .single-vehicle .vehicle-info h4 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  #search-results.list .single-vehicle .vehicle-info {
    width: calc(100%  - 180px);
  }
}

#change-results-layout ul {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: right;
}

#change-results-layout ul li {
    margin: 0 !important;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

#change-results-layout ul li:first-child {
    padding-left: 0;
}

#change-results-layout {
    margin-bottom: 15px;
}

#change-results-layout ul li .layout-icon {
    text-align: center;
    height: 20px;
    overflow: hidden;
    max-width: 30px;
}

#change-results-layout ul li:first-child svg {
    width: 18px;
}

#change-results-layout ul li {
    font-size: 13px;
		cursor: pointer;
}

#vehicle_filter_search {
    margin-top: 67px;
}

.clear-filters {
    cursor: pointer;
    width: 16px;
    overflow: hidden;
    height: 16px;
}

.clear-filters svg {
    width: 16px;
    float: right;
    position: relative;
    top: 9px;
}

.clear-filters svg .st1 {
    fill: #1e7338 !important;
}

#pagination .first-page,
#pagination .prev-page,
#pagination .next-page,
#pagination .end-page {
    border: 1px solid #003b4a;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    font-size: 20px;
    border-radius: 100%;
    cursor: pointer;
    color: #003b4a
}

#pagination .current-page,
#pagination .last-page {
    font-weight: bold;
}

#pagination .page-info {
    padding: 0 10px;
}


/* checkbox on vehical add form to line up */
.features-list.af-field.af-field-type-checkbox.af-field-v-cour-opt.acf-field.acf-field-checkbox.acf-field-5cb193b6f654b {
    width: 100%;
}
/* radio style for contact form general */
.ginput_price {
    display: none;
}

.gfp_big_button .gfield_radio input[type=radio]:checked +label {
background-color: #003b4a;
}

.gfp_big_button .gfield_radio li input[type=radio] {
    display:none;
}
.gfp_big_button .gfield_radio label {
    max-width: 300px;
    width: 100%;
    padding: 10px 30px !important;
    float: none;
    background: #414142;
    color: #fff;
    letter-spacing: 0.09375rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: Open Sans, sans-serif;
    font-weight: 600;
    margin: 0;
    display: block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    box-sizing: border-box;
}

.gfp_big_button .gfield_radio label:hover {
    background: #003b4a;
}

#user_email.af-field {
    display: none;
}

.title_container {
    background: #f9f9f9 !important;
}

table.general-pmh-table tr:nth-child(odd) td {
    background: #fff !important;
}

table.general-pmh-table tr:nth-child(even) td {
    background: #f8f8f8 !important;
}

table.general-pmh-table td {
  color: #000;
}

.location-field {
    display: none;
}

.acf-google-map .title input {
    margin-bottom: 0 !important;
}

span.distance {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #8e8e8e;
}

.list .distance {
		float: none;
		display: block !important;
}

.vehicle-photo {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

@media (max-width: 989px) {
  .vehicle-photo {
    height: 200px;
  }

  #vehicle_filter_search h3 {
    font-size: 18px;
  }

  #vehicle_filter_search h4 {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  #search-results .single-vehicle {
    width: 100%;
  }

  #change-results-layout .list {
      display: none;
  }
}

#search-results.list .vehicle-photo {
    width: 230px;
    height: 150px;
    float: left;
    margin: 0;
}

#filterSubmit,
.trigger-submit {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inner-form {
    max-width: 750px;
    margin: 0 auto;
}

.contact-form .gfield_radio li label {
    margin-left: 0 !important;
    max-width: 120px;
}

.contact-form .gfield_radio li:first-child label {
    margin-right: 20px !important;
}

@media (max-width: 640px) {
    .contact-form .gfield_radio li label {
        margin-bottom: 10px !important;
    }
}

.contact-form .gfield_label {
    font-size: 18px !important;
}

/* border around input darker on inventory page */

.page-id-72 input[type="text"] {
	border-color: #a7a0a0 !important;
}

span.open-close:before {
    content: '\e86e';
    font-family: 'entypo-fontello';
    float: right;
    color: #1e7338;
}

span.open-close {
    cursor: pointer;
}

@media (max-width: 767px) {
    .advanced-search-fields {
        display: none;
    }   
}
.av-main-nav li.current-menu-item a {
    color: #003b4a !important;
}

.ebhide {
    display: none !important;
}
.page-thumb {
    display: none !important;
}
.gfield_contains_required input {
    border-width: 2px !important;
}

.inner-heading-area.landing-page .content {
    padding: 0px 0 100px !important;
}

.inner-heading-area.landing-page .call-now-button {
    bottom: 205px !important;
}
.inner-heading-area.landing-page .flex_column {
    padding: 10px 20px !important;
	  max-width: 550px !important;
}
ul.vehicle-extra-info {
    margin: 40px 0 20px 0;
    padding: 0;
    width: calc(100% - 16px);
}

ul.vehicle-extra-info li {
    list-style-type: none;
    border: 1px solid #a2a2a2;
    border-bottom: none;
    padding: 5px 20px;
    margin: 0 !important;
    background: #ffffff;
}

ul.vehicle-extra-info li:last-child {
    border-bottom: 1px solid #a2a2a2;
}