/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#top-social li .ts-icon {
     font-size: 18px;
}

#header {
    height: 200px;
	
}

#header.sticky-style-2 {
    height: 200px;
}

#header {
    background-color: #EF4B37;
    background-size: cover;
}

#header #ribbon img {
    height: 120px;
    margin: 10px 0;
    float: left;
}

#header #ribbon p {
    float: right;
    line-height: 140px;
    margin: 0;
    font-size: 200%;
    color: #fff;
}

#header .top-advert {
    border: none;
    padding: 0;
}

#header #loguito a {
    padding: 10px 0 !important;
}

#header #loguito img {
    display: none;
}

#header.sticky-header #loguito img {
    display: block;
}

#header-wrap {
    /*height: 101px;*/
    border-bottom: 1px solid #F5F5F5;
	width: 100%;
}

#primary-menu ul > li {
    margin-left: 1px;
}

#primary-menu ul li > a {
    font-size: 15px
}

#primary-menu.style-2  ul > li.tienda > a {
    color: #EF4B37;
}

#primary-menu.style-2 ul > li.clasificados > a {
    color: #1ABC9C;
}

#destacados {
    margin-top: 30px;
}

#destacados .item {
    height: 300px;
}

#content .content-wrap {
     padding: 30px 0 0 0;
}

.text-overlay-title h3 {
    white-space: normal;
    text-transform:uppercase;
    font-size:1.3em;
    color: #FFF;
}
.text-overlay-meta {
    white-space: normal;
    color: #FFF;
}

.entry-content p {
    margin-bottom:10px;
}

.sidebar-widgets-wrap .widget {
    padding-top: 30px;
}

.sidebar-widgets-wrap .widget .bloquebanner a {
	margin-bottom: 10px;
	display: block;
}


#consejos .oc-item img {
	padding: 0 8px;
}

#consejos .owl-dots {
    display: none;
}

.page-link {
	background-color: transparent !important;
}

.footer-stick {
    margin: 0;
    margin-bottom: -10px !important;
    padding: 30px 0;
}

footer .footer-big-contacts {
    font-size: 16px !important;
}

.btn-success {
    color: #fff;
    background-color: #EF4B37;
    border-color: #EF4B37;
}

#eventos_profesionales table {
    width: 100%;
}

#eventos_profesionales table.calendar td, #eventos_profesionales table.calendar tr {
	text-align:center;
	border:1px solid #CCC;
	padding: 10px;
}
#eventos_profesionales table.calendar a {
	display:block;
	background-color:#FCC;
}	


@media only screen and (min-width:992px) and (max-width:1199.98px){
	#primary-menu ul li > a {
    	padding: 29px 9px;	
	}
}
	
@media only screen and (max-width:991.98px){
	
}