/*
 Theme Name: EdR Tema Hijo 
 Theme URI: http://www.edrweb.com.ar
 Description: Tema hijo EdR 
 Author: Emiliano del Rivero
 Author URI: http://www.edrweb.com.ar
 Template: Divi
 Version: 1.0
*/

/*-------------------------------MENU-------------------------------------*/
/*Logo más grande en dispositivos móviles
@media (max-width: 980px){
.et_header_style_left #logo {
   max-width: 100%;
   max-height: 90%;
}}*/

/*Menu hamburguesa antes de tiempo*/
@media (max-width: 1075px) {#et_mobile_nav_menu { display:block } #top-menu-nav { display:none; }}

.et_mobile_menu li a {color:#1872c5!important; }
/*Menú activo OnePage
.et-fixed-header #top-menu .active a{color: #8f4d31 !important;}
#top-menu .active a{color: #8f4d31 !important;}
#top-menu .active a:after{color: #8f4d31 !important}*/


/*Menú tipo botones*/
#et-top-navigation ul.nav .current_page_item > a {
	background-color:  #1872c5;
	margin-top: -4px;
	padding: 12px 16px !important;
	margin-bottom: 33px;
	border-radius: 3px;
}
#et-top-navigation ul.nav a {
    background-color: #42a4ff;
    margin-top: -4px;
    padding: 12px 16px !important;
    margin-bottom: 33px;
    text-transform: uppercase;
    border: 1px solid #1872c5;
    border-radius: 3px;
}


/*Texto a la derecha en el MENU SECUNDARIO*/
#top-header .container {max-width: 1080px;}
#et-info { float: right !important;}

.et_pb_scroll_top.et-pb-icon {  background: #1872c5;}



.wpls-logo-slider .slick-slide .wpls-logo-title {display: none;}
.wpls-fix-box img {  max-width: 80%;}

.wpls-logo-slider .slick-arrow {display: none!important;}
.wpls-logo-slider ul.slick-dots {display: none!important;}


/*-------------------------------FOOTER-------------------------------------*/
/*centrado*/
#footer-info { width: 100%; margin:0 auto; text-align: center !important; color: #c4c4c4;}
#footer-info a {color: #fff;}


/*-----------------One page----------------Efectos Border Radius + Sombreado + Transición: menos radius */
.anuncio-onepage img {border-radius: 45% / 20%; box-shadow: 0px 0px 15px #000; padding:0;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}
.anuncio-onepage img:hover {border-radius: 0; -moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;cursor:pointer;}

.anuncio-onepage-contacto img {border-radius: 45% / 20%; box-shadow: 0px 0px 15px #000; padding:0;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}
.anuncio-onepage-contacto img:hover {border-radius: 0; -moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;cursor:pointer;}

/*---------------logo salido----------------------*/

#top-header {z-index: 99999;}
#logo {max-height: 170%!important;margin-top: -28px; z-index: 100000;} 
@media only screen and (max-width : 980px) {#logo { margin-top: 3px}}



