/*!
Theme Name: larson child
Theme URI: https://bslthemes.site/larson/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Larson - Architecture WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: larson
Text Domain: larson-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options 
*/
*{
	font-family: 'Open sans';
}
.navigation__link {
	text-transform: unset !important;
}
@media only screen and (min-width: 768px){
	section.elementor-section.elementor-top-section.video-homepage {
		width: 100vw !important;
		/* position: absolute; */
		/* top: 0; */
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50% !important;
		transform: translate(-50%,-50%);
	}
	.video-homepage .elementor-column-gap-no {
		max-width: unset !important;
	}
	
	section.elementor-section.elementor-top-section.video-homepage video {
 		    height: 100vh;
			max-width: fit-content;
    		width: fit-content;
		/* Make video to at least 100% wide and tall */
		min-width: 100%; 
		min-height: 100%; 

		/* Setting width & height to auto prevents the browser from stretching or squishing the video */
		width: auto;
		height: auto;

		/* Center the video */
/* 		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%); */
	}
}

@media only screen and (max-width: 767px){
	section.elementor-section.elementor-top-section.video-homepage video {
 		    height: 100vh;
			max-width: fit-content;
    		width: fit-content;
			/* Make video to at least 100% wide and tall */
			min-width: 100%; 
			min-height: 100%; 

			/* Setting width & height to auto prevents the browser from stretching or squishing the video */
			width: auto;
	}
	
	section.elementor-section.elementor-top-section.video-homepage {
		width: 100vw !important;
		/* position: absolute; */
		/* top: 0; */
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50% !important;
		transform: translate(-50%,-50%);
	}
	
	.pp-scrollable.fp-section:nth-child(1) .container.parallax__container{
		padding: 0px !important;
	}
	
}

@media (min-width: 992px) {
    .article__main--width-small.article__main.container {
      max-width: 100vw;
    }
	
	.post-content {
		padding: 0px 14%;
	}
	.post-sb__date{
		padding: 0px 14%;
	}
	
	header.header.__js_fixed-header .container{
		padding: 0px;
	}
	
	.elementor-widget-container .article {
		padding: 50px 0 0 0;
	}
	
	.article__header .container {
		text-align: center;
		
	}
	
	h1.article__heading.heading.heading--size-large p {
		margin: 40px 0px;
	}
}

.elementor-section.elementor-section-stretched:not(.video-homepage) {
    width: 100% !important;
	left: 0px !important;
}

a.header__logo.logo::after {
	background-color: rgba(197,15,27,.83);
}

a.header__logo.logo::before {
	border-top: solid 2px rgba(197,15,27,.83);
	border-left: solid 2px rgba(197,15,27,.83);
	border-bottom: solid 2px rgba(197,15,27,.83);
}

.color-yellow {
	color: rgba(197,15,27,.83);
}

.project-home-page-parallax-container {
	display: inline-flex;
    justify-content: space-between;
    padding: 20px;
	column-gap: 10px;
}




.project-home-page-parallax-container .project-parallax-content .left-side {
	background: rgba(51, 51, 51, .8);
    position: relative;
	color: white;
	width: 100%;
	
}


.project-home-page-parallax-container .project-parallax-content .left-side .name {
	text-transform: uppercase;
    color: #ffb74d;
    font-size: 24px;
}

.project-home-page-parallax-container .project-parallax-content .right-side .author {
	position: absolute;
    bottom: 10px;
    right: 10px;
	text-align: right
}

.project-home-page-parallax-container .project-parallax-content .left-side .view-detail {
	text-transform: uppercase;
    color: #ffb74d;
}

.project-home-page-parallax-container .project-parallax-content .right-side {
	color: #333;
    position: relative;
    background: rgba(250, 161, 0, .9);
	color: rgb(102, 102, 102);
	padding: 20px 10px;
	width: 100%;
}
.project-home-page-parallax-container .project-parallax-content {
		display: inline-flex;
		flex-wrap: wrap;
		flex: 2;
	}

.project-home-page-parallax-container .viewmore-right-side {
	bottom: 0px;
    position: relative;
    flex: 1;
    right: 0;
}

.project-home-page-parallax-container .viewmore-right-side .viewmore {
	bottom: 0px;
    position: absolute;
    right: 0px;
    /* padding: 10px; */
    color: #fff;
    font-size: .75rem;
    opacity: .8;
    padding: 15px 25px;
    background: rgba(51, 51, 51, .5);
    text-transform: uppercase;
}

.homepage-parallax .section.parallax.pp-scrollable.pp-section.active div.scroll-wrap {
	padding: unset;
}

.contact-parallax__wrapper {
    flex-direction: row;
	justify-content: center;
    column-gap: 20px;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
	.card__content .display-on-mobile {
		opacity: 1;
		visibility: visible !important;
	}
	.project-home-page-parallax-container .project-parallax-content {
		flex-wrap: wrap;
	}
	
	.elementor-widget-larson-parallax-projects-home-page .slider-parallax__nav { 
		display: none;
	}
	
	.project-home-page-parallax-container .project-parallax-content .content {
		padding: 0px 10px 61px 10px;
	}
	
	.project-home-page-parallax-container .project-parallax-content .right-side .author {
		position: absolute;
		bottom: 10px;
		right: 10px;
		text-align: right;
		font-weight: bold;
	}
	
	.webpage--parallax .header {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: transparent;
		z-index: 99999;
	}
	
	button.btn.contact-parallax__submit {
    	margin-top: 20px;
	}
	
	.elementor-widget-container div.contact-parallax {
		padding-top: 0px;
	}
	
	.contact-parallax__wrapper {
		padding: 0px;
	}
	
	.project-home-page-parallax-container .project-parallax-content .left-side {
		padding: 20px 20px 5px;
	}
	.project-home-page-parallax-container .project-parallax-content .left-side  table {
		font-size: 14px;
	}
	.project-home-page-parallax-container .project-parallax-content .right-side {
		font-size: 14px;
	}
	
	
	
	section.parallax div.scroll-wrap {
		justify-content: unset;
	}
	.footer__copyright p:nth-child(5){
		display: none;
	}
	.footer__copyright p:nth-child(2){
		display: none;
	}
	
	.contact-page .contact-parallax{
		padding: 20px 10px;
	}
	.project-home-page-parallax-container .project-parallax-content .left-side .view-detail {
		float: right;
	}
	
	div.hidden-phone {
		display:none !important;
	}
	
	.mobile-canvas.__js_mobile-canvas {
		padding: 100px 30px 50px 50px;
		z-index: 99999;
	}
	
	.parallax.pp-scrollable .btncontact-parallax__submit {
		z-index: 999999;
	}
	
	.project-home-page-parallax-container .viewmore-right-side {
		display: none;
	}
	.contact-parallax__form-title {
		margin-bottom: 10px;
	}
	
	.contact-parallax__form {
		justify-content: flex-end;
		margin: 0px;
	}
	
	.footer-container .elementor-column {
		width: 100% !important;
	}
	
	.field input[type="text"], .field input[type="number"], .field input[type="tel"], .field input[type="email"], .field input[type="phone"], .field input[type="address"], .field input[type="password"], .field textarea {
		font-size: 14px !important;
		padding: 6px !important;
	}
	
	.project-title {
		padding: 10px 20px 10px 20px;
	}
	
	.project-description{
		padding: 10px 20px 10px 20px;
	}
}



@media only screen and (min-width: 768px){
	.project-home-page-parallax-container .project-parallax-content {
		flex-wrap: nowrap;
	}
	
	.project-home-page-parallax-container .project-parallax-content .left-side {
		padding: 20px 20px 20px;
	}
	
	.project-home-page-parallax-container .project-parallax-content .right-side {
		font-size: 16px;
	}
	
	
	.project-home-page-parallax-container .project-parallax-content .left-side .view-detail {
	
		bottom: 0;
		color: #fff;
		/* font-size: .75rem; */
		padding: 15px 25px;
		text-transform: uppercase;
		background: rgba(250, 161, 0, 1);
		float: right;
	}
	
	.parallax .contact-parallax__form-title span{
		font-size: 20px;
		
	}
	
	.contact-block__phone span {
		font-size: 20px;
	}
	
	h1.article__heading.heading.heading--size-large p {
		margin: 0px;
		font-size: 24px;
		font-family: sans-serif;
	}
	
	header.article__header {
		margin-bottom: 40px;
	}
	
	.elementor-widget-container > .article {
		padding-top: 10px;
	}
	
	.projects-masonry__item .card__image-m img {
		width: 100%;
		height: 230px !important;
		object-fit: cover;
	}
	
		.field input[type="text"], .field input[type="number"], .field input[type="tel"], .field input[type="email"], .field input[type="phone"], .field input[type="address"], .field 	input[type="password"], .field textarea {
		padding: 10px !important;
	}
	
	.home header.header--bg {
		background-color: rgba(255,255,255, 0.8) !important;
	}
	.home header.header {
		background-color: rgba(255,255,255, 0.8) !important;
	}
}

@media only screen and (max-width: 1366px){
	.contact-home-page .contact-parallax {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: -50px;
	}
	
}

@media only screen and (min-width: 1367px){
	.contact-home-page .contact-parallax {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10%;
	}
}

@media only screen and  (max-width: 991px){
	div.hidden-phone {
		display:none !important;
	}
}


.projects-masonry__item .portfolio-image-container {
/* 	filter: grayscale(1); */
}


.projects-masonry__item:hover .portfolio-image-container {
	filter: none;
}

.article__filter.filter.container .porfolio-filter {
	width: auto;
}
.post-container .post-card img {
/* 	filter: grayscale(1); */
}
.post-container .post-card img:hover {
	filter: none;
}
.post-card {
	position: relative;
    height: 500px;
	position: relative;
    height: 500px;
    /* box-shadow: 2px 2px 5px rgb(0 0 0 / 40%); */
    background-color: white;
}

.post-card:hover{
	transform: translateY(-5px);
	 box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
}

.post-card .post-image {
	height: 50%;
	position: relative;
}

.post-card .post-image img {
	border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    max-height: 100%;
	position: absolute;
    top: 0px;
    left: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
	width: fit-content;
}
.post-card .post-header{
	font-weight: 500;
}
.post-card .post-content {
	padding: 20px;
}

.post-first .post-card .post-content {
	padding: 20px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    color: white;
}
.post-first .post-card .post-image {
	height: 100%;
}

.post-first .post-card .post-bottom {
	border: unset;
	padding: 10px 20px;
}

.post-first .post-card .post-header {
	margin: 0px;
}


.post-first .post-card .post-image img {
	filter: none;
}

.post-card .post-bottom {
	display: flex;
    justify-content: space-between;
    justify-items: baseline;
    align-items: center;
	padding: 20px;
	border-top: 1px solid #f2f2f2;
}

.post-card .post-bottom sgv {
	width: 10px;
	height: 10px;
}

.elementor-1823 {
	background-color: #f2f2f2;
}

.contact-parallax__form label {
	margin: 10px;
}

.contact-parallax__form label:not(:first-of-type){
	margin-top: 10px !important;
}



.contact-parallax__wrapper {
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact-parallax__wrapper .contact-parallax__form-title {
	text-align: center;
}

@media only screen and (min-width: 768px){
	.contact-parallax__form .col-md-4 {
		max-width: 31%;
	}
	
	.project-title {
		padding: 10px 400px 10px 460px;
	}
	
	.project-description{
		padding: 10px 400px 10px 460px;
	}
}


.section.parallax.pp-scrollable.fp-section:last-child,.section.parallax.pp-scrollable.fp-section:last-child .fp-tableCell,.section.parallax.pp-scrollable.fp-section:last-child .fp-slide {
	height: 300px !important;
}

.section.parallax.pp-scrollable.fp-section.parallax:last-child {
	min-height: unset !important;
}

.slider-parallax__nav-btn {
	opacity: 0;
}

ul.project-detail-info {
	list-style: none;
	padding: 0px;
}

.project-detail-info li {
	padding: 10px 5px;
}

.project-slider {
	max-height: 482px;
}


.project-slider img{
	max-height: 482px;
}

