/******************************
GSSI - 20200609
*******************************/


/* Global */
header, .site-content, .site-footer{
	float: none;
}
header{
	position: -webkit-sticky;
	position: sticky;
	top:0;
}
	header .h-w1{
		float: none;
	}
		header .h-w1 .section-inner:after{
			content:'';
			display: table;
			clear: both;
		}
header .h_text{
    text-align: center;
    background: #3e87cb;
    color: white;
    font-size: 14px;
    padding: 5px 5px;
}
header .h_text a {color : white;     text-decoration: underline;}


.site-content{
	width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
}
	.home .site-content, .page-template-about .site-content, .single-project_list .site-content{
		max-width: 100%;
		padding:0;
	}

video{
	display: block;
	max-width: 100%;
	height: auto;
}

.elementor-section-wrap > .elementor-element:first-child.come-in,
.elementor-section-wrap > .elementor-element:first-child .elementor-element.come-in{
	-webkit-animation:none;
	animation:none;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
}


/* Home */
section.banner-home{
	height: calc(100vh - 73px);
	overflow: hidden;
	position: relative;
}
section.banner-home video, section.banner-home picture img{
	display: block;
	width:100%;
	height: 100%;
	-webkit-object-fit:cover;
	object-fit:cover;
	font-family: 'object-fit: cover;';
}
	section.banner-home .banner-scroll{
		position: absolute;
		left:50%;
		bottom:30px;
		-webkit-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		transform:translateX(-50%);
		transition: all 0.2s ease;
	}
		section.banner-home .banner-scroll img{
			width:40px;
			height: auto;
			display: block;
		}

.slider-home-3 .list-item .item .content-right{
	position: static;
}
.slider-home-3 .list-item .item .content-right .text-right{
	display: block;
}
.slider-home-3 video{
	float: right;
    margin: 30px 0 130px;
    width: 50%;
    height: auto;
}

@media screen and (max-width:991px){
	.slider-home-3 video{
		position: relative;
	    width: 100%;
	    -webkit-order: 2;
	    -ms-order: 2;
	    order: 2;
	}
}

@media screen and (min-width:768px){
	section.banner-home{
		height: calc(100vh - 117px);
	}
	.slider-home-3 video{
	    margin: 50px 0;
	}
	section.banner-home .banner-scroll{
		bottom:50px;
	}
		section.banner-home .banner-scroll img{
			width:50px;
		}
		section.banner-home .banner-scroll:hover{
			-webkit-transform:translate(-50%, 10px);
			-ms-transform:translateX(-50%, 10px);
			transform:translateX(-50%, 10px);
		}
}

@media screen and (min-width:992px){
	.home .slider-home-3 .list-item .item .content-right h2{
		margin-bottom:180px;
	}
	.slider-home-3 video{
	    margin: 160px 0 100px;
	}
	.home .slider-home-3 .list-item .item img{
		position: absolute;
		right:0;
		bottom:0;
	}

}

@media screen and (min-width:1400px){
	.home .slider-home-3 .list-item .item img{
		max-width: 760px;
	}
}


/* Project Details Page */
.banner-top{
	height: calc(100vh - 73px);
	overflow: hidden;
}
.banner-top img{
	display: block;
	width:100%;
	height: 100%;
	-webkit-object-fit:cover;
	object-fit:cover;
	font-family: 'object-fit: cover;';
}

@media screen and (min-width:768px){
	.banner-top{
		height: calc(100vh - 117px);
	}
}


/* About Page */
.header-video .header-mp4{
	height: calc(100vh - 73px);
	overflow: hidden;
	max-height: none;
}
.header-video .header-mp4 img, .header-video .header-mp4 video{
	display: block;
	width:100%;
	height: 100%;
	-webkit-object-fit:cover;
	object-fit:cover;
	font-family: 'object-fit: cover;';
}

.title-text h2{
	position: relative;
	z-index: 1;
}

.zen-video{
	position: relative;
}

	.zen-video .image-overlay{
		display: block;
		position: absolute;
		left:0;
		top:0;
		width:100%;
		height: 100%;
		overflow: hidden;
		z-index:1;
		cursor: pointer;
	}
		.zen-video .image-overlay img{
			display: block;
			width:100%;
			height: 100%;
			-webkit-object-fit:cover;
			object-fit:cover;
			font-family: 'object-fit: cover;';
		}

.link-section .header-about{
	position: relative;
}
.link-section .header-about select{
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	width:100%;
	height: 60px;
	padding:5px 50px 5px 15px;
	font-size: 18px;
	border:1px solid #ccc;
}
@media screen and (max-width:639px){
	.elementor-697 .elementor-element.link-section{
		padding:0 !important;
	}
}
@media screen and (min-width:768px){
	.header-video .header-mp4{
		height: calc(100vh - 117px);
	}
	.fix-search .elementor-section-wrap{
		padding-top:75px;
	}
}
@media screen and (min-width:1600px){
	#wrapper .zen-video{
		height: calc(90vh - 117px);
		overflow: hidden;
	}
	.zen-video .video-mp4{
		height: 100%;
	}
	.zen-video .video-mp4 video{
		width:100%;
		height: 100%;
		-webkit-object-fit:cover;
		object-fit:cover;
		font-family: 'object-fit: cover;';
	}

}


/******************************
GSSI - 20200611
*******************************/
#filter-sidebar.active~#content .mapper.active{
	position: static;
}



/*******************************
GSSI - 20200623
*********************************/

@media screen and (max-width:1780px) and (min-width:1500px){
    .single-past_project #main > .container {
        padding:0 140px;
    }
}
@media screen and (max-width:1499px) and (min-width:960px){
    .single-past_project #main > .container {
        padding: 0 60px;
    }
}



/*******************************
GSSI - 20200625
********************************/
.ss4-fraser .action-pin{
	width:35px;
	height: auto;
}
.fix-search .link-section-wrap{
	-webkit-transform:none;
	transform:none;
	-webkit-animation:none;
	animation:none;
	padding-top:150px;
}
	.fix-search .link-section{
		position: fixed;
	    top: 70px;
	    z-index: 851;
	    left: 0;
	    background: #fff;
	    width: 100%;
	    border:0;
	    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.6);
	    padding: 20px 20px 14px 20px !important;
	    transition: all 0.3s ease;
	}
		.link-section .header-about ul li a{
			border-bottom: 2px solid transparent;
    		padding-bottom: 4px;
    		display: inline-block;
		}
		.link-section .header-about ul li a:hover{
			border-bottom-color: #E8E8E8;
		}

.headroom--unpinned ~ #content .fix-search .head-projects,
.headroom--unpinned ~ #content .fix-search .link-section{
	/*opacity: 0;
	visibility: hidden; */
}
@media screen and (max-width:980px){
	.fix-search .link-section-wrap{
		padding-top:107px;
	}
}
@media screen and (max-width: 959px){
	section.head-projects .header-project .container{
		/*border-top:1px solid #ccc;*/
		display: block;
		text-align: center;
	}
	#main section.head-projects .header-project .container > *{
		display: block;
		float: none;
	}	
		#main section.head-projects .header-project ul{
			margin-bottom:15px;
		}
			section.head-projects .header-project ul.list-tab li a{
				padding-bottom:5px;
			}
		#main section.head-projects .header-project h1.title{
			margin-bottom:20px;
		}
		#main section.head-projects .header-project .btn-download{
			display: inline-block;
		}
		

	#main.fix-search section.head-projects .header-project{
		padding-bottom:15px;
	}
		#main.fix-search section.head-projects .header-project h1.title{
			position: absolute;
			left:50%;
			top:-48px;
			-webkit-transform:translateX(-50%);
			transform:translateX(-50%);
			margin:0;
		}

	.link-section .header-about{
		text-align: left;
	}
		.fix-search .link-section{
			padding: 20px 20px 8px 20px !important;
		}
		.link-section .header-about ul{
			margin-right:-20px;
			overflow: auto;
			-webkit-overflow-scrolling: touch;
    		padding-bottom: 10px;
		}
		.link-section .header-about ul li{
			white-space: nowrap;
		}
		.link-section .header-about ul li a{
			margin-right:15px;
			padding-bottom:0;
		}
	.fix-search .link-section-wrap{
		padding-top:113px;
	}
}
@media screen and (max-width: 767px){
	#main.fix-search section.head-projects .header-project h1.title{
		top:0px;
	}

	.fix-search .link-section{
	    top:56px;
	    padding: 15px 15px 3px 15px !important;
	}
		.link-section .header-about ul{
			margin-right:-15px;
		}
	.fix-search .link-section-wrap{
		padding-top:84px;
	}
}
@media screen and (max-width: 520px){
	#main section.head-projects .header-project ul{
		text-align: left;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin-right:-15px;
		width:auto;
		margin-bottom:5px;
		padding-bottom:10px;
	}
		#main section.head-projects .header-project ul li{
			white-space: nowrap;
		}
		section.head-projects .list-tab a:last-child{
			margin-right:15px;
		}
}
@media screen and (max-width:639px){
	.fix-search .link-section-wrap{
		padding-top:96px;
	}
}


/*************************
GSSI - 20200629
**************************/
.registration-form{
	padding: 95px 0 20px 0;
	overflow: hidden;
	text-align: left;
}
.registration-form h1{
	color: #3E87CB;
	font-size: 32px;
	line-height: 1.3125;
	margin:0 0 30px;
	font-weight: 400;
	font-family: 'Gotham Book';
}
.registration-form h2{
	color: #343A40;
	font-size: 28px;
	line-height: 1.5;
	margin:0 0 30px;
	font-weight: 400;
	font-family: 'Gotham Book';
}
.registration-form ul{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;
	-ms-justify-content:flex-end;
	justify-content:flex-end;
}
	@media screen and (min-width: 640px){
		.registration-form ul{
			margin:0 -30px;
		}
	}
	@media screen and (min-width:960px){
		.registration-form ul{
			margin:0 -40px;
		}
	}
	.registration-form ul li{
		width:100%;
		margin:0 0 12px;
	}
		@media screen and (min-width: 640px){
			.registration-form ul li{
				width:50%;
				padding:0 30px;
			}
		}
		@media screen and (min-width:960px){
			.registration-form ul li{
				padding:0 40px;
			}
		}
	.registration-form ul li:last-child{
		margin-top:23px;
	}
	.registration-form ul li:last-child > div{
		margin-bottom:35px;
	}
		.registration-form .fl-enabled{
			position: relative;
		}
	.registration-form label{
		color: #343A40;
		font-size: 16px;
		line-height: 1.5;
		font-weight: 400;
		font-family: 'Gotham Book';
		margin-bottom:18px;
		display: block;
		transition: all 0.2s ease;
	}
		.registration-form .fl-enabled label{
			margin:0;
			position: absolute;
			left:0;
			top:13px;
		}
		.registration-form .fl-enabled.active label{
			top:0;
			font-size: 12px;
		}
	.registration-form input[type="text"], .registration-form input[type="email"], .registration-form input[type="tel"]{
		-webkit-appearance:none;
		border-radius:0;
		display: block;
		width:100%;
		height: 50px;
		padding:0;
		border:0;
		border-bottom:1px solid #343A40;
		font-size: 16px;
		font-family: 'Gotham Book';
		color: #343A40;
		outline: 0;
		background-color: transparent;
	}
	.registration-form .fl-enabled input[type="text"], .registration-form .fl-enabled input[type="email"], .registration-form .fl-enabled input[type="tel"]{
		padding-top:15px;
	}
	.registration-form textarea{
		-webkit-appearance:none;
		border-radius:0;
		display: block;
		width:100%;
		height: 220px;
		border:1px solid #707070;
		padding:10px 12px;
		font-size: 16px;
		font-family: 'Gotham Book';
		color: #343A40;
		outline: 0;
		resize:none;
	}
	.registration-form .checkbox label{
		padding:0;
		margin:0;
	}
	.registration-form .checkbox .wpcf7-list-item-label{
		left:auto;
		right:-15px;
		top:1px;
	}
	.registration-form .note{
		font-size: 10px;
		line-height: 1.6;
	}
	.registration-form input[type="submit"]{
		display: inline-block;
		height: 58px;
		line-height: 58px;
		padding:0 65px;
		font-size: 16px;
		font-weight: 600;
		background: #3E87CB;
		border:0;
		color: #fff;
		cursor: pointer;
		text-align: center;
		transition: all 0.2s ease;
	}
		.registration-form input[type="submit"]:hover{
			background: #2f373f;
		}
		@media screen and (max-width: 479px){
			.registration-form input[type="submit"]{
				display: block;
				width:100%;
			}
		}

	.project-form{
		padding:0;
	}
		.project-form .note{
			margin-top:15px;
		}
			.project-form ul li:last-child{
				margin-top:15px;
			}
			.project-form ul li:last-child > div{
				margin-bottom:15px;
			}
			.project-form input[type="submit"]{
				margin-top:30px;
			}

.ty-btn{
	display: inline-block;
	height: 58px;
	line-height: 58px;
	padding:0 65px;
	font-size: 16px;
	font-weight: 600;
	background: #3e87cb;
	border:0;
	color: #fff;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s ease;
}
	.ty-btn:hover{
		background: #000;
	}



/****************************
Features Animation
****************************/
.list-item-project-2 .slick-slide .list-img > div{
	position: relative;
}
	.list-item-project-2 .slick-slide .list-img > div:after{
		content:'';
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background: rgba(255,255,255,0.8);
	}
		.list-item-project-2 .slick-active .list-img > div:after{
			width:0;
			transition: all 1s ease;
			transition-delay:0.4s;
		}
.list-item-project-2 .slick-slide .list-img > div:first-child img{
	opacity: 0; 
	transform:translateY(10px);
	transition: all 1s linear;
}
	.list-item-project-2 .slick-active .list-img > div:first-child img{
		opacity: 1; 
		transform:translateY(0);
		transition-delay:0.4s;
	}
.list-item-project-2 .slick-slide .list-img > div:nth-child(2) img{
	opacity: 0; 
	transform:translateX(10px);
	transition: all 1s linear;
}
	.list-item-project-2 .slick-active .list-img > div:nth-child(2) img{
		opacity: 1; 
		transform:translateX(0);
		transition-delay:0.4s;
	}


/***************************
GSSI - Homeowner - 20200807
****************************/
.page-template-homeowner-care #content{
	max-width: 100%;
	padding:0;
}
.page-template-homeowner-care .text-header{
	max-width: 1680px;
	width:90%;
	padding:0 20px;
	position: absolute;
	left:50%;
	top:55%;
	border:0;
	line-height: 1.1;
	font-size: 41px;
	font-weight: 700;
	color: #fff;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
@media screen and (min-width:768px){
	.page-template-homeowner-care .text-header{
		font-size: 110px;
		text-align: center;
		width:100%;
	}
}

.featured-content-rows{
	padding: 50px 0 30px;
}
	.featured-content-rows .fc-rows{
		max-width: 1450px;
		margin:0 auto;
	}
	.featured-content-rows .fc-rows .item{
		margin-bottom:45px;
	}
	.featured-content-rows .fc-rows .icon{
		margin-bottom:28px;
	}
	.featured-content-rows .fc-rows .icon img{
		max-width: 76px;
		height: auto;
		width:100%;
	}
	.featured-content-rows .fc-rows .index,
	.featured-content-rows .fc-rows .sub-title{
		font-size: 14px;
		font-family: 'Gotham Medium';
		color: #4085CB;
		text-transform: uppercase;
		margin-bottom: 25px;
		display: block;
	}
	.featured-content-rows .fc-rows .sub-title{
		margin-bottom:5px;
	}
	.featured-content-rows .fc-rows h2{
		font-size: 24px;
		line-height: 1.2;
		margin-bottom:25px;
		font-family: 'Gotham Medium';
		color: #4085CB;
	}
	.featured-content-rows .fc-rows p{
		font-size: 16px;
		line-height: 1.625;
		color: #343A40;
	}
@media screen and (min-width:768px){
	.featured-content-rows{
		padding: 145px 0 50px;
	}
		.featured-content-rows .fc-rows .item{
			margin-bottom:115px;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-webkit-flex-wrap:wrap;
			-ms-flex-wrap:wrap;
			flex-wrap:wrap;
			-webkit-align-items:center;
			-ms-align-items:center;
			align-items:center;
		}
		.featured-content-rows .fc-rows .item > div{
			width:50%;
		}
		.featured-content-rows .fc-rows .icon{
			padding-right:100px;
			margin-bottom:0;
		}
		.featured-content-rows .fc-rows .icon img{
			max-width: 126px;
		}
		.featured-content-rows .fc-rows .index,
		.featured-content-rows .fc-rows .sub-title{
			font-size: 18px;
			font-family: 'Gotham Medium';
			margin-bottom: 25px;
		}
		.featured-content-rows .fc-rows .sub-title{
			margin-bottom:15px;
		}
		.featured-content-rows .fc-rows h2{
			font-size: 36px;
			line-height: 1.2;
			margin-bottom:25px;
			font-family: 'Gotham Medium';
		}
		.featured-content-rows .fc-rows p{
			font-size: 26px;
			line-height: 1.77;
		}
}


.featured-content-block-bg{
	background-color: #4079B6;
	color: #fff;
}
	.featured-content-block-bg .inner{
		padding:60px 0;
	}
	.featured-content-block-bg .sub-heading{
		font-size: 14px;
		margin-bottom:6px;
		font-family: 'Gotham Medium';
		color: #fff;
		text-transform: uppercase;
		display: block;
	}
	.featured-content-block-bg h2{
		font-size: 24px;
		line-height: 1.2;
		margin-bottom:25px;
		font-family: 'Gotham Medium';
		color: #fff;
	}
	.featured-content-block-bg .text{
		font-size: 16px;
		line-height: 1.625;
		color: #fff;
	}
@media screen and (min-width:768px){
		.featured-content-block-bg .inner{
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-webkit-flex-wrap:wrap;
			-ms-flex-wrap:wrap;
			flex-wrap:wrap;
			-webkit-align-items:center;
			-ms-align-items:center;
			align-items:center;
			min-height: 570px;
			padding:100px 0;
		}
		.featured-content-block-bg .inner > div{
			width:50%;
		}
		.featured-content-block-bg .heading{
			padding-right:100px;
		}
		.featured-content-block-bg .sub-heading{
			font-size: 18px;
			margin-bottom:15px;
		}
		.featured-content-block-bg h2{
			font-size: 36px;
			line-height: 1.2;
			margin-bottom:25px;
		}
		.featured-content-block-bg .text{
			font-size: 26px;
			line-height: 1.77;
		}
}


.featured-centered-content{
	padding: 55px 0 0;
}
	.featured-centered-content .inner{
		max-width: 910px;
		margin:0 auto;
	}
	.featured-centered-content h2{
		font-size: 24px;
		line-height: 1.2;
		margin-bottom:28px;
		font-family: 'Gotham Medium';
		color: #4085CB;
	}
	.featured-centered-content p{
		font-size: 16px;
		line-height: 1.625;
		color: #343A40;
		margin-bottom:25px;
	}
@media screen and (min-width:768px){
	.featured-centered-content{
		padding: 175px 0 10px;
		text-align: center;
	}
		.featured-centered-content h2{
			font-size: 36px;
			line-height: 1.2;
			margin-bottom:60px;
		}
		.featured-centered-content p{
			font-size: 26px;
			line-height: 1.77;
			margin-bottom:25px;
		}
}

/****************************************/

@media screen and (min-width: 960px){
	.page-template-homeowner-care .text-header,
	.featured-content-rows .site-content,
	.featured-content-block-bg .site-content,
	.featured-centered-content .site-content {
	    padding: 0 60px;
	}
}
@media screen and (min-width: 1500px){
	.page-template-homeowner-care .text-header,
	.featured-content-rows .site-content,
	.featured-content-block-bg .site-content,
	.featured-centered-content .site-content {
	    padding: 0 140px;
	}
}


/***************************
Link Style
****************************/
.featured-centered-content a,
section.project-last .content-form-left .elementor-text-editor .bottom a,
.content-menu .register a:not(.menu-btn),
.content-menu .project-last a,
.featured-content-rows .fc-rows .text a,
.join-content p a{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
	.featured-centered-content a:after,
	section.project-last .content-form-left .elementor-text-editor .bottom a:after,
	.content-menu .register a:not(.menu-btn):after,
	.content-menu .project-last a:after,
	.featured-content-rows .fc-rows .text a:after,
	.join-content p a:after{
		content:'';
		width:100%;
		height: 2px;
		position: absolute;
		bottom:3px;
		left:0;
		overflow: hidden;
		background-color: #3E87CB;
		transition: all 0.3s ease;
	}
	section.project-last .content-form-left .elementor-text-editor .bottom a:after{
		background-color: #343A40;
	}
.content-menu .register a:not(.menu-btn):after,
.content-menu .project-last a:after{
	bottom:-2px;
}
.join-content p a:after{
	background-color: #fff;
}

@media screen and (min-width:768px){
	.featured-centered-content a:hover:after,
	section.project-last .content-form-left .elementor-text-editor .bottom a:hover:after,
	.content-menu .register a:not(.menu-btn):hover:after,
	.content-menu .project-last a:hover:after,
	.featured-content-rows .fc-rows .text a:hover:after,
	.join-content p a:hover:after{
		width:0;
	}
}




/*****************************
GSSI - 20200812
******************************/
.header-project .social-sharing{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left:30px;
	width:55px;
	height: 55px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url(../../images/Share-button.svg);
	cursor: pointer;
	overflow: hidden;
	transition: all 0.3s ease;
}
	.header-project .social-sharing.active{
		width:115px;
		cursor: default;
		background-image: url(../../images/Share-hover.svg);
	}
	.header-project .social-sharing .fb-share-button *,
	.header-project .social-sharing .share-pinterest *,
	.header-project .social-sharing .share-email{
		visibility: hidden !important;
		opacity: 0 !important;
	}
	.header-project .social-sharing.active .fb-share-button *,
	.header-project .social-sharing.active .share-pinterest *,
	.header-project .social-sharing.active .share-email{
		visibility: visible !important;
	}

	.header-project .social-sharing .fb-share-button,
	.header-project .social-sharing .share-pinterest>*,
	.header-project .social-sharing .share-email{
		width:28px;
		height: 28px;
		cursor: pointer;
		padding:0;
		overflow: hidden;
		position: absolute;
		top:14px;
		left:200%;
	}
		.header-project .social-sharing .fb-share-button *{
			width:100% !important;
			height: 100% !important;
		}
	.header-project .social-sharing.active .fb-share-button{
		left:12px;
	}
	.header-project .social-sharing.active .share-pinterest>*{
		left:45px;
	}
	.header-project .social-sharing.active .share-email{
		left:76px;
	}

@media screen and (max-width: 1280px){
	.header-project .social-sharing{
		margin-left: 10px;
	}
}



/**************************
GSSI - 20200817
***************************/
.grecaptcha-badge{
	display: none;
}
.single-project_list .elementor-column{
	min-height: 0;
}



/*****************************
GSSI - 20200909
******************************/
section.ss4-fraser{
	z-index: 1;
}
.projects-wrap{
	padding:0;
}
	.projects-wrap .featured-project{
		padding:0;
	}
	.home .featured-project .list-item .item .content-right{
		padding-bottom:40px;
	}

@media screen and (min-width:768px){
	/*.projects-wrap{
		padding:40px 0;
	}*/
		.projects-wrap .featured-project{
			margin:80px 0;
		}
		.home .featured-project .list-item .item .content-right{
			padding-bottom:0;
		}
}
@media screen and (min-width:960px){
	/*.projects-wrap{
		padding:60px 0;
	}*/
		.projects-wrap .featured-project{
			margin:120px 0;
		}
}

/**** GS 2023-09-26**/
#post-10201 .tool-click.num-1 {
    top: 33%;
    left: 40%;
    cursor: pointer;
}
#post-10201 .tool-click.num-2 {
    top: 52%;
    left: 47%;
	display: block;
}

#post-10201 .tool-click.num-3 {
    right: 30%;
    top: 41%;
	display: block;
}
#post-10201 .tool-click.num-4 {
    right: 37%;
    top: 31%;
    display: block;
}

#post-10201 .tool-click.num-5 {
    display: block;
    left: 19%;
    top: 62%;
}

#post-10201 .tool-click.num-6 {
    left: 17%;
    top: 46%;
	display: block;
}

#post-10201 .tool-click.num-7 {
    top: 34%;
    left: 14%;
	display: block;
}

@media screen and (max-width: 991px){
	.list-item .item .content-right {
    position: static;
    max-width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}
}

/** Latimer Walk Project ***/
@media (max-width: 1499px) and (min-width: 1300px){
  #post-16907 .img-comp-img img {
      width: 800px;
  }
}

#post-16907 .img-comp-slider {
top: 240px !important;
}

#post-16907 .ss3-fraser .list-item.list-item-project .item img {
    width: 690px;
}

#post-16907 .ss4-fraser ul.list-item-ct li.city .content-left ul li {
    color: #fff;
}

#post-16907 .ss4-fraser ul.list-item-ct li.city .content-left ul li {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#post-16907 .ss4-fraser ul.list-item-ct li.city .content-left .ct-top, #post-16907 .ss4-fraser ul.list-item-ct li.city .content-left .plan-type h3{
  color: #ffff;
}

.fl-enabled custom-consent-checkbox a{
margin: revert-layer;
    color: #343A40;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Gotham Book';
    text-decoration: underline;

}

.fl-enabled custom-consent-checkbox{
font-size:12px;
}

.custom-consent-checkbox span.wpcf7-list-item-label{
display:none;
}
