/*
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... */ 

div#gform_confirmation_message_2 {
    font-size: 24px !important;
	font-weight: 700 !important;
    font-family: 'DM Sans', sans-serif !important;
    color: #52433a !important;
}

.bigtxt {
    font-size: 1.5em;
    font-weight: 700;
    font-family: 'DM Sans', Sans-Serif;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.basetxt {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.home header > div > .fl-row-content-wrap {
    transition: background-color 0.5s ease;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink img {
    max-height: 175px !important;
}

.home header:not(.fl-theme-builder-header-sticky) .fl-photo-img-png {
    content: url("/wp-content/uploads/2024/11/COTTAGE-DOOR-REALTY-logo-long-white.png");
	transition: content 0.5s ease;
	min-width: 150px;
}

@media (min-width: 993px) {
	.hide-desktop {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.home header:not(.fl-theme-builder-header-scrolled) .menu > li > a, .home header:not(.fl-theme-builder-header-scrolled) .menu > li > div > a {
		color: #FFF !important;
		transition: color 0.5s ease;
	}

	.home header:not(.fl-theme-builder-header-scrolled) .menu > li > div > span:before {
		border-color: #FFF !important;
		transition: border-color 0.5s ease;
	}	
}

@media (max-width: 768px) {
    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 100%;
    }
	.basetxt {
		font-size: 24px;
	}

	.bigtxt {
		font-size: 30px;
	}
}