/*

 Theme Name:   Soledad Child Theme

 Theme URI:    http://pencidesign.com/

 Description:  Soledad Child Theme - Made by PenciDesign

 Author:       Pencidesign

 Author URI:   http://pencidesign.com/

 Template:     soledad

 Text Domain:  soledad

*/


/*---------------------------------------MENU--------------------------------*/

/*color fondo menu COPA RACVN*/
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1379 {
    background-color: #f8d51a;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1348 {
    background-color: #dadada;
}

/*MENU MOVIL*/
#sidebar-nav li{
	padding: 0px 10px 0px 10px;
}

/*Ocultar fechas licencias*/
.penci-mega-date {
	display:none;
}

.page-id-2161 .grid-post-box-meta{
	display: none;
}

/*---------------------------------------HOME--------------------------------*/
/* .page-id-1412  */h3.inner-arrow {
	margin-bottom: 0px!important;
}



/*--------------------------------SLIDERS--------------------------------*/

@media screen and (max-width:430px){
.rev_slider{
	max-height: 350px!important;
	height:350px!important;
}
#rev_slider_8_1{
	max-height: 130px!important;
	height:130px!important;
}
}

@media screen and (min-width:431px) and (max-width:496px){
.rev_slider{
	max-height: 400px!important;
	height:400px!important;
}
#rev_slider_8_1{
	max-height: 175px!important;
	height:175px!important;
}
}



/*CALENDARIO*/

.has-events li a span{
	color:#fff!important;
	font-weight: bold;
}



/*APARTADOS MODALIDADES*/
.nwd-apartados .vc_icon_element{
	padding: 10px;
	border-radius: 100%;
}

.nwd-apartados .nwd-calendario .vc_icon_element{
	border: solid #EBEBEB 5px;
}

.nwd-apartados .nwd-clasificacion .vc_icon_element, .nwd-apartados .nwd-reglamento .vc_icon_element{
	border: solid #5B5B5B 5px;
}

.nwd-apartados .nwd-reglamento_1{
	border: none!important;
}

/*-----------------------MENSAJE COOKIES--------------------*/
#cookie-notice .button.bootstrap {
    background-image: -webkit-linear-gradient(#CC2400, #EF4619) !important;
    background-image: -o-linear-gradient(#CC2400, #EF4619) !important;
    background-image: linear-gradient(#CC2400, #EF4619) !important;
    background-color: #FF031E !important;
}

#cookie-notice {
    background-color: rgba(0, 0, 0, 0.70) !important;
}

.cookie-notice-container {
    max-width: 1100px!important;
    margin-left: auto;
    margin-right: auto;
}

.cookie-notice-container a.nwd-rojo {
	color:#ff606b!important;
}