/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


#after_section_1 .intro_text p {
	font-size:18px !important;
}


.textwidget > p:nth-child(1) {
 margin-bottom:0;
}
/*Add your own styles here:*/

#top .widget_nav_menu li {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    clear: both;
    font-size: 13px;
    float: left;
    width: 20%;
    clear: none;
}

	@media only screen and (max-width: 767px) {
		 .logo {
    margin-top: 10px !important;
    max-width: 250px;

}
		.responsive #top #wrap_all .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
}
		
		#top .widget_nav_menu li {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    clear: both;
    font-size: 13px;
    float: left;
    width: 100%;
    clear: both;
}

}

.responsive.html_mobile_menu_tablet .av-burger-menu-main {
    display: none;
}

.lsi-social-icons li {
	margin:20px !important;
}

.widget li {
    clear: none;
}
