/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
 * Theme color: #e8baa5 - light brown
 * Dark Brown - #c69e8c 
------------------------------------------------------- */
body{
	font-weight:normal;
	font-size:20px;
	font-family:'Fira Sans Condensed', sans-serif;
}
.sub-menu{
	background-color:white !important;
}
#sec-footer p{
	font-size:15px;
}
#sec-footer a{
	font-weight:400 !important;
}
#sec-footer a.icon{
	background-color:#c69e8c !important;
}
#sec-footer .et_pb_newsletter_button{
	background-color:#c69e8c !important;
}
#sec-footer .et_pb_newsletter_form p input[type="text"]{
	border-color:#c69e8c !important;
}
.page-title{
    font-family: 'La Belle Aurore', handwriting;
    font-weight: 600;
    font-size: 54px;
    text-align: left;
}
.popup-exp{
	max-width:600px;
}
.exp-title p{
	font-size:23px;
}
.exp-desc p{
	font-size:17px;
}
.row-offerings{
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
	padding:20px;
}
.row-offerings:hover {
    box-shadow: 0px 2px 18px 0px #e8baa5;
}
@media only screen and (max-width: 600px) {
	#mnu-header .et_mobile_menu{
		background-color:rgba(225,183,164,1) !important;
	}
}
.sec-offering-title p{
	font-family:'Fira Sans Condensed', sans-serif;
	color:#524941;
	font-size:23px;
}
.sec-offering-main p{
	font-family: 'Fira Sans Condensed', sans-serif;
	color:#524941;
	font-size:17px;
}