/*
Theme Name:   Radio FM
Theme URI:    https://radio-fm.online/
Description:  Radio FM
Author:       Radio FM
Author URI:   https://radio-fm.online/
Template:     genesis
Version:      3.3.3
*/
@media(max-width:991px){
	.menu li a:hover {
		color: #000 !important;
	}
}

/*[data-type="_mgwidget"],
.google-auto-placed{
    display: none!important;
}*/
.menu--hamburger i {
   color:#fff!important;
}
/*loading style*/
.loading {
    position: relative;
    opacity: 0.5; 
    pointer-events: none; 
}

/*pagination news mexico*/
.pagination-news {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.pagination-news a {
	font-size: 20px;
    width: 20px;
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-news a.active{
    color: #C70D2F;
    font-weight: 700;
}

.loading::before {
    content: '';
    border: 4px solid #f3f3f3;
    border-top: 4px solid #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
    z-index: 2;
}
.loading:After {
    background: #00000030;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*archive mexico news*/
.top-posts{
    display: flex;
    gap: 15px;
}
.news-item-top{
    text-decoration: none;
    text-align: center;
    display: block;
    width: 20%;
}

.news-item-top figure{
    height: 140px;
    position: relative;
    transition: all ease 0.5s;
}

.news-item-top figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item-top h4{
    color: #000;
    font-size: 15px;
    transition: all ease 0.5s;
}

.news-item-top figure:After {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.4;
    transition: all ease 0.5s;
}
.news-item-top:hover figure:After {
    background: #c70d2f;
}
.news-item-top:hover h4 {
    color: #c70d2f;
}
/*Content posts loop*/
.container-posts{
    display: flex;
    padding-top: 20px;
    padding-bottom: 50px;
    gap: 40px;
}

.container-posts .content{
    width: 70%;
}

.container-posts .sidebar{
    width: 30%;
}
/* news item*/
.news-item{
    margin-bottom: 60px;
}
.news-item h2{
    font-size: 64px;
}

.news-item .post-date{
    display: block;
    font-family: 'Khand', sans-serif;
    margin-bottom: 10px;
    font-size: 23px;
}

.news-item figure{
    height: 370px;
}

.news-item figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item p{
    font-size: 20px;
    font-weight: 500;
}

.news-item a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    border: solid 3px #c70d2f;
    padding: 4px 40px;
    font-family: 'Khand', sans-serif;
    display: inline-block;
    transition: all ease 0.5s;
}

.news-item a:hover{
    background:#c70d2f;
    color: #fff;
}
@media(max-width:767px){
    .news-item h2 {
        font-size: 32px;
    }
    .container-posts {
        gap: 15px;
    }
    .news-item figure {
        height: 200px;
    }
    .container-posts .content{
        width: 100%;
    }
    
    .container-posts .sidebar{
        display: none;
    }
    .top-posts {
        gap: 5px;
        flex-wrap: wrap;
        justify-content: space-between;
		display:none;
    }
    .news-item-top {
        width: 100%;
        max-width: 200px;
    }
}
@media(max-width:440px){
    .news-item-top {
        max-width: 100%;
    }
}

.content-sticky-sidebar{
    position: sticky;
    top: 60px;
}
.sidebar .hero--banner:After {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
}
.sidebar .hero--banner .content-efect{
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
}

.sidebar .hero--banner .content-efect h3{
    background: transparent;
    color: #fff;
    margin-bottom: 25px;

}

.sidebar-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item-sidebar{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    text-decoration: none;
}

.news-item-sidebar figure{
    height: 80px;
    width: 40%;
    margin: 0;
}

.news-item-sidebar figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item-sidebar .content-item{
    width: 60%;
    color: #fff;
}

.news-item-sidebar .content-item h4{
    font-size: 15px;
    text-align: left;
    margin-bottom: 3px;
}

.news-item-sidebar .content-item p{
    font-size: 14px;
    margin: 0;
}

/*single news mexico*/
.single-news-mexico h1{
    font-size: 70px;
}

.single-news-mexico a{
    color: #b70c2b;
    font-weight: 500;
}

.single-news-mexico p{
    font-size: 20px;
}

.single-news-mexico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-news-mexico a:hover{
    color: #000;
}
.single-news-mexico .featured-image{
    height: 500px;
}
.single-news-mexico .featured-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-navigation{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 90px;
}

.news-navigation a{    
    text-decoration: none;
    color: #000;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.breadcrumb{
    display: flex;
}

.breadcrumb ul{
    padding: 0;
    margin: 0;
    font-size: 19px;
    text-decoration: none;
    display: flex;
    gap: 5px;
}
.breadcrumb ul .current-post{
    opacity: 0.5;
}
.breadcrumb ul a{
    text-decoration: none;
}

.breadcrumb ul li{
    list-style: none;
}
@media(max-width:767px){
    .single-news-mexico h1 {
        font-size: 35px;
    }
    .single-news-mexico .featured-image {
        height: 280px;
    }
}

* {
    box-sizing: border-box;
}

.row {
    display: flex;             
    flex-wrap: wrap;           
    margin-right: -15px;      
    margin-left: -15px;
}

.col-md-6 {
    flex: 0 0 50%;            
    max-width: 50%;           
    padding-right: 15px;      
    padding-left: 15px;      
}
.title-taxonomy{
    font-size: 100px;
    text-align: center;
    color: #c70d2f;
    margin-bottom: 15px;
}

.link-back a{
    margin-bottom: 40px;
    display: block;
    color: #c70d2f;
    text-decoration: none;
    font-size: 20px;
}

@media(max-width:767px){
    
    .col-md-6 {
        flex: 0 0 100%;            
        max-width: 100%;           
    }

    .title-taxonomy{
        font-size: 50px;
        margin-bottom: 10px;
    }
}
