/*
Theme Name: OnePress Child
Theme URI: https://www.famethemes.com/themes/onepress/
Author: FameThemes
Author URI: http://www.famethemes.com
Description: OnePress is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 2.2.0
Template:     onepress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
*/

@import url("https://use.typekit.net/jpk2nbj.css");


body {
	font-family:"futura-pt";
	font-size: 22px;
	font-weight: 300;
}
h1 {
	font-family:"freight-big-pro";
	font-weight: 500;
	font-size: clamp(48px, calc(48px + (70 - 48) * ((100vw - 320px) / (1920 - 320))), 70px);
}
h2 {
	font-family:"freight-big-pro";
	font-weight: 500;
	font-size: clamp(36px, calc(36px + (55 - 36) * ((100vw - 320px) / (1920 - 320))), 55px);
}
h3 {
	font-family:"freight-big-pro";
	font-size: clamp(30px, calc(30px + (35 - 30) * ((100vw - 320px) / (1920 - 320))), 35px);
}
h5 {
	font-family:"futura-pt";
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
}
.wp-block-button > a {
	font-size: 18px;
	text-transform: uppercase !important;
	border: 1px solid;
	padding-left: 35px;
	padding-right: 35px;
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 17px;
	background-color: inherit;
}
.breadcrumbs{
  display: none;
}
.no-sidebar .entry-content > .alignfull{
max-width: 100vw;
max-width: calc(var(--vw, 1vw) * 100);
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
transform: translateX(-50%);
left: 50%;
position: relative;
}
.kt-inner-column-height-full.kt-tab-layout-inherit:not(.kt-row-layout-row)>.wp-block-kadence-column>.kt-inside-inner-col, .kt-inner-column-height-full.kt-tab-layout-row>.wp-block-kadence-column>.kt-inside-inner-col{
  height: 100% !important;
}
.no-sidebar .entry-content > .alignfull{
  transform: unset;
  width: 100%;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50%;
  margin-left: -50vw;
}
#page{
  overflow-x: hidden;
}
.onepress-menu a{
  letter-spacing: 0;
  text-transform: none;
  font-family:"futura-pt";
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
#primary{
	padding-top: 0; padding-bottom: 0;
}
.entry-content{
	margin-bottom: 0;
}
.no-sidebar .entry-content > .alignfull{
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content{
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  padding-left: 0;
}
#masthead{
	padding: 20px 40px;
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img, .site-header{
  line-height: unset;
}
#masthead > .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#masthead > .container > div:not(:last-child){
  flex: 1;
}
#masthead > .container > div.site-branding{
  max-width: 250px;
  float: none;
}
.top-socials .cnss-social-icon i {
	color: #000;
	font-size: 21px !important;
}
.top-socials .cnss-social-icon i,
ul.cnss-social-icon li.cn-fa-icon a {
	width: 30px !important;
	height: 46px !important;
}
.home #masthead.no-scroll .cnss-social-icon i {
	color: #fff;
}
.container {
	width: 1920px;
}
.header-right-wrapper{
  text-align: right;
  margin-top: 8px;
}
.onepress-menu{
  float: none;
  text-align: right;
  display: inline-block;
}
.onepress-menu ul, .onepress-menu li{
  text-align: left
}
.onepress-menu > li{
  float: none;
  display: inline-block;
}

/* Menu links inside OnePress menu */
.onepress-menu > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 11px; /* gap between text and underline */
  text-decoration: none; /* remove default underline */
}

/* Hover + Active underline */
.onepress-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* underline sits just below text */
  width: 100%;
  height: 2px; /* thickness of underline */
  background: currentColor; /* same color as text */
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}

/* Show underline on hover or when active */
.onepress-menu > li > a:hover::after,
.onepress-menu > li.current-menu-item > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Force underline to white when masthead is in no-scroll state */
.home #masthead.no-scroll .onepress-menu > li > a::after,
.home #masthead.no-scroll .onepress-menu > li > a:hover::after,
.home #masthead.no-scroll .onepress-menu > li.current-menu-item > a::after {
  background: #fff !important;
}
.home #masthead.no-scroll .onepress-menu > li > a:hover,
.home #masthead.no-scroll .onepress-menu > li > a:focus{
	color: #fff !important;
}
#masthead.no-scroll .onepress-menu > li > a:focus {
	color: #000 !important;
}

.wp-block-columns{
  margin-bottom: 0;
}
p:empty{
  display: none;
}
#back-to-top{
  position: fixed;
  bottom: 0;
  right: 10px;
  background: gray;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  border: 0;
}
.tab-slider .kt-tabs-title-list{
  display: none !important;
}
.tab-slider .kt-tabs-content-wrap .wp-block-kadence-tab{
  padding: 0 !important;
  outline: none !important;
  border: 0 !important
}
.tab-slider .kt-tabs-content-wrap .ab-block-container{
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container:before{
  content: '';
  padding-bottom: 30%;
  display: block;
  position: relative;
}
.tab-slider .kt-tabs-content-wrap .ab-block-container .ab-container-content{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 20
}
.thumbnail.square, .thumbnail.rectangular{
  position: relative;
}
.thumbnail.square:before, .thumbnail.rectangular:before{
  content: '';
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.thumbnail.rectangular:before{
  padding-bottom: 56%;
}
.thumbnail.square img, .thumbnail.rectangular img{
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  height: 100%; width: 100%; object-fit: cover;
}
#page .pagination{
  display: block;
  margin: 20px 0;
}
#page .pagination .page-numbers{
  padding: 3px 12px 5px;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 2px;
  text-decoration: none !important
}
#page .pagination .page-numbers.current, #page .pagination .page-numbers:hover{
  background: #ddd;
  text-decoration: none;
}
#page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #page .gform_wrapper select, #page .gform_wrapper textarea{
/*   width: 100%; */
/*   padding: 10px; */
/*   border: 1px solid #707070 !important; */
/*   line-height: unset; */
  box-shadow: none;
  border-radius: 0;
/*   background: #fff; */
/*   min-height: unset; */
/*   outline: none; */
}
.gform_button.button {
	background-color: transparent !important;
	color: #000 !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	padding: 20px 35px !important;
	margin-top: 15px;
}
#page .gform_wrapper .gform_footer{
  margin-top: 20px;
}
.kb-blocks-bg-video-container .fluid-width-video-wrapper{
  padding-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#masthead .onepress-menu > li > a {
	padding-left: 22px;
	padding-right: 22px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}
#footer-widgets {
	padding: 0 2rem;
}
#footer-widgets .footer-column:not(:last-child) {
	border-right: 1px solid #ddd;
}
#footer-widgets .footer-column {
    padding-top: 5rem;	
}
#footer-2 {
	text-align: center;
}
#footer-widgets .widget-title {
	font-size: 35px;
	text-transform: capitalize;
	font-weight: 500;	
	margin-bottom: 30px;
}
#footer-widgets p, #footer-widgets a {
    font-size: 21px;
    font-weight: 300;	
}
#text-3 p {
	max-width: 460px;
}
#colophon .site-info {
	display: none;
}
##footer-3 #menu-footer-menu {
	column-count: 2;
}
#footer-2 #media_image-2 {
    margin-bottom: 70px;	
}
#footer-2 .cnss-social-icon i {
    font-size: 28px !important;	
}
#footer-widgets ul.cnss-social-icon li.cn-fa-icon a {
	width: 50px !important;	
}
#text-2 {
    margin-top: 11rem;	
}
#footer-3 > .footer-widget {
    padding: 0 95px;	
}
#footer-3 #menu-footer-menu {
    column-count: 2;	
}
#footer-3 #menu-footer-menu > li:first-child {
	margin: 0 !important;
}
.testimonial-wrapper .kt-testimonial-text-wrap {
	display: flex;	
	gap: 3rem;
	
}

.testimonial-wrapper .kt-testimonial-text-wrap .kt-testimonial-content {
    padding-left: 30px;	
	font-size: 32px;
	text-align: left;
	font-style: normal;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	padding-top: 55px;
}
.testimonial-wrapper .kt-testimonial-item-wrap,
.testimonial-wrapper .kt-testimonial-text-wrap,
.testimonial-wrapper .kt-testimonial-media-inner-wrap,
.testimonial-wrapper .kt-testimonial-media-inner-wrap .kadence-testimonial-image-intrisic
{
	height: 100%;
}
.testimonial-wrapper .kt-testimonial-text-wrap .kt-testimonial-content:before {
	content: '';
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/08/double-quote.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 110px;
	width: 110px;
}

.testimonial-wrapper > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) > .kt-inside-inner-col,
.testimonial-wrapper > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) > .kt-inside-inner-col > .wp-block-image{
    height: 100%;	
}
.testimonial-wrapper > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) > .kt-inside-inner-col > .wp-block-image img {
    height: 100%;
    object-fit: cover;	
}
.testimonial-wrapper .kb-splide .splide__pagination, .kb-splide ul.splide__pagination.splide__pagination {
	left: 49px !important;	
	right: unset !important;
}
.entry-content blockquote {
	background: inherit;
}

.project-single {
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 20px;
}
.project-single .project-title {
    margin-bottom: 25px;	
}
.project-single .project-meta p strong {
	font-family: 'freight-big-pro';
	font-size: 35px;
	font-weight: 500;	
	display: block;
}
.project-single .project-arrow {
	position: absolute;
	bottom: 30px;
}
.project-single .project-arrow img {
	max-width: 142px;
	max-height: 142px;
}
.project-single .project-details {
    padding-bottom: 180px;
    position: relative;	
}

.project-header {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
	overflow: hidden;
}

.project-details {
    flex: 1;
}

.project-featured {
    flex: 1;
    text-align: right;
}

.project-featured img {
	max-width: 685px;
	height: 100%;
	max-height: 883px;
	object-fit: cover;
	width: 100%;
}

.project-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}
.project-gallery .gallery-image {
    position: relative;
    padding: 50%;	
}
.project-gallery .gallery-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;	
}
.gallery-image-full {
    grid-column: 1 / -1; /* full width */
}

.gallery-image img,
.gallery-image-full img {
    width: 100%;
    height: auto;
    display: block;
}
.gallery-image-full img {
    width: 100%;
    height: 100%;
	max-height: 1001px;
    object-fit: cover; 
    display: block;
}

/***PROJECTS***/
/* Shared styling for both slider and non-slider projects */
.projects-slider .project-image,
.projects-list .project-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 130%;
    background-size: cover;
    background-position: center;
}

/* overlay visible by default */
.projects-slider .project-image::after,
.projects-list .project-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(243, 229, 216, 0.45); /* #F3E5D8 at 45% */
    transition: background 0.6s ease, opacity 0.6s ease;
    pointer-events: none; /* keep clicks on the image */
}

/* remove overlay on hover */
.projects-slider .project-image:hover::after,
.projects-list .project-image:hover::after {
    background: rgba(243, 229, 216, 0); /* transparent */
}

.projects-slider .project-image img,
.projects-list .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	transition: transform 0.4s ease, background-color 0.6s ease;	
}

.projects-slider .project-image:hover img,
.projects-list .project-image:hover img {
    transform: scale(1.1);
}

.projects-slider .project-slide,
.projects-list .project-slide {
    padding: 0 10px; /* space left & right */
    box-sizing: border-box;
    margin-bottom: 30px; /* spacing for grid */
}

/* Slick-specific adjustments (only applies when slider is initialized) */
.projects-slider .slick-list {
    margin: 0 -10px; /* remove extra gap at edges */
}

.projects-slider .slick-dots {
    bottom: -130px !important;
}

.projects-slider .slick-dots li button:before {
    font-size: 12px !important;    
}

.projects-slider .slick-dots li {
    margin: 0 !important;    
}

/* Non-slider (all-projects) grid layout */
.projects-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.projects-list .project-slide {
    width: calc(25% - 20px); /* 4 per row */
}
.blog-container .post-thumbnail img {
	object-fit: contain;	
}

@media (max-width: 1024px) {
    .projects-list .project-slide {
        width: calc(33.333% - 20px); /* 3 per row */
    }
}

@media (max-width: 768px) {
    .projects-list .project-slide {
        width: calc(50% - 20px); /* 2 per row */
    }
}

@media (max-width: 480px) {
    .projects-list .project-slide {
        width: 100%; /* full width */
    }
}

/***RECENT BLOGS***/
/* Container: 50/50 columns + 3 equal rows */
.blogs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;           /* 50% left / 50% right */
  grid-template-rows: repeat(3, 1fr);       /* 3 equal rows */
	gap: 38px;
}

/* First post = featured: left column, spans all 3 rows */
.blogs-grid > .blog-item.featured {
  grid-column: 1;
  grid-row: 1 / 4;                          /* rows 1-3 */
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Other 3 posts: force to right column, one per row */
.blogs-grid > .blog-item:not(.featured) {
  grid-column: 2;                            /* right side only */
  height: 100%;                              /* fill row height */
  display: grid;                             /* image left, details right */
  grid-template-columns: 300px 1fr;
  gap: 45px;
  align-items: stretch;
}

/* Thumbnails */
.blogs-grid .blog-item .thumbnail { overflow: hidden; }

.blogs-grid .blog-item:not(.featured) .thumbnail {
  height: 100%;
}
.blogs-grid .blog-item:not(.featured) .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Featured image (big, on top) */
.blogs-grid .blog-item.featured .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blogs-grid .blog-item.featured .thumbnail  {
	margin-bottom: 30px;	
}

/* Text bits */
.blogs-grid .blog-title { margin: 10px 0 20px; }
.blogs-grid .blog-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #444;
  font-size: 20px;
}
.blogs-grid .post-date {
	font-size: 16px;
	font-weight: 500;
	color: #a5a1a1;	
	margin-bottom: 10px;
}
.single .blog-container {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 100px;	
}
.single .blog-container h1 {
    margin-bottom: 40px;	
}

/***END OF RECENT BLOGS***/

/***BLOGS***/

.posts-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.posts-wrapper .post-thumb {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

/* overlay visible by default */
.posts-wrapper .post-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(243, 229, 216, 0.45); /* #F3E5D8 at 45% */
    transition: background 0.6s ease, opacity 0.6s ease;
    pointer-events: none;
}

/* remove overlay on hover */
.posts-wrapper .post-thumb:hover::after {
    background: rgba(243, 229, 216, 0);
}

.posts-wrapper .post-item {
    padding: 5px;
    text-align: left;
}

.posts-wrapper .post-thumb img {
    width: 100%;
	object-fit: cover;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.posts-wrapper .post-item .post-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.posts-wrapper .post-item:hover .post-thumb img {
    /* zoom + normal color */
    transform: scale(1.05);
}
.posts-wrapper .post-title {
    margin: 0 0 5px;
    font-size: 1.2em;
	margin-bottom: 25px;
}
.posts-pagination {
	display: flex;
    justify-content: center;
    gap: 20px;	
	margin-top: 100px;
}
.posts-pagination .page-numbers {
    padding: 15px 23px;
    border: 1px solid #aaa59f;
    font-size: 16px;	
	
}
.posts-pagination .page-numbers.current {
	background-color: #aaa59f;
	color: #fff;
}

.posts-wrapper .post-title a {
    text-decoration: none;
    color: #333;
}

.posts-wrapper .post-date,
.blog-container .entry-date {
    font-size: 16px;
	color: #adaaaa;
	font-weight: 500;
    margin-bottom: 15px;
}

.posts-wrapper .post-excerpt {
    font-size: 1em;
    color: #444;
}

.posts-wrapper .posts-pagination {
    margin-top: 20px;
    text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
    .posts-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .posts-wrapper {
        grid-template-columns: 1fr;
    }
}

/***END OF BLOGS***/


/***PRESS***/

.press-item {
  display: flex;
  align-items: center;
  gap: 50px;
}

.press-item.reverse {
  flex-direction: row-reverse;
}

.press-thumb,
.press-details {
  width: 50%;       /* Force equal width */
  flex: 0 0 50%;    /* Prevent shrinking/growing beyond 50% */
}

.press-thumb img {
  width: 100%;      /* Fill the half column */
  height: auto;
}

/***END PRESS***/

/***VIDEOS***/

.video-slider, .video-grid {
    display: flex;
    gap: 45px;
    flex-wrap: wrap;
}

.video-grid .video-slide {
    flex: 0 1 calc(33.33% - 30px);
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 380px; /* fixed height for all videos */
	margin-bottom: 25px;
}

.video-wrapper img.video-thumbnail {
    width: 100%;
    height: 100%;      /* fill the wrapper height */
    object-fit: cover;  /* maintain aspect ratio, crop if necessary */
    transition: transform 0.4s ease;
}

.video-wrapper:hover img.video-thumbnail {
    transform: scale(1.1);
}

.video-slider .slick-slide {
    margin: 0 10px; /* spacing between slides */
}

.video-slider .slick-list {
    margin: 0 -10px; /* compensate so content stays centered */
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url('/wp-content/uploads/2025/08/play-button.png') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
}

.video-details {
    padding: 10px 0;
}
.video-details h3 {
	margin-bottom: 10px;
}
.video-details p {
    margin-bottom: 10px;	
}
.mfp-close {
    color: #fff;
    font-size: 28px;
    top: 10px;
    right: 10px;
    opacity: 1;
}

.mfp-close:hover {
    color: #ff0000;
}

.mfp-bg {
    cursor: pointer;
}

.mfp-fade.mfp-bg {
    transition: none !important;
}

.mfp-fade.mfp-wrap {
    transition: none !important;
}

#video-popup .popup-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 960px;
    margin: 0 auto;
}

#video-popup {
    max-width: 960px;
    margin: 0 auto;
    position: relative;	
}

#video-popup iframe {
    width: 100%;
    height: 540px;
    border: none;
    display: block;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
    top: -42px;
    right: -14px;
}

@media (max-width: 768px){
    #video-popup iframe {
        width: 95%;
        height: auto;
    }

    .video-wrapper {
        height: 200px; /* smaller height on mobile */
    }
}
/***END OF VIDEOS***/
.repeat-text-static {
  display: block;         
  white-space: nowrap;        
  width: 100%;              
  font-size: 3rem;             
  text-align: center;        
  position: relative;
  z-index: 5;
  font-family: "freight-big-pro";
  font-weight: 500;
  font-size: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}


.repeat-text-wrapper {
  width: 100%;
  overflow: hidden;         
  position: relative;
  z-index: 5;
  padding: 10px 0;
}


.repeat-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 3rem;             
  font-family: "freight-big-pro";
  animation: marquee 15s linear infinite;
}

.long-left > .kt-row-column-wrap > .wp-block-kadence-column:first-child {
	width: 210px;
}

@keyframes marquee {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}


.repeat-separator {
    font-size: 2rem;
    vertical-align: middle;
    opacity: 1;
    margin: 0 8px;
    color: #000;
}

.coming-soon {
  overflow: visible !important;
}

.offset-to-left,
.offset-to-right {
  width: 100%;
}
.slick-dots {
	bottom: -90px;
	
}
.slick-dots li button::before {
	font-size: 12px !important;
}
.slick-dots li {
    margin: 0 !important;	
}
.no-bullets li {
	list-style: none;
	margin-left: 0;
}
@media (min-width: 1920px) {
  .offset-to-left {
    width: calc(100% + ((100vw - 1920px) / 2));
    margin-left: calc(((100vw - 1920px) / -2));
  }
  .offset-to-right {
    width: calc(100% + ((100vw - 1920px) / 2));
    margin-right: calc(((100vw - 1920px) / -2));
  }
}

@media (max-width: 1535px){
	#masthead .onepress-menu > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1439px){
    #masthead .onepress-menu > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }	
}
@media (max-width: 1354px){
    #masthead .onepress-menu > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 13px;
    }	
}
@media (max-width: 1200px){
	.offset-to-left, .offset-to-right{
		width: 100%;
	}
	.offset-to-left{
		margin-left:0
	}
  #nav_menu-2 ul, #nav_menu-2 ul li{
    padding: 0;
  }
  .container{
    width: 100%;
  }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after{
    background: #000000;
  }
  #nav-toggle{
    position: relative;
    top: 0;
    display: block
  }
  .onepress-menu{
    top: 0 !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0;
    right: 0;
    max-width: 400px;
    background: #4C525D;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0 !important;
    background: #f6f6f6 !important;
  }
  .onepress-menu.onepress-menu-mobile a{
    color: #000000 !important;
  }
  .onepress-menu.onepress-menu-mobile li{
    background: transparent;
	line-height: 20px;
	width: 100% !important;
	border-top: 0px none;
  }
  .onepress-menu.onepress-menu-mobile li a{
    padding-left: 0; padding-right: 0;
    text-transform:normal;
  }
  .onepress-menu ul, .onepress-menu ul li a{
    background: transparent;
  }
  .onepress-menu a{
    font-size: 20px;
  }
  .onepress-menu li.current-menu-item > a, .onepress-menu li a:hover{
    color: #0c0c0c !important;
  }
  .onepress-menu .nav-toggle-subarrow{
    left: unset !important;
    right: 0;
  }
  .onepress-menu .nav-toggle-subarrow{
    border-left: 0 !important;
  }
  .onepress-menu.onepress-menu-mobile li{
    border-top: 1px solid #000000;
  }

  .onepress-menu.onepress-menu-mobile > li > a, .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow{
    padding: 20px;
  }
  .onepress-menu{
    transition: right .2s;
    right: -100%;
  }
  .onepress-menu.onepress-menu-mobile{
    right: 0;
    box-shadow: 2px -5px 9px #a6a6a6;
	z-index: 800;
	overflow: auto !important;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	width: 100% !important;
	display: block;
  }
  .onepress-menu.onepress-menu-mobile ul li a{
    padding: 12px 20px;
  }
  .onepress-menu{
    transform: none;
  }
  #nav-toggle.nav-is-visible {
    position: fixed;
    top: 30px;
    z-index: 10000000;
    right: 30px;
  }
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after{
    background: #000;
  }
  .onepress-menu li ul:before{
    display: none;
  }
  .onepress-menu > li >ul{
    padding: 0 0px 0 20px !important;
  }
  #nav-toggle span{
    width: 36px;
  }
  #nav-toggle span:before, #nav-toggle span:after{
    width: 30px;
  }
  #nav-toggle.nav-is-visible span:after{
    top: 10px;
  }
  #nav-toggle.nav-is-visible span:before{
    top: -10px;
  }
  #content-inside {
    padding: 0 25px;
  }
  .entry-content > .alignfull.gb-block-container:not(.full-width-content) > div > .gb-container-content,
  .entry-content > .alignfull:not(.full-width-content) > div > .kt-row-column-wrap,
  .entry-content > .alignfull:not(.full-width-content) > .kt-row-column-wrap{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  #masthead .overlay{
    position: fixed;
    top: 0; left: 0; bottom: 0;
    background: #000;
    opacity: 0;
    right: -100%;
    transition: opacity .5s;
    z-index: 100;
    width: 0;
  }
  #masthead .nav-is-visible + .overlay{
    right: 0;
    width: 100%;
    opacity: 0.6;
  }
	.onepress-menu.onepress-menu-mobile > li:first-child {
		border-top: 0px none;
	}
	#masthead .header-right-wrapper {
		order: 3;
		max-width: 30px;
        margin-top: unset;
	}
	#masthead .top-socials {
		flex: 1;
	}
	#masthead .top-socials .cnss-social-icon {
		text-align: right !important;
		margin-right: 30px !important;
	}
	.projects-slider .project-image, .projects-list .project-image {
		height: 300px;
	}
	.testimonial-wrapper > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
		gap: 0;
	}
	.blogs-grid {
		grid-template-columns: 1fr;
		column-gap: 0;
	}
	.blogs-grid > .blog-item.featured {
	    grid-column: 2;	
	}
	#footer-3 > .footer-widget {
	    padding: 0 50px;	
	}
	.testimonial-wrapper > .kt-row-column-wrap > .wp-block-kadence-column:nth-child(2) > .kt-inside-inner-col > .wp-block-image img {
		max-height: 300px;
	}
	#footer-3 #menu-footer-menu {
		column-count: 1;
	}
	#masthead {
		padding: 20px 0;
	}
	.hide-mv {
		display: none;
	}
	.section-heading.testimonial-head > .kt-row-column-wrap {
		grid-template-columns: 1fr 1fr !important;
	}
	.section-heading.testimonial-head > .kt-row-column-wrap .wp-block-buttons {
		justify-content: flex-end;
	}
}

@media (max-width: 768px){
	.custom-curated-organized > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
		text-align: center;
	}
	.outdoor-living-wrapper > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
		gap: 0;
	}
	#footer-widgets > .container > .row {
		flex-direction: column;
		text-align: center;
	}
	#footer-widgets	.footer-column {
		flex-basis: 100%;
		max-width: 100%;
		border: 0 !important;
		padding-top: 0;
	}
	
	#text-3 p {
		max-width: 100%;
	}
	#footer-2 {
		order: 3;
	}
	#text-2 {
		margin-top: 2rem;
	}
	#footer-widgets {
		padding: 4rem 2rem;
	}
	.wp-block-spacer[style="height:100px"]{
		height: 50px !important;
	}
	.wp-block-spacer[style="height:60px"]{
		height: 30px !important;
	}
	.wp-block-button > a {
		font-size: 16px;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 15px;
		padding-bottom: 13px;
	}
	.section-heading > .kt-row-column-wrap {
		grid-template-columns: 1fr 1fr !important;
		gap: 0;
	}
	.blogs-grid > .blog-item:not(.featured) {
		grid-template-columns: 1fr !important;
		gap: 15px;
	}
	.blogs-grid > .blog-item.featured .thumbnail {
		margin-bottom: 15px;
	}
	
	.testimonial-wrapper > .kt-row-column-wrap {
		padding: 0 !important;
	}
	.testimonial-wrapper .kt-testimonial-text-wrap .kt-testimonial-content {
	    font-size: 20px;
		text-align: center;
	}
	.testimonial-wrapper .kt-testimonial-text-wrap .kt-testimonial-content:before {
		margin: 0 auto;	
	}
	.testimonial-wrapper .kb-splide .splide__pagination, .kb-splide ul.splide__pagination.splide__pagination {
		left: 50% !important;
		transform: translateX(-50%);
	}
	.testimonial-wrapper .kt-testimonial-text-wrap .kt-testimonial-content {
		padding: 0;
	}
	
	.testimonial-wrapper .kt-testimonial-item-wrap {
		padding-left: 0;
	}
	.fullwidth-mobile > .kt-row-column-wrap {
		grid-template-columns: 1fr !important;
	}
	.reverse-column-mobile > .kt-row-column-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.center-btn-mobile .wp-block-buttons > .wp-block-button  {
		margin: 0 auto;
	}
	.remove-gap-mobile > .kt-row-column-wrap {
		gap: 0;
	}
	.hidden-mobile {
		display: none;
	}
	.project-gallery {
		gap: 10px;
	}
	
	.project-header {
		flex-direction: column;
	}
}

@media (max-width: 600px){
  .wp-block-media-text.is-stacked-on-mobile{
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media{
    margin-bottom: 20px;
  }
  .wp-block-media-text .wp-block-media-text__content{
    padding-left: 0;
    padding-right: 0;
  }
	.repeat-text-static {
		gap: 16px;
		margin-right: -17px;
		font-size: 30px;
	}
	.press-details, .press-thumb {
		width: 100% !important;
		flex-basis: 100% !important;
	}
	.press-item {
		flex-wrap: wrap;
	}
}
