@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.wazile.com/wazile/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #666666;
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242f51;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #242f51;
	--wd-widget-title-font-size: 20px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: #0088f0;
	--wd-alternative-color: #00a9f0;
	--wd-link-color: #0088f0;
	--wd-link-color-hover: #00a9f0;
	--btn-default-bgcolor: #0284e8;
	--btn-default-bgcolor-hover: #00a9f0;
	--btn-accented-bgcolor: #0284e8;
	--btn-accented-bgcolor-hover: #00a9f0;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 280px;
}
.wd-page-title {
	background-color: #0fabe4;
	background-image: none;
	background-size: cover;
	background-position: center top;
}
.wd-footer {
	background-color: #0fabe4;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: left center;
}
body[class*="wrapper-boxed"] {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/** Remove Date on Blog Posts **/
.woodmart-post-date,
.wd-entry-meta .meta-date {
    display: none;
}


/** Adjust padding on banner **/
@media (max-width: 1024px) {
    #banner-content {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media (max-width: 768px) {
    #banner-illustration {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

/** Resize illustration on banner **/
#banner-illustration {
    background-position: right bottom !important;
    background-size: initial !important;
}

@media (max-width: 1024px) {
    #banner-illustration {
        background-size: 75% !important;
    }
}

@media (max-width: 768px) {
    #banner-illustration {
        background-size: 70% !important;
    }
}

@media (max-width: 736px) {
    #banner-illustration {
        background-size: 100% !important;
    }
}


/** Custom play button on banner **/
a.video-explainer {
    display: inline-block;
    /* box-shadow: 0px 0px 1px 1px #f5192b; */
    background-color: rgba(235, 245, 235, 0.5) !important;
    animation: pulse-animation 1.4s infinite;

    width: 110px;
    height: 110px;
    border-radius: 100%;
    color: transparent !important;
}

a.video-explainer::after {
    content: url("https://www.wazile.com/wazile-uploads/2023/06/btn-play.png");
    position: absolute;
    top: 30px;
    left: 5px;
    right: 0;
    bottom: 0;
    display: block;
}

a.video-explainer::before {
    content: 'Watch';
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 23px;
    left: 28px;
}

a.video-explainer::after:hover {
    color: #fbfbfb;
}

a.video-explainer:hover {
    animation: none;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(247, 66, 80, 0.3)
    }

    50% {
        box-shadow: 0 0 0 18px rgba(247, 74, 88, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(248, 89, 102, 0)
    }
}


/** Decolorize client logos in carousel **/
.wazile-client-logos .woodmart-gallery-item>img {
    filter: grayscale(95%) opacity(0.50);
    -webkit-filter: grayscale(95%) opacity(0.50);
}

.wazile-client-logos .woodmart-gallery-item>img:hover {
    filter: grayscale(0%) opacity(1);
    -webkit-filter: grayscale(0%) opacity(1);
}




/** ---- Custom properties ---- **/

.wazile-darkbg p {
    color: #fff !important;
}

/** Change outline buttons **/
.wazile-outline-dark-blue {
    padding: 14px 28px;
    color: #242f51 !important;
    border-color: #242f51 !important;
    background: transparent !important;
}

.wazile-outline-dark-blue:hover {
    color: #fff !important;
    border-color: #242f51 !important;
    background: #242f51 !important;
}

/** Custom submit buttons **/
.wazile-btn-submit {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    padding: 14px 28px;
    color: #fff;
    background-color: #0088f0;
    border-radius: 35px;
}

.wazile-btn-submit:hover {
    color: #fff;
    background-color: #037edc;
    border-radius: 35px;
}

/** Adjust services page banner fonts **/
.wazile-banner .subtitle-style-default {
    color: #fff !important;
}

/** Fix BG elements when scrolling **/
.wazile-bg-fixed {
    background-attachment: fixed;
}


/** ---- Overrides ---- **/

/** Add hover effect for information box **/
#service-fold .service-fold h3.info-box-title:hover {
    color: #0088f0;
    cursor: pointer;
}

#service-fold .service-fold .box-with-icon .info-box-icon:hover {
    transform: scale(1.1);
    transition: transform .2s;
    cursor: pointer;
}

.cursor-pointer {
    cursor: default;
}



/** Adjust menu icon size on mobile **/
.woodmart-burger-icon .woodmart-burger,
.woodmart-burger-icon .woodmart-burger::before,
.woodmart-burger-icon .woodmart-burger::after {
    width: 26px;
}

.woodmart-burger-icon .woodmart-burger::before {
    top: -8px;
}

.woodmart-burger-icon .woodmart-burger::after {
    top: 8px;
}


/** Adjust button size **/
.btn {
    font-weight: 500;
    text-transform: none;
}

.btn-size-default {
    padding: 14px 28px;
    font-size: 14px;
}

.btn-style-link {
    line-height: 26px;
}

/** Changed See Our Works button**/
.btn-style-bordered.btn-style-round.btn-size-default {
    padding: 12px 26px;
}

/** Adjust section title size **/
@media (max-width: 1024px) {
    .woodmart-title-size-extra-large .woodmart-title-container {
        font-size: 36px;
    }

    .title-wrapper .woodmart-title-container {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .title-wrapper .woodmart-title-container {
        font-size: 34px;
        line-height: 1.2;
    }
}

/** Adjust section subtitle size **/
@media (max-width: 1024px) {
    .title-subtitle {
        font-size: 15px !important;
    }
}

@media (max-width: 575px) {
    .title-subtitle {
        font-size: 15px !important;
    }
}

/** Change section subtitle color **/
.subtitle-style-default {
    color: #0088f0;
}

.title-subtitle {
    font-size: 15px;
    font-weight: 500;
}

.woodmart-title-container {
    line-height: 1.3;
}

/** Add space above footer top **/
.main-footer {
    padding-top: 10px;
}

/** Adjust footer bg on mobile **/
@media screen and (max-width: 1000px) {
    .footer-container {
        background-position: right center;
    }
}

/** Remove line above bottom footer **/
.copyrights-wrapper {
    border: none !important;
}

/** Change font on footer widget **/
.footer-column .widget-title {
    text-transform: none;
    margin-bottom: 20px;
}

.footer-column-1 .widget-title {
    font-size: 30px;
}

/** Change footer colors **/
footer.color-scheme-light,
.color-scheme-light .widget_nav_menu ul li,
.color-scheme-light .footer-widget a {
    color: #fff !important;
}

.color-scheme-light .widget_nav_menu ul li:hover,
.color-scheme-light .footer-widget a:hover {
    color: #eeeeee !important;
}

/** Change footer social icon styles **/
.wazile-footer-col .woodmart-social-icons {
    text-align: left !important;
}

.wazile-footer-col .woodmart-social-icon {
    margin: 30px 10px 10px 0 !important;
    width: 37px !important;
    height: 37px !important;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
}

.wazile-footer-col .woodmart-social-icon.social-facebook:hover {
    background: #215696;
    border: 1px solid #215696;
}

.wazile-footer-col .woodmart-social-icon.social-instagram:hover {
    background: #9D35AF;
    border: 1px solid #9D35AF;
}

.wazile-footer-col .woodmart-social-icon.social-youtube:hover {
    background: #C81212;
    border: 1px solid #C81212;
}

.wazile-footer-col .woodmart-social-icons.icons-size-default i {
    font-size: 16px;
}

.wazile-footer-col .icons-design-default .woodmart-social-icon i {
    position: relative;
    top: 4px;
}

.wazile-footer-col .icons-design-default .woodmart-social-icon i.fa-facebook:hover,
.wazile-footer-col .icons-design-default .woodmart-social-icon i.fa-instagram:hover,
.wazile-footer-col .icons-design-default .woodmart-social-icon i.fa-youtube:hover {
    color: #fff;
}

/** Custom accordion **/
#wazile-faqs .vc_tta-panel-title {
    line-height: 1.25;
}

#wazile-faqs h4.vc_tta-panel-title {
    font-size: 16px;
    font-weight: 500;
}

#wazile-faqs .vc_tta-panel-title,
#wazile-faqs .vc_tta-panel-body {
    border-color: #eee !important;
}

/* FAQs */
@media (max-width: 1024px) {
    #wazile-faqs .vc_tta.vc_general .vc_tta-panel-title > a {
      padding: 10px 10px 10px 50px !important;
    }
  }

/* Remove header bottom spacing */
.whb-header {
    margin-bottom: 0;
}


/* Fonts */
@media (min-width: 768px) {
    p {
        line-height: 2.2;
    }
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
}

h6 {
    font-size: 18px;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 19px;
    }
}

.site-content {
    margin-bottom: 0 !important;
}

/** Change main menu colors **/
/*@media screen and (min-width: 1200px) {*/
header:not(.whb-sticked) .nav-link-text {
    color: #fff;
}

header:not(.whb-sticked) .nav-link-text:hover {
    color: #f1f1f1 !important;
}

header:not(.whb-sticked) #menu-side-menu .nav-link-text {
    color: #757575 !important;
}

header:not(.whb-sticked) .sub-menu-dropdown .nav-link-text {
    color: #757575 !important;
}

header:not(.whb-sticked) .woodmart-navigation .item-level-0.menu-item-has-children>a:after {
    color: #fff !important;
}

header:not(.whb-sticked) .search-button .search-button-icon:before {
    color: #fff !important;
}

header:not(.whb-sticked) .wd-tools-element>a {
    color: #fff !important;
}

header:not(.whb-sticked) .whb-general-header,
header:not(.whb-sticked) .whb-header-bottom {
    background-color: transparent;
}

header:not(.whb-sticked) .whb-general-header {
    border-color: transparent;
}

header:not(.whb-sticked) .header-categories-nav .woodmart-burger {
    color: #fff;
}

header:not(.whb-sticked) .header-categories-nav .woodmart-burger:hover {
    color: #f1f1f1;
}

/** Adjust default page title **/
.page-title .entry-title {
    font-size: 48px;
    padding-bottom: 30px;
    font-weight: 900;
}

/** Change heading font size on smaller screens **/
@media (max-width: 1024px) {
    .title-wrapper .woodmart-title-container {
        font-size: 30px;
    }

    h1.woodmart-title-container,
    .page-title .entry-title {
        font-size: 36px !important;
    }
}

@media (max-width: 575px) {
    .title-wrapper .woodmart-title-container {
        font-size: 30px;
    }
}

/** Change sidebar post title size **/
.woodmart-recent-posts .entry-title a {
    font-size: 18px !important;
}

@media (max-width: 1000px) {
    .woodmart-recent-posts .entry-title a {
        font-size: 16px !important;
    }
}

.woodmart-prefooter,
.wd-prefooter {
    padding-bottom: 0 !important;
}

/** Adjust single post title **/
.post-single-page .entry-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
}

.single-post .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: unset;
}

@media (max-width: 1024px) {
    .post-single-page .entry-title {
        font-size: 26px !important;
    }
}

body.single-post .title-size-small {
    padding-bottom: 40px;
}

@media (min-width: 1025px) {
    body.single-post .title-size-small {
        padding-bottom: 60px;
    }
}

body.single-post .page-title .entry-title {
    padding-bottom: 0;
}

/*body.single-post .page-title-default {
    background-position: center top !important;
}*/
.post-title-large-image.color-scheme-light:after {
    background: linear-gradient(transparent 5%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%) !important;
}

.post-title-large-image.color-scheme-light:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
}


/** Sidebar instagram widget **/
@media (min-width: 769px) {
    #woodmart-instagram-8 .instagram-picture.col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.single-post .comments-area {
    padding-bottom: 50px !important;
}
.single-post .page-title {
    margin-bottom: 70px;
}

.woodmart-blog-holder {
    margin-top: 50px;
    margin-bottom: 50px;
}

/** Adjust Related Post title size **/
.woodmart-carousel-container .title {
    font-size: 22px;
}

/** Singe Portfolio - Adjust spacing **/
.single-portfolio .single-post-navigation {
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-portfolio .page-title {
    margin-bottom: 90px !important;
}

.single-jetpack-portfolio .post-title {
    /*    background: #0fabe4;*/
    text-align: center;
    color: #242f51;
    padding: 50px 0;
    /*    margin-bottom: 90px;*/
    font-size: 32px;
    font-weight: 600;
}



/** Single portfolio page template - Fix header **/
@media screen and (max-width: 1024px) {
    .single-jetpack-portfolio .content-layout-wrapper {
        padding-top: 70px;
    }
}

@media screen and (min-width: 1200px) {
    .single-jetpack-portfolio .content-layout-wrapper {
        padding-top: 150px;
    }
}

.single-jetpack-portfolio header:not(.whb-sticked) .whb-main-header,
.post-type-archive-jetpack-portfolio header:not(.whb-sticked) .whb-main-header {
    background: #0FABE4;
}

.single-jetpack-portfolio .whb-row {
    padding-left: 15px;
    padding-right: 15px;
}

.jetpack-portfolio .entry-title {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    background: #0FABE4;
    padding-bottom: 30px;
    padding-top: 50px;
}

.single-jetpack-portfolio .container {
    /*    max-width: 1300px !important;*/
    padding-right: 0;
    padding-left: 0;
}

/*@media screen and (min-width: 1025px) {
    .single-jetpack-portfolio .container {
        width: 100%;
    }
}*/

.single-jetpack-portfolio .article-body-container,
.single-jetpack-portfolio .woodmart-single-footer,
.single-jetpack-portfolio .single-post-navigation,
.single-jetpack-portfolio #comments,
.single-jetpack-portfolio .woodmart-prefooter .single-jetpack-portfolio .container.main-footer {
    margin: 0 auto;
    width: 100%;
}

.single-jetpack-portfolio .footer-container .main-footer {
    /*    padding-top: 10px;
    max-width: 1300px;*/
    padding-left: 15px;
    padding-right: 15px;
    ;
}

/*@media screen and (min-width: 1025px) {
    .single-jetpack-portfolio .footer-container .main-footer {
        width: 95%;
    }
}
*/
/** Jetpack archive page **/
.post-type-archive-jetpack-portfolio .site-content {
    padding-top: 90px;
}

.post-type-archive-jetpack-portfolio .article-body-container {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px !important;
}

.post-type-archive-jetpack-portfolio .hovered-social-icons {
    display: none;
}

.post-type-archive-jetpack-portfolio .entry-content {
    margin-top: -10px;
}

@media (min-width: 1200px) {
    .post-type-archive-jetpack-portfolio .site-content {
        padding-top: 180px;
    }
}

.jetpack-portfolio .entry-title {
    font-size: 24px;
    padding-top: 30px
}

@media (max-width: 1000px) {
    .jetpack-portfolio .entry-title {
        font-size: 20px;
        line-height: 26px;
    }
}

.single-jetpack-portfolio .jetpack-portfolio .entry-title {
    font-size: 34px;
}


/** Single Portfolio - Remove comment form **/
.single-jetpack-portfolio #comments {
    display: none;
}

/** Single Portfolio - Adjust inline buttons **/
.single-jetpack-portfolio #row-btns-2 {
    text-align: center;
    margin: 0 auto;
}

.single-jetpack-portfolio .btn-2 {
    margin: 0 10px;
}

/** Add BG to mobile menu **/
.site-mobile-menu,
.wd-side-hidden {
    background: #fff url(https://www.wazile.com/wazile-uploads/2020/02/service-numbers-bg-elements.png) no-repeat;
    background-size: cover;
    /*position: relative;*/
}

.site-mobile-menu::after,
.mobile-nav::after {
    content: url(https://www.wazile.com/wazile-uploads/2020/07/mobile-menu_bg.png);
}

/** Contact Form Response **/
div.wpcf7-response-output {
    background-color: #29BE68;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form:not(.sent) .wpcf7-response-output {
    display: none;
}

.whb-col-right .menu-simple-dropdown .sub-menu-dropdown {
    right: unset;
}

#menu-item-3026 .sub-menu-dropdown {
    width: 270px;
}

/** Blog page **/
.blog-post-loop .entry-title {
    font-weight: 600;
}

.woodmart-archive-blog .wd-entry-meta {
    display: none;
}

.woodmart-archive-blog .hovered-social-icons {
    display: none;
}

/** Infographic zoom for mobile 
@media screen and (max-width: 575px) {
	.post-single-page .wp-image-21182:hover, .wp-image-21138:hover, .wp-image-21154:hover{
		transition: transform 2s;
			transform: scale(1.3);
	}
}
**/

/** Fix social icons **/
.fa-instagram:before {
    content: "\f16d" !important;
}

.fa-youtube:before {
    content: "\f167" !important;
}

/** CF7 Response **/
.wpcf7 form.sent .wpcf7-response-output:before,
.wpcf7-mail-sent-ok:before {
    content: "\f109" !important;
}

.wpcf7 form.invalid .wpcf7-response-output:before {
    content: "\f10f" !important;
}

.wpcf7 .screen-reader-response {
    display: none;
}

/** Single Portfolio - Fix social sharing icons **/
.woodmart-social-icons i {
    font-family: 'Font Awesome 5 Brands' !important;
}

.social-twitter i::before {
    content: "\f099" !important;
}

.social-pinterest i:before {
    content: "\f231" !important;
}

.social-linkedin i:before {
    content: "\f0e1" !important;
}

.social-tg i:before {
    content: "\f3fe" !important;
}

body.single-jetpack-portfolio .wd-post-date {
    display: none !important;
}

/** Buttonizer **/
.buttonizer .buttonizer-button.buttonizer-head {
    display: none !important;
}
.buttonizer-group-0-0-1 {
    left: 2% !important;
}
.buttonizer .buttonizer-button {
    background: #dd3333 !important;
}
.buttonizer .buttonizer-button:hover {
    background: #23cd69 !important;
}

/*.buttonizer-button i.fa-envelope {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900 !important;
}
.buttonizer-button i.fa-envelope::before {
	content: "\f0e0" !important;
}
*/

/** Fix main menu offset **/
@media (min-width: 1920px) {
    #menu-item-3038 .wd-dropdown-menu {
        left: -46.875px !important;
    }
}


/** Mobile collapse **/
@media screen and (max-width: 575px) {
    .footer-widget-collapse .widget-title:after {
        position: absolute !important;
        top: calc(50% - 18px);
        right: 0;
        width: 24px !important;
        height: 24px !important;
        border-radius: 50%;
        color: #fff !important;
        vertical-align: middle;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        transition: all .25s ease;
        content: "\f129" !important;
        font-family: woodmart-font;
    }
}


/** Single Post - remove date **/
body.single-post .wd-post-date.wd-style-with-bg,
.blog-design-masonry.has-post-thumbnail .post-date {
    display: none;
}

/** Single Portfolio - Adjust container width **/
.single-jetpack-portfolio .entry-content,
.single-jetpack-portfolio .single-post-navigation {
    width: 1222px;
    margin: 0 auto;
}

@media (max-width: 1024px) {

    .single-jetpack-portfolio .entry-content,
    .single-jetpack-portfolio .single-post-navigation {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}


/* Jetpack portfolio - Archive */
body.archive.tax-jetpack-portfolio-type header:not(.whb-sticked) .whb-general-header {
    background-color: #0FABE4 !important;
}

body.archive.tax-jetpack-portfolio-type .main-page-wrapper {
    padding-top: 200px;
}

@media (min-width: 1025px) {
    body.archive.tax-jetpack-portfolio-type .main-page-wrapper {
        padding-top: 300px;
    }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
    .site-logo {
        max-width: 200px !important;
    }
}

/*Change dropdown header icon color to white for desktop*/
header:not(.whb-sticked) .whb-general-header .wd-nav[class*="wd-style-"]>li.menu-item-has-children>a:after {
    color: #fff !important;
}

/* Change dropdown header icon to color black when navbar is sticked*/
.whb-sticked .wd-nav[class*="wd-style-"]>li.menu-item-has-children>a:after {
    color: #333 !important;
}

#text-3.wd-widget-collapse:not(.wd-opened-initially)>.widget-title~* {
    display: block !important;
}

#text-3.wd-widget-collapse .widget-title:after {
    display: none !important;
}

#nav_menu-2.wd-widget-collapse:not(.wd-opened-initially)>.widget-title~* {
    display: block !important;
}

#nav_menu-2.wd-widget-collapse .widget-title:after {
    display: none !important;
}

/* What’s in our Web Design Service carousel */
.wazile-services-carousel .owl-stage-outer {
    padding: 17.5px;
}

.wazile-services-carousel .owl-item .info-box-wrapper {
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0px 0px 32px 0px rgb(183 183 183 / 17%);
}

.wazile-services-carousel h3.info-box-title.wd-fontsize-m {
    margin-bottom: 25px;
}

/* Cookie */
.cky-consent-container .cky-consent-bar {
    border-radius: 0px !important;
}

.cky-btn-accept,
.cky-btn-reject {
    border-width: 1px !important;
}

.cky-consent-container button {
    border-radius: 35px !important;
}

@media (max-width: 440px) {
    .cky-notice-btn-wrapper {
        flex-direction: row !important;
        align-items: baseline !important;
        flex-wrap: nowrap !important;
    }

    .cky-notice-btn-wrapper .cky-btn-reject {
        margin-left: 12px;
    }
}

.wd-content-layout {
    padding-block: 0px !important;
}

.btn-style-link:not(.set-meeting-btn) {
    border: none !important;
	  padding:0px !important;
}

/* Footer - Locations */
.locations-we-serve ul {
    list-style: none;
    margin-left: -20px;
}

.locations-we-serve p,
.locations-we-serve li {
    color: #fff;
    font-size: 12px;
}

.locations-we-serve .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.locations-we-serve .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #0fabe4 !important;
}

.locations-we-serve .vc_tta-color-blue.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
}

.locations-we-serve .vc_tta-color-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
.locations-we-serve .vc_tta-color-blue.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff !important;
}

.locations-we-serve .vc_tta-panel-title {
    font-size: 14px !important;
}

.locations-we-serve .vc_tta .vc_tta-controls-icon {
    width: 10px !important;
    height: 10px !important;
}

.locations-we-serve .list-five-cols {
    columns: 5;
}

.locations-we-serve .list-two-cols {
    columns: 2;
}

@media (max-width: 560px) {
    .locations-we-serve .list-five-cols {
        columns: 2;
    }
}

@media (min-width: 561px) and (max-width: 768px) {
    .locations-we-serve .list-five-cols {
        columns: 3;
    }
}

@media (max-width: 1024px) {
    .locations-we-serve .vc_tta-title-text {
        margin-right: 20px;
    }
}

/* .single-jetpack-portfolio .locations-we-serve .vc_tta-container,
.post-type-archive-jetpack-portfolio .vc_tta-container {
    margin-bottom: 0 !important;
} */


/* Footer */
.footer-sidebar {
    padding-top: 0 !important;
}


/* Project in mind - short */
#get-free-quote form .wpcf7-margintop {
    margin-top: 20px;
}

#get-free-quote form .wpcf7-marginbottom {
    margin-bottom: 20px !important;
}

#get-free-quote form .wpcf7-margin-bot {
    margin-bottom: 0px !important;
}

/* Job Application */
#apply-now form .wpcf7-margin-bot {
    margin-bottom: 0px !important;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}

.vc_row-fluid .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#commentform>iframe {
    height: 275px !important;
}

.wp-block-search .wp-block-search__button {
    background-color: #b5b5b5 !important;
}

.wp-block-search .wp-block-search__button:hover {
    background-color: #818080 !important;
}

#get-free-quote .title-wrapper>.wpb_text_column p {
    color: #fff !important;
}

.wazile-btn-white-bordred {
    border-color: #fff !important;
    background: transparent !important;
}

.wazile-btn-white-bordred:hover {
    border-color: #007cdb !important;
    background: #007cdb !important;
}


/* Side Menu Header */
.wd-header-cats .menu-opener .menu-open-label {
    display: none;
}

.wd-header-cats.wd-style-1 .menu-opener:after {
    display: none;
}

.wd-header-cats.wd-style-1 .menu-opener {
    min-width: unset !important;
}

.wd-header-cats .wd-dropdown {
    left: unset;
    right: 20px !important;
}

.wd-dropdown-cats {
    min-width: 180px;
}

.wd-header-cats .nav-link-text {
    color: #848484 !important;
    font-weight: 400;
}

header:not(.whb-sticked) .wd-header-cats .menu-opener-icon:not(.custom-icon):after {
    color: #fff;
}

.wd-header-cats .nav-link-text:hover {
    color: #0fabe4;
}

header:not(.whb-sticked) .wd-header-cats .nav-link-text:hover {
    color: #0fabe4;
}

.wd-header-cats span.nav-link-text:hover {
    color: #0fabe4 !important;
}

.wd-nav-vertical.wd-design-default>li:not(:last-child) {
    border-bottom: none;
}

.wd-header-cats .wd-nav-vertical>li>a {
    padding: 8px 18px;
}

/* Single post font */
.single-post h2 {
    font-size: 30px !important;
}
.single-post h3 {
    font-size: 25px;
}

@media (max-width: 1024px) {
    .single-post h3 {
        font-size: 23px;
    }
}

/* Form Check box spacing */
@media (max-width: 540px) {
    .wpcf7-checkbox label {
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

/* Schedule Meeting Link */
#project-cta .link-schedule-meeting {
    font-weight: 600;
    color: #878787;
    position: relative;
}

#project-cta .link-schedule-meeting:hover {
    color: #333;
}

#project-cta .link-schedule-meeting::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #69d294;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

#project-cta .link-schedule-meeting:hover::after {
    width: 100%;
}

/* Companies who trust us */
#logo-companies .wd-carousel-wrap {
    transform: none !important;
}

/*Blog page*/
.woodmart-archive-blog.wd-post-cat.wd-style-with-bg {
    display: inline-block;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    border-radius: calc(var(--wd-brd-radius) / 1.5);
    background-color: var(--wd-primary-color);
    color: #fff;
    line-height: 25px;
}

.woodmart-archive-blog .article-inner {
    margin-bottom: 45px;
}

.woodmart-archive-blog .page-title {
    margin-bottom: 70px !important;
}

/* Fix  blog post to full 
.wd-posts .post-img-wrapp img {
    width: 100% !important;
}
*/

/* Blogs - Hover */
@media (min-width: 1024px) {
    .blog-post-loop:hover .post-img-wrapp a {
        transform: scale(1.03);
    }

    .blog-post-loop:hover .post-img-wrapp a::after {
        opacity: 1;
    }

    .blog-post-loop:hover .post-image-mask:after,
    .blog-post-loop:hover .post-image-mask:before,
    .blog-post-loop:hover .post-image-mask span {
        opacity: 1;
        animation: wd-fadeInLeft .3s ease;
    }

    .post-image-mask:before {
        transition-delay: .15s;
        animation-delay: .15s;
    }

    .post-image-mask {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -22px;
        text-align: center;
        font-size: 0;
    }

    .wd-post:hover .post-image-mask:before {
        transition-delay: .2s;
        animation-delay: .2s;
    }

    .wd-post:hover .post-image-mask:after,
    .wd-post:hover .post-image-mask:before,
    .wd-post:hover .post-image-mask span {
        opacity: 1;
        animation: wd-fadeInLeft .3s ease;
    }

    .post-image-mask:before {
        transition-delay: .15s;
        animation-delay: .15s;
    }

    .post-image-mask:after,
    .post-image-mask:before,
    .post-image-mask span {
        display: inline-block;
        margin-right: 7px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #fff;
        vertical-align: middle;
        opacity: 0;
        transition: opacity .2s ease;
        animation: wd-fadeOutRight .3s ease;
    }

    .wd-post:hover .post-image-mask span {
        transition-delay: .1s;
        animation-delay: .1s;
    }

    .post-image-mask:after,
    .post-image-mask:before {
        content: "";
    }

    .blog-design-mask .post-image-mask {
        display: block;
    }

    .woodmart-archive-blog .post-image-mask {
        top: 28% !important;
    }
}

@media (max-width: 991px) {
    body:not(.blog):not(.archive) .wd-posts>article:nth-child(3),
    body:not(.blog):not(.archive) .wd-posts>article:nth-child(4) {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    body:not(.blog):not(.archive) .wd-posts>article:nth-child(1) {
        margin-top: 0px;
    }

    body:not(.blog):not(.archive) .wd-posts>article:nth-child(2),
    body:not(.blog):not(.archive) .wd-posts>article:nth-child(3),
    body:not(.blog):not(.archive) .wd-posts>article:nth-child(4) {
        margin-top: 30px;
    }
}

/* Portfolio Archive */
.post-type-archive-portfolio .page-title {
    margin-bottom: 70px !important;
}

/* Fix specific blog https://www.wazile.com/blog/different-online-threats-and-prevention-tips/*/
.wpb-content-wrapper>p {
    display: block;
}

fencedframe#ps_caff {
    display: none !important;
} 

.single-post .wd-meta-date, .wd-meta-reply {
    display: none !important;
}

/* Floating button */
#waz-floating-btn {
    position: fixed;
    left: 1.5rem;
    bottom: 2rem;
    z-index: 10000;
    margin: 1rem 0;
    visibility: hidden;
		width:216px;
}
@media (max-width: 1024px) {
    #waz-floating-btn {
        left: 1.3rem;
        bottom: 2rem;
    }
}

@media (max-width: 425px) {
    #waz-floating-btn {
        left: 1.3rem;
        bottom: 2rem;
				width:188px;
    }
}

.wpcf7-form-control-wrap .wpcf7-radio label, .wpcf7-form-control-wrap .wpcf7-checkbox label {
    display: inline-block !important;
    margin-right: 15px !important;
}

.wd-sub-menu .sub-sub-menu li>a {
    font-size: 16px;
    font-weight: 600;
    color:#242f51 !important;
}
.wd-sub-menu li>a:hover {
    color:#26bdf2 !important;
}

#services .wd-nav-img, .wd-sub-menu .sub-sub-menu li>a img {
    max-height: 50px !important;
}

.wd-sub-menu .sub-sub-menu li {
    margin-bottom: 35px;
}

/*#menu-item-98916 .wd-nav-img, .wd-sub-menu .sub-sub-menu li>a img {
    max-height: 160px;
}

#menu-item-98916 .wd-nav-img, .wd-sub-menu .sub-sub-menu li>a img{
    transform: scale(1);
}*/


#portfolio img.wd-nav-img:hover {
    opacity: 0.8;
	  transition: 0.05;
}

#portfolio .wd-sub-menu li>a img, .wd-nav-img {
    max-width: 220px !important;
    width: 220px !important;
    max-height: 220px !important;
}

.woodmart-archive-portfolio .site-content {
    padding: 70px 0px !important;
}

.single-portfolio ul.project-categories li {
    margin-bottom: 18px;
}

.single-portfolio ul.project-categories {
    list-style-type: none;
    display: flex;
    padding: 0px;
    border-radius: 5px;
    flex-direction: row;
    flex-wrap: wrap;
}

.single-portfolio ul.project-categories li a {
    color: #fff;
    font-weight: 700;
    margin-right: 4px;
    background-color: #0088f1;
    padding: 7px;
    border-radius: 7px;
    font-size: 12px;
    text-transform: uppercase;
}

.single-portfolio ul.project-categories li a:hover {
    background-color: #0a94ff;
}

.single-portfolio .wd-text-block a {
    color: #eee !important;
}

fieldset.hidden-fields-container {
    display: none;
}

.single-post .wd-sidebar-opener.wd-action-btn.wd-style-icon.wd-burger-icon.wd-hide-lg {
    inset-inline-end: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-start-end-radius: unset !important;
    border-end-end-radius: unset !important;
	  inset-inline-start: unset;
}

footer h5.widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px !important;
}

.footer-column-4 h5.widget-title {
    font-size: 28px;
}

footer ul li {
    margin-left: 8px;
}