/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 20 2026 | 20:59:46 */

@font-face {
	font-family: 'Avenir Book';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Avenir Book'), local('Avenir'), url('/wp-content/uploads/2025/07/Avenir-Book.ttf') format('truetype');
}

@font-face {
	font-family: 'Ivy Presto Semi-Bold';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('/wp-content/uploads/2026/04/fonnts.com-Ivy-Presto-Text-Semi-Bold-1.otf') format('opentype');
}

/* ============= Mega Menu ============= */

@font-face {
	font-family: 'IvyPresto';
	src: url('/wp-content/uploads/custom-css-js/fonts/fonnts.com-Ivy-Presto-Text-Semi-Bold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

.megaMenu{
	background: #fff;
	position: relative;
    z-index: 100;
}

.megaMenuInner{
	display: flex;
    align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	font-family: 'IvyPresto', serif;
  	font-weight: 600;
}

.megaMenuLinks{
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding: 0 25px;
	min-width: 42%;
}

.megaMenuLink{
	color: #333;
    font-size: 18px;
    font-weight: 600;
	padding: 6px 15px;
    font-family: 'Avenir', sans-serif;
    font-weight: 600;
	transition:all 0.2s ease;
	border-bottom: 1px solid transparent;
}

.megaMenuLink:hover,
.megaMenuLink:focus{
  	border-bottom-color: #333;
}

.megaMenuButton {
	background-color: #f5d278;
    border-color: #f5d278;
    color: #253746;
	border-style: solid;
    border-width: 1px;
    border-radius: 3px;
	font-family: 'Avenir', sans-serif;
    display: flex;
    font-weight: 700;
    padding: 8px 20px 7px;
    -webkit-transition: all 120ms ease-out;
    transition: all 120ms ease-out;
}

.megaMenuButton:hover,
.megaMenuButton:focus {
	color: 253746;
}

.megaMenuButtonAlt {
	background-color: #253746;
    border-color: #253746;
    color: #fff;
}

.megaMenuButtonAlt:hover,
.megaMenuButtonAlt:focus {
	color: #fff;
}

.megaMenuHamburger {
    height: 40px;
    width: 40px;
    cursor: pointer;
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
}


.megaMenuBox {
	display: none;
	background: #fff;
	justify-content: flex-start;
	padding:18px 30px 70px 20px;
	border-bottom: 1px solid #253746;
	transition: all 0.4s ease-in;
}

.megaMenuBoxInner {
	margin-right: 85px;
}

.megaMenuBoxInner h4 {
    font-weight: 600;
    margin: 0;
    text-rendering: optimizeLegibility;
    font-family: 'IvyPresto', serif;
  	font-weight: 600;
    letter-spacing: 1px;
	color: #253746;
	font-size: 20px;
	margin-bottom: 20px;
}

.megaMenuBoxInner a {
   display: block;
   color: #253746;
   font-size: 18px;
   line-height: 2.2;
}

.megaMenuBox2,
.megaMenuBox3,
.megaMenuBox4 {
	padding: 45px;
    display: none;
    align-items: center;
	justify-content: center;
}

.megaMenuBox4 {
   padding: 45px 5px;
}

.megaMenuHamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 200;
}

.menu-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
    position: relative;
}

.menu-line {
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 3px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.menu-toggle:checked ~ .megaMenuHamburger .menu-button .top {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle:checked ~ .megaMenuHamburger .menu-button .middle {
    opacity: 0;
}

.menu-toggle:checked ~ .megaMenuHamburger .menu-button .bottom {
    transform: translateY(-9px) rotate(-45deg);
}

.megaMenuOpener {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    z-index: 999;
    overflow-y: auto;
}

.megaMenuOpener {
  	display: none;
	flex-direction: column;
  	padding: 40px;
  	border-bottom: 1px solid #333;
  	background: #F2F1EF;
	position: fixed;
 	width: 100%;
	height: 100vh;
	overflow-y: auto;
    z-index: 22;
    top: 0;
    left: 0;
}

/* Checkbox controls the slide-in panel */
.menu-toggle:checked ~ .megaMenuOpener {
    transform: translateY(0);
}

/* Checkbox controls the mega menu box */
.menu-toggle:checked ~ .megaMenuBox {
    display: flex;
}

/* Disable page scroll when menu is open */
html.mega-menu-open,
body.mega-menu-open {
	overflow: hidden !important;
	height: 100%;
}

.megaMenuHeader {
	display: flex;
	max-width: 1440px;
	padding: 44px 0 0;
}

.megaMenuHeaderInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.megaMenuBody {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}

.megaMenuL ul {
    list-style: none;
    padding: 0;
}

.megaMenuL ul li {
    margin-bottom: 4px;
}

.megaMenuL a {
    color: #253746;
    font-size: 20px;
    text-decoration: none;
}

.megaMenuR img {
    max-width: 100%;
    height: auto;
}

.imageLink {
	font-size: 32px;
	font-weight: 600;
    margin: 0 5px;
	color: #fff;
    text-rendering: optimizeLegibility;
    font-family: 'IvyPresto', serif;
  	font-weight: 600;
    letter-spacing: 1px;
	width: 510px;
	max-width: 40%;
	height: 240px;
    background-image: url("/wp-content/uploads/2025/12/Home-Office-Desks.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 8px;
    position: relative;
}

.imageLinkInner {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
/* 	backdrop-filter: blur(1px); */
	background: rgba(0,0,0,0.3);
	z-index: 2;
}

.imageLink:hover,
.imageLink:focus {
	color: #fff;
}

.imageLink-2 {
	background-image: url("/wp-content/uploads/2025/07/mega-menu-home-office.jpg");
}

#imageLink-3 {
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("/wp-content/uploads/2025/07/mega-menu-living-02.jpg");
	background-size: 100%;
}

#imageLink-4 {
	background-image: url("/wp-content/uploads/2025/07/hamburger_menu_living_inspirational_living_areas_360x178.jpg");
	background-size: 100%;
}

#imageLink-5 {
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url("/wp-content/uploads/2025/07/hamburger_menu_alcove_339x226.jpg");
	background-size: 120%;
}

#imageLink-6 {
	background-image: url("/wp-content/uploads/2025/07/hamburger_menu_corner_339x226.jpg");
	background-size: 120%;
}

#imageLink-7 {
	background-image: url("/wp-content/uploads/2025/07/hamburger_menu_sloping_ceilings_339x226.jpg");
	background-size: 120%;
}

#imageLink-8 {
	background-image: url("/wp-content/uploads/2025/07/sliderobes-button-customer-stories.jpg");
	background-size: 120%;
}

.megaMenuHeaderInner {
  	display: flex;
   	align-items: center;
	margin-left: auto;
  	justify-content: flex-end;
	max-width: 560px;
	width: 55%;
}

.megaMenuHeaderInner form {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-right: 40px;
	width: 100%;
}

.megaMenuHeaderInner form input,
.megaMenuHeaderInner form input:active,
.megaMenuHeaderInner form input:focus {
   	background: #F2F1EF;
   	border-color: transparent;
   	border-bottom-color: #253746;
   	border-radius: 0;
   	outline: none;
	   flex: 1 1 auto;
	   width: 100%;
	   min-width: 0;
}

.btnSearch {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	padding: 0;
}

.btnSearch img {
  	width: 30px;	
}

.btnSearch,
.btnSearch:hover,
.btnSearch:focus,
.btnSearch:active {
  background: #f2f1ef;
  border-color: transparent;
}

/* Hide duplicate close icon next to search */
.megaMenuClose {
	display: none !important;
}

.megaMenuBody {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: clamp(32px, 6vw, 120px);
	margin-top: 25px;
	max-width: 1440px
}

.megaMenuL {
	flex: 1 1 auto;
}

.megaMenuR {
	flex: 0 0 auto;
	margin-left: auto;
}

.megaMenuL ul {
	list-style: none;
	padding: 0;
}

.megaMenuL ul li:hover {
	text-decoration: underline;
}

.megaMenuL ul li a {
	text-decoration: none;
    color: inherit;
    font-size: 30px;
	font-family: 'IvyPresto', serif !important;
  	font-weight: 600;
}

.megaMenuBoxInner h4,
.imageLink,
.megaMenuL ul li a,
.post-title,
.pg-title {
	font-family: 'IvyPresto', serif !important;
}

.megaMenuL ul li:nth-child(-n+4) > a {
  	font-size: 42px;
}

.megaMenuR img {
	border-radius: 4px;
	opacity: 0.9
}

.mobileOnlyIcon,
.mobileOnlyButtons {
	display: none;
}

@media(max-width: 1260px){
	.megaMenuLinks{
		display: none;
	}
}

@media(max-width: 1050px) {
	.megaMenuBody {
		padding: 0 15px;
		gap: 28px;
	}
	
	.megaMenuOpener{
		padding: 30px;
	}
	
	.megaMenuR{
		display: flex;
        justify-content: flex-end;
	}
	
	.megaMenuR img{
       width: 85%;
	   height: 70%;
	}
	
	.megaMenuL ul li:nth-child(-n+4) > a {
    	font-size: 36px;
	}
	
	.megaMenuL ul li a{
		font-size: 24px;
	}
}

@media(max-width: 768px) {
	.megaMenuButton{
		font-size: 14px;
		font-weight: 500;
		padding: 6px 8px;
	}
	
	.megaMenuR img{
       	width: 75%;
	   	height: 60%;
	}
	
	.megaMenuL ul li:nth-child(-n+4) > a {
    	font-size: 30px;
	}
	
	.megaMenuL ul li a{
		font-size: 22px;
	}
	
	.megaMenuLogo{
		width: 140px;
	}
	
}

@media(max-width: 560px) {
	.megaMenuButton{
		display: none;
	}

	
	.megaMenuHeaderInner {
		width: 100%;
		margin-top: 15px;
	}

	.megaMenuHeaderInner form {
		margin-right: 0;
	}
	
	.megaMenuR img {
       display: none;
	}
	
	.megaMenuInner {
		flex-direction: row-reverse;
	}
	
	.mobileOnlyIcon {
		display: flex;
		align-items: center;
		justify-content:center;
        width: 40px;
		height: 40px;
		background: #F2F1EF;
	}
	
	.mobileOnlyIcon img {
		width: 20px;
	}
	
	.mobileOnlyButtons {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.mobileOnlyButtons .megaMenuButton {
         display: inline-block;		
	}
}

/* =============== Blog Posts With Filter ============== */

.custom-post-filter {
	text-align: center;
	margin-bottom: 85px;
}

.custom-post-filter .filter-button {
	display: inline-block;
	padding: 8px 24px;
    border-radius: 5000px;
    border: 1px solid #d6d6d6;
    -webkit-transition: all 120ms ease-out;
    transition: all 120ms ease-out;
    margin: 6px;
    color: #253746;
    background-color: #fff;
	transition: 0.3s;
	font-family: 'Avenir', sans-serif;
}

.custom-post-filter .filter-button.active,
.custom-post-filter .filter-button:hover {
	color: #fff;
	background-color: #253746;
	border-color: #253746;
}

.custom-post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.post-card {
	position: relative;
	width: 100%;
	max-width: 500px;
	aspect-ratio: 1.3 / 1.15;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	margin: auto;
}

.post-card:hover,
.post-card:focus{
	color: #fff !important;
}

.post-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.post-overlay {
    position: absolute;
    inset: 0;
    display: flex;
	flex-direction: column;
    align-items: start;
    justify-content: flex-end;
    padding: 20px;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0.6) 100%);
}

.post-label {
	display: block;
	font-size: 14px;
	font-family: 'Avenir', sans-serif;
	text-transform: uppercase;
	opacity: 0.8;
}

.post-title {
	margin: 5px 0 0;
	font-size: 24px;
	font-family: 'IvyPresto', serif;
	font-weight: 600;
}


/* =============== Blog Posts With Filter ============== */

/* =============== Project Gallery ============== */

.custom-post-type .elementor-element-dd9bedd {
	display: none !important;
}

.custom-post-type .elementor-element-04929f4 {
	background: #F2F1EF;
}

.pg-back-link{
	font-size: 14px;
	color: #adadad;
    text-decoration: underline !important;
}

.pg-title {
	font-size: 2rem;
	color: #253746;
	font-weight: 600;
	font-family: 'IvyPresto', serif !important;
}

.project-gallery-single {
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	font-family: 'Avenir', sans-serif;
}

.pg-designer,
.pg-finish {
	color: #253746;
	font-weight: 700;
}

.pg-designer span,
.pg-finish span{
	font-weight: normal;
}

/* Content Block */
.pg-content-section {
    margin-bottom: 40px;
}

.pg-content-category-wrapper {
    margin-top: 10px;
}

.pg-content-section{
	margin-top: 40px;
	color: #253746;
}

@media(min-width: 1100px) {
	.pg-content-section {
		padding: 0 40px;
	}
}

.pg-content-secondary-title {
	font-weight: 700;
	color: #253746;
	font-size: 16px;
}

.pg-content-title {
  	font-size: 24px;
	font-family: 'IvyPresto', serif;
	color: #253746;
	font-weight: 600;
}

.pg-content-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    margin: 0 16px 8px 0;
    font-size: .875rem;
    color: #858585;
    border: 1px solid #858585;
    border-radius: 35px;
}

/* Grid Title */
.pg-grid-heading,
.cs-grid-heading {
    font-size: 32px;
    margin: 60px 0 30px;
    color: #253746;
	font-family: 'IvyPresto', serif;
	text-align: center;
	font-weight: 600;
}

/* Grid Layout */
.pg-related-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/* Card Styles */
.pg-related-card {
    position: relative;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eee;
}

.pg-card-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.pg-card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Overlay */
.pg-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(37, 55, 70, 0) 0%, #253746 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    z-index: 2;
}

.pg-card-overlay-top {
    display: inline-flex;
	width: max-content;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    margin: 0 16px 8px 0;
    font-size: .875rem;
    color: #858585;
    border: 1px solid #858585;
    border-radius: 35px;
    color: #fff;
    background-color: #253746;
    border-color: #253746;
}

.pg-card-overlay-bottom {
    font-size: 14px;
}

.pg-card-overlay-bottom p{
	margin-bottom: 6px;
}

.pg-card-overlay-bottom h4 {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'IvyPresto', serif;
}

@media(max-width: 768px) {
    .pg-related-grid {
        grid-template-columns: 1fr;
    }
}

/* ---------=======---------- */

.pg-grid-filter {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.pg-filter-btn {
   	display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    margin: 0 16px 8px 0;
    font-size: 1rem;
    color: #253746;
    background: #fff;
    border: 1px solid #858585;
    border-radius: 35px;
    transition: all 0.3s ease;
}

.pg-filter-btn:hover,
.pg-filter-btn.active {
    color: #fff;
    background-color: #253746;
    border-color: #253746;
}

.pg-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

@media(min-width: 1100px) {
	.pg-gallery-grid {
		padding: 0 50px;
	}
}

.pg-gallery-card {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.pg-gallery-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.pg-gallery-thumb img {
    width: 100%;
    height: auto;
    display: block;
	aspect-ratio: 1 / 1;
}

.pg-gallery-info {
    padding: 15px;
}

.pg-gallery-cat {
    display: inline-block;
    font-size: 13px;
    color: #333;
    border: 1px solid #999;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.pg-gallery-title {
    font-size: 18px;
    margin: 10px 0 5px;
}

/* =============== Project Gallery ============== */

/* =============== Customer Stories ============== */
.customer-stories-page .elementor-element-dd9bedd {
	display: none !important;
}

/* .customer-stories-page .elementor-element-04929f4 {
	 background: linear-gradient(
        to bottom,
        #F2F1EF 0%,
        #F2F1EF 20%,
        #FFFFFF 20%,
        #FFFFFF 100%
    );
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
 */
.customer-stories-page .cs-back-link {
    display: block;
	color: #adadad;
    text-decoration: underline;
	font-size: 14px;
    margin-bottom: 1rem;
	text-align: center;
	margin-bottom: 24px;
}

.customer-stories-container {
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}

.customer-stories-signle {
	position: relative;
	overflow-x: hidden;
}

.cs-title {
    font-size: 2rem !important;
    margin-bottom: 1rem;
	text-align: center;
	font-weight: 600;
	color: #253746;
	font-family: 'IvyPresto', serif;
}


.cs-featured-image img {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
}

.cs-content {
    margin-bottom: 2rem;
	padding: 0 20px;
	color: #253746 !important;
}

.cs-content h4 {
  font-family: 'IvyPresto', serif;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 800;
}

.cs-content a,
.cs-content a:hover {
	color: #253746;
	text-decoration: underline;
}

.cs-meta {
    margin: 60px 0;
	padding: 0 20px;
}

@media(min-width: 1100px){
	.cs-content,
	.cs-meta{
		padding: 0 60px;
	}
}

.cs-meta p:first-child{
	display: none;
}

.cs-categories a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    margin: 0 16px 8px 0;
    font-size: .875rem;
    color: #858585;
    border: 1px solid #858585;
    border-radius: 35px;
	text-transform: capitalize;
}

.cs-related-grid, .cs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: 2rem;
}

.cs-card {
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    text-decoration: none;
    color: white;
    display: block;
}

.sliderobes-button--primary:hover,
.sliderobes-button--primary:focus,
.sliderobes-button--primary:active{
	    background: #1c3140;
}

.cs-card:hover{
	color: #fff !important;
}

.cs-card-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cs-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.cs-card:hover .cs-card-thumb img {
    transform: scale(1.05);
}

.cs-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 55, 70, 0)), to(#253746));
    background: linear-gradient(180deg, rgba(37, 55, 70, 0) 0%, #253746 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
}

.cs-card-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0.5rem;
    opacity: 0.9;
	backdrop-filter: blur(1px);
}


.cs-card-title {
    font-size: 24px;
    font-weight: bold;
	font-family: 'IvyPresto', serif;
    margin: 0;
	backdrop-filter: blur(1px);
}

.cs-pagination {
    text-align: center;
    margin-top: 2rem;
}

.cs-o-wrapper{
    padding-left: 12px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 96px !important;
    padding-bottom: 96px !important;
    padding-right: 12px;
    width: 100%;
    max-width: 1440px;
	background-color: #f2f1ef;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.cs-o-grid {
	list-style: none;
    padding: 0;
    margin: 0 -6px;
    position: relative;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cs-o-grid h2 {
	color: #253746;
	font-family: 'IvyPresto', serif;
	margin-bottom: 32px;
    font-size: 32;
	font-weight: 700;
}

.cs-o-grid .c-btn {
    background-color: #253746;
    border:2px solid #253746;
    color: #fff;
    font-weight: 700;
    border-width: 1px;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
	margin: 0 10px;
    font-weight: 400;
    padding: 8px 20px 7px;
    transition: all 120ms ease-out;
}

.cs-o-grid .c-btn:nth-child(2) {
    background-color: transparent;
    color: #253746;
	border-color: #253746;
}

@media(min-width: 768px){
	.cs-o-wrapper{
		width: 130%;
		transform: translateX(-12%);
	}
}

.cs-filter-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
}

.cs-filter-menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    margin: 0 16px 8px 0;
    font-size: 1rem;
    color: #253746;
    background: #fff;
    border: 1px solid #858585;
    border-radius: 35px;
    transition: all 0.3s ease;
}

.cs-filter-menu a:hover,
.cs-filter-menu a.active {
    color: #fff;
    background-color: #253746;
    border-color: #253746;
}

.cs-grid .cs-card-overlay {
	  background: linear-gradient(
	  to bottom,
	  rgba(37, 55, 70, 0) 0%,    
	  rgba(37, 55, 70, 0) 55%,   
	  rgba(37, 55, 70, 0.85) 100%  
	);
}

.page-numbers {
    align-items: center;
    border-radius: 2px;
    border: 2px solid #d6d6d6;
    color: #253746;
    background-color: #fff;
    display: flex;
    height: 48px;
    justify-content: center;
    transition: all 120ms ease-out;
    width: 48px;
    min-height: 48px;
    max-height: 48px;
    max-width: 48px;
	font-weight: 600;
}

.cs-pagination,
.custom-pagination,
.pg-gallery-pagination {
	display: flex;
    align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 55px 0 20px 0;
}

.page-numbers:hover{
     border-color: #253746;
}

.page-numbers.next,
.page-numbers.prev{
	width: max-content;
	min-width: 80px;
	padding: 0 8px;
	max-width: 120px;
}

.page-numbers.current{
    border-color: #253746;
    background-color: #253746;
    color: #fff;
}

@media(min-width: 1080px){
	.cs-grid {
		padding: 0 50px;
	}
}

.hh-search-entry{
	padding: 40px 0 !important;
	margin-top: 10px !important;
	border-bottom: 1px solid #253746 !important;
}

.hh-search-entry-title{
  font-family: "Ivy Presto Semi-Bold" !important;
}

.hh-search-pagination{
	display: flex;
	justify-content: center;
}

.hh-search-results-title{
  text-align: center;
}


/* =============== Customer Stories ============== */

/* =============== Contact the Team ============== */

@media(min-width: 1050px) {
	#fluentform_3 {
		padding-left: 50px;
		padding-right: 50px;
	}
}

#fluentform_3 label:after {
	display: none !important;
}

#fluentform_3 label {
	font-size: 18px !important;
	font-weight: 600 !important;
	margin-bottom: 15px;
	color: #253746 !important;
}

#fluentform_3 input {
	border-radius: 3px;
    border: 1px solid #d0d0d0;
    padding: 12px 16px;
	font-size: 1rem;
    background-color: #fff;
    color: #858585;
}

#fluentform_3 label span {
	color: #858585 !important;
	font-weight: 400;
}

#fluentform_3 *,
#fluentform_3 input::placeholer {
font-family: 'Avenir', sans-serif !important;
}

#ff_3_dropdown {
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    padding-top: 12px;
    padding-bottom: 12px;
	max-width: 250px;
}

#addressSelect {
	border-radius: 3px;
    border: 1px solid #d0d0d0;
    padding-top: 12px;
    padding-bottom: 12px;
}

#ff_3_input_text {
  max-width: 420px;
}

#ff_3_description {
	border-radius: 3px;
    border: 1px solid #d0d0d0;
    padding: 12px 16px;
}

.ff-btn-submit {
    background-color: #253746 !important;
    border-color: #253746 !important;
    color: #fff !important;
    font-weight: 700;
    border-style: solid !important;
    border-width: 1px !important;
    border-radius: 3px !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 8px 20px 7px !important;
    transition: all 120ms ease-out;
}

#findAddressBtn {
    background-color: transparent !important;
    color: #253746 !important;
	border-color: #253746 !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px !important;
    display: inline-block;
    font-weight: 400 !important;
    padding: 8px 20px 7px;
    transition: all 120ms ease-out;
}

.manual-btn,
#ReturnToPostcodeSearch {
	color: #253746;
	text-decoration: underline !important;
	font-weight: 400;
}

.manual-text {
	margin-top: 25px;
}

#fluentform_3 h4 {
	font-weight: 700;
	font-size: 18px;
	color: #253746;
}

.manual-address-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ff-region-toggle { 
  max-width: 200px;
}

/* =============== Contact the Team ============== */

/* =============== Responsiveness ============== */

@media(max-width: 1080px) {
	.cs-grid,
	.pg-gallery-grid,
	.cs-related-grid {
		grid-template-columns: 1fr 1fr;
		padding-left:20px;
		padding-right: 20px;
	}
}


@media(max-width: 1020px) {
	.elementor-element-0baaead {
		padding-top: 50px !important;
	}
	
	.sliderobes-btn-showroom {
		flex-direction: column !important;
	}
	
	.sliderobes-btn-showroom ul li {
		width: 100% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
	
	.sliderobes-showroom-container {
		text-align: center !important;
	}
	
	.swiper-wrapper {
		max-height: 380px !important;
	}
}

@media(max-width:768px) {
	.elementor-element-e4f8fde .cs-o-grid__item{
  display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

.elementor-element-e4f8fde h2{
	text-align: center;
}
	
	.sliderobes-showroom-container {
		justify-content: center;
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.elementor-element-17bb97d {
		--display: unset !important;
	}

	.sliderobes-showroom-container .elementor-icon-list-text {
		font-size: 18px !important;
	}
	
	.elementor-element-4aa07c72,
	.elementor-element-fa6dd17,
	.elementor-element-7fb1f65,
	.elementor-element-c68082e,
	.elementor-element-131e2a2,
	.elementor-element-350a094,
	.elementor-element-424efbf,
	.elementor-element-5da9c66,
	.elementor-element-8723e7d,
	.elementor-element-1034f09,
	.elementor-element-790594c,
	.elementor-element-3429eea {
		align-items:center !important;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: center !important;
	}
	
	.elementor-element-cd1a940 {
		text-align: center !important;
	}
	
	.elementor-element-0a26450,
	.elementor-element-a5fc229 {
		padding-top: 0;
	}
	
	.elementor-element-1c45d74,
	.elementor-element-0a26450 {
		padding-bottom: 0;
	}
	
	.elementor-element-8ccd81c {
		display: none;
	}
	
	.elementor-element-cba47e3,
	.elementor-element-76072a4 {
       display: flex;
       justify-content: center;
	}
	
	.elementor-element-a06bbbc,
	.elementor-element-6a7f757 {
		margin: 0 auto;
	}
	
	.elementor-element-76072a4 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.elementor-element-0c95a7f {
		min-height: 50vh;
	}
	
	.sliderobes-available-colors {
		display: grid !important;
		grid-template-columns: repeat(4, 1fr);
	}
	
	.sliderobes-available-colors img {
        height: 52px !important;
	}
	
	.elementor-element-7b97b79 {
       	display: none;
	}
	
	.elementor-element-a33da24 .e-con-inner {
    	padding-top: 0;
	}
	
	.elementor-element-ce2ac32 .elementor-widget-container,
	.elementor-element-14ebec2 .elementor-widget-container {
		padding: 30px 10px !important;
	}
	
	.elementor-element-7d4bfd3 .elementor-button-wrapper,
	.elementor-element-1034f09 .elementor-button-wrapper,
	.elementor-element-bda6a01 .elementor-button-wrapper,
	.elementor-element-c8f2337 .elementor-button-wrapper{
        display: flex;
		justify-content: center;
	}
	
	.elementor-element-8723e7d p,
	.elementor-element-1034f09 p,
	.elementor-element-bda6a01 p,
	.elementor-element-bda6a01 h2,
	.elementor-element-c8f2337 h2,
	.elementor-element-c8f2337 p{
		text-align: center;
	}
	
	.pg-related-grid {
      	justify-items: center;
	}
}


@media(max-width: 675px) {
	.cs-grid,
	.cs-related-grid,
	.pg-gallery-grid{
       	grid-template-columns: 1fr;
	}
}


@media(max-width: 400px) {
	.mobileOnlyButtons {
		flex-direction: column;
		gap: 15px;
	}
	
	.elementor-729 .elementor-element.elementor-element-a06bbbc .elementor-heading-title,
	.elementor-1352 .elementor-element.elementor-element-a06bbbc .elementor-heading-title,
	.elementor-1352 .elementor-element.elementor-element-c910c21 .elementor-heading-title {
		text-align:center;
	}
	
	.sliderobes-showroom-container .elementor-icon-list-text {
		font-size: 16px !important;
	}
	
	.sliderobes-available-colors {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
	}
}

.sliderobes-select{
	color: #666 !important;
}

.single-customer_story .post-type-regular,
.single-project_gallery .post-type-regular{
	display: none;
}

.post-type-regular .elementor-posts-container.elementor-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.post-type-regular .elementor-post {
    position: relative;
    overflow: hidden;
    height: 380px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.post-type-regular .elementor-post__thumbnail__link {
    display: block;
    height: 100%;
}

.post-type-regular .elementor-post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.post-type-regular .elementor-post__meta-data,
.post-type-regular .elementor-post__excerpt,
.post-type-regular .elementor-post__read-more{
	display: none;
}

.post-type-regular .elementor-post__thumbnail{
	height: 100%;
	padding-bottom: 0 !important;
}

.post-type-regular .elementor-post:hover .elementor-post__thumbnail img {
    transform: scale(1.08);
}

.post-type-regular .elementor-post__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px 30px 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.4) 50%, transparent);
    color: white;
}

.post-type-regular .elementor-post__title {
    margin: 0 0 12px 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}

.post-type-regular .elementor-post__title a {
    color: white;
    text-decoration: none;
}

.single-post .elementor-widget-image img{
	max-width: 950px;
}

.post-type-regular .elementor-post__text::before {
    content: "BLOG";
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    color: white;
    border-radius: 4px;
}

/* Responsive */
@media (max-width: 1024px) {
  .post-type-regular .elementor-posts-container.elementor-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
.post-type-regular .elementor-posts-container.elementor-posts {
        grid-template-columns: 1fr;
    }
    
   .post-type-regular .elementor-post {
        height: 340px;
    }
}
