@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/*font-family: "Figtree", sans-serif;*/

*{
    margin: 0px;
    padding: 0px;
    outline:none;
    }

ul, li, ol {
    list-style-type:none;
    }

ul li, ol li{ 
    margin:10px 0px;
    }

.post-inner ul, .post-inner ol {
    margin: 20px 0;
}

.post-inner ul li{
    margin: 0px 0px 0px 10px;
    list-style-type: disc;
}
.post-inner ol li{
    margin: 0px 0px 0px 10px;
    list-style-type: decimal;
}
    
.clr {
    clear:both;
    display:block;
    width:100%;
    height:0px;
    }

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    box-shadow:none;
    }

a:focus, a:active {
    outline: none;
    }
    
a, a img {
    border:none;
    }
    
img {
    max-width:100%;
    }
    
h1, h2, h3, h4, h5, h6 {
    font-family: "Figtree", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    margin:0px;
    padding:0px;
    letter-spacing:0px;
    text-transform:uppercase;
    line-height: 1.25;
    }
    
h1 {
    font-size:40px;
    }
    
h2 {
    font-size:36px;
    }
    
h3 {
    font-size:30px;
    }
    
h4 {
    font-size:26px;
    }
    
h5 {
    font-size:24px;
    }
    
h6 {
    font-size:18px;
    }
    
p:not(.elementor-icon-box-description, .elementor-image-box-description){
    margin-bottom:0.8em!important;  
    padding-bottom:0px;
    }

iframe{
    width: 100%!important;
    }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{
    /*color: #131313;*/
    font-family: "Figtree", sans-serif;
    }

:-moz-placeholder{
    /*color: #131313;*/
    font-family: "Figtree", sans-serif;
    }

::-moz-placeholder{
    font-family: "Figtree", sans-serif;
    opacity: 1;
    }

:-ms-input-placeholder{
    font-family: "Figtree", sans-serif;
    }

textarea{
    height: 120px;
}

body{
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    }

body.custom-background {
    background-color: #fff;
    color:#000;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
font-family: "Figtree", sans-serif;
}

.entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file, .entry-content{
font-family: "Figtree", sans-serif;
}

.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, body span{
font-family: "Figtree", sans-serif;
}

body:not(.home) #site-content {
    padding-bottom: 30px;
}

#site-content {
    min-height: 100vh;
}

.home .entry-header, .header-titles .site-description, .toggle-inner .toggle-text{
    display: none;
    }
    
.entry-categories, .post-meta-wrapper {
  display: none;
    }
body:not(.overlay-header) .header-inner .toggle-wrapper::before{
    background-color: transparent;
    }

.header-inner{
    max-width: 120rem;
    }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    margin: 0 0 0rem 0;
    }

.entry-content p, .entry-content li, .entry-content{
    line-height: 26px;
    font-size: 16px;
    }
    
.single-post .post-inner {
    padding-top: 2rem;
}

.section-inner.medium{
    max-width: 120rem;
    width: calc(100% - 8rem);
    }

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
.elementor-section.elementor-section-boxed > .elementor-container{
    width: 100%;
    max-width: 100%;
    }

body:not(.elementor-page) .entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
.panel-layout, .footer-inner, .primary-menu-wrapper, .elementor-section.elementor-section-boxed > .elementor-container,
.e-con > .e-con-inner, .hm-slider-stn .elementor-element .swiper-slide-inner{
    width: 100%;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    }

.widget_text p, .widget_text ol, .widget_text ul, 
.widget_text dl, .widget_text dt, .widget-content .rssSummary{
    font-size: 16px;
    }

.search-toggle .toggle-icon, .search-toggle svg{
    height: 1.8rem;
    max-width: 1.8rem;
    width: 1.8rem;
    }

.modal-menu a, .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, .modal-menu ul li a{
    color: #fff;
    font-family: "Figtree", sans-serif; 
    font-weight: normal;
    font-weight: 400;
    font-size: 16px;
    }

.singular .entry-header{
    background-color: #005584;
    padding: 0 0 0 0;
    margin-bottom: 3rem;
    }

.singular .entry-header h1.entry-title{
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-weight: 800;
    font-size: 22px;
    padding: 1rem 0;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    }

.single-product .entry-header{
    background-color: #005584;
    padding: 0 0 0 0;
    margin-bottom: 3rem;
    }

.single-product .entry-header h1.entry-title{
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-weight: 800;
    font-size: 22px;
    padding: 1rem 0 1rem 0;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    }

.single-post .entry-header{
    margin-bottom: 2rem;
    }

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text{
    color: #fff;
}
a {
    color:#ff1711;
}
a:hover {
    color:#000;
}

body.single-post .pagination-single,
body.single-post .comments-wrapper,
.singular .intro-text {
    display: none;
}

/* woocommerce my styles */

.single-product .product .post-inner{
    padding-top: 0;
}

.single-product .related{
    clear: both;
}

.woocommerce ul.products li.product .price, 
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #005584;
    font-size: 16px;
    font-weight: bold;
}

.woocommerce .quantity .qty{
    padding: 13px 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    float: none;
    width: calc(100% /5 - 8px);
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(5){
    margin-right: 0;
}

.single-product .product .post-meta-wrapper{
    margin-top: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 5px 0;
    letter-spacing: 0.7px;
}

.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button{
    color: #fff;
    background-color: #005584;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    max-width: 200px;
    border-radius: 0;
    font-weight: 400;
    padding: 12px 24px;
    font-size: 14px;
    letter-spacing: 0;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #000;
    color: #fff;
    /*letter-spacing: 1px;*/
}

.single-product .product .post-meta{
    color: #f99c1c;
}

.single-product .comments-wrapper, .single-product .pagination-single,
.woocommerce-page .pagination-single{
    display: none;
}

.single-product .product .post-meta{
    font-size: 1.3rem;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: #005584;
    padding: 17px;
    font-weight: 600;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #000;
}

.woocommerce-page .entry-title a{
    pointer-events: none;
}

.woocommerce-page h2.entry-title{
    font-size: 36px;
    color: #2d2d2d;
}

.woocommerce-page .post-inner{
    padding-top: 6rem;
}

.woocommerce-cart .coupon{
    width: 50%;
    max-width: 300px;
}

.woocommerce-cart .woocommerce a.button.alt{
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;

}

.woocommerce .woocommerce-ordering select{
    font-size: 16px;
    padding: 8px;
}

.woocommerce-cart .woocommerce-message{
    color: #000000;
}

.woocommerce-cart .woocommerce-message::before {
    color: #af8a66;
    }

.woocommerce div.product div.images img {
    width: auto;
    margin: 0px auto;
}

/* end woocommerce my styles */

.header-footer-group .color-accent {
    color: #005584;
}
.search-results .archive-title {
    font-size: 2rem;
    letter-spacing: normal;
    color: #005584;
}
.search-results .archive-header {
    padding: 3rem 0;
}
.search-results h2.entry-title {
    font-size: 2.4rem;
    text-align: left;
}
.search-results .entry-title a {
    font-size: 30px;
}
.search-results .post-inner {
    padding-top: 1rem;
}
.search-results .post-separator,
.pagination-separator{
    margin: 20px auto;
}
.singular .featured-media::before {
    background: transparent;
}
body:not(.elementor-page) .entry-content > h1, 
body:not(.elementor-page) .entry-content > h2, 
body:not(.elementor-page) .entry-content > h3, 
body:not(.elementor-page) .entry-content > h4, 
body:not(.elementor-page) .entry-content > h5, 
body:not(.elementor-page) .entry-content > h6 {
    margin-bottom: 1.5rem !important;
}
body:not(.elementor-page) .entry-content > ul {
    margin: 2rem auto !important;
}
body .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 5px 0px;
}
body .elementor-heading-title {
    line-height: 1.2;
    letter-spacing:normal;
}
.wpcnfm-feilds {
    display: flex;
    gap: 10px;
}
.wpcnfm-feild {
    width: 100%;
}

body .elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    align-items: baseline;
}
body .elementor-widget .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 3px;
}
body .elementor-element .elementor-icon-list-items .elementor-icon-list-item {
    width: fit-content;
}
body .elementor-element .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon {
    display: block;
}
body .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  width: 100%;
}

.hm-slider-stn .elementor-element .htslider-single-post-slide .content .post-inner .htslider-desc p {
    color: #fff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    box-shadow: 0px 0 10px 0px #00000029;
    padding: 20px;
}
.woocommerce ul.products li.product a img {
    margin: 0px auto 20px 0px;
    width: auto;
    height: 213px;
}
.single-product .related {
    padding-top: 0px;
}
.single-product .related h2 {
    margin-bottom: 3rem;
}
#tab-description h2:nth-child(1) {
    display: none;
}

.elementor-location-footer h4{
    font-family: "Figtree", sans-serif;
}
.ftr-tp-stn .tnp-widget-minimal input.tnp-email {
    padding: 20px 145px 20px 10px;
    font-size: 16px;
}
.ftr-tp-stn .tnp-widget-minimal input.tnp-submit {
    position: absolute;
    right: 0;
    width: fit-content;
    padding: 18px 30px;
    background-color:#005584;
    margin:5px;
}
.ftr-tp-stn .tnp-widget-minimal input.tnp-submit:hover {
    background-color:#000;
}
.ftr_contact .elementor-icon-list-icon{
    position: relative;
    z-index: 2;
}
.ftr_contact .elementor-icon-list-icon:before{
    background-color: #ff1711;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -10px;
    bottom: 0;
    z-index: -1;
}
.ftr_contact .elementor-icon-list-icon svg{
    margin-top: 5px !important;
    margin-left: 13px !important;
} 
.footer_top_block .elementor-column-gap-default{
    background-color: #ff1711;
    border-radius: 30px 30px 0px 0px;
    column-gap: 5rem;
}
.download_btns .elementor-column-gap-default{
    padding: 0 !important;
}
.cities_block .elementor-image-box-img{
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
}
@media (min-width: 1025px){
    .elementor-section .elementor-container.elementor-column-gap-default {
        column-gap: 20px;
    }
    .hm-slider-stn .elementor-element .htslider-item-img.single-slide-item.htslider-single-post-slide {
        height: 120vh !important;
    }
}


@media (max-width: 768px){
    .entry-content p, .entry-content li{
        font-size: 15px;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 19px;
    }
    h6 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 600px) {
    .hfe-nav-menu .hfe-nav-menu__toggle{
        position: absolute;
        top: -55px;
        right: 20px;
    }
}

@media (max-width: 480px){
    .wpcnfm-feilds {
        display: block;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
}
.pll-lang-buttons{
    display:flex;
    gap:20px;
    align-items:center;
    flex-wrap:wrap;
    justify-content: center;
}

.pll-btn{
    display:inline-block;
    padding:15px 30px;
    border-radius:30px;
    text-decoration:none;
    background:#FF1711;
    color:#fff;
    transition:0.3s;
    text-transform: uppercase;
    width: 160px;
}

.pll-btn:hover{
    background:#FF1711;
    color:#fff;
}

.pll-btn.active{
    background:#fff;
    color:#000;
}
.directorist-archive-items .directorist-pricing-meta{
    display: none !important;
}

.directorist-swiper.directorist-single-listing-slider-thumb.swiper-initialized.swiper-horizontal.swiper-free-mode.swiper-watch-progress.swiper-thumbs.swiper-backface-hidden {
	width: 531px !important;
	height: 119px !important;
}