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

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


/*************** FONTS   ***************/

/*Century Gothic Pro Bold
font-family: century-gothic, sans-serif;
font-weight: 700;
font-style: normal;


Century Gothic Pro Bold Italic
font-family: century-gothic, sans-serif;
font-weight: 700;
font-style: italic;


Century Gothic Pro Italic
font-family: century-gothic, sans-serif;
font-weight: 400;
font-style: italic;


Century Gothic Pro Regular
font-family: century-gothic, sans-serif;
font-weight: 400;
font-style: normal;*/

h1 {
	font-family: century-gothic, sans-serif !important;
	font-weight: bold;
	font-style: normal;
}

h1 .page-header {
	font-size: 20pt !important;
	margin: 0;
	line-height: 0.5 !important;
}

h2 {
	font-family: century-gothic, sans-serif !important;
	font-weight: 500;
	font-style: normal;
}

h2 .page-header {
	font-size: 30pt !important;
	margin: 0;
	line-height: 0.5 !important;
}

h3 {
	font-family: century-gothic, sans-serif !important;
	font-weight: 700 !important;
	font-style: normal;
}

h3 .sec-title {
	font-family: century-gothic, sans-serif !important;
	font-weight: 700 !important;
	font-style: normal;
}

h3 .alt-font2 {
	font-family: Raleway, sans-serif !important;
	font-weight: bold !important;
	font-style: normal;
}

/*---------------------- Rounded background Overlay ----------------------*/
.roundedBackgroundOverlay {
	height: 100%;
	width: 75%;
	border-radius: 0 500px 500px 0;
    background: rgba(51,51,51,0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media (max-width: 1100px) { 
	.roundedBackgroundOverlay {
	width: 90%;
}
}
@media (max-width: 768px) { 
	.roundedBackgroundOverlay {
	width: 100%;
	border-radius: 0;
}
}





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


}