/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
html{
	overflow-x: hidden
}
body{
	color: #242424;
	font-family: 'Lato'; 
	overflow-x: hidden
}

#brx-header {
	height: 124px
}
.fs-72{
	font-size: 72px
}

.fs-24{
	font-size: 24px
}

.bold{
	font-weight: bold
}

.mt-1{
	margin-top: 1%
}

.mt-20{
	margin-top: 20px
}

.flex{
	display: flex
}

.flex-row{
	flex-direction: row
}

.justify-between{
	justify-content: space-between
}

.playfair{
	font-family: 'Playfair Display';
}

.title{
	font-family: 'Playfair Display';
	font-size: 72px;
	font-weight: bold; 
	position: relative; 
	margin-left: 30px
}
.home .header-section{display: none}

.title:before{
	position: absolute; 
	content: ''; 
	background-color: #FBD57B; 
	width: 10px;
	left: -30px;
    bottom: 22px;
    top: 25px;
}

.mt-5{
	margin-top: 5%
}

.yellow{
	color: #FBD57B
}

.brown{
	color: #553929
}

.button{
	color: #553929 !important;
    font-family: 'Playfair Display' !important;
    font-size: 20px !important;
    font-weight: bold !important;
    border: 1px solid !important;
    background-color: transparent !important;
    padding: 12px 40px !important;
    margin-left: auto !important;
    border-radius: 0 !important;
	width: unset !important; 
	line-height: 1 !important
}

.button:hover{
	background-color: #553929 !important;
	color: white !important
}

.section-border{
	position: relative
}

.section-border:before{
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 0;
    left: 0;
    background: #DDA345;
    z-index: 1;
}

#wsf-1-section-4 .wsf-field-wrapper{
	margin-bottom: 0 !important
}
/* .section-border:before:has(+ .aos-animate){
	height: 100%
} */

#brx-header .current-menu-item a{
	position: relative
}

#brx-header .current-menu-item a:before{
	content: ''; 
	height: 5px;
	width: 100%; 
	background-color: #553929; 
	position: absolute; 
	bottom: -15px; 
	left: 0; 
	right: 0
}

input[type="text"], input[type="email"]{
	border: 1px solid !important;
    height: 70px !important;
    padding: 0 !important;
    box-sizing: border-box;
    padding-left: 20px !important;
    font-size: 18px !important;
    border-radius: 0 !important;
    font-family: 'Lato' !important;
}

textarea{
	border: 1px solid black !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    font-size: 18px !important;
    font-family: 'Lato' !important;
    border-radius: 0 !important;
}

::placeholder{
	font-size: 18px !important;
	font-family: 'Lato' !important; 
	color: black !important
}

input:focus, textarea:focus{
	outline: 0 !important
}

input[type="submit"]{
	display: flex ; 
	margin-left: auto; 
	background: none
}

.wpcf7-spinner{
	display: none
}

.owl-theme .owl-nav [class*=owl-], .owl-theme .owl-nav [class*=owl-]:hover{
	background: none; 
}

.owl-theme .owl-nav [class*=owl-]{
	padding: 4px; 
	margin: 5px 0
}

.owl-theme .owl-nav{
	margin-top: 30px; 
	margin-left: 69%; 
	text-align: unset
}

@media only screen and (max-width: 1440px) {
	.title{
		font-size: 50px;
	}
	
	.title:before{
		top: 15px;
		bottom: 15px
	}
	
	body{
		font-size: 16px !important
	}
	
	.button{
		font-size: 18px; 
		padding: 10px 30px
	}
	
	.path{
		width: 500px
	}
}


@media only screen and (max-width: 990px) {
	.title{
		font-size: 40px
	}
	
	body{
		font-size: 14px !important
	}
	
	.button{
		font-size: 16px;
		padding: 8px 25px
	}
	
	.path{
		width: 400px
	}
	
	.owl-nav img{
		width :40px
	}
}


@media only screen and (max-width: 767px) {
	#nav-menu .bricks-mobile-menu-wrapper {
    	padding-top: 100px;
	}
	
	#nav-menu{
		margin-top: 12px !important
	}
	#brx-header {
	height: 88px
}
}

@media only screen and (max-width: 477px) {
	.path{
		display: none
	}
	
	.fs-24{
		font-size: 16px
	}
	footer .mt-20{
		margin-top: 10px
	}
	.section-border:before{
		width: 5px
	}
	
	.title{
		font-size: 32px; 
		margin-left: 15px; 
		margin-bottom: 10px
	}
	
	.title:before{
		width: 6px;
    	left: -15px;
		top: 10px; 
		bottom: 10px
	}
	
	.owl-nav img{
		width: 30px
	}
	
	.owl-theme .owl-nav{
	margin-left: unset; 
	text-align: center
}
	
	input[type="text"], input[type="email"]{
		font-size: 14px; 
		height: 50px
	}
	
	textarea{
		font-size: 14px
	}
	
	::placeholder{
		font-size: 14px
	}
}