/*
 Theme Name: cruzytorrero.com Divi-child
 Theme URI: https://www.global-mente.com
 Description: Tema hijo de Divi para esta web
 Author: Global Mente
 Author URI: https://www.global-mente.com
 Template: Divi
 Version: 1.0
*/


/* estilos personalizados */


#main-header{ -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}

.img-sombra img{box-shadow: 10px 10px 5px rgba(0, 0, 0, .4);}



.redondeado{border-radius:5px !important;}

.subrayado h2{display:inline-block; padding-bottom:.5em !important; margin-bottom:.5em !important; border-bottom:1px solid #e74e38}

.efecto-marco img{
	outline:1px solid #fff;
	-webkit-transition: all .5s ease;
    	-moz-transition: all .5s ease;
    	-o-transition: all .5s ease;
    	-ms-transition: all .5s ease;
	outline-offset:-15px;
	
}
.efecto-marco img:hover{
	outline:1px solid #fff;
	outline-offset:0px;
	transition: all .5s  ease;
}

.sombra-titulo{text-shadow: -2px -1px 2px rgba(0, 0, 0, 1);}


/* blog styles */
body.single-post article{font-size:19px;line-height:28px}
body.single-post article h1{font-size:2em; line-height:1.4em}
body.single-post article h2{margin-top:1em; font-size:1.5em; line-height:1.4em}
body.single-post article h3{font-size:1.3em; margin-top:1em}
body.single-post article h4{font-size:1.1em; margin-top:1em}
/* blog styles END */


footer #menu-inferior-es li.current-menu-item a, footer #menu-inferior-en li.current-menu-item a{color:#e74e38 !important}



#creado-por{float:right}

/* media queries */
@media only screen and ( min-width: 1405px ) {
	

}

@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
	ul#top-menu li a{font-size:1em !important}
	#logo{max-height: 50% !important}

}

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ){
	ul#top-menu li a{font-size:1em !important}
	#logo{max-height: 50% !important}

}

@media all and ( max-width: 981px ) {

	#creado-por{float:none; text-align:center}
}


