/* 
Theme Name: Oposicionate
Theme URI: https://github.com/elementor/hello-theme/
Description: Oposicionate's responsive custom CSS
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/** CUSTOM CS **/ 

@media only screen and (max-width: 1250px){
	.menu > li > a {
    	font-size: 34px;
	}
	.menu > li .megadrop li a, .menu > li .megadrop-inner{
		font-size: 17px;
	}
}

@media only screen and (max-width: 768px){
	.menu > li > a {
    	font-size: 28px;
	}
	.menu > li .megadrop li a, .menu > li .megadrop-inner{
		font-size: 15px;
	}
	.menu > li:hover .megadrop,
	.megadrop li:hover .megadrop-inner,
	.menu_bottom{
		left: 0px;
		width: 100%;
	}
	.megadrop li:hover .megadrop-inner{
		left: 100%;
	}
}

@media only screen and (max-width: 480px){
	.form_contacto .form-column{
		display: block;
	}
	.form_contacto button[type="submit"]{
		font-size: 14px;
	}
	.form_contacto label{
		font-size: 16px;
	}
	.listado_oposiciones .item a, .listado_oposiciones .item a p{
		font-size: 18px;
	}
	.listado_oposiciones .item a img {
	    width: 30px;
	    flex: 0 30px;
	}
	.listado_oposiciones .item a,
	.listado_oposiciones .item:last-child a{
		padding: 20px 20px 40px 20px;
	}
	.listado_oposiciones .item a{
		gap: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
}
