/*
Theme Name: Adora Theme
Theme URI: http://www.adoramedia.com
Description: Tema desarrollado y personalizado por el equipo Adora.
Version: 3.3.1
Author: Adoramedia
Author URI: http://www.adoramedia.com
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */


/*ocultamos fechas en pagina servicios y galeria*/
/*ingles*/
.page-id-353 .item-list .item-content p:first-child, .page-id-357 .item-list .item-content p:first-child{display:none !important;}

/*español*/
.page-id-103 .item-list .item-content p:first-child, .page-id-248 .item-list .item-content p:first-child{display:none !important;}

/*ruso*/
.page-id-387 .item-list .item-content p:first-child, .page-id-391 .item-list .item-content p:first-child{display:none !important;}

/*noruego*/
.page-id-1067 .item-list .item-content p:first-child, .page-id-1063 .item-list .item-content p:first-child{display:none !important;}

/*CABECERA Paginas Legales - ES*/
.page-id-2088 header, .page-id-2096 header, .page-id-2094 header{background-color:#1d3145;}

/*CABECERA Paginas Legales - EN*/
.page-id-2147 header, .page-id-2145 header, .page-id-2159 header{background-color:#1d3145;}

#cookie-notice{text-align:center !important;}
.cookie-notice-container{max-width:1024px !important; padding:30px !important; margin:0 auto;}
.cn-buttons-container{padding:20px; display:block; }
.cn-text-container{color:#ccc !important;}
.cn-buttons-container a{border: 2px solid var(--base-color) !important; color: var(--base-color) !important; background-image:none !important; background-color: transparent !important;}
.cn-buttons-container a:hover{background-color: var(--base-color) !important; color:#1d3145 !important;}

#inner-footer{background-color: #1d3145; padding: 1rem;}
#widget-footer { max-width: 1300px; margin: 0 auto;  text-align:center;}
#widget-footer #text-4{width:10%}
#widget-footer #text-2{width:80%}
#widget-footer #text-5{width:10%}
#widget-footer .social_footer ul li {
    display: inline-block;
    margin: 0 1rem;
    color: white;
    font-size: 1.25rem;
}

#widget-footer .social_footer ul li a{color:var(--base-color);}
#widget-footer .social_footer ul li a:hover{color:#white;}


/*AJUSTE MOVILES*/
@media (max-width: 600px) {
	.logos-pie a{padding:20px 0 !important; display:block !important; text-align:center !important;}
	.logos-pie a img{}
	#text-4, #text-5{display:none !important;}
	#text-2{width:100% !important;}
	.links-footer a{display:block; padding:10px 0;}
}