/**
* Theme Name: Bemeina Child
* Description: This is a child theme of Bemeina, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: bemeina
* Version: 1.0.3
*/


font-family: "lakeside", sans-serif;
font-weight: 400;
font-style: normal;



/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/



ol.team_socials {
    display: none !important;
}

/*--------------------------------------------------------------
# Sidebar Styling
--------------------------------------------------------------*/

[class*=bemeina-sidebar-] .widget-area {
    width: 400px;
    float: right;
}

div#secondary {
    padding: 30px;
    margin-right: 20px; 
    background: #f6f6f6;
    border-radius: 20px; 
	margin-top: 40px;
}


.bemeina-style-post-1 {
    padding: 30px !important;
} 
strong, b {
  font-weight: 700 !important;
}


/*--------------------------------------------------------------
# Mega Menu


ul.sub-menu.mega-menu.mega-fullwidth {
    margin-top: 50px !important;
}

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

/* Tablet (max-width: 1024px)  */
@media (max-width: 1024px) {
	.bemeina-style-post-1,
	div#secondary {
   		padding: 20px !important;
		margin-top: 20px;
	}

}

/* Mobile (max-width: 768px)  */
@media (max-width: 768px) {
	.bemeina-style-post-1,
	div#secondary {
   		padding: 15px !important;
		margin-top: 10px;
	}

}