/*
Theme Name: Extensis
Theme URI: https://exagen.co.uk/
DESCRIPTION: Extensis custom Wordpress theme
Version: 1.0
Author: Tonya Lawrence / webheads.co.uk
Author URI: https://webheads.co.uk
Tags: Extensis
*/

/** reset **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{border:0;outline: none;font-size:100%;font:inherit;background: transparent; vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:''; content:none;}
table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/extensis/fonts/Inter18pt-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/extensis/fonts/Inter18pt-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/extensis/fonts/Inter18pt-LightItalic.woff2') format('woff2'),
        url('/wp-content/themes/extensis/fonts/Inter18pt-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/extensis/fonts/Inter18pt-Light.woff2') format('woff2'),
        url('/wp-content/themes/extensis/fonts/Inter18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/extensis/fonts/Inter18pt-Italic.woff2') format('woff2'),
        url('/wp-content/themes/extensis/fonts/Inter18pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/extensis/fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('/wp-content/themes/extensis/fonts/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/extensis/fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('/wp-content/themes/extensis/fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




:root {
  --inter:"Inter", sans-serif;
  --ivy-presto-display: "ivypresto-display", serif;
  --ivy-presto-text: "ivypresto-text", serif;
  --ivy-presto-headine: "ivypresto-headline", serif;
  --navy: #212839;
  --blue: #0016EA;
  --grey: #5D5D5D;
  --light-grey: #D2D2D2;
  --white: #fff;
}

/**
color:var(--yellow)
font-family:var(--alderwood)
background-color:var(--dark-greenop)
**/

/* general */

@view-transition {navigation: auto;}

#overall-wrapper { /* overflow:hidden; */ }
#overall-wrapper.noscroll { /** height: 100vh; **/ overflow: hidden; }
html.noscroll, html.noscroll body { overflow: hidden; position: relative; /** height: 100%; **/ }

html,body { /** overflow-x: hidden; **/   -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { /** overflow-y: scroll; **/  overflow-y: scroll; }

body::-webkit-scrollbar, body *::-webkit-scrollbar { width: 8px; }
body::-webkit-scrollbar-thumb, body *::-webkit-scrollbar-thumb { background-color: var(--blue); }
body::-webkit-scrollbar-track, body *::-webkit-scrollbar-track { background: var(--navy); }
body *::-webkit-scrollbar { width: 5px; }

/** below copied to wp-admin.css - START **/

body { font: 300 0.938rem/180% var(--ivy-presto-text); background: #fff; color: var(--grey); letter-spacing: -2%; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;        text-underline-offset: 3px; }
img, canvas, figure { max-width: 100%; height: auto; }

strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4, h5, h6, p { padding: 0 0 25px 0; }
h1, h2, h3, h4, h5, h6, .h1_styler, .h2_styler, .h3_styler {  }
h1, .h1_styler { font: 300 80px/88px var(--ivy-presto-display); letter-spacing: 2%; color: var(--navy); } 
h2, .h2_styler { font: 300 72px/84px var(--ivy-presto-display); letter-spacing: 1%; color: var(--navy); } 
h3, .h3_styler, .builder_sticky_wrapper h2 { font: 300 56px/66px var(--ivy-presto-display); letter-spacing: 3%; color: var(--navy); } 
h4 {  }
h5 {  }
p {  }
a { color: var(--grey); text-decoration: underline; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease;    -webkit-font-smoothing: antialiased; }
a:hover { text-decoration: none; }
	a[href^="tel:"] { text-decoration: none !important; cursor: default; }

ul, ol { margin: 0 0 0 14px; padding: 0 0 20px 0; }
ul { list-style: disc; margin: 0 0 0 20px; }
ol { list-style: decimal; margin: 0 0 0 18px; }
ul li, ol li { padding: 0 0 10px 0; margin: 0;  padding: 0 0 5px 0; }
ul ul { padding: 10px 0 0 0; }
ul ul li { padding: 0 0 10px 0; }

table { margin: 0 0 15px 0; }
table td, table th { padding: 10px 5px; }

hr {  }

::-moz-selection { background-color: var(--blue); color: #fff; }
::selection { background-color: var(--blue); color: #fff; }

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

.feature_text { font: 300 18px/28px var(--inter); letter-spacing: -1.5%; }
.button_cta, .swpm-login-form-submit { display:inline-block; font: 500 14px/16px var(--inter); letter-spacing: -2%; text-align: center; padding:16px 35px; text-align:center; text-decoration: none; color:var(--blue); border: 2px solid var(--blue); }
.button_cta:hover, .swpm-login-form-submit:hover { background: var(--blue); color: var(--white); }
.subtitle { font: 500 13px/100% var(--inter) !important; letter-spacing: 20% !important; text-transform: uppercase !important; padding: 0 0 5px 0 !important; color: var(--blue); }

/** below copied to wp-admin.css - END **/

/** general layout **/

.container { margin: 0 auto; width: 100%; padding: 0 55px; }
.container_capped { max-width: 1530px; }

input, textarea, .builder_accordion_list > li h3, .builder_accordion_list > li, .builder_icon_boxes_grid li article, .builder_icon_boxes_grid li article *, .builder_team::after, #menu_takeover, #modal_holder, .builder_accordion_list > li h3 svg { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }

a.view-article { display: none; }

.clear { clear: both; }
.float_left, .alignleft { float: left; margin: 5px 35px 10px 0; }
.float_right, .alignright { float: right; margin: 5px 0 10px 35px; }
.no_padding { padding: 0; }

.embed-container { position: relative; height: 0; overflow: hidden; padding-bottom: 56.25%; /* 16x9 Aspect Ratio */  max-width: 100%; height: auto; }
.embed-container-4x3 { padding-bottom: 75%; /* 4x3 Aspect Ratio */ }
.embed-container-square { padding-bottom: 100%; }
.embed-container-mobile { padding-bottom: 132%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
    .embed-container-wrapper { margin-top: 20px; margin-bottom: 40px; }

.disable_select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.pag_nav { display: block; clear: both; text-align: center; }
.pag_nav a { text-decoration: none; }

/** general form styles **/

form { margin: 0; }

input { outline: none !important; }
input, select, textarea { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; font: inherit; }
input.text, select, textarea,  .sf-field-search input { padding: 10px 15px; margin: 0; border: 1px solid #fff; outline: none; background-color: #fff;  }
select { /** min-height: 43px; padding: 0 10px; **/ }
label {  }
input.text, textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

::-webkit-input-placeholder { color: #333F48 !important; }
:-moz-placeholder { /* Firefox 18- */ color: #333F48 !important; }
::-moz-placeholder {  /* Firefox 19+ */ color: #333F48 !important; }
:-ms-input-placeholder { color: #333F48 !important; }

/** contact form **/

.form_list { margin: 0 auto; padding: 0; list-style: none; list-style-image: none; /** max-width: 380px;  **/ }
.form_list li { margin: 0; padding: 0 0 19px 0; display: block; }
.form_list li label {  }
.form_list li .text, .form_list li textarea, .form_list li select { width: 100%; display: block; }
.form_list li .text.wpcf7-not-valid { border-color: #E30428 !important; }
.form_list li textarea { height: 120px; }
.form_list li.form_button { padding: 0; }
.form_list li.form_button input {  }

.form_list li select, .searchandfilter select { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; width: 100%; background: url(/wp-content/themes/osbornes/images/arrow-down-select.png) 100% 50% no-repeat #fff; background-size: auto 9px; padding-right: 35px; }
.form_list li select::-ms-expand, .searchandfilter select::-ms-expand { display: none; }

.wpcf7-not-valid-tip { display: block; padding: 5px 0 0 0;  display: none !important; }
.wpcf7-not-valid-tip, .wpcf7-not-valid-tip * {  }
form.invalid .wpcf7-not-valid { /** background: #fbe122;  border: 1px solid #fbe122; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; **/ }

.wpcf7 form .wpcf7-response-output { clear: both; border: none; margin: 0; color: #269FC7; padding: 20px 0 0 0; text-align: left; font-weight: bold; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color: #E10600; font-weight: bold; }

.form-hidden-fields { display: none !important; }
.ajax-loader { display: none !important; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none;
    -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;  padding: 0; margin: 0; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  padding: 0; margin: 0; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { position: absolute; right: 0; bottom: -75px; z-index: 3; background: url(/wp-content/themes/extensis/images/arrow-left-blue.svg) center no-repeat; background-size: 40px auto; border: none; outline: none; text-indent: -9999px; width: 40px; height: 33px; cursor: pointer;  transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-arrow:hover {  }
.slick-prev.slick-arrow { right: 55px; }
.slick-next.slick-arrow { background-image: url(/wp-content/themes/extensis/images/arrow-right-blue.svg); }
.slick-arrow.slick-disabled { filter: grayscale(100%) !important; }

.slick-dots { margin: 0; padding: 35px 0 0 0; list-style: none; list-style-image: none; display:flex; align-items:center; justify-content:center; gap: 0 14px; }
.slick-dots li { margin: 0; padding: 0 !important; width: auto !important; float: none !important; }
.slick-dots li button { cursor: pointer; background: rgba(255,255,255,0.3); text-indent: -9999px; outline: none; border: none; padding: 0; width: 10px; height: 10px; line-height: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-dots li button:hover, .slick-dots li.slick-active button { background: var(--cian); }


.wobble { -webkit-animation: wobble 2.5s ease-out; -webkit-animation-iteration-count: infinite; }
@-webkit-keyframes wobble {
    0% {-webkit-transform: translate3d(0, 0, 0); }
    50% {-webkit-transform: translate3d(0, -10px, 0); }
    100% {-webkit-transform: translate3d(0, 0, 0); }    
}

    .hamburger { position: fixed; z-index: 100; top: 55px; right: 55px; /** right: calc(35% - 70px); **/ padding: 0; display: flex; gap: 0 10px; align-items: center; cursor: pointer; transition-property: opacity, filter; transition-duration: 0.15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; }
    .hamburger:hover { /** opacity: 0.7; **/ }
    .hamburger.is-active {  }

    .hamburger-box { width: 26px; height: 11px; top: 1px; display: inline-block; position: relative; }

    .hamburger-inner { display: block; top: 50%; top: 0; }
    .hamburger-inner, .hamburger-inner::after { width: 26px; height: 2px; background-color: var(--light-grey); position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
    .hamburger-inner::after { content: ""; display: block; }
    .hamburger-inner::after { bottom: -8px; }

    .hamburger--spin .hamburger-inner { transition-duration: 0.22s; transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--spin .hamburger-inner::after { transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

    .hamburger--spin.is-active .hamburger-inner { transform: rotate(225deg); transition-delay: 0.12s; transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--spin.is-active .hamburger-inner::after { bottom: 0 !important; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

    .hamburger-label { color: var(--light-grey); font-family: Inter; font-weight: 400; font-size: 14px; line-height: 24px; letter-spacing: -4%; }

/** header **/

#header_main { position: absolute; top:0; left: 0; right: 0; width: 100%; z-index: 99; padding: 30px 0 0 0;}
#header_main #logo_extensis { display: block; line-height: 7px; }

/** page banner **/

#page_banner { background: var(--navy); position: relative;         overflow: hidden;}
/* #page_banner::after { content: ''; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4); } */
#page_banner * { color: var(--white);}
#page_banner .container { min-height: 100svh; display: flex; align-items: flex-end; position: relative; z-index: 1; }
#page_banner > img, #page_banner > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center;}

#page_banner_info { display: flex; width: 100%; align-items: flex-end; padding: 0 0 90px 0; gap: 50px;}
#page_banner_info_title { padding: 0; width: 65%;}

#page_banner_info_title span {
    display: inline-block; /* Required for transforms to work */
    opacity: 0;            /* Start invisible */
    transform: translateY(20px); /* Start slightly lower */
    transition: none;      /* We'll use keyframes or jQuery for the trigger */
}

/* The animation definition */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* This class will be added by jQuery */
.reveal-text {
    animation: fadeInUp 0.8s ease forwards;
}

#page_banner_info_intro { width: 35%;}
#page_banner_info_intro p { font: 300 26px/30px var(--inter); letter-spacing: -4%; max-width: 296px; padding:0; }
#page_banner_info_intro p img { margin: 0 0 5px 0;}
#page_banner_info_intro * { }

/* page builder : info + gallery slider **/

.builder_info_gallery { padding: 240px 0; overflow: hidden;}
.builder_info_gallery .container { display: flex; justify-content: space-between; flex-wrap: wrap;}
.builder_info_gallery .builder_info { width: 42%; padding-right: 140px; }
.builder_info_gallery .builder_gallery { width: 58%; }
.builder_info_gallery .builder_gallery img { width: calc(100% - 10px); height: auto;}

.swiperGallery { overflow: visible !important; clip-path: inset(-100vw -100vw -100vw 0); /* Clips the left but allows the right to bleed out */ }
.swiper-button-next, .swiper-button-prev { transform: scale(0.75); }

.builder_info_gallery .builder_info p { font-size: 1rem; line-height: 26px; letter-spacing: -2%; }
.swiperGallery .swiper-button-next, .swiperGallery .swiper-button-prev { top: calc(100% + 25px) !important; }
.swiperGallery .swiper-button-next svg, .swiperGallery .swiper-button-prev svg { opacity: 0; }
.swiperGallery .swiper-button-next { background: url(/wp-content/themes/extensis/images/arrow-right-blue.svg) center no-repeat; right: -38px !important;}
.swiperGallery .swiper-button-prev { background: url(/wp-content/themes/extensis/images/arrow-left-blue.svg) center no-repeat; left: auto !important; right: 0 !important;}
.swiper-button-disabled { filter: grayscale(100%) !important;}

/** page builder : sticky **/

.margin_adjust { display: block; margin-bottom: -25px;}

.builder_sticky .builder_sticky_title { font: italic 300 18px/24px var(--ivy-presto-text); letter-spacing: -2%; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px 0; }

.builder_sticky_wrapper article { min-height: 100svh; padding: 40px 0; position: sticky; top:0; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; align-items: center; }
.builder_sticky_wrapper article .container { display: flex; justify-content: space-between;}
.builder_sticky_wrapper article .container > div { width: 50%; position: relative; z-index: 1;}
.builder_sticky_wrapper article .container > div p { font: 300 1rem/150% var(--inter); letter-spacing: 0%; padding: 0 0 10px 0; }
.builder_sticky_wrapper article .container > div * { color: var(--white) !important;}
.builder_sticky_wrapper article .container > div:first-child { padding-right: 85px;}
.builder_sticky_wrapper article .container > div:first-child p { display: inline-flex; border-top: 1px solid var(--white); padding: 0 10px 0 0; font: 300 italic 66px/100% var(--ivy-presto-display); letter-spacing: 10%; text-transform: uppercase; }
.builder_sticky_wrapper article .container > div:last-child { padding-left: 85px;}
.builder_sticky_wrapper article .container > div:last-child * { max-width: 483px;}
.builder_sticky_wrapper article::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 50%; height: 100%; background: #0000001F; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); /* For Safari support */ }

/** page builder : accordion **/

.builder_accordion { padding: 200px 0; padding-bottom: 110px; }
.builder_accordion.bkg_navy { background: var(--navy);}
.builder_accordion.bkg_navy * { color: var(--white);}
.builder_accordion .container { display: flex; justify-content: space-between;}
.builder_accordion .container .builder_accordion_info { width: 50%; padding-right: 85px;}
.builder_accordion .container .builder_accordion_info * { max-width: 500px; }
.builder_accordion .container .builder_accordion_info p:not(.subtitle) { font-size: 18px; line-height: 28px; }

.builder_accordion_list { width: 50%; margin:0; padding: 0; list-style: none; list-style-image: none; display: flex; flex-direction: column; gap: 3px 0; }
.builder_accordion_list > li { margin: 0; padding: 0; border-left: 2px solid #DDDDDD;}
.builder_accordion_list > li h3 { color: var(--grey); opacity: 0.3; padding: 23px 0 27px 45px; font: 400 26px/140% var(--inter); letter-spacing: -3%; cursor: pointer;          display: flex; align-items: flex-start; gap: 0 13px; }
.builder_accordion_list > li .hover { display: none; padding: 0 0 10px 45px; margin-top: -15px; }
.builder_accordion_list > li .hover ul { padding: 0 0 15px 0; margin-top: -10px; }
.builder_accordion_list > li .hover p { font: 300 1rem/24px var(--inter); letter-spacing: -2%; padding: 0 0 10px 0;     max-width: 495px; }

    .builder_accordion_list > li h3 svg { margin: 8px 0 0 0; }
    .builder_accordion_list > li.active-li h3 svg { transform: rotate(45deg); }
    .bkg_navy .builder_accordion_list li h3 svg line { stroke: var(--white); }

.builder_accordion_list > li .hover { display: block; max-height: 0; opacity: 0; overflow: hidden; transition: max-height 1s ease, opacity 1s ease, padding 1s ease; }
.builder_accordion_list > li.active-li .hover { max-height: 500px; /* Value larger than your content */ opacity: 1; /* padding-bottom: 25px; */ }

.builder_accordion_list > li.active-li { border-color: var(--blue) !important;}
.builder_accordion_list > li.active-li h3 { opacity: 1; color: var(--navy);}

.bkg_navy .builder_accordion_list > li .hover p { opacity: 0.7;}
.bkg_navy .builder_accordion_list > li.active-li h3 { color: var(--white);}
.bkg_navy .builder_accordion_list > li { border-color: rgba(255,255,255,0.2);}

/** page builder : full width gallery carousel **/

.builder_gallery_intro { padding: 0 0 45px 0; max-width: 900px;}
.builder_gallery_carousel_holder { overflow: hidden; padding: 0 0 140px 0;}
.builder_gallery_carousel { margin:0 -5px; padding:0; list-style: none; list-style-image: none;}
.builder_gallery_carousel li { margin:0; padding:0;}
.builder_gallery_img { padding: 0 5px; position: relative;}
.builder_gallery_img img { width: 100%; /* height: 590px; */ aspect-ratio: 16 / 11; object-fit: cover; object-position: center;}
.builder_gallery_img .slide-label { position: absolute; bottom: 35px; left: 44px; padding: 0; width: calc(100% - 79px); font: 400 17px/20px var(--inter); letter-spacing: -3%; color: var(--white); z-index: 2; }
.builder_gallery_carousel .slick-list { overflow: visible !important;}
.builder_gallery_img::after { content: ''; position: absolute; top: 0; bottom:0; left: 5px; right: 5px; background: linear-gradient(
        to top, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0) 25%
    ); }

/** page builder : values icon boxes **/

.builder_icon_boxes { padding: 170px 0;}
.builder_icon_boxes_grid { margin:0; padding:60px 0 0 0; list-style: none; list-style-image: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.builder_icon_boxes_grid li { margin:0; padding:0;}
.builder_icon_boxes_grid li article { background: #F9F9F9; padding: 40px; height: 100%; min-height: 457px; display: flex; flex-direction: column; justify-content: space-between; }
.builder_icon_boxes_grid li article:hover { background: var(--blue);}
.builder_icon_boxes_grid li article:hover * { color: var(--white);}
.builder_icon_boxes_grid li article:hover svg path { fill: var(--white);}

.builder_icon_boxes_grid li article lottie-player { width: 50px; height: auto; /* mix-blend-mode: multiply; background: transparent !important; */ }
.builder_icon_boxes_grid li article:hover lottie-player { filter: invert(1) brightness(1); mix-blend-mode: plus-lighter; }

.builder_icon_boxes_grid li article h3 { font: 400 26px/21px var(--ivy-presto-headine); letter-spacing: 1%; }
.builder_icon_boxes_grid li article p, .builder_icon_boxes_grid li article li { font: 300 1rem/24px var(--inter); letter-spacing: 0%; color: #000; }

/* page builder : team grid **/

.builder_team { padding: 100px 0; position: relative; }
.builder_team::after { content: ''; z-index: -1; pointer-events: none; position: absolute; position: fixed; inset: 0; background: #B2B2B233; opacity: 0; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.builder_team.open::after { opacity: 1; pointer-events: auto; z-index: 2; }

.builder_team_grid { margin:0; padding:60px 0 0 0; list-style: none; list-style-image: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 60px 40px; }
.builder_team_grid li { margin: 0; padding:0;}
.builder_team_grid li article { height: 100%; }
.builder_team_grid li article .builder_team_grid_img { padding: 0 0 30px 0; line-height: 7px; }
.builder_team_grid li article .builder_team_grid_img img { width: 150px; height: auto;  max-width: 100%; border-radius: 150px; filter: grayscale(100%); aspect-ratio: 1 / 1; object-fit: cover; }
.builder_team_grid li article h3 { font: 500 17px/25px var(--inter); letter-spacing: -3%; padding: 0 0 16px 0;     /* font-size: 22px; line-height: 30px; */ }
.builder_team_grid li article h3 span { display: block; font-weight: 300; font-size: 15px; line-height: 25px; letter-spacing: -3%; /* padding: 2px 0 0 0; */ }
.builder_team_grid li article .builder_team_grid_plus { padding: 0;     margin: auto 0 0 0;}
.builder_team_grid li article .bio-open { text-decoration: none !important;         display: flex; flex-direction: column; height: 100%; }
.builder_team_grid_bio { opacity: 0; pointer-events: none; position: absolute; position: fixed; top:0; right: 0; bottom:0; width: 100%; max-width: 450px; max-width: 644px; background: var(--white); overflow: auto;}
.builder_team_grid_bio_img { line-height: 7px; position: relative; }
.builder_team_grid_bio_img img { width: 100%; height: auto; }
.builder_team_grid_bio_img button { cursor: pointer; position: absolute; left: 50px; top: 50px; color: var(--white); font: 300 15px/25px var(--inter); letter-spacing: -3%; }
.builder_team_grid_bio_info { padding: 50px;}
.builder_team_grid_bio_info * { font: 300 15px/25px var(--inter); letter-spacing: -3%; }
.builder_team_grid_bio_info p { padding: 0 0 10px 0;}
.builder_team_grid_bio_info .builder_team_grid_bio_info_title { font-weight: 500; font-size: 17px; line-height: 25px;   font-size: 24px; line-height: 32px; }
.builder_team_grid_bio_info .builder_team_grid_bio_info_title span {display: block;     font-weight: 500;}
.builder_team_grid_bio_info .margin_adjust { margin-bottom: -10px;}
.builder_team_grid_bio.open { opacity: 1; pointer-events: auto; z-index: 999; }

/* page builder : insights **/

.builder_insights { padding: 160px 0;}
.builder_insights .container { display: flex; justify-content: space-between; flex-wrap: wrap;}
.builder_insights_info { /* width: 42%; */ flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 0 50px 0 0; }
.builder_insights_info * { max-width: 430px;}
.builder_insights_info h2 { font-size: 44px; line-height: 48px; letter-spacing: 3%; max-width: 290px; }
.builder_insights_info h3 { font-size: 28px; line-height: 38px; letter-spacing: -2%; font-family: var(--ivy-presto-text); padding: 0 0 15px 0; }
.builder_insights_info p { font: 300 15px/21px var(--inter); letter-spacing: 0%; }
.builder_insights_info p.subtitle { padding: 0 0 10px 0 !important;}
.builder_insights_info .builder_insights_img_mob { display: none;}
.builder_insights_info > div p:last-child { padding-bottom: 0;}
.builder_insights_img { width: 58%; line-height: 7px;}
.builder_insights_img img { width: 100%; height: auto; aspect-ratio: 16 / 11; object-fit: cover; }

/** menu **/

#menu_takeover { opacity: 0; z-index: -1; pointer-events: none; position: fixed; top: 0; bottom: 0; right: 0;  width: 100%; max-width: 605px;  width: calc(35% + 70px); max-width: unset;   padding: 220px 70px 70px 70px; overflow: auto; background: var(--blue);}
#menu_takeover * { color: var(--white);}
#menu_takeover ul { margin:0; padding:0; list-style: none; list-style-image: none; display: flex; flex-direction: column; gap: 30px 0;}
#menu_takeover ul li { margin:0; padding: 0; font: 300 40px/40px var(--ivy-presto-display); letter-spacing: 2%; }
#menu_takeover ul li a { color: var(--white); text-decoration: none;}

#menu_takeover ul#menu-secondary-menu { padding: 60px 0 0 0; gap: 10px 0; }
#menu_takeover ul#menu-secondary-menu li, #menu_takeover small { font: 400 14px/24px var(--inter); letter-spacing: -4%; }
#menu_takeover ul li.menu-fade { opacity: 0.5; }
/* #menu_takeover small { padding: 10px 0 0 0; opacity: 0.5; display: block;} */

#menu_takeover.open { opacity: 1; z-index: 99; pointer-events: auto;}

/* Hide LIs by default for the animation */
#menu_takeover li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Sequential Fade-in when .open is added */
#menu_takeover.open li {
    opacity: 1;
    transform: translateY(0);
}

/* Add delays for each item (Sequence) */
#menu_takeover.open li:nth-child(1) { transition-delay: 0.1s; }
#menu_takeover.open li:nth-child(2) { transition-delay: 0.2s; }
#menu_takeover.open li:nth-child(3) { transition-delay: 0.3s; }
#menu_takeover.open li:nth-child(4) { transition-delay: 0.4s; }
#menu_takeover.open li:nth-child(5) { transition-delay: 0.5s; }
#menu_takeover.open li:nth-child(6) { transition-delay: 0.6s; }
#menu_takeover.open li:nth-child(7) { transition-delay: 0.7s; }
#menu_takeover.open li:nth-child(8) { transition-delay: 0.8s; }
#menu_takeover.open li:nth-child(9) { transition-delay: 0.9s; }
#menu_takeover.open li:nth-child(10) { transition-delay: 1s; }
#menu_takeover.open li:nth-child(11) { transition-delay: 1.1s; }
#menu_takeover.open li:nth-child(12) { transition-delay: 1.2s; }
#menu_takeover.open li:nth-child(13) { transition-delay: 1.3s; }

#menu_takeover li:hover a { padding-left: 3px; opacity: 0.5; }

/* Quick reset on close (no delay so it vanishes fast) */
#menu_takeover:not(.open) li {
    transition-delay: 0s;
}

/** simple template **/

#simple_page { padding: 200px 0 150px 0;}
#simple_page .container_capped { max-width: 810px;}
.article_styles h2, .article_styles h3 { font: 600 15px/25px var(--inter); letter-spacing: -2%; }
.article_styles h3 { font-size: 14px; line-height: 24px;}

/* single posts **/

.post_banner { display: flex; align-items: center; justify-content: space-between; }
.post_banner .post_banner_info { width: 50%; padding: 130px 115px 130px 55px;}
.post_banner .post_banner_info .h2_styler { padding: 0 0 40px 0;}
.post_banner .post_banner_img { width: 50%; line-height: 7px;   background: var(--navy);}
.post_banner .post_banner_img img { width: 100%; height: auto; /* min-height: 100svh; */ object-position: center; object-fit: cover;}

    @media all and (min-width: 1025px) {

        .post_banner { align-items: unset; }
        .post_banner .post_banner_img { position: relative;}
        .post_banner .post_banner_img img { position: absolute; inset: 0; height: 100%;}
        .post_banner .post_banner_info { padding-top: 220px; padding-bottom: 0;}

    }

.post-meta-bar { display: flex; flex-wrap: wrap; gap: 15px; font: 400 12px/100% var(--inter); letter-spacing: 0%; }
.post-meta-bar span { display: flex; align-items: center; gap: 0 6px; }

#post-content-holder{ padding: 100px 0 0 0; }
#post-content-holder .container_capped { max-width: 1290px;}

.post_content { padding: 0 0 50px 0;}
    .post_content_h1 {padding-top: 100px;}
.post_content_cols .container { display: flex; justify-content: space-between; flex-wrap: wrap;}
.post_content_left { width: 65.5%; padding: 0 78px 0 0; } 
.post_content_right { width: 34.5%; } 

.custom-recent-posts { margin:8px 0 0 0; padding: 0; list-style: none; list-style-image: none; display: flex; flex-direction: column; border-top: 1px solid #D9D9D9; }
.custom-recent-posts li { margin:0; padding:0;}
.custom-recent-posts li article { display: flex; justify-content: space-between; border-bottom: 1px solid #D9D9D9; padding: 15px 0; position: relative; }
.custom-recent-posts li article .post-content { width: 66.4%; padding: 0 50px 0 0; }
.custom-recent-posts li article .post-thumbnail { width: 33.6%; line-height: 7px; }
.custom-recent-posts li article .post-thumbnail img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover;}
.custom-recent-posts li article h3 { padding: 0 0 10px 0; font: 300 22px/28px var(--ivy-presto-display); letter-spacing: 2%; }
.custom-recent-posts li article .read-more { font: 500 12px/100% var(--inter); letter-spacing: 0%; padding:0; opacity: 0.5; }
.custom-recent-posts li article a { display: block; position: absolute; width: 100%; height: 100%; text-indent: -9999px; overflow: hidden;}

blockquote { border-top: 2px solid var(--navy); padding: 15px 0; border-bottom: 1px solid #D9D9D9; }
blockquote p { font: 300 italic 24px/36px var(--ivy-presto-text); letter-spacing: -2%; color: var(--navy); }
blockquote p strong { display: block; font: 500 12px/100% var(--inter); letter-spacing: 0%; color: var(--blue); }
blockquote p:last-child { padding:0;}

.post_back { padding: 0 0 60px 0;}

/* footer **/

#site_footer { padding: 60px 0 50px 0; background: var(--blue);}
#site_footer * { color: var(--white); font: 400 14px/26px var(--inter); letter-spacing: -2%; }
#site_footer .container { display: flex; flex-direction: column; gap: 20px 0; }
.footer_flex { display: flex; width: 100%;}
.footer_flex_left { flex: 1; padding: 0 50px 0 0;}
.footer_flex_right { width: 460px;}
nav.footer_flex_right { display: flex; justify-content: space-between; gap: 40px; padding: 0 0 25px 0;          justify-content: flex-end; gap: 40px 100px;}
#site_footer .footer_statement, #site_footer .footer_statement * { font: 300 50px/54px var(--ivy-presto-display); letter-spacing: 2%; }
#site_footer .footer_statement em { font-style: italic;}
#site_footer ul { margin:0; padding:0; list-style: none; list-style-image: none; display: flex; flex-direction: column; gap: 18px 0; gap: 1px 0; }
#site_footer ul li { margin:0; padding:0}
#site_footer ul li a { text-decoration: none;}
#site_footer ul li a:hover { text-decoration: underline;}
#site_footer ul#menu-footer-menu-2 li a { opacity: 0.5;}
#site_footer ul.social_list { flex-direction: row; gap: 12px; padding: 8px 0 0 0; }
#site_footer small { font: 400 12px/22px var(--inter); letter-spacing: -2%; text-align: right; opacity: 0.5; }
.footer_flex_right.align_right { text-align: right; }
#logo_extensis_footer { display: block;}

#site_footer a, #site_footer a:hover, #site_footer a:focus, #site_footer a:active { text-decoration: none !important; }

/** modal **/

#modal_holder { position: fixed; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; z-index: -1; pointer-events: none; visibility: hidden; background: rgba(29, 29, 27, .83); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); display: flex; align-items: center; justify-content: center; padding: 70px; }
#modal_window { max-width: 800px; max-height: 90svh; overflow: auto; background: var(--white); padding: 70px; position: relative; }
.modal_content { display: none;}
.modal_content.active { display: block;}
#modal_holder.open { z-index: 9999999; opacity: 1; visibility: visible; pointer-events: auto;}
.modal_close { position: absolute; cursor: pointer; top: 20px; right: 20px; width: 30px; height: 30px; background: url(/wp-content/themes/extensis/images/icon-close.svg) center no-repeat; text-indent: -99999px; overflow: hidden; background-size: 30px 30px;}

.swpm-login-form-inner label { font: 500 16px / 22px var(--inter); padding: 0 0 5px 0; }
    .swpm-login-widget-form input:not(.swpm-login-form-submit) { border: 1px solid var(--grey); padding: 5px 10px; }
    .swpm-login-widget-form .swpm-forgot-pass-link { display: none;}

@media all and (min-width: 0px) and (max-width : 1800px) {



}

@media all and (min-width: 0px) and (max-width : 1600px) {

}

@media all and (min-width: 0px) and (max-width : 1530px) {

}

@media all and (min-width: 0px) and (max-width : 1500px) {

}

@media all and (min-width: 0px) and (max-width : 1420px) {

}

@media all and (min-width: 0px) and (max-width : 1400px) {

    #modal_holder, #modal_window { padding: 40px; }

}

@media all and (min-width: 0px) and (max-width : 1370px) {

    .builder_info_gallery { padding: 140px 0;}
    .builder_info_gallery .builder_info { padding-right: 80px;}
    .builder_accordion { padding: 120px 0; padding-bottom: 110px;}
    .builder_icon_boxes { padding: 120px 0;}
    .builder_team { padding: 60px 0; }
    .builder_insights { padding: 100px 0;}

    .builder_sticky_wrapper article .container > div:last-child { padding-left: 65px;}
    .builder_sticky_wrapper h2 { font-size: 46px; line-height: 56px; }
    .builder_sticky_wrapper article .container > div:last-child * { max-width: 100%;}
    .builder_sticky_wrapper article .container > div p { font-size: 0.95rem;}

}

@media all and (min-width: 0px) and (max-width : 1320px) {


}

@media all and (max-height: 890px) and (min-width : 1201px) {
    #menu_takeover { padding-top: 110px; }
    #menu_takeover ul { gap: 18px 0;}
    #menu_takeover ul li { font-size: 32px; line-height: 32px;}
    #menu_takeover ul#menu-secondary-menu { padding-top: 30px;}
}

@media all and (min-width: 0px) and (max-width : 1200px) {

    .hamburger { right: 55px; }
    #menu_takeover { width: 100%; max-width: 605px; padding-top: 130px; padding-right: 150px; }

}

@media all and (min-width: 0px) and (max-width : 1180px) {




}

@media all and (min-width: 0px) and (max-width : 1080px) {




}

@media all and (min-width: 0px) and (max-width : 1024px) {

    .builder_info_gallery .container, .builder_accordion .container { flex-direction: column; gap: 65px 0;}
    .builder_info_gallery .builder_info, .builder_accordion .container .builder_accordion_info { width: 100%; padding:0;}
    .builder_info_gallery .builder_gallery, .builder_accordion_list { width: 100%;}

    .builder_team_grid { grid-template-columns: repeat(4, 1fr); }

    .post_banner { flex-direction: column-reverse;}
    .post_banner .post_banner_info, .post_banner .post_banner_img { width: 100%;}
    .post_banner .post_banner_img img { min-height: unset; height: 390px;}
    .post_banner .post_banner_info { padding: 55px;}
    #post-content-holder { padding:0;}
    .post_content_h1 { padding-top: 120px;}

    .post_content_left { width: 100%; padding:0;}
    .post_content_right { width: 100%; padding: 20px 0 0 0; }
    .custom-recent-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
    .custom-recent-posts li article { height: 100%;}
    .custom-recent-posts li article .post-content { padding: 0 35px 0 0; }

    .builder_insights_info { width: 100%; padding:0; }
    .builder_insights_info .builder_insights_img_mob { display: block; line-height: 7px; padding: 0 0 40px 0;}
    .builder_insights_info .builder_insights_img_mob img { width: 100%; height: auto; aspect-ratio: 16 / 11; }
    .builder_insights_img { display: none;}
    .builder_insights_info * { max-width: unset;}

}

@media all and (min-width: 0px) and (max-width : 980px) {



}

@media all and (min-width: 0px) and (max-width : 950px) {



}

@media all and (min-width: 901px) {
    .builder_sticky_wrapper article .container > div:first-child { background: transparent !important;}
}

@media all and (min-width: 0px) and (max-width : 900px) {

    .builder_sticky_wrapper article { min-height: unset; padding: 0;}
    .builder_sticky_wrapper article .container { flex-direction: column; gap: 160px 0; gap: 0; padding: 0;}
    .builder_sticky_wrapper article .container > div { width: 100%; padding: 60px 55px !important; } 
    .builder_sticky_wrapper article::after { display: none;}
    .builder_sticky_wrapper article .container > div:first-child { background-position: center; background-size: cover;}
    .builder_sticky_wrapper article .container > div:first-child p { padding-bottom: 160px;}
    .builder_sticky_wrapper article .container > div:last-child { background: #0000001F; background: rgba(0,0,0,0.35); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

    .builder_icon_boxes_grid { grid-template-columns: repeat(1, 1fr); }
    .builder_icon_boxes_grid li article { min-height: unset;}
    .builder_icon_boxes_grid_info { height: auto !important;}

    .custom-recent-posts { grid-template-columns: repeat(2, 1fr); }

}

@media all and (min-width: 0px) and (max-width : 850px) {

    .builder_team_grid { grid-template-columns: repeat(3, 1fr); }

}

@media all and (min-width: 0px) and (max-width : 800px) {


}

@media all and (min-width: 0px) and (max-width : 780px) {

}

@media all and (min-width: 0px) and (max-width : 760px) {



}

@media all and (min-width: 0px) and (max-width : 720px) {

    .custom-recent-posts { grid-template-columns: repeat(1, 1fr); }
    .custom-recent-posts li article .post-content { width: auto; flex: 1;}
    .custom-recent-posts li article .post-thumbnail { width: 127px;}

    .footer_flex_left { width: calc(100% - 170px);}
    nav.footer_flex_right { flex-direction: column; width: auto; /* flex: 1; */ gap: 18px;            justify-content: space-between;     width: 170px; justify-content: flex-start; gap: 0;            padding: 23px 0 0 0;            width: auto;}
    .footer_flex_wrap { flex-wrap: wrap; gap: 20px 0;}
    .footer_flex_right.align_right { width: 100%; text-align: left;}
    #site_footer .footer_statement, #site_footer .footer_statement * { font-size: 40px; line-height: 44px;}

}

/** mobile **/

@media all and (min-width: 0px) and (max-width : 670px) {

    body {  }

    h1, .h1_styler { font-size: 39px; line-height: 44px;}
    h2, .h2_styler { font-size: 46px; line-height: 60px; }
    h3, .h3_styler {  }

    .single-post .h2_styler { font-size: 42px; line-height: 54px; }

    .container { padding: 0 25px; padding: 0 20px; }

    .subtitle { font-size: 12px !important;}

    #header_main #logo_extensis img { width: 92px; height: 55px;}
    .hamburger { right: 25px; top: 45px; }
    .hamburger-label { font-size: 12px;}

    #menu_takeover { max-width: unset; padding: 100px 120px 50px 40px; }
    #menu_takeover ul { gap: 20px 0;}
    #menu_takeover ul li { font-size: 22px; line-height: 22px;}
    #menu_takeover ul#menu-secondary-menu { padding-top: 45px;}

    #page_banner_info { flex-direction: column; align-items: flex-start; gap: 25px 0; padding: 0 0 40px 0; }
    #page_banner_info_title { width: 100%;}
    #page_banner_info_intro { width: 100%;}
    #page_banner_info_intro p { font-size: 19px; line-height: 23px; max-width: 260px;}

    #simple_page { padding-top: 120px;}

    .builder_info_gallery { padding: 60px 0 100px 0;}
    .builder_info_gallery .container, .builder_accordion .container { gap: 20px 0;} 
    .builder_info_gallery .builder_info p { font-size: 14px; line-height: 24px;}
    .swiperGallery .swiper-button-next { right: -10px !important;}
    .swiperGallery .swiper-button-prev { right: 30px !important;}

    .builder_sticky .builder_sticky_title { font-size: 1rem;}
    .builder_sticky .builder_sticky_title img { height: 106px; width: auto;}
    .builder_sticky_wrapper article { position: static;}
    .builder_sticky_wrapper article .container > div { width: 100%; padding: 60px 20px !important; } 
    .builder_sticky_wrapper h2 { font-size: 42px; line-height: 54px;}
    .builder_sticky_wrapper article .container > div p { font-size: 14px; letter-spacing: -2%;}
    .builder_sticky_wrapper article .container > div:first-child p { font-size: 44px;}

    .builder_accordion { padding: 60px 0 60px 0;}

    .builder_accordion_list > li h3 { padding: 20px 0 23px 28px; font-size: 22px; gap: 0 10px;}
    .builder_accordion_list > li h3 svg { width: 18px; height: 18px; margin: 8px 0 0 0; }
    .builder_accordion_list > li .hover { padding: 0 0 10px 28px;}
    .builder_accordion_list > li .hover p, .builder_icon_boxes_grid li article p, .builder_icon_boxes_grid li article li { font-size: 14px; line-height: 22px; }
    .builder_accordion .container .builder_accordion_info p:not(.subtitle) { font-size: 16px; line-height: 26px; }

    .builder_gallery_carousel { margin: 0 -3px;}
    .builder_gallery_img { padding: 0 3px; }
    .builder_gallery_carousel_holder { padding: 0 0 60px 0;}
    .builder_gallery_carousel .slick-arrow { display: none !important;}

    .builder_gallery_img .slide-label { bottom: 25px; left: 30px; width: calc(100% - 60px); }

    .builder_icon_boxes { padding: 60px 0 60px 0;}
    .builder_icon_boxes_grid, .builder_team_grid { padding: 15px 0 0 0;}
    .builder_icon_boxes_grid li article { padding: 30px; }
    .builder_icon_boxes_grid li article h3 { font-size: 21px;}

    .builder_team_grid { gap: 40px;}
    .builder_team_grid li article .builder_team_grid_img img { width: 135px; height: 135px;}

    .builder_team_grid_bio_info { padding: 25px;}
    .builder_team_grid_bio_img button { top: 25px; left: 25px;}

    .builder_team { padding: 0 0 60px 0; padding:0; padding: 0 0 40px 0; }
    .builder_team_grid li article h3 { font-size: 16px; /* font-size: 19px; line-height: 26px; */}
    .builder_team_grid li article h3 span { font-size: 14px;}

    .post_banner .post_banner_info { padding: 60px 20px;}
    .custom-recent-posts li article h3 { font-size: 20px; line-height: 26px;}
    blockquote p { font-size: 22px; line-height: 34px;}

    .builder_insights { padding: 60px 0;}
    .builder_insights_info h2 { font-size: 42px; line-height: 46px;}
    .builder_insights_info h3 { font-size: 24px; line-height: 34px;}
    .builder_insights_info p { font-size: 14px; line-height: 20px;}

    #site_footer * { font-size: 12px; line-height: 24px;}

    /* #modal_holder, #modal_window { padding: 20px; } */
    

}

@media all and (min-width: 0px) and (max-width : 650px) {



}

@media all and (min-width: 0px) and (max-width : 620px) {



}

@media all and (min-width: 0px) and (max-width : 580px) {



}

@media all and (min-width: 0px) and (max-width : 540px) {

    .builder_team_grid { grid-template-columns: repeat(2, 1fr); }

}

@media all and (min-width: 0px) and (max-width : 500px) {



}

@media all and (min-width: 0px) and (max-width : 470px) {



}

@media all and (min-width: 0px) and (max-width : 450px) {

    #logo_extensis_footer img { width: 113px; height: auto; }


}

@media all and (min-width: 0px) and (max-width : 400px) {

    nav.footer_flex_right { width: 120px;}

}

@media all and (min-width: 0px) and (max-width : 370px) {


}

@media all and (min-width: 0px) and (max-width : 360px) {

}

.grecaptcha-badge { visibility: hidden; }