.section-title{
	padding: 0.75rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
}
.section-title, .section-title a{
	color: #3b132c;
}

.column-title{
	flex: 0 1 auto;
}

.column-title .title{
	padding: 0 0.5rem;
	text-align: center;
	font-size: 1.1rem;
}

.column-title .title a{
	color: #3b132c;
}

.container.with-margin{
	margin: 24px;
}

/*To compensate the article-wrapper padding that is added as well on the exterior of the layout(grid)*/
.container > .layout.row{
	margin: -0.75rem;
}

.container .layout .article-wrapper{
	padding: 0.75rem;
}


@media all and (max-width: 480px) {
	.container.with-margin{
		margin: 16px;
	}
}

.home-layout .entry-title .title {
	line-height: 1;
	font-size: 1.3rem;
}

.layout.column .flex article{
	padding: 0;
}

	
.home-layout .entry-title{
	padding-top: 0;
}

.home-layout .entry-title .title{
	margin-bottom: 0;
}

.home-layout .entry-subtitle .subtitle{
	margin: 0;
    font-size: 0.85rem;
    font-family: Raleway;
    text-transform: uppercase;
}

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

	
	.home-layout .entry-title .title{
		font-size: 1rem;
	}
	
	.home-layout .meta {
		font-size: 0.7rem;
	}
}

article .entry-title .title{
	padding: 1rem 0;
}


/*Layout 3*/
.home-layout-3{
	flex: 1 1;	
	text-align: left;
}

.home-layout-3 .post-thumbnail {
	max-height: fit-content;
	/*order: 1;*/
}
/*
.home-layout-3 .post-thumbnail.post-is-video{
	max-height: 9.4em;
}
*/
.home-layout-3 .post-thumbnail img {
     height: 12.4em;
	width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	position: relative;
}

.home-layout-3 > div{
	margin: 0 0 0.5rem 0;
	padding: 0;
}

.home-layout-3 > div:last-child{
	margin: 0;
	padding: 0
}

.home-layout-3 .entry-subtitle{
	order: 2;
}

.home-layout-3 .entry-title{
	order: 3;
}
.home-layout-3 .date{
	order: 3;
}

.home-layout-3 .meta{
	order: 4;
}

.home-layout-3 .excerpt{
	order: 5;
}

.home-layout-3 .entry-title .title{
	padding: 0;
}

/*Layout 5*/
.layout.column .flex .home-layout.home-layout-5-1-col{
	padding: 0;
	width: 100%;
	height: 100%;
}

.home-layout-5-1-col .post-thumbnail{
	height: 100%;
}

.home-layout-5-1-col .post-thumbnail a{
	height: 100%;
}

.home-layout-5-1-col .post-thumbnail img{
	height: 100%;
}

.home-layout-5 .post-thumbnail img {
   width: 100%;
}

/*End Layout5*/


/*Layout 1*/
.article-wrapper:only-child .home-layout-1 .entry-title{
	justify-content: normal;

}

.home-layout-1 .entry-title{

	flex: 0.1 0;
}
.article-wrapper:only-child .home-layout-1 .entry-title .title{
	font-size: 1.8rem;
}
article.home-layout-1 .entry-title .title{
	padding: 0;
	height: fit-content;
	margin:10px 0;
}

article.home-layout-1 .excerpt,article.home-layout-1 .meta,article.home-layout-1 .date{
	order:2;
	padding-left: 1rem;
}

@media all and (max-width: 600px) {
	.home-layout-1 .entry-title{
		padding: 0;
		flex: 1 1 100%;	
		position: absolute;
		z-index: 2;
		padding: 1rem;
		bottom: 0;
		left: 0;
	}
	.article-wrapper:only-child .home-layout-1 .entry-title .title{
		font-size: 1.1rem;
	}
	.article-wrapper .home-layout-1 .entry-title .title a{
		color: white;
	}
	.home-layout-1 .post-thumbnail{
		flex: 1 1 100%;
	}
	.home-layout-1 .post-thumbnail img{
		max-height: 150px;
	}
	.home-layout-1{
		position: relative;
	}
	.home-layout-1:after {
		content: "";
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, #303036 100%) repeat 0 0;
		z-index: 1;
	}	
	.home-layout-1 .meta, .home-layout-5 .meta{
		display: none;
	}
}
/*End Layout 1*/

.home-layout-5-2-cols .over-text, .home-layout-5-3-cols .over-text, .home-layout-5-1-col .over-text{
	padding: 1rem;
}

#main .contenido_flexible section:first-child .home-layout .entry-title .title a{
	font-size: 1rem;
}
@media all and (min-width: 600px) {
	#main .contenido_flexible section:first-child .home-layout .entry-title .title a{
		font-size: 2.55rem;
	}
}

.flex-row, .flex-column{
	flex: 1 1;
}

.flex-column{
	justify-content: start;
}

.post-thumbnail img.avatar{
	border-radius: 50%;
	height: 96px;
	width: 96px;
}

/*Sidebar*/
#secondary .widget_recent_entries ul{
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 1.5rem;
}
#secondary .widget_recent_entries li{
	padding: 0.875rem 0;
	font-size: 1rem;
	line-height: 1.2;
}
#secondary .calendar_wrap td a{
	color: #19b8c4;
}

.section-in-columns > .layout.row {
	margin: -1.25rem;
}

@media only screen and (max-width: 959px){

	.section-in-columns > .layout.row {
		margin: -16px;
	}	
}

.section-in-columns > .layout.row > .flex >.layout.column{
	padding: 0.75rem;
}

.section-in-columns .layout.row .article-wrapper{
	padding: 1.2rem 0.5rem;
}

.section-in-columns .article-wrapper article .entry-title,
.section-in-columns .article-wrapper article .meta{
	text-align: left;
}

.section-in-columns .article-wrapper article .meta .entry-author{
	padding: 0;
}

/*
@media all and (min-width: 600px) {
	.min-height-post article{
		min-height: 430px;
	}
}
@media all and (min-width: 850px) {
	.min-height-post article{
		min-height: 400px;
	}
}
@media all and (min-width: 1024px) {
	.min-height-post article{
		min-height: 440px;
	}
}
@media all and (min-width: 1172px) {
	.min-height-post article{
		min-height: 400px;
	}
}
*/

#secondary .widget_recent_entries h2{
	position: relative;
	text-align: left;
	padding-left: 1.5rem;
}

#secondary .widget_recent_entries h2:after{
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    top: 4px;
    left: 0.35rem;
    z-index: 8;
    background-color: red;
    border-radius: 50%;
    animation: blinker 1s cubic-bezier(0, 0.2, 0.8, 0.1) infinite alternate;
}

@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}

#secondary .widget_calendar tbody td {
	text-align: center;
}

.div-breaking-news{

	display: flex;
	padding: 0 20px;
    max-width: 1280px;
    margin: auto;
}

.flecha{

	background:url(../../eltorotv/img/flecha-relacionadas.png) no-repeat;
	background-size: 10px;
	width: 10px;
	height: 10px;
	font-size: 20px;
	background-position-y:5px;
	color: transparent !important;
	margin-right: 5px;
}

marquee a,.breaking{

	margin-right: 15px;
	font-size: 1.3rem;
	color:#000000;
	text-decoration: none;
}

.home-layout a{

	font-weight: bold;	
}

.home-layout .entry-title .title a{

	color:#3b132c;
}

.home-layout .meta a{

	color: #daa600;
}

.breaking{
margin-right:5px;
min-width: 115px;
}

.div-breaking-news {
padding: 0 20px;
margin-top: 20px;
}
@media (max-width:1200px){
.div-breaking-news {    
    padding: 0 20px;
    }
}

@media (max-width: 767px){

	.breaking{

		display: none;
	}
}

#main section:first-child .home-layout-1 .flex-column {
    justify-content: center;
}

@media (min-width: 480px){
#main section:first-child .article-wrapper:first-child .entry-title .title a {
    font-size: 2rem;
}
#main section:first-child .article-wrapper:nth-child(2) .entry-title .title a {
    font-size: 1.75rem;
}
}

@media (min-width: 600px){
	#main section:first-child .article-wrapper:first-child .entry-title .title a {
	   font-size: 2.75rem;
	}
	#main section:first-child .article-wrapper:nth-child(2) .entry-title .title a {
		font-size: 2rem;
	}
}


.contenedor-programa a {
    height: 240px;
    text-align: center;
}

.contenedor-programa .card .dflex.flex{
	height: inherit;
	flex-direction: column;
}

.contenedor-programa .card .card-part{
	order: 1;
	width: 100%;
}
.contenedor-programa .card .card-part.text {
    font-size: 2em;
	flex: 0 1 35%;
    order: 0;
    margin: auto;
    padding: 0.5em 0 0 0;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-title {
    margin-top: 0 !important;
}

.tribe-events-list-widget .tribe-event-title a {
    color: #3b132c !important;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-duration {
    color: #daa600 !important;
}

.tribe-events-list-widget .tribe-event-featured {
    background: none !important;
}

.tribe-events-list-widget-events .list-date .list-dayname {
    color: #daa600 !important;
}

