/*
Theme Name: Flatsome BOL
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* 
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	font-family: 'Libre Franklin', sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
	font-family: 'Roboto Condensed', sans-serif;
}
 */





@media only screen and (max-width: 549px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 769px) {
}


#top-bar .nav > li > a {
	font-size: 13px;
	color: #0070bb;
}





.col, .gallery-item, .columns {/* default for columns 30px */
	/* padding-bottom: 15px; */
}





@media screen and (min-width: 850px) {

	.section.visit-chat .col-inner {/* footer white column */
		border-radius: 0 0 20px 20px;
	}

}




@media screen and (max-width: 849px) {

	/* 
.banner-hem-text-box {
		width: 80% !important;
	}
 */

	.res-text {/* banner text box */
		width: 80% !important;
		font-size: 2.5vw;
	}

}

@media screen and (max-width: 549px) {

	#logo img {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	/* 
.banner-hem-text-box {
		width: 90% !important;
	}
 */

	.res-text {/* banner text box */
		width: 90% !important;
		font-size: 3.5vw;
	}

}






.lead {
	font-size: 24px;
}

.drop-cap {
	font-size: 230px;
	line-height: 190px;
	max-height: 70px;
	display: block;
	margin-right: 12px;
	float: left;
}



.bottom-0 .row > .col {
	padding-bottom: 0;
}

.bottom-0 .col-inner p {
	margin-bottom: 0;
}




.small, .small a {
	font-size: 13px;
}

.italic {
	font-style: italic;
}




.font400 {
	font-weight: 400 !important;
}

.font700 {
	font-weight: 700;
}

.font900 {
	font-weight: 900;
}

.notransform > a {
	text-transform: none !important;
}




.bg-blue {
	background-color: #0070bb !important;
}

.bg-orange {
	background-color: #ef8700 !important;
}

.bg-black {
	background-color: #1a171b !important;
}





.round {/* for round images */
	border-radius: 50%;
	overflow: hidden;
}





.section-title b {/* section title stripe */
	height: 2px;
	opacity: 0.7;
}






.box-badge {
	border: 1px solid #1a171b;
}

.box-badge .box-text {/* image box -> badge position in bottom */
	bottom: 0;/* 15% */
}





/* - - - FOOTER - - - */


.footer-wrapper {
	margin-top: 60px;
}

.footer-wrapper .site-info {
	font-size: 15px;
	word-spacing: 0.1em;
}
.footer-wrapper .site-info span {
	white-space: nowrap;
}
.footer-wrapper .site-info span.divider:before {
	content: "|";
}



.absolute-footer.dark {
	color: rgba(255,255,255,.7);
}
.absolute-footer .pull-left {
	float: none;
}
.absolute-footer .copyright-footer {
	text-align: center;
}



.newsletter form {
	margin: 10px 0;
}
.newsletter input {
	margin: 5px;
}
.newsletter input[type="text"] {
	width: 60%;/* initial */
	color: #fff;
	background-color: #a3a3a3;
	border: 0;
	border-radius: 99px;
}
.newsletter input[type="submit"] {
	text-decoration: none;
	border-radius: 99px;
}



.footer-icon {
	width: 60px !important;
}


/* - - - end FOOTER - - - */






/* - - - - - - - plugin PLUGIN plugin - - - - - - - */



/* Contact Form 7 */

.contact-form {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 20px;
	padding: 16px 20px 10px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #1d1d1b;
}

@media only screen and (min-width: 769px) {

	.contact-form {
		flex-direction: row;
	}
}

.contact-form table {
	margin-bottom: 0.2em;
}

.contact-form td {
	border: none;
	color: #1d1d1b;
	font-size: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

.contact-form h2 {
	font-size: 4rem;
	color: #f18731;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 4px;
}

.contact-form label {
	font-size: 1em;
	font-weight: 400;
	margin: 0;
}

.contact-form input, .contact-form textarea {
	border: 1px solid #1d1d1b;
	border-radius: 5px;
	color: #1d1d1b;
}

.contact-form textarea {
	margin-top: 10px;
	margin-bottom: 4px;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"] {
	height: 1.75em;
}

.contact-form textarea {
	height: auto;
}

.contact-form input[type="submit"] {
	border: none;
	color: #fff;
}

.wpcf7-form-control-wrap.your-product {/* product variable field for CF7 */
	opacity: 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

/* end Contact Form 7 */



/* Flatsome / WooCommerce */

@media screen and (min-width: 850px) {

	.product .large-5 {/* the second column for image changed to widt of .large-4 */
		max-width: 33.3333333333%;/* 41.6666666667%; */
		-ms-flex-preferred-size: 33.3333333333%;
		flex-basis: 33.3333333333%;
	}

}

/* end Flatsome / WooCommerce */




/* - - - - - - - end plugin PLUGIN plugin - - - - - - - */






@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}