/*
Theme Name: Mark Mavis Theme
Description: Child theme for Uncode theme
Author: AREDCREATIVE
Author URI: http://www.aredcreative.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=David+Libre:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

/* MARGINS & PADDINGS */

.pad0 {
    padding: 0px !important;
}

.margtmin150 {
    margin-top: -150px;
}

.margt0 {
	margin-top: 0px !important;
}

.margt15 {
    margin-top: 15px !important;
}

.margt20 {
    margin-top: 20px !important;
}

.margt25 {
    margin-top: 25px !important;
}

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

.margt40 {
    margin-top: 40px !important;
}

.margt50 {
    margin-top: 50px !important;
}

.margt60 {
    margin-top: 60px !important;
} 

.margb20 {
    margin-bottom: 20px !important;
}

.margb30 {
    margin-bottom: 30px;
}

.margb40 {
    margin-bottom: 40px;
}

.margb50 {
    margin-bottom: 50px;
}

.margb60 {
    margin-bottom: 60px;
}

/* LINKS */

a {
    color: inherit;
}

.more-link {
    font-family: "Red Hat Text", serif;
    font-weight: 700;
    color: var(--metislime);
}

.more-link:after {
    font-family: "uncodeicon";
    content: '\e87a';
    vertical-align: middle;
    float: right;
}

/* COLORS */

:root {
    --adorgold:#eca61a;
    --white: #fff;
}

.white {
    color: #fff !important;
}

.clr-adorgold {
    color: var(--adorgold);
}

.clr-grey {
    color: grey;
}

.center {
    text-align: center !important;
}

body {
    font-family: "Red Hat Text", sans-serif;
    background: #fff !important;
}

html {
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Merriweather", serif !important;
  font-optical-sizing: auto;
  font-weight: inherit;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.hero-title {
    font-weight: 500;
}

.hero-sub-title {

}

.header-title-1 {
    font-family: "Merriweather", serif !important;
    font-weight: 500;     
}

.header-title-1-min {
    max-width: 453px;
}

.header-title-2 {
    font-family: "Merriweather", serif !important;
    font-weight: 900; 
}

.bubble-title {
    border-bottom: 2px solid var(--adorgold);    
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: .09em;
    width: fit-content;
    margin: 0 auto 30px;    
    font-size: 15px !important;
    font-weight: 700;
}

.bubble-title-2 {
    border-bottom: 2px solid var(--adorgold);    
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    width: fit-content;
    margin-bottom: 30px;    
    font-size: 15px !important;
    font-weight: 800;
}

.main-text {
    font-size: 14px;
}

.section-title {
    font-family: "Merriweather", serif !important;
    font-size: 1.5em;    
    margin-bottom: 30px;
    margin-top: 0px;
}

.sub-title-1 {
    margin-top: 0px;
    color: grey;    
}

.sub-text {
    font-size: 1.25em;  
    margin-top: 10px !important;
}

.sub-text-min-wid {
    margin: 20px auto;
    max-width: 700px;
    color: grey;    
}

.service-features-p {
    margin-top: 15px !important;
    color: #fff;
}

.t-entry-title {
    font-weight: 700 !important;
}

.tmb-service .t-entry-title a {
    color: var(--metislime) !important;
}

.t-entry-title-2 {
    font-weight: 800;
    line-height: normal;
}

.tmb-blog .t-entry-title a {
    font-family: "Red Hat Display", sans-serif;
}

.testi-name {
    font-weight: 800;
}

.testi-position {
    color: var(--metislightgreen);
    font-size: 13px;    
} 

.testi-text {
    font-size: 12px;
}

.testi-img {
    display: inline-block;
    max-width: 70px;
}

.testi-name-plate {
}

.guarantee-fact {
    font-family: "Red Hat Text", serif !important;
    text-transform: uppercase;
}

.guarantee-fact:before {
    font-family: "uncodeicon";
    font-size: 22px;
    vertical-align: text-bottom;
    content: '\e116';
    color: var(--metislightgreen);
    margin-right: 15px;
}

.step-num {
    font-size: 1.2em;
    font-weight: 700;
    padding: 5px;
    margin: 0px 0 0 -12px;
    color: #fff;
    background: var(--metislime);
    width: fit-content;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    text-align: center; 
}

.step-icon {
    margin: 0 auto;
}

.home-hero-container {
    background: var(--metisgreen);
}

.tmb-award img {
    width: 70px !important;
}

/* BUTTONS */

body.uncode-btn-circle input[type="submit"]:not(.btn-default-shape):not(.btn-round):not(.btn-square),
.btn:not(.btn-custom-typo):not(.btn-inherit):not(.uncode-nav-container), input[type="submit"]:not(.btn-custom-typo):not(.btn-inherit) {
    font-family: "Inter", serif !important;
    font-weight: 800 !important;
    letter-spacing: .5px;    
    text-transform: capitalize;    
}

.btn-special {
    background: var(--forestgreen);
    color: #fff;
    font-family: "Inter", serif;
    font-weight: 800 !important;
    text-transform: capitalize;    
}


#gform_submit_button_4,
#gform_submit_button_2 {
    background-color: #000;
    border-color: #000;
    border-width: 2px !important;
    border-radius: 2px;
    color: #fff;
    padding: 18px 31px;    
    font-weight: 800 !important;
    letter-spacing: .5px;    
    text-transform: capitalize;    
    text-align: left !important;
}

.gform_next_button .gform-theme-button .button,
.gform_wrapper.gravity-theme .gform_page_footer input {
    border-width: 2px !important;
    border-radius: 2px;
    border-color: #000;
    color: #000;
    padding: 18px 31px;    
    font-weight: 800 !important;
    letter-spacing: .5px;    
    text-transform: capitalize;    
}

.gform_wrapper.gravity-theme .gform_previous_button.button {
    border-width: 2px !important;
    border-radius: 2px;
    padding: 18px 31px;    
    color: #000;
    font-weight: 800 !important;
    letter-spacing: .5px;    
    text-transform: capitalize;        
}

#gform_submit_button_3 {
    background: transparent;
    border-color:  var(--adorgold);
    border-width: 2px !important;
    color:  var(--adorgold);    
}

#input_3_1 {
    background: transparent;
    border-color:  var(--adorgold);
    border-width: 2px !important;
    border-radius: 2px;    
}

.body.uncode-btn-circle .btn:not(.btn-default-shape):not(.btn-round):not(.btn-square):after {
    font-family: "uncodeicon";
    content: '\e87a';
    vertical-align: middle;
}

.btn-gold,
.btn-orange {
    background-color: var(--adorgold);
    border-color: var(--adorgold);
    color: #fff;
}

.btn-gold:hover,
.btn-orange:hover {
    background-color: #dbb25c;
    border-color: #dbb25c;
} 

.btn-gold-bordered {
    background: transparent;
    border-color:  var(--adorgold);
    border-width: 2px !important;
    color:  var(--adorgold);    
}

#gform_submit_button_3:hover,
#gform_submit_button_4:hover,
#gform_submit_button_2:hover,
.gform_wrapper.gravity-theme .gform_page_footer input:hover,
.btn-gold-bordered:hover {
    background: var(--adorgold);
    border-color: var(--adorgold);
    color: #fff;
}

.btn-black {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.btn-black-bordered {
    background: transparent;
    border-color: #000;
    border-width: 2px !important;
    color: #000;    
}

.btn-black-bordered:hover {
    background: #000;
    color: #fff;
}

.btn-white {
    background: #FFF;
    color: #000;
    border-color: #fff;
    border-width: 2px !important;
}

.btn-white-bordered {
    background: transparent;
    border-color: #fff;
    border-width: 2px !important;
    color: #fff;    
}

.btn-white-bordered:hover {
    background: #fff;
    color: #000;
}

.btn-special:hover,
.btn-special-form:hover {
    background: var(--metislightgreen);
}

.btn-lime-bordered:hover {
    background: var(--metislime);
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(47, 55, 213, 0.3);
    background-position: right;    
}

.testimonials-container {
}

.header-content-block {
    background: var(--metisgreen);
}

.tmb-process .t-inside,
.tmb-service .t-inside {
    border-radius: 20px !important;
    border: 1px solid #000;
}

.tmb-service .t-entry-visual {
    border-radius: 25px 25px 0 0;
}


/* MENU */

.top-menu {
    background: #000;
    color: var(--adorgold);
    font-weight: 600 !important;
}

.top-menu-enhanced .menu-mini.menu-smart a,
.menu-dark.top-menu .menu-bloginfo-inner, .menu-dark.top-menu p {
    font-family: "Inter", serif !important;
    font-weight: 600 !important;
    font-style: normal;
    color: var(--adorgold);
}

.is_stuck .menu-container,
:not(.page-template-home-page) .menu-container,
.page-template-home-page .is_stuck .menu-container {
    background: #000 !important;
}

.is_stuck .menu-light .menu-smart a {
    color: #FFF !important;
}

.page-template-home-page :not(.is_stuck) .menu-container {
    box-shadow: none !important;
    background: none !important;
}

.menu-container:not(.vmenu-container):not(.grid-filters) ul.menu-smart > li > a:not(.social-menu-link):not(.vc_control-btn) {
}

.submenu-light .menu-smart li.active, .submenu-light .menu-smart li.current-menu-ancestor,
.submenu-light .menu-smart li.current-menu-item:not(.menu-item-type-custom) {
    background: none;
}

.menu-container:not(.grid-filters) ul.menu-smart a:not(.social-menu-link):not(.vc_control-btn) {
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.menu-smart ul li, .sm-vertical.menu-smart li {
    font-family: "Red Hat Display", sans-serif !important;
    margin-bottom: 1.25em;
}

.menu-light .menu-smart a {
    color: #fff;   
}

:not.is_stuck .menu-light .menu-smart a {
    
}


.submenu-light .menu-smart ul li > a {
    font-size: 15px;
}

.submenu-dark .overlay-search .lines-button .lines-dropdown,
.submenu-dark .overlay-search .lines-button .lines-dropdown:before,
.submenu-dark .overlay-search .lines-button .lines-dropdown:after,
.submenu-dark .overlay-search .lines-button .lines-dropdown > span, #uncode_sidecart.style-light {
    background: #000;
}

.submenu-light .menu-smart ul li.current-menu-parent > a,
.submenu-light .menu-smart ul li.active > a,
.submenu-light .menu-smart ul li > a:hover {
    color: var(--metislime) !important;
    background: var(--forestgreen) !important;
    font-weight: 900 !important;
}

.mobile-menu-button-light .lines:not(.lines-dropdown),
.mobile-menu-button-light .lines:not(.lines-dropdown):before,
.mobile-menu-button-light .lines:not(.lines-dropdown):after,
.mobile-menu-button-light .lines:not(.lines-dropdown) > span,
.vmenu-container.menu-light .lines:not(.lines-dropdown),
.vmenu-container.menu-light .lines:not(.lines-dropdown):before,
.vmenu-container.menu-light .lines:not(.lines-dropdown):after,
.vmenu-container.menu-light .lines:not(.lines-dropdown) > span {
    background: #000;    
}

.facts-container {
    
}

/* ACCORDION */

.uncode-accordion:not(.default-typography) .panel-title > a > span {
    text-transform: capitalize;
    font-weight: 700 !important;
    font-size: 1em;
    line-height: 1.4em;    
}

.panel-title.active > a {
    color: var(--metislime) !important;
}

.panel-body {
    padding: 20px 15px;
}

.faq-accordion .panel-title > a span:after {
    font-size: 20px;
    top: 32px;    
    content: "\e08c";
    right: 0 !important;
    color: var(--metislime) !important;
}

.faq-accordion .panel-title.active > a span:after {
    content: "\e08d";
    font-weight: 700;
    right: 0 !important;
    color: var(--metislime) !important;
    transform: translateY(-50%) rotate(180deg); 
}

/* GRAVITY FORMS */

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select {
    border-color: #dddddd;
    border-radius: 6px;
}

.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme .gfield textarea {
    border-color:#dddddd;
    border-radius: 6px;
    padding: 12px 25px !important;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password],
.gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
    padding: 12px 25px !important;
}

.gform_wrapper.gravity-theme select {
    padding: 12px 25px !important;
}

.quote-form-container .gform_wrapper.gravity-theme .gform_footer {
    padding-top: 10px;
}

.footer-subscribe .gform_wrapper.gravity-theme .gform_footer {
    padding-top: 0px;
    margin-top: 0px;
}

.quote-form-container .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 20px;
}

.quote-form-container .gfield_checkbox label,
.quote-form-container .gfield_radio label {
    color: var(--adorgold);
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    margin-left: 7px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    line-height: 1.35em;
    font-size: 13px !important;
    color: #000;    
}

.quote-form-container input[type=radio] {
    width: 22px;
    height: 22px;
}

input[type=radio]:checked:before {
    content: "";
    border-radius: 100%;
    width: 60%;
    height: 60%;
    background: var(--adorgold);
}

input[type=checkbox]:checked:before {
    color: var(--adorgold);
}

.webkit input[type=checkbox], .webkit input[type=radio],
.android input[type=checkbox], .android input[type=radio] {
    border-color: #dddddd;
}

.quote-form-container {
    margin: 0 auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;    
}

.owl-dots .owl-dot span {
    background: #000;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: var(--adorgold);
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: rgb(156 194 59 / 50%);
}

.owl-prev .owl-nav-container,
.owl-next .owl-nav-container {
    background: none !important;
    border: none;
}

.owl-prev i, .owl-next i {
    font-size: 40px;
    color: #000;
}

.tmb-service-feature:hover {
    background: var(--forestgreen);
}

.youtube-embed {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
}

.youtube-embed iframe {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;    
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  border: 5px solid #fff;
}

.broker-thumb img {
    max-width: 120px;
    margin: 0 auto 0px;
}

.broker-thumb {
    text-align: center;
}

.broker-img {
    display: inline-block;
}

.broker-contact-title {
    display: inline-block;
}

.broker-name {
    font-weight: 700;
    font-size: 1.25em;    
    line-height: normal;
}

.broker-contact-info {
    margin-top: 30px;
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.broker-contact-info li {
    border: 1px solid;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}

.broker-contact-info li:hover {
    background: var(--adorgold);
    border-color:  var(--adorgold);
    color: #fff;
    cursor: pointer;
}

.broker-title {
    margin-top: 0px !important;
    font-weight: 300;
}

.builder-name {
    font-size: .8em;
    margin-top: 0px;
    color: grey;
}

.display-location-title {
    font-family: "Inter", serif !important;
    font-weight: 600 !important;
    margin-top: 10px;
}

.display-location-title a {
}

.display-location-title-full {
    margin-top: 0px;    
}

.display-address {
    color: #000 !important;
    font-size: .9em;
    margin-top: 2px;
}

.display-address-full {
    
}

.display-price {
    font-size: 1.1em;
    font-weight: 600;
    color: var(--adorgold) !important;
    margin-top: 40px;
}

.display-price-full {
    font-size: 1.75em;
    margin-top: 0px;
}

.property-features {
    padding-left: 0px !important;
    margin-top: 25px;
}

.property-features li {
    display: inline;
    font-size: 12px;
    margin-right: 12px;    
}

.property-features-full li {
    display: inherit;
    margin-right: 0px;
    margin-bottom: 2em;
    line-height: 1.5em;    
}

.property-features-full {
      columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

.property-details-list {
    columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.property-details-list li {
    margin-bottom: 2em;
    line-height: 1.5em;    
}


.col-detail-lists strong {
    font-weight: 700;
    font-size: 13px;
}

.beds:before {
    margin-right: 6px;
    vertical-align: sub;    
    content: url('https://img.icons8.com/ios/18/bed.png');
}

.baths:before {
    margin-right: 6px;
    vertical-align: sub;    
    content: url('https://img.icons8.com/ios/18/shower-and-tub.png');
}

.garage:before {
    margin-right: 6px;
    vertical-align: sub;        
    content: url('https://img.icons8.com/ios/18/garage.png');
}

.sqft:before {
    margin-right: 6px;
    vertical-align: sub;      
    content: url('https://img.icons8.com/ios/18/building.png');
}

.powder:before {
    margin-right: 6px;
    vertical-align: sub;         
    content: url('https://img.icons8.com/ios/18/toilet-bowl.png');
}

.location-map iframe {
    border-radius: 20px;
}

/* TRAINERS SECTION */


.tmb-agents .t-inside {
    background: #eaeaea;
    border-radius: 15px !important;
}

.tmb-agents .t-entry-visual-cont > a {
    border-radius: 15px 15px !important;
}

.tmb-agents .t-entry-text .t-entry-text-tc .t-entry > *:not(hr):last-child {
    width: auto !important;
}

.agents-name {
    font-size: 1.2em;
    line-height: 1.25em;
    text-transform: capitalize !important;
    font-weight: 600;    
}

.agents-title {
    margin-top: 5px;
}

.agents-bio-text {
    color: grey;
    font-size: 14px;
    margin-bottom: 20px;    
}

.agents-ig {
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.agents-accordion .panel {
    border: none;
}

.agents-accordion .panel-title > a {
    font-family: 'Oswald', sans-serif !important;
    padding: 5px 0px 5px 0px;
    color: #000;
}

.agents-accordion .panel-title > a > span {
    font-family: 'Oswald', sans-serif !important;
        
}

.agents-accordion .panel-body {
    padding: 10px;
}


.benefits-list {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.benefits-list li {
    font-weight: 600;
    color: #000;
    counter-increment: my-awesome-counter;
}

.benefits-list li:not(:last-child) {
    margin-bottom: 1em;
}

.benefits-list li::before {
    background: var(--sparred);
    content: counter(my-awesome-counter);
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 7px 0 0 0;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1em;
}

.testi-title {
    margin-top: 5px !important;
    font-size: 15px !important;
    text-transform: uppercase;
}

.testi-name {
    font-family: "Red Hat Text", sans-serif !important;
    font-weight: 600;
}

.testi-img {
    display: inline-block;
    max-width: 50px;
    width: 50px !important;
    height: 50px;
    border: 1px solid #000;
    border-radius: 150px;
}

.testi-name-plate {
    vertical-align: top;
    display: inline-block;
    margin-top: 0px !important;
    margin-left: 8px !important;
}

.testimonial-desc {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.testimonial-full {
    margin-bottom: 20px !important;
}

.read-more-testi {
    font-weight: 600;
    color: #000;
}

.read-more-testi:hover {
    color: var(--adorgold);
}

/* FAQ ACCORDION */

.agents-faq-accordion .panel-title > a > span {
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.1em !important;
    text-transform: inherit !important;
    color: #000 !important;
}

.agents-faq-accordion .panel-title > a {
    padding: 25px 0px 25px 0px !important;
}

.uncode-accordion:not(.default-typography) .panel-title > a > span {
    font-family: 'Oswald', sans-serif !important;
    transition-timing-function: ease-in;
}

.agents-faq-accordion .panel-body {
    padding: 30px 10px;
}

.agents-faq-accordion .panel-body p {
    font-size: 1.15em;
    line-height: 1.7em;
}

.agents-faq-accordion .panel {
    border-bottom: 1px solid #e8ecee !important;
}

.agents-faq-accordion .panel-group .panel-heading + .panel-collapse .panel-body,
.agents-faq-accordion .panel {
}

.agents-faq-accordion .panel-title.active > a span {
    color: var(--sparred) !important;
    font-weight: 700 !important;
}

.agents-faq-accordion .panel-title.active > a span:after {
    content: "\f0d8";
    color: var(--adorgold) !important;
    right: 0 !important;
}

.agents-faq-accordion  .panel-title > a span:after {
    content: "\f0d7";
    right: 0 !important;
}

.panel-title.active > a span:after {
    transform: translateY(-50%) rotate(0deg) !important;
}

.chat-bubble {
    position: fixed;
    bottom: 13px;
    z-index: 1;
    background: var(--adorgold);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 5px;
    right: 13px;    
}

/* FOOTER */


.msub-container {
    background: #000;
    padding: 20px;
}

.custom-footer {
    background: #000;
    color: #aaa !important;
    font-size: 14px;
}

.custom-footer .footer-fab {
	margin-top: 10px;
}

.custom-footer .footer-fab a {
	font-size: 1.8em;
    margin-right: 5px;
}

.location-details li:before {
    font-family: "uncodeicon";
    content: "\e0aa";
    color: var(--metisgreen);
}

.contact-details {
    margin-top: 0px;
}

.contact-details li {
    font-size: 14px;
    margin-bottom: .59em;
    color: #aaa;
}

.footer-links ul {
    margin-top: 0px !important;
}

.footer-links li {
    margin-bottom: 1.25em;
    font-size: 14px;
    padding-left: 10px;
}

.footer-links li:before {
    font-family: "uncodeicon";
    content: "\f0da";
    color: #dbb25c;    
    margin-right: 10px;
    left: 0;
}

.footer-links li a:hover {
    text-decoration: underline;
    color: var(--adorgold) !important;
}

.footer-links li a {
    color: #aaa;
    font-weight: 300;    
}

.top-cities-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px; /* Optional spacing between columns */
}

.footer-title {
    font-weight: 700;
    font-size: 15px;
    color: #fff !important;
    margin-bottom: 40px;
    margin-top: 0px;
    letter-spacing: .025em;
}

.copyright-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-disclaimer p {
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
}

.copyright-footer ul {
    margin-top: 0px;
}

.copyright-footer li,
.copyright-footer li a {
    display: inline;
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 12px;
    margin-right: 10px;
    color: #aaa;
}

.mobile-footer .date {
    color: var(--white);
}

.date {
    font-weight: 500;
    font-size: 12px;
    margin-top: 0px;
    padding-bottom: 0px;
    color: #aaa;
}

.date-terms {
    font-size: 11px;
    margin-top: 0px;
    padding-bottom: 0px;
    color: var(--darknavy);
}

.copyright-footer hr {
    border-color: #e7e9ee;
    margin-bottom: 40px;
    margin-top: 0px !important;    
}

.custom-footer hr,
.mobile-footer hr,
hr {
    border-color: var(--royalblue);
}

.mb-legal-menu ul {
    margin-top: 2px;
}

.mb-legal-menu li,
.mb-legal-menu li a {
    color: var(--darknavy);
    font-size: 12px;
    display: inline;
    margin-right: 5px;
}

.mobile-footer .uncode-accordion {
    margin-bottom: 40px;
}

.mobile-footer .uncode-accordion .panel-title > a > span {
    font-family: "Inter", serif !important;
    font-size: 1.15em;
    color: var(--white) !important;
    text-transform: none;
    letter-spacing: .01em;
}

.mobile-footer .panel-group .panel-heading {
    padding: 10px 0 5px;
    border-bottom: 1px solid #303133;
}

.mobile-footer .panel-group .panel-heading:last-child {
    border-bottom: none !important;
}

.mobile-footer p.panel-title {
    padding-bottom: 0px !important;
}

.panel {
    border: none !important;
}

.mobile-footer .panel-group .panel-heading + .panel-collapse:before {
    border-bottom-width: 0px;
}

.mobile-footer {
    background: #000;
    padding-top: 40px;
    padding-bottom: 40px;
}

.mobile-footer .panel {
}

.mobile-footer .panel-body {
    padding: 30px 0px !important;
    color: var(--white) !important;
}

.mobile-footer .panel-title > a span:after {
    font-size: 20px;
    top: 32px;    
    content: "\e08c";
    right: 0 !important;
    color: var(--white) !important;
}

.mobile-footer .panel-title.active > a span {
}

.mobile-footer .panel-title.active > a span:after {
    content: "\e08d";
    font-weight: 700;
    right: 0 !important;
    color: var(--metislime) !important;
    transform: translateY(-50%) rotate(180deg); 
}

@media (min-width: 960px) {
    
    .menu-container:not(.grid-filters) ul.menu-smart a:not(.social-menu-link):not(.vc_control-btn) {
        font-size: 15px !important;
    }
    
    .menu-light .menu-smart a:hover, .menu-light .menu-smart a:focus,
    .menu-light .menu-smart > li.active > a, .menu-light .menu-smart > li a.active,
    .menu-light .menu-smart > li.current-menu-ancestor > a,
    .menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a,
    .menu-light .menu-smart > li.current-menu-parent > a {
        font-weight: 700 !important;
    }    
    
    .submenu-light .menu-smart li.active, .submenu-light .menu-smart li.current-menu-ancestor,
    .submenu-light .menu-smart li.current-menu-item:not(.menu-item-type-custom) {
    }
    
    .menu-light .menu-smart a:hover, .menu-light .menu-smart a:focus, .menu-light .menu-smart > li.active > a,
    .menu-light .menu-smart > li a.active, .menu-light .menu-smart > li.current-menu-ancestor > a,
    .menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a,
    .menu-light .menu-smart > li.current-menu-parent > a {
        color: var(--adorgold);
    }
    
    .submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:hover,
    .submenu-light .menu-horizontal:not(.menu-sub-enhanced) .menu-smart ul a:focus {
        color: var(--metislime) !important;
        background: var(--forestgreen) !important;
    }
    
    .submenu-light .menu-horizontal .menu-smart ul, .submenu-light .overlay-search {
        background: #fff;
    }
    
    .submenu-light .menu-smart ul a {
        color:  var(--forestgreen) !important;
    }
    
    body:not(.navbar-hover) .menu-desktop-transparent.style-light-override .menu-smart > li > a {
        color: #fff !important;
    }
    
    body[class*=hmenu-]:not(.hormenu-position-right) .navbar-nav-last > ul:last-child > li:last-child > a {
        padding-left: 2px;
    }
    
    body.hormenu-position-left:not(.hmenu-center-split):not(.hmenu-center-double):not(.menu-overlay):not(.rtl) .navbar-cta > ul > li:first-child > a {
        padding-right: 2px;
    }
    
    .menu-animated .menu-horizontal .menu-smart > li ul.open-animated.mega-menu-inner > li a,
    .menu-animated .menu-horizontal .menu-smart > li ul.open-animated:not(.mega-menu-inner):not(.cart_list) > li > a,
    .menu-animated .menu-horizontal .menu-smart > li ul.open-animated.cart_list > li {
        line-height: 1.35em;
        font-weight: 600 !important;
    }
    
    .hero-title {
        font-size: 4em !important;
        line-height: 1em;
    }    
    
    .hero-sub-title {
        font-size: 1.2em;
        line-height: 1.35em;
        margin: 25px auto 20px;
        max-width: 490px;
    }
    
    .header-title-1 {
        font-size: 3em !important;
        line-height: 1em;
    }
	

	.quote-form-container {
		padding: 45px !important;
	}
	
    
}

@media (max-width: 959px) {
    .hero-sub-title {
        line-height: 1.3em;
    }
    
    .btn:not(input):not(.checkout-button):not(.btn-no-scale), .btn-link:not(input):not(.checkout-button):not(.btn-no-scale) {
        transform: scale(0.95);
        transform-origin: inherit;
    }    
    
    .menu-primary-inner li {
        border-bottom: 1px solid #eee !important;  
        padding-bottom: 12px;
        padding-top: 12px;
    }
    
    .font-size-menu-mobile, .menu-container:not(.grid-filters) ul.menu-smart a:not(.social-menu-link):not(.vc_control-btn) {
            font-size: 1em !important;
    }    
    
    body:not(.menu-mobile-centered) .main-menu-container .menu-smart ul a:not(.cart-thumb):not(.btn) {
        margin-left: 5px;
        font-weight: 500 !important;
        font-size: 15px !important;
    }
    
    .submenu-light .menu-horizontal .menu-smart ul {
        margin-top: 15px;
    }
    
    .submenu-light .menu-smart li.active, .submenu-light .menu-smart li.current-menu-ancestor,
    .submenu-light .menu-smart li.current-menu-item:not(.menu-item-type-custom) {
        background: var(--adorgold);
    }
    
    .menu-light .menu-smart a:hover, .menu-light .menu-smart a:focus, .menu-light .menu-smart > li.active > a,
    .menu-light .menu-smart > li a.active, .menu-light .menu-smart > li.current-menu-ancestor > a,
    .menu-light .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a,
    .menu-light .menu-smart > li.current-menu-parent > a {
        color: #fff;
    }
    
    .menu-horizontal-inner {
        padding-top: 0px !important;
    }

	.quote-form-container {
	}
	
	.facts-container {
        padding-top: 30px;    
    }
    
    .header-title-1 {
        font-size: 2.3em;
        line-height: 1em;
    }
    
}

@media (max-width: 480px) {
    .home-hero-container {
        padding-top: 40px;
    }
}
