/*
Theme Name:    Divi Child
Description:   Child Theme for Divi theme
Template:      Divi
Version:       1.0.0
Licence:       GNU General Public Licence V2 or Later
Licence URI:   http://www.gnu.org/licences/gpl-2.0.html
*/
/*@media only screen and (min-width: 981px){
	.et_header_style_left #et-top-navigation{
    	padding-left: 0 !important;
	}
}
 .et_fixed_nav.et_show_nav #page-container {
    padding-top: 80px !important;
}*/
@media (max-width: 980px){
	.et_right_sidebar #sidebar {
    margin-top: 30px;
}
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}