:root{
--black: #020618;
--black-light: rgba(2, 6, 24,0.7);
--light-gray: #f8f8f8;
--dark-gray: #D4D4D4;
--white: #ffffff;
--light-blue: #D0F2FF;
--navy: #042841;
--transition: all 0.6s;
}
@font-face {font-family: 'Satoshi';src: url(//www.chenmoore.com/wp-content/themes/cma/assets/fonts/Satoshi-Regular.eot);src: url(//www.chenmoore.com/wp-content/themes/cma/assets/fonts/Satoshi-Regular.eot?#iefix) format('embedded-opentype'),url(//www.chenmoore.com/wp-content/themes/cma/assets/fonts/Satoshi-Regular.woff2) format('woff2'),url(//www.chenmoore.com/wp-content/themes/cma/assets/fonts/Satoshi-Regular.woff) format('woff'),url(//www.chenmoore.com/wp-content/themes/cma/assets/fonts/Satoshi-Regular.ttf) format('truetype'),url(//www.chenmoore.com/wp-content/themes/cma/assets/fonts/Satoshi-Regular.svg#Satoshi-Regular) format('svg');font-weight: normal;font-style: normal;font-display: swap;}
html{ scroll-behavior: smooth;}
body{ overflow-x: hidden;font-family: "Optik", sans-serif;color:var(--black-light);margin:0;padding:0;font-size:16px;line-height: 150%;font-weight:400;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color: var(--white);  transition: background 1s ease; scroll-behavior: smooth;}
h1,.h1{font-size: 72px;line-height: 100%;font-weight: 500;color: var(--black);letter-spacing: -0.01em;margin-bottom: 32px;}
h2,.h2{font-size: 54px;line-height: 100%;font-weight: 500;color: var(--black);margin-bottom: 32px;}
h3,.h3{font-size: 48px;line-height: 100%;font-weight: 500;color: var(--black);margin-bottom: 32px;}
h4,.h4{font-size: 36px;line-height: 100%;font-weight: 500;color: var(--black);margin-bottom:24px;}
h5,.h5{font-size: 26px;line-height: 120%;font-weight: 500;color: var(--black);margin-bottom:24px;}
h6,.h6{font-size: 20px;line-height: 120%;font-weight: 500;color: var(--black);margin-bottom:24px;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6 {margin-top: 0;}
.subtitle {color: var(--black-light);font-size: 18px;line-height: 150%;font-weight: 400;}
p{margin-bottom: 32px;margin-top: 0;line-height: 150%;font-size: 18px;}
p:nth-last-child(1) {margin-bottom: 0;}
::-moz-selection{color: var(--black);background: #e4e4e4;}
::selection{color: var(--black);background: #e4e4e4;}
*, ::after, ::before { -webkit-box-sizing: border-box; box-sizing: border-box; }
a {color: var(--black-light);background-color: transparent;text-decoration: none;display: inline-block; transition: var(--transition);}
a:hover {color: var(--black);text-decoration: none;}
a:visited,a:focus,a:active {  text-decoration: none;  outline: 0;}
.container {max-width: 1840px;padding-left: 40px;padding-right: 40px;width: 100%;margin-left: auto;margin-right: auto;}
img {max-width: 100%;width: auto;height: auto;}
:focus-visible {outline: 0;}
.row{ display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -12px;margin-right: -12px;row-gap: 32px;}
.row>div{padding-left: 12px;padding-right: 12px;}
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.section-padding{padding-top: 150px;padding-bottom: 150px;}
.section-margin{margin-top: 150px;margin-bottom: 150px;}
.page-wrapper{margin-top: 100px;}
.text-center{text-align: center;}
.overflow-hidden{overflow: hidden;}
.overlay{position: relative;z-index: 1;}
.overlay::before{content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;z-index: -1;}
.img-wrapper { position: relative; padding-top: 100%; }
.img-wrapper img{position: absolute;left: 0;top: 0;height: 100%;width: 100%;object-fit: cover;}
.d-flex{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } 
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.slick-dots { padding: 0; list-style: none; margin: 32px 0 0; display: flex; justify-content: center; gap: 4px 36px; align-items: center; }
.slick-dots li { list-style: none;margin-bottom: 0 !important; }
.slick-dots li button { font-size: 0;border: 0;padding: 0;background-color: var(--black);height: 6px;width: 6px;border-radius: 6px;transition: var(--transition);opacity: 0.15;display: block;}
.slick-dots li button:hover,
.slick-dots .slick-active button{opacity: 1;height: 8px;width: 8px;}
.my-0{margin-top: 0 !important;margin-bottom: 0 !important;}
.mt-0{margin-top: 0 !important;}
.mb-0{margin-bottom: 0 !important;}
.wpcf7-not-valid-tip {
color: red;
margin-top: 5px;
font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
margin: 15px 0;
}
li:not(:last-child){margin-bottom: 15px;}
.checklist li {
list-style: none;
padding-left: 32px;
background-image: url(//www.chenmoore.com/wp-content/themes/cma/assets/images//checklist.svg);
background-repeat: no-repeat;
background-position: 3px 6px;
}
.checklist ul,ul.checklist{margin-left: 0;}
ul{
padding-left: 22px;
}
ul li{
list-style: circle;
}
ul li::marker{
color: var(--black);
font-size: 20px;
}
ol{
padding-left: 0;
}
ol li {
position: relative;
counter-increment: my-counter;
padding-left: 36px;
list-style: none;
}
ol li::before {
content: counter(my-counter);
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 16px;
border: 1px solid var(--black);
color: var(--black);
font-family: 'Satoshi';
}
.btn,.wpcf7-submit,.search-form .search-submit{
font-size: 16px;
font-weight: 600;
line-height: 150%;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
letter-spacing: 0.01em;
border-radius: 50px;
border: 1px solid var(--black);
transition: var(--transition);
background-color: transparent;
position: relative;
padding: 11px 20px 9px;
color: var(--black);
cursor: pointer;
}
.btn:hover,.wpcf7-submit:hover,
.search-form .search-submit:hover{
color: var(--white);
background-color: var(--black);
}
.btn-light{
font-size: 16px;
font-weight: 600;
line-height: 150%;
text-transform: uppercase;
display: inline-block;
vertical-align: middle;
letter-spacing: 0.01em;
position: relative;
color: var(--black);
}
.btn-light:hover{
color: var(--black);
}
.btn-light::before{
content: "";
position: absolute;
left: 0;
bottom: -2px;
height: 2px;
width: 100%;
background-color: var(--black);
transform: scaleX(0);
transform-origin: right;
transition: transform 0.4s ease;
}
.btn-light:hover::before{
transform: scaleX(1);
transform-origin: left;
}
.sub-heading {
display: inline-block;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.01em;
font-size: 15px;
color: var(--black);
border: 1px solid rgb(2 6 24 / 10%);
border-radius: 25px;
padding: 3px 10px 3px 32px;
margin-bottom: 35px;
line-height: normal;
background-image: url(//www.chenmoore.com/wp-content/themes/cma/assets/images/site-icon.svg);
background-repeat: no-repeat;
background-position: 11px 5px;
background-size: 12px;
}
.section-header{
margin-bottom: 50px;
}
.section-header>:last-child{
margin-bottom: 0;
}
label{ font-weight: 500;font-size: 13px;line-height: 130%; letter-spacing: 0;margin: 0 0 8px 20px; color: var(--black);}
.form-control,.search-form .search-field{
border: 1px solid #02061833;
width: 100%;
border-radius: 44px;
padding: 13px 20px;
font-weight: 400;
line-height: 150%;
font-size: 16px;
color: var(--black);
position: relative;
background-color: var(--white);
}
.form-control:hover,.form-control:focus,.search-form .search-field:focus{
border-color: var(--black);
color: var(--black);
}
textarea.form-control {
border-radius: 16px;
resize: none;
max-height: 120px;
}
.error{color: #EB0029;}
.error .form-control,
.form-control.wpcf7-not-valid{border-color: #EB0029;}
.no-results-msg {
text-align: center;
background-color: var(--light-blue);
padding: 15px;
color: var(--black);
margin: 20px 0;
}
.error-msg {
font-size: 14px;
margin: 8px 20px;
font-weight: 400;
font-family: 'Satoshi';
line-height: 100%;
display: none;
}
textarea::-webkit-input-placeholder{color: var(--black-light);opacity: 1}
textarea::-moz-placeholder{color: var(--black-light);opacity: 1}
textarea:-ms-input-placeholder{color: var(--black-light);opacity: 1}
textarea::-ms-input-placeholder{color: var(--black-light);opacity: 1}
textarea::placeholder{color: var(--black-light);opacity: 1}
.wpcf7-checkbox label,.wpcf7-radio label {
margin-left: 0;
margin-bottom: 0;
display: flex !important;
cursor: pointer;
gap: 10px;
}
.wpcf7-list-item{
display: block;
}
.wpcf7-list-item.first{
margin-left: 0;
}
.wpcf7-list-item:not(:last-child) {
margin-bottom: 10px;
}
.wpcf7-list-item input[type="checkbox"],.wpcf7-list-item input[type="radio"] {
appearance: none;
border: 1px solid #02061829;
height: 18px;
width: 18px;
border-radius: 3px;
margin: 0;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.wpcf7-list-item input[type="radio"]{
border-radius: 100%;
}
.wpcf7-list-item input[type="checkbox"]:hover,
.wpcf7-list-item input[type="radio"]:hover {
background-image: url(//www.chenmoore.com/wp-content/themes/cma/assets/images/checkbox-black.svg);
}
.wpcf7-list-item input[type="checkbox"]:checked,
.wpcf7-list-item input[type="radio"]:checked{
background-image: url(//www.chenmoore.com/wp-content/themes/cma/assets/images/checkbox-light.svg);
background-color: var(--black);
border-color: var(--black);
}
.wpcf7-list-item-label {
color: var(--black-light);
font-size: 14px;
font-weight: 400;
}
.wpcf7 select.form-control {
padding-right: 35px;
appearance: none;
background-image: url(//www.chenmoore.com/wp-content/themes/cma/assets/images/select.svg);
background-position: calc(100% - 25px) 50%;
background-repeat: no-repeat;
}
.search.form-control{
background-image: url(//www.chenmoore.com/wp-content/themes/cma/assets/images/search-light.png);
background-repeat: no-repeat;
background-position: calc(100% - 20px) 50%;
padding-right: 40px;
background-size: 20px;
}
.search.form-control:focus{
background-image: url(//www.chenmoore.com/wp-content/themes/cma/assets/images/search.png);
background-repeat: no-repeat;
background-position: calc(100% - 20px) 50%;
background-size: 20px;
}
.nice-select-wrap {
position: relative;
}
.nice-select-wrap ul {
position: absolute;
left: 0;
top: 100%;
width: 100%;
margin: 8px 0 0;
border: 1px solid #02061833;
border-radius: 25px;
list-style: none;
padding: 0;
overflow: hidden;
background-color: var(--white);
z-index: 1;
}
.nice-select-wrap ul li{
list-style: none;
}
.nice-select-wrap ul li a{
font-size: 16px;
font-weight: 400;
letter-spacing: 0;
line-height: 140%;
color: var(--black);
font-family: 'Satoshi';
padding: 15px 20px;
width: 100%;
}
.nice-select-wrap ul li a:hover{
background-color: var(--light-gray);
}
.nice-select-wrap .form-control {
padding-right: 35px;
}
.nice-select-wrap .form-control::before{
content: "";
position: absolute;
right: 20px;
top: 50%;
height: 9px;
width: 9px;
background-image: url(//www.chenmoore.com/wp-content/themes/cma/assets/images/down-arrow.svg);
background-repeat: no-repeat;
opacity: 0.4;
transform: translateY(-50%);
background-position: center;
background-size: contain;
transition: 0.4s;
}
.nice-select-wrap.down .form-control::before{
transform: translateY(-50%) rotate(180deg);
}
.desc a{
text-decoration: underline;
}
.loader-spinner {
width: 50px;
height: 50px;
border: 4px solid #e5e7eb;
border-top: 4px solid #4f46e5;
border-radius: 50%;
animation: spin 0.8s linear infinite;
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
margin: 0 auto 30px;
display: none;
}
.is-loading .loader-spinner {
display: block;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.search-form .screen-reader-text {
display: block;
margin-bottom: 10px;
font-size: 16px;
color: var(--black);
}
.search-form {
max-width: 500px;
margin: 0 auto;
}
.search-form .search-submit {
width: 100%;
margin-top: 20px;
}
.btn-wrapper{
flex-wrap: wrap;
} .site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9;
transition: var(--transition);
}
.site-header.nav-up {
transform: translateY(-100%);
}
body:not(.menu-open) .site-header.sticky {
background-color: var(--black);
transform: translateY(0);
}
body.menu-open .site-header {
transform: translateY(0);
}
.site-header .header-wrapper{  
position: relative;
}
.site-header:not(.sticky) .header-wrapper{
border-bottom: 1px solid rgba(255,255,255,0.3);
}
.site-header .site-icon{
vertical-align: middle;
padding: 20px 0;
}
.site-header .logo {
position: absolute;
top: 100%;
left: 0;
width: 100%;
margin-top: 8px;
transition: all 1.5s;
}
body:not(.home) .site-header .logo{
width: 198px;
top: 22px;
left: 40px;
margin-top: 0;
}
.site-header .logo img{
display: block;
width: 100%;
transition: all 2s;
}
.site-header.logo-sticky .logo {
width: auto;
top: 12px;
left: 40px;
}
.site-header.logo-sticky .logo img{
width: 198px;
}
.site-header .col-left{
width: 21%;
}
.site-header .col-right{
width: 79%;
text-align: right;
}
.site-header .site-icon img {
display: block;
max-width: 34px;
}
.site-header .menu ul, .site-header .menu {
padding: 0;
margin: 0;
list-style: none;
}
.site-header .menu > li {
display: inline-flex;
margin: auto;
position: relative;
cursor: pointer;
align-items: center;
padding: 25px 0;
margin: 0 38px;
}
.site-header .menu > li:last-child{
margin-right: 0;
}
.site-header .menu > li:first-child{
margin-left: 0;
}
.site-header .menu li{
list-style: none;
transition: var(--transition);
}
.site-header .menu li a {
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
color: var(--white);
font-weight: 600;
font-size: 14px;
letter-spacing: 0.01em;
font-weight: 600;
text-transform: uppercase;
}
.site-header .menu >li:hover>.caret-arrow,
.site-header .menu > li.current-menu-item >.caret-arrow,
.site-header .menu>.current-menu-ancestor>.caret-arrow,
.site-header .menu .menu-item-has-children.current-menu-item>.caret-arrow,
.site-header .menu .sub-menu li.current-page-ancestor>.caret-arrow{
opacity: 1;
}
.draw-back {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background-color: var(--white);
display: none;
z-index: 8;
}
.site-header .menu-close,
.site-header .menu .hide-desktop,
.site-header .menu-icon{
display: none;
}
header .menu-icon,
.site-header .menu-close{
color: var(--white);
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.01em;
}
.site-header .menu-item-has-children .caret-arrow {
width: 11px;
height: 11px;
margin-right: 7px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
position: relative;
top: 0;
transition: var(--transition);
transform-origin: center;
}
.site-header .menu-item-has-children .caret-arrow::before,
.site-header .menu-item-has-children .caret-arrow::after{
content: "";
position: absolute;
left: 5px;
top: 0;
background-color: var(--white);
width: 1px;
height: 11px;
transition: var(--transition);
}
.site-header .menu-item-has-children .caret-arrow::after{
width: 11px;
height: 1px;
top: 4.6px;
left: 0;
}
.site-header .menu-item-has-children .caret-arrow::before {
top: 50%;
transform: translateY(-50%);
}
.site-header .menu > li:hover > .caret-arrow::before {
height: 0;
}
.site-header .menu .sub-menu {
position: absolute;
top: 100%;
text-align: left;
z-index: 1;
}
.site-header .menu .sub-menu li a{
color: var(--black);
text-transform: inherit;
font-weight: 500;
line-height: 150%;
font-size: 16px;
}
.site-header .menu .sub-menu li a:hover,
.site-header .menu .sub-menu li.current-menu-item>a{
color: var(--black-light);
}
.site-header .menu>li.current-menu-item>a,
.site-header .menu>li.current-menu-parent>a{
color: var(--light-blue);
}
.site-header .menu>li.current-menu-item>.caret-arrow::after,
.site-header .menu>li.current-menu-item>.caret-arrow::before,
.site-header .menu>li.current-menu-parent>.caret-arrow::after,
.site-header .menu>li.current-menu-parent>.caret-arrow::before{
background-color: var(--light-blue);
}  .site-header.header-light:not(.sticky){
border-bottom: 1px solid #0206181A;
background-color: var(--white);
}
body:has(.header-light) .draw-back+.section-margin{
margin-top: 0;
}
.site-header.header-light:not(.sticky) .logo img{
filter: brightness(0) saturate(100%) invert(7%) sepia(32%) saturate(1647%) hue-rotate(171deg) brightness(103%) contrast(117%);
}
.site-header.header-light .logo img{
transition: unset;
}  .site-footer {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
padding: 20px 0;
z-index: 1;
}
.site-footer .ft-content-box{
padding: 56px 40px 46px;
position: relative;
}
.site-footer::before {
content: "";
position: absolute;
right: 20px;
top: 20px;
height: calc(100% - 40px);
width: calc(50% - 32px);
background-color: var(--white);
z-index: -1;
margin-left: 12px;
}
.site-footer .col-left,.site-footer .col-right,
.site-footer .ft-content-box .col{
width: 50%;
}
.site-footer .ft-wrapper>.row{
align-items: end;
}
.site-footer .site-icon{
flex-shrink: 0;
width: 29%;
}
.site-footer .site-icon a{
vertical-align: middle;
}
.site-footer .site-icon img {
max-width: 43px;
display: block;
}
.site-footer .col-left {
display: flex;
align-items: end;
flex-wrap: wrap;
}
.site-footer .copyrigth p{
margin: 0;
color: var(--white);
font-size: 14px;
font-weight: 400;
}
.site-footer .menu{
padding: 0;
margin: 0;
list-style: none;
}
.site-footer .menu li {
list-style: none;
}
.site-footer .menu li:not(:last-child) {
margin-bottom: 10px;
}
.site-footer .menu li a,
.site-footer .contect-details a{
color: var(--black-light);
font-size: 14px;
font-weight: 400;
}
.site-footer .menu li a:hover,
.site-footer .menu li.current-menu-item a,
.site-footer .contect-details a:hover{
color: var(--black);
}
.site-footer .contect-details p:not(:last-child){
margin-bottom: 12px;
}
.site-footer .btn{
margin-top: 24px;
}
.site-footer .ft-title {
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.01em;
font-size: 14px;
margin-bottom: 12px;
}
.site-footer .ft-content-box .row {
row-gap: 60px;
}
.logo-block {
padding: 300px 20px 20px;
background-color: var(--light-gray);
}
.logo-block img{
width: 100%;
} .error404 .logo-block{
display: none;
} body :where(.wp-block-columns){
margin-bottom: 3.5em;
}
.wp-block-columns{
max-width: 940px;
padding-left: 20px;
padding-right: 20px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.single h2,.single p,.wp-block-columns h6{
margin-bottom: 16px;
}
.single figure.wp-block-image.size-full {
margin: 16px 0;
}
.single .wp-block-quote {
padding: 28px 32px;
border-radius: 8px;
background-color: var(--light-blue);
margin: 16px 0;
}
.single .wp-block-quote>:last-child {
margin-bottom: 0;
}
.single ul, ol {
margin-top: 16px;
margin-bottom: 16px;
}
.single figure.wp-block-image.size-full img {
width: 100%;
}
.single p,
.single li{
font-size: 16px;
}
.post-header h1{
display: block;
margin-bottom: 48px;
}
.post-header .tag{
background-color: var(--light-gray);
display: inline-block;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.01em;
font-size: 15px;
color: var(--black);
border-radius: 30px;
padding: 3px 10px;
margin-bottom: 16px;
line-height: normal;
}
.post-header .col{
width: 33.33%;
}
.single-project .post-header .col{
width: 25%;
}
.post-header .col>:last-child{
margin-bottom: 0;
}
.post-header .post-taxonomy-block{
border-bottom: 1px solid var(--dark-gray);
margin-bottom: 40px;
margin-top: 40px;
padding-bottom: 25px;
}
.post-header .post-taxonomy-block .row {
justify-content: space-between;
}
.post-header .post-taxonomy-block label,
.post-footer label,
.single-project .post-share-block label{
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
letter-spacing: 0.01em;
line-height: 150%;
color: var(--black);
opacity: 0.5;
display: block;
margin: 0 0 8px;
}
.post-header .post-taxonomy-block p,.post-header .post-taxonomy-block p a,
.single-project .post-share-block p a{
font-size: 16px;
color: var(--black);
}
.post-header .post-taxonomy-block a,
.single-project .post-share-block a{
text-decoration: underline;
}
.post-header .img-wrapper{
padding-top: 56.2%;
}
.soical-share{
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.soical-share a{
display: inline-flex;
align-items: center;
justify-content: center;
height: 38px;
width: 38px;
border-radius: 100%;
transition: all 0.4s;
background-color: var(--light-gray);
}
.soical-share a:hover{
background-color: var(--light-blue);
}
.post-header {
margin-bottom: 60px;
width: 100%;
}
.post-footer {
border-top: 1px solid var(--Dark-gray, #D4D4D4);
padding-top: 55px;
width: 100%;
text-align: center;
}
.post-footer .soical-share {
justify-content: center;
}
.wp-block-column a{
text-decoration: underline;
}
.copy-link-btn {
position: relative;
}
.copy-link-btn::after {
content: 'Copied!';
position: absolute;
bottom: calc(100% + 8px);
left: 50%;
transform: translateX(-50%);
background: #1a1a1a;
color: #fff;
font-size: 12px;
padding: 4px 10px;
border-radius: 4px;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease;
}
.copy-link-btn::before {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
border: 5px solid transparent;
border-top-color: #1a1a1a;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease;
}
.copy-link-btn.copied::after,
.copy-link-btn.copied::before {
opacity: 1;
}
.single-project .post-share-block {
flex-wrap: wrap !important;
}
.single-project .post-share-block .col {
width: 100%;
margin-bottom: 15px;
}  .pagination {
margin-top: 36px;
}
.pagination .nav-links {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
}
.pagination .nav-links .next,
.pagination .nav-links .prev{
height: 48px;
width: 48px;
border: 1px solid var(--black);
border-radius: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all 0.4s;
}
.pagination .nav-links .next.disabled,
.pagination .nav-links .prev.disabled{
opacity: 0.3;
cursor: not-allowed;
}
.pagination .nav-links .next:hover,
.pagination .nav-links .prev:hover{
background-color: var(--black);
}
.pagination .nav-links .next:hover path,
.pagination .nav-links .prev:hover path{
fill: var(--white);
}
.pagination .page-numbers{
border-radius: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all 0.4s;
height: 48px;
width: 48px;
color: var(--black);
}
.pagination .page-numbers.current,.pagination .page-numbers:hover{
background-color: var(--light-blue);
}
.pagination .nav-links .next{
margin-left: auto;
}
.pagination .nav-links .prev{
margin-right: auto;
} @media only screen and (min-width: 768px) { .site-footer .menu{
display: block !important;
} }
@media only screen and (min-width: 1200px) { .site-header .social-icon,
.draw-back{
display: none;
}
.site-header .menu>.current-menu-ancestor>a,
.site-header .menu .sub-menu li.current-page-ancestor>a{
font-weight: 700;
}
.site-header .menu .sub-menu {
opacity: 0;
visibility: hidden;
transform: translateY(15px);
transition: var(--transition);
background-color: var(--white);
padding: 24px;
min-width: 256px;
left: -24px;
}
.site-header .menu .menu-item-has-children:hover>.sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0px);
}  .site-header.header-light:not(.sticky) .menu>li>a{
color: var(--black);
}
.site-header.header-light:not(.sticky) .menu-item-has-children .caret-arrow::before, 
.site-header.header-light:not(.sticky) .menu-item-has-children .caret-arrow::after{
background-color: var(--black);
} }
@media only screen and (max-width: 1560px) { .site-header .menu > li{
margin: 0 36px;
} }
@media only screen and (max-width: 1440px) { .site-header .menu > li{
margin: 0 30px;
}  .logo-block {
padding: 110px 20px 20px;
} }
@media only screen and (max-width: 1366px) { .site-header .menu > li {
margin: 0 24px;
} }
@media only screen and (max-width: 1280px) {
.subtitle,p{font-size: 16px;} .site-header.nav-up .logo img,body:not(.home) .site-header .logo {
width: 180px;
}
.site-header.nav-up .logo{
top: 14px;
}
.site-header .menu > li{
margin: 0 18px;
}   }
@media only screen and (max-width: 1199px) {
h1,.h1{font-size: 68px;}
h2,.h2{font-size: 50px;}
h3,.h3{font-size: 44px;}
h4,.h4{font-size: 34px;} .site-header .col-right,
.site-header .col-left{
width: 50%;
}
.main-navigation {
opacity: 0;
visibility: hidden;
z-index: 9;
position: fixed;
top: 73px;
left: 0;
height: calc((var(--vh, 1vh) * 100) - 73px);
width: 100%;
transition: all 0.8s;
padding: 30px 40px 25px;
text-align: left;
display: flex;
flex-direction: column;
}
.main-navigation.active {
opacity: 1;
visibility: visible;
right: 0;
}
.site-header .menu-header-menu-container {
height: 100%;
overflow-y: auto;
margin-bottom: 25px;
}
.main-navigation .menu li {
display: block;
padding: 0;
}
.main-navigation .menu>li {
margin: 0 0 28px;
}
.site-header .menu-item-has-children .caret-arrow::before, .site-header .menu-item-has-children .caret-arrow::after{
background-color: var(--black);
}
.site-header .menu-close, .site-header .menu .hide-desktop, .site-header .menu-icon {
display: inline-block;
vertical-align: middle;
}
.site-header .menu-close{
color: var(--black);
display: none;
}
.menu-open .site-header .header-wrapper{
border-bottom: 1px solid rgba(2, 6, 24, 0.15);
}
.main-navigation .btn {
margin-top: auto;
}  
.site-header .menu>li>a{
color: var(--black);
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
letter-spacing: 0.01em;
}
.site-header .menu li a{
color: var(--black);
}
.site-header .menu-item-has-children .caret-arrow {
margin: -3px 0 0 8px;
order: 2;
} 
.site-header .menu {
margin-right: 0;
display: flex;
flex-direction: column;
}   
.site-header .menu .sub-menu{
display: none;
opacity: 1;
position: static;
width: 100%;
border: 0;
background-color: transparent;
border-radius: 0;
padding: 15px 0 0;
transition: unset;
}
.site-header .menu .sub-menu .sub-menu {
padding-left: 15px;
}
.site-header .col-right {
display: flex;
align-items: center;
justify-content: end;
}
.site-header .menu-socials-container .menu{
display: flex;
flex-wrap: wrap;
gap: 15px 32px;
}
.site-header .social-icon .menu-socials-container li{
padding: 0;
margin: 0;
}
.site-header .social-icon .menu-socials-container a{
font-size: 14px;
font-weight: 400;
color: var(--black-light);
text-transform: capitalize;
}
.site-header .social-icon .menu-socials-container a:hover{
color: var(--black-light);
}
.site-header .social-icon h6 {
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
letter-spacing: 0.01em;
margin-bottom: 12px;
}  .site-footer .site-icon{
width: 16%;
}
.site-footer .ft-content-box{
padding: 40px 30px 30px;
} }
@media only screen and (max-width: 991px) {
h1,.h1{font-size: 64px;}
h2,.h2{font-size: 46px;}
h3,.h3{font-size: 40px;}
h4,.h4{font-size: 30px;}
h5,.h5{font-size: 22px;}
.container{padding-left: 20px;padding-right: 20px;}
.section-padding{padding-top: 100px;padding-bottom: 100px;}
.section-margin{margin-top: 100px;margin-bottom: 100px;}
.section-margin{margin-top: 60px;margin-bottom: 100px;}
.page-wrapper{margin-top: 60px;} .main-navigation{
padding: 30px 20px 25px;
}  .site-footer .col-left, .site-footer .col-right{
width: 100%;
}
.site-footer::before{
display: none;
}
.site-footer .ft-wrapper>.row {
flex-direction: column-reverse;
}
.site-footer .ft-content-box{
background-color: var(--white);
}
.site-footer .site-icon {
width: 100%;
position: absolute;
top: 35px;
left: 0;
text-align: center;
}
.site-footer {
padding: 115px 0 30px;
}
.site-footer .col-left{
justify-content: center;
}
.site-footer .copyrigth p{
text-align: center;
}  .soical-share{
gap: 8px;
}
.single-project .post-header .col {
width: 50%;
} }
@media only screen and (max-width: 767px) {
h1,.h1{ font-size: 52px; }
h2,.h2{ font-size: 40px; }
h3,.h3{ font-size: 30px; }
h4,.h4{ font-size: 26px; }
h5,.h5{ font-size: 22px; }
h6,.h6{ font-size: 18px; } .site-header.logo-sticky .logo img,
body:not(.home) .site-header .logo{
width: 161px;
top: 24px;
}  .site-footer .ft-content-box .col{
width: 100%;
}
.site-footer .ft-content-box{
padding: 35px 20px 20px;
}
.site-footer .ft-content-box .row {
row-gap: 32px;
}
.site-footer .footer-menu .menu{
display: none;
}
.site-footer .ft-title span{
width: 11px;
height: 11px;
margin-left: 7px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
position: relative;
transition: var(--transition);
}
.site-footer .ft-title span::before,
.site-footer .ft-title span::after{
content: "";
position: absolute;
left: 4px;
top: 0;
background-color: var(--black);
width: 2px;
height: 10px;
}
.site-footer .ft-title span::after{
width: 10px;
height: 2px;
top: 4px;
left: 0;
}
.site-footer .footer-menu.active .ft-title span::before{
height: 0;
}
.site-footer .footer-menu .ft-title{
margin-bottom: 0;
}
.site-footer .footer-menu .menu{
margin-top: 12px;
}
.logo-block {
padding: 40px 20px 20px;
}  .post-header .col {
width: 100%;
}
.single .wp-block-quote{
padding: 20px;
}
.single-project .post-header .col {
width: 100%;
}  .pagination .page-numbers,.pagination .nav-links .next, .pagination .nav-links .prev{
height: 34px;
width: 34px;
} }
@media only screen and (max-width: 360px) {
h1, .h1 {
font-size: 48px;
}
}