/*
Theme Name:   Colegios
Description:  Consigue llenar las aulas
Author:       SJDigital
Author URL:   https://sjdigital.es
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Colegios
*/

@media all and (max-width:980px) {
	/* Mobile menu */
	.mobile_menu_bar:before {
		color: #ff4d54;
  		font-size: 42px;
	}
	.et_fixed_nav #main-header {
		position:fixed !important;
	}
	.et_mobile_menu {
    	position: fixed;
		border-top:3px solid #fff!important;
		border-bottom:3px solid #ff4d54 !important;
	}
	ul#mobile_menu{
		width: 100%;
	}
	.et_mobile_menu li a {
		border-bottom: 0px solid !important;
	}
}