/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... 
Fonts Added:
Halyard Display Regular
font-family: "halyard-display", sans-serif;
font-weight: 400;
font-style: normal;
Halyard Display Medium
font-family: "halyard-display", sans-serif;
font-weight: 500;
font-style: normal;
Halyard Display Bold
font-family: "halyard-display", sans-serif;
font-weight: 700;
font-style: normal;
Halyard Display Black
font-family: "halyard-display", sans-serif;
font-weight: 900;
font-style: normal;



*/ 
body:not(.fl-builder-edit) .boldFont *,.projectTitle h3 {
	font-family: "halyard-display", sans-serif;
font-weight: 900;
font-style: normal;
}
body:not(.fl-builder-edit) .regularFont *  {
	font-family: "halyard-display", sans-serif;
font-weight: 500;
font-style: normal;
}
body:not(.fl-builder-edit) .mediumFont *,.gravFormFont .gfield_label,.gsection_title ,#gform_submit_button_1{
font-family: "halyard-display", sans-serif;
font-weight: 700;
font-style: normal;
}
.projectDescription {
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
#projectWrapper * {
	color: #F2F1DF;
}
.pp-content-grid-post-text {
	padding: 20px;
}
.pp-content-grid-post-text h2 {
	margin: 0px;
	line-height: 1;
}
.fl-node-gd75b4nxr1cf .pp-content-post {
	padding-top: 0px !important;
}
.blueBackgroundHeader {
    background: #F2F1DF;
}
#projectWrapper {
	display: flex;
	flex-direction: row;
	align-items: stretch; /* Ensures both wrappers are equal height */
}
.fl-page-content {
    background-color: #F2F1DF;
}
.leftWrapper, .rightWrapper {
	flex: 1; /* Ensures equal widths, adjust as necessary */
	min-height: 600px;
}

.rightWrapper {
	position: relative;
	overflow: hidden; /* Optional to avoid image overflow */
	max-width: 33%;
}

.rightWrapper .projectimage {
	height: 100%;
}

.rightWrapper .projectimage img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Image fills the div without distortion */
	display: block;
}
.owl-carousel,
.owl-stage,
.owl-item,
.pp-content-post,.pp-grid-custom {
    height: 100% !important; /* Ensure the wrapper inherits a defined height from parent elements */
}

#projectWrapper {
    height: 100% !important; /* Crucial to make children expand vertically */
}
#projectWrapper .projectTitle h3 {
	font-size: calc(16px + .8vw);
	color: #ffffff !important;
}
.projectDescription {
	font-size: 18px;
}
.leftWrapper {
	padding: 5%;
	width: auto;
}
.rightWrapper {

}
.homeInfoButton {
    display: flex;
    margin-top: auto;
}
.homeInfoColumn .fl-col-content {
	display: flex;
	flex-direction: column;
}
.homeLeftButton {
	
}
.projectButton a,.projectButtonWhite a {
font-family: "halyard-display", sans-serif;
font-weight: 700;
    border: 1px solid #00001a;
    background-color: #010326;
border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	    color: #f2f1df;
	    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
	margin-top: 20px;
}
.pp-testimonials-heading {
	display: none !important;
}
.projectButtonWhite a {
	background-color: #f2f1df !important;
	color: #010326 !important;
}
.pp-content-grid-post-text .regularFont {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
}