/*
Theme Name: Ultimate Rihanna 2020
Theme URL: http://www.ultimate-rihanna.com
Version: 1.0
*/   

/* GENERAL */

html{
	margin: 0px !important;
}
body{
    background: #fff;
    text-align: center;
    height: 100%;
    font-family: 'Lato';
    margin: 0px;
    color: #444444;
    width: 100vw;
    overflow-x: hidden;
    font-size: 16px;
}
@media only screen and (max-device-width: 1081px){
    body{
        font-size: 30px;
        width: 100%;
        -webkit-text-size-adjust: none;
    }
}
@media (max-device-width: 1081px) and (orientation: landscape){
    body{
        font-size: 20px;
        width: 100%;
        -webkit-text-size-adjust: none;
    }
}
#wpadminbar{
    width: 100vw !important;
    padding: 0px 15px 0px 0px;
    box-sizing: border-box;
}
.table{
    display: table-cell;
    vertical-align: middle;
}
.row{
    display: table-row;
    vertical-align: middle;
}
.cell{
    display: table-cell;
    vertical-align: middle;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* TEXT STYLES */

a{
    font-weight: 700;
	color: #fc516a;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
a:hover{
	color: #ff0c5c;
}
strong{
    font-weight: 700;
	color: #ff8b67;
}
.title{
    display: table;
    text-align: left;
    font-size: 1.87em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: -1px;
    white-space: nowrap;
}
.title a{
    color: #444444;
    text-decoration: none;
}
.title span{
    display: table-cell;
    padding-right: 10px;
}
.title span.right{
    padding-right: 0px;
    padding-left: 10px;
}
.title .stripes{
    width: 100%;
    background-image: url(images/stripes.png);
    background-repeat: repeat-x;
    background-position: center left;
    padding-right: 0px;
}
.title .stripes-half{
    width: 50%;
    background-image: url(images/stripes.png);
    background-repeat: repeat-x;
    background-position: center left;
    padding-right: 0px;
}
.title i{
    margin-right: 10px;
}
.title span.right i{
    margin-right: 0px;
    margin-left: 10px;
}
.title.margin-bottom{
    margin-bottom: 35px;
}

/* MENU */

.menu *{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.menu{
    background: #fff;
    box-shadow: rgba(0,0,0,0.20) 0px 0px 15px;
    position: fixed;
    z-index: 999999999;
    width: 100vw !important;
    top: 0;
}
.administrator .menu{
    top: 32px;
}
.customize-partial-edit-shortcuts-shown .menu{
    top: 0px;
}
.menu .container{
    width: 100%;
    max-width: 1440px;
    padding: 30px 20px 10px 20px;
    box-sizing: border-box;
    margin: 0px auto;
    text-align: center;
    display: table;
    vertical-align: middle;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.menu-top{
    margin-bottom: 35px;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.social-networks{
    display: inline-block;
    vertical-align: middle;
}
.social-networks a{
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: #b3d4d4;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 0px 4px;
    font-size: 1.3em;
    text-shadow: rgba(0,0,0,0.09) 2px 2px 0px;
}
.social-networks a:hover{
    background: #7ae1e3;
}
.social-networks a i{
    line-height: 45px;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.logo-menu, .logo-mobile{
    display: inline-block;
    background-image: url(images/logo-menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 363px;
    height: 45px;
    vertical-align: middle;
    margin: 0px 40px;
}
.search-form{
    display: inline-block;
    vertical-align: middle;
}
.search-form{
    display: inline-block;
    position: relative;
    width: 285px;
}
.search-form input{
    display: inline-block;
    line-height: 45px;
    border-radius: 100px;
    background: #b3d4d4;
    border: 0px;
    outline: none;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 0.9em;
    width: 100%;
    text-indent: 50px;
    text-shadow: rgba(0,0,0,0.09) 2px 2px 0px;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.search-form input:focus, .search-form input:hover{
    background: #7ae1e3;
}
.search-form input::placeholder{
    color: #fff;
}
.search-form i{
    width: 55px;
    line-height: 45px;
    text-align: center;
    font-size: 1.3em;
    position: absolute;
    color: #fff;
    text-shadow: rgba(0,0,0,0.09) 2px 2px 0px;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.menu-items{
    max-height: 35px;
    overflow:hidden;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.menu ul li{
    display: inline-block;
}
.menu-items ul li a{
    text-decoration: none;
    color: #444444;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    margin: 0px 12px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
    max-width: 1000px;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.menu-items ul li a i{
    margin-right: 8px;
}
.menu-items ul li span{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 3px;
    margin: 0px auto;
    background: #fff;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease
}
.menu-items ul li a:hover{
    color: #ff8b67;
}
.menu-items ul li a:hover span{
    width: 100%;
    background: #ff8b67;
}
.menu.smaller .container{
    padding: 20px 20px;
}
.menu.smaller .menu-items{
    max-height: 0;
}
.menu.smaller .menu-top{
    margin-bottom: 0px;
}
.menu.smaller:hover .container{
    padding: 30px 20px 10px 20px;
}
.menu.smaller:hover .menu-items{
    max-height: 35px;
}
.menu.smaller:hover .menu-top{
    margin-bottom: 35px;
}
.menu-open-btn, .menu-close-btn, .logo-mobile{
    display: none;
    cursor: pointer;
}
@media only screen and (max-width: 1025px){
    .social-networks a{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 1.2em;
    }
    .social-networks a i{
        line-height: 35px;
    }
    .search-form{
        display: inline-block;
        vertical-align: middle;
    }
    .search-form{
        display: inline-block;
        position: relative;
        width: 219px;
    }
    .search-form input{
        line-height: 35px;
        text-indent: 40px;
    }
    .search-form i{
        width: 45px;
        line-height: 35px;
        font-size: 1.2em;
    }
    .menu-items ul li a{
        margin: 0px 7px;
    }
}
@media only screen and (max-width: 935px){
    .menu .container, .menu.smaller .container, .menu.smaller:hover .container {
        width: 100%;
        padding: 0px 20px;
        text-align: left;
        display: block;
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }
    .menu-items, .menu.smaller .menu-items, .menu.smaller:hover .menu-items{
        max-height: none;
        overflow:hidden;
        -webkit-transition:all .25s ease;
        -ms-transition:all .25s ease;
        transition:all .25s ease;
    }
    .menu-list{
        height: 100vh;
        max-height: 0px;
        overflow: hidden;
        -webkit-transition:all .25s ease;
        -ms-transition:all .25s ease;
        transition:all .25s ease;
    }
    .menu-list.open{
        max-height: 100vh;
        -webkit-transition:all .25s ease;
        -ms-transition:all .25s ease;
        transition:all .25s ease;
    }
    .menu-top, .menu.smaller .menu-top, .menu.smaller:hover .menu-top{
        display: none;
    }
    .mobile-menu{
        display: block;
        padding: 20px 0px;
    }
    .menu-open-btn i, .menu-close-btn i{
        font-size: 1.7em;
        width: 40px;
        text-align: center;
    }
    .menu-open-btn, .logo-mobile{
        display: inline-block;
        vertical-align: middle;
    }
    .logo-mobile{
        margin: 0px 20px;
    }
    .menu-open-btn.hide{
        display: none;
    }
    .menu-close-btn.display{
        display: inline-block;
        vertical-align: middle;
    }
    .menu ul li{
        display: block;
        border-bottom: 1px solid #ececec;
    }
    .menu-items ul li a{
        text-decoration: none;
        color: #444444;
        text-transform: uppercase;
        font-family: 'Montserrat';
        font-weight: 500;
        margin: 0px;
        position: relative;
        padding: 15px 0px;
        text-indent: 10px;
        display: block;
        max-width: none;
        -webkit-transition:all .25s ease;
        -ms-transition:all .25s ease;
        transition:all .25s ease;
    }
    .menu-items ul li span{
        position: absolute;
        display: block;
        left: 0;
        right: auto;
        bottom: 0;
        width: 0px;
        height: 3px;
        margin: 0px;
        background: #fff;
        -webkit-transition:all .25s ease;
        -ms-transition:all .25s ease;
        transition:all .25s ease
    }
}
@media only screen and (max-device-width: 1081px){
    .menu .container, .menu.smaller .container, .menu.smaller:hover .container {
        width: 100%;
        padding: 0px 20px;
        text-align: left;
        display: block;
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease;
    }
    .menu-items, .menu.smaller .menu-items, .menu.smaller:hover .menu-items{
        max-height: none;
        overflow:hidden;
        -webkit-transition:all .25s ease;
        -ms-transition:all .25s ease;
        transition:all .25s ease;
    }
    .menu-list{
        height: 100vh;
        max-height: 0px;
        overflow: hidden;
        -webkit-transition:all .25s ease;
        -ms-transition:all .25s ease;
        transition:all .25s ease;
    }
    .menu-list.open{
        max-height: 100vh;
        -webkit-transition:all .25s ease;
        -ms-transition:all .25s ease;
        transition:all .25s ease;
    }
    .menu-top, .menu.smaller .menu-top, .menu.smaller:hover .menu-top{
        display: none;
    }
    .mobile-menu{
        display: block;
        padding: 20px 0px;
    }
    .menu-open-btn, .menu-close-btn{
        width: 10% !important;
    }
    .menu-open-btn i, .menu-close-btn i{
        font-size: 3em;
        width: 100% !important;
        box-sizing: border-box;
        text-align: center;
    }
    .menu-open-btn, .logo-mobile{
        display: inline-block;
        vertical-align: middle;
    }
    .logo-mobile{
        margin: 0px 20px;
        display: inline-block;
        background-image: url(images/logo-b.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 70%;
        height: auto;
        padding-top: 12.83%;
        vertical-align: middle;
}
    .menu-open-btn.hide{
        display: none;
    }
    .menu-close-btn.display{
        display: inline-block;
        vertical-align: middle;
    }
    .menu ul li{
        display: block;
        border-bottom: 1px solid #ececec;
    }
    .menu-items ul li a{
        text-decoration: none;
        color: #444444;
        text-transform: uppercase;
        font-family: 'Montserrat';
        font-weight: 500;
        margin: 0px;
        position: relative;
        padding: 25px 0px;
        font-size: 1.5em;
        text-indent: 10px;
        display: block;
        max-width: none;
        -webkit-transition:all .25s ease;
        -ms-transition:all .25s ease;
        transition:all .25s ease;
    }
    .menu-items ul li span{
        position: absolute;
        display: block;
        left: 0;
        right: auto;
        bottom: 0;
        width: 0px;
        height: 3px;
        margin: 0px;
        background: #fff;
        -webkit-transition:all .25s ease;
        -ms-transition:all .25s ease;
        transition:all .25s ease
    }
    .menu-items ul li a i{
        margin-right: 30px;
    }
    }
@media (max-device-width: 1081px) and (orientation: landscape){
    .mobile-menu {
        display: block;
        padding: 0px 0px;
    }
    .menu-open-btn, .menu-close-btn {
        width: 4% !important;
    }
    .menu-open-btn i, .menu-close-btn i {
        font-size: 1.6em;
    }
    .logo-mobile {
        width: 35%;
        height: 0;
        padding-top: 7.83%;
    }
    .menu-items ul li a {
        padding: 8px 0px;
        font-size: 1em;
    }
}

/* HEADER */

.header{
    height: 400px;
    background-image: url(images/header-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 120px;
}
.administrator .header{
    margin-top: 188px;
}
.header-pages{
    background-color: #d6d6d6;
    background-size: auto;
}
.single .header-pages{
    background-size: cover;
}
.header .rihanna{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/rihanna.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: absolute;
    bottom: 0;
}
.header .bokeh{
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/bokeh.png);
    background-repeat: repeat-x;
    background-size: cover;
    position: absolute;
    bottom: 0;
}
@media only screen and (max-width: 935px){
    .header{
        margin-top: 85px;
    }
    .administrator .header{
        margin-top: 117px;
    }
}

/* WELCOME MESSAGE */

.welcome-message{
    background-image: url(images/welcome-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.welcome-message .container{
    display: table;
    width: 100%;
    max-width: 1440px;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0px auto;
    position: relative;
    height: 255px;
    vertical-align: middle;
}
.welcome-message .text{
    display: block;
    text-align: justify;
    width: calc(100% - 390px);
    font-family: 'Montserrat';
    font-size: 1.2em;
    letter-spacing: -0.5px;
    line-height: 1.6em;
    margin-top: 28px;
}
.welcome-message .rihanna{
    background-image: url(images/rihanna-welcome.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 330px;
    height: 277px;
    position: absolute;
    bottom: 0;
    right: 20px;
}
@media only screen and (max-width: 1175px){
    .welcome-message .rihanna{
        width: 250px;
        background-size: contain;
    }
    .welcome-message .text{
        width: calc(100% - 270px);
    }
}
@media only screen and (max-width: 1055px){
    .welcome-message .container{
        padding: 20px;
        height: auto;
    }
    .welcome-message .rihanna{
        display: none;
    }
    .welcome-message .text{
        width: 100%;
    }
}

/* NOTICIAS PRINCIPAL */

.noticias-principal{
    width: 100%;
    max-width: 1440px;
    padding: 35px 20px;
    box-sizing: border-box;
    margin: 0px auto;
}
.noticias-principal .wrap{
    margin-top: 35px;
    margin-bottom: 35px;
    overflow: visible;
}
.noticias-principal .wrap .post{
    display: block;
    background: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(0,0,0,0.04) 0px 0px 15px;
}
.noticias-principal .wrap .post .fimg{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.noticias-principal .wrap .post .degrade{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.noticias-principal .wrap .post .date{
    display: inline-block;
    padding: 0px 12px;
    line-height: 50px;
    background: #fff;
    position: absolute;
    font-family: 'Montserrat';
    font-size: 1.37em;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.noticias-principal .wrap .post .content{
    display: block;
    padding: 20px;
    color: #2d2d2d;
    background: rgba(255,255,255,0.8);
    text-shadow: rgba(255,255,255,0.7) 1px 1px 1px;
    font-family: 'Lato';
    font-size: 1em;
    font-weight: 400;
    position: absolute;
    box-sizing: border-box;
    text-align: justify;
}
.noticias-principal .wrap .post .content .excerpt{
    overflow: hidden;
}
.noticias-principal .wrap .post .content .excerpt p{
    margin: 0px;
}
.noticias-principal .wrap .post .title{
    display: inline-block;
    padding: 6px;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: rgba(0,0,0,0.1) 2px 2px 0px;
    margin: 0px;
    margin-bottom: 10px;
    white-space: normal;
    text-align: left;
}
.noticias-principal .wrap .post .date span{
    display: block;
    position: absolute;
    width: 60%;
    height: 5px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.noticias-principal .wrap .post .overlay{
    display: table;
    width: 100.2%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    background: rgba(255,255,255,0.7);
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.noticias-principal .wrap .post .overlay .overlay-content{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.noticias-principal .wrap .post:hover .overlay{
    opacity: 1;
}
.noticias-principal .wrap .post .overlay{
    color:  #444444;
    font-family: 'Montserrat';
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.noticias-principal .wrap .post .overlay i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #444444;
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    border-radius: 200px;
}
.noticias-principal .wrap .post:nth-child(1){
    width: 63.57%;
    height: 400px;
    margin-bottom: 10px;
    float: left;
    background-position: bottom center;
}
.noticias-principal .wrap .post:nth-child(1) .title{
    margin-top: -40px;
}
.noticias-principal .wrap .post:nth-child(1) .content{
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.noticias-principal .wrap .post:nth-child(2){
    width: 35.71%;
    height: 300px;
    margin-bottom: 10px;
    float: right;
    background-position: left center;
    background-size: auto;
}
.noticias-principal .wrap .post:nth-child(2) .fimg{
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
}
.noticias-principal .wrap .post:nth-child(2) .title{
    margin-top: 0px;
    width: 110%;
    font-size: 1.25em;
    float: left;
}
.noticias-principal .wrap .post:nth-child(2) .excerpt{
    float: left;
}
.noticias-principal .wrap .post:nth-child(2) .content{
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
}
.noticias-principal .wrap .post:nth-child(3){
    width: 35.71%;
    height: 420px;
    float: right;
    background-position: right center;
}
.noticias-principal .wrap .post:nth-child(3) .fimg{
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
}
.noticias-principal .wrap .post:nth-child(3) .title{
    margin-top: 0px;
    width: 125%;
    font-size: 1.25em;
    float: right;
}
.noticias-principal .wrap .post:nth-child(3) .excerpt{
    float: right;
}
.noticias-principal .wrap .post:nth-child(3) .content{
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
}
.noticias-principal .wrap .post:nth-child(4){
    width: 32.5%;
    margin-right: 10px;
    height: 320px;
    margin-bottom: 10px;
    float: left;
    background-position: bottom center;
}
.noticias-principal .wrap .post:nth-child(4) .title{
    margin-top: -40px;
    font-size: 1.25em;
}
.noticias-principal .wrap .post:nth-child(4) .content{
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.noticias-principal .wrap .post:nth-child(5){
    width: 30.35%;
    height: 320px;
    margin-bottom: 10px;
    float: left;
    background-position: -100px center;
}
.noticias-principal .wrap .post:nth-child(5) .fimg{
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
}
.noticias-principal .wrap .post:nth-child(5) .title{
    margin-top: 0px;
    width: 110%;
    font-size: 1.25em;
    float: left;
}
.noticias-principal .wrap .post:nth-child(5) .excerpt{
    float: left;
}
.noticias-principal .wrap .post:nth-child(5) .content{
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
}
.noticias-principal .wrap .post:nth-child(6){
    width: calc(50% - 5px);
    height: 250px;
    float: left;
    background-position: right center;
    background-size: 120%;
}
.noticias-principal .wrap .post:nth-child(6) .fimg{
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
}
.noticias-principal .wrap .post:nth-child(6) .title{
    margin-top: 0px;
    width: 115%;
    font-size: 1.25em;
    float: right;
}
.noticias-principal .wrap .post:nth-child(6) .excerpt{
    float: right;
}
.noticias-principal .wrap .post:nth-child(6) .content{
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
}
.noticias-principal .wrap .post:nth-child(7){
    width: calc(50% - 5px);
    height: 250px;
    float: right;
    background-position: right center;
    background-size: 120%;
}
.noticias-principal .wrap .post:nth-child(7) .fimg{
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
}
.noticias-principal .wrap .post:nth-child(7) .title{
    margin-top: 0px;
    width: 115%;
    font-size: 1.25em;
    float: right;
}
.noticias-principal .wrap .post:nth-child(7) .excerpt{
    float: right;
}
.noticias-principal .wrap .post:nth-child(7) .content{
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
}
.noticias-principal .wrap .post:nth-child(1) .degrade, .noticias-principal .wrap .post:nth-child(3) .degrade, .noticias-principal .wrap .post:nth-child(6) .degrade{
    background: -moz-linear-gradient(top, rgba(252,81,106,0) 0%, rgba(252,81,106,0) 30%, rgba(252,81,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,81,106,0) 0%,rgba(252,81,106,0) 30%,rgba(252,81,106,1) 100%);
    background: linear-gradient(to bottom, rgba(252,81,106,0) 0%,rgba(252,81,106,0) 30%,rgba(252,81,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fc516a', endColorstr='#fc516a',GradientType=0 );
}
.noticias-principal .wrap .post:nth-child(1) .date, .noticias-principal .wrap .post:nth-child(3) .date, .noticias-principal .wrap .post:nth-child(6) .date{
    color: #fc516a;
}
.noticias-principal .wrap .post:nth-child(1) .date span, .noticias-principal .wrap .post:nth-child(3) .date span, .noticias-principal .wrap .post:nth-child(6) .date span,
.noticias-principal .wrap .post:nth-child(1) .title, .noticias-principal .wrap .post:nth-child(3) .title, .noticias-principal .wrap .post:nth-child(6) .title{
    background: #fc516a;
}
.noticias-principal .wrap .post:nth-child(2) .degrade, .noticias-principal .wrap .post:nth-child(5) .degrade{
    background: -moz-linear-gradient(top, rgba(255,139,103,0) 0%, rgba(255,139,103,0) 30%, rgba(255,139,103,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,139,103,0) 0%,rgba(255,139,103,0) 30%,rgba(255,139,103,1) 100%);
    background: linear-gradient(to bottom, rgba(255,139,103,0) 0%,rgba(255,139,103,0) 30%,rgba(255,139,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8b67', endColorstr='#ff8b67',GradientType=0 );
}
.noticias-principal .wrap .post:nth-child(2) .date, .noticias-principal .wrap .post:nth-child(5) .date{
    color: #ff8b67;
}
.noticias-principal .wrap .post:nth-child(2) .date span, .noticias-principal .wrap .post:nth-child(5) .date span,
.noticias-principal .wrap .post:nth-child(2) .title, .noticias-principal .wrap .post:nth-child(5) .title{
    background: #ff8b67;
}
.noticias-principal .wrap .post:nth-child(4) .degrade, .noticias-principal .wrap .post:nth-child(7) .degrade{
    background: -moz-linear-gradient(top, rgba(122,225,227,0) 0%, rgba(122,225,227,0) 30%, rgba(122,225,227,1) 100%);
    background: -webkit-linear-gradient(top, rgba(122,225,227,0) 0%,rgba(122,225,227,0) 30%,rgba(122,225,227,1) 100%);
    background: linear-gradient(to bottom, rgba(122,225,227,0) 0%,rgba(122,225,227,0) 30%,rgba(122,225,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ae1e3', endColorstr='#7ae1e3',GradientType=0 );
}
.noticias-principal .wrap .post:nth-child(4) .date, .noticias-principal .wrap .post:nth-child(7) .date{
    color: #7ae1e3;
}
.noticias-principal .wrap .post:nth-child(4) .date span, .noticias-principal .wrap .post:nth-child(7) .date span,
.noticias-principal .wrap .post:nth-child(4) .title, .noticias-principal .wrap .post:nth-child(7) .title{
    background: #7ae1e3;
}
.noticias-principal .wrap .post:nth-child(1) .date, .noticias-principal .wrap .post:nth-child(3) .date, .noticias-principal .wrap .post:nth-child(6) .date, .noticias-principal .wrap .post:nth-child(7) .date{
    left: 10px;
    top: 10px;
}
.noticias-principal .wrap .post.sticky:nth-child(1):before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f08d";
    position: absolute;
    left: 10px;
    top: 10px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background: #fc516a;
    color: #fff;
    font-size: 1.5em;
    text-shadow: rgba(0,0,0,0.1) 2px 2px 0px;
    z-index: 1;
}
.noticias-principal .wrap .post.sticky:nth-child(1) .date{
    left: 70px;
    top: 10px;
}
.noticias-principal .wrap .post:nth-child(2) .date, .noticias-principal .wrap .post:nth-child(4) .date, .noticias-principal .wrap .post:nth-child(5) .date{
    right: 10px;
    top: 10px;
}
.noticias-principal .wrap .post:nth-child(1) .excerpt{
    overflow: hidden;
    max-height: 75px;
}
.noticias-principal .wrap .post:nth-child(2) .excerpt{
    overflow: hidden;
    max-height: 50%;
}
.noticias-principal .wrap .post:nth-child(3) .excerpt{
    overflow: hidden;
    max-height: 71%;
}
.noticias-principal .wrap .post:nth-child(4) .excerpt{
    overflow: hidden;
    max-height: 75px;
}
.noticias-principal .wrap .post:nth-child(5) .excerpt{
    overflow: hidden;
    max-height: 54%;
}
.noticias-principal .wrap .post:nth-child(6) .excerpt{
    overflow: hidden;
    max-height: 65%;
}
.noticias-principal .wrap .post:nth-child(7) .excerpt{
    overflow: hidden;
    max-height: 65%;
}

.page_list li, li, a li {
    list-style: none !important;
}

.page_list h2 {
    text-transform: uppercase;
}

.page_list a {
    text-decoration: none !important;
}

.page_list p {
    text-decoration: none !important;
    color: #000;
    border-bottom: 0px !important;
    font-weight: 400;
}

img.albumcover {
    width: 23.5% !important;
    float: left;
    margin: 5px;
}

@media only screen and (max-width: 1310px){
    .noticias-principal{
        width: 100%;
        max-width: 1440px;
        padding: 35px 31px 35px 20px;
        box-sizing: border-box;
        margin: 0px auto;
    }
    .noticias-principal .wrap .post:nth-child(1){
        width: 100%;
        height: 500px;
        margin-bottom: 10px;
        float: none;
        background-position: center;
        background-size: cover !important;
    }
    .noticias-principal .wrap .post:nth-child(2), .noticias-principal .wrap .post:nth-child(4), .noticias-principal .wrap .post:nth-child(6){
        display: inline-block;
        height: 400px;
        width: calc(50% - 5px);
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        float: left;
        background-position: center;
        background-size: cover !important;
        box-sizing: border-box;
    }
    .noticias-principal .wrap .post:nth-child(3), .noticias-principal .wrap .post:nth-child(5), .noticias-principal .wrap .post:nth-child(7){
        display: inline-block;
        height: 400px;
        width: calc(50% - 5px);
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        float: right;
        background-position: center;
        background-size: cover !important;
        box-sizing: border-box;
    }
    .noticias-principal .wrap .post .content{
        width: 100% !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        height: auto !important;
    }
    .noticias-principal .wrap .post .excerpt {
        overflow: hidden !important;
        max-height: 75px !important;
    }
    .noticias-principal .wrap .post .title {
        margin-top: -40px !important;
        width: auto !important;
        float: none !important;
        word-break: normal !important;
    }
    .noticias-principal .wrap .post .fimg, .noticias-principal .wrap .post:nth-child(2) .fimg, .noticias-principal .wrap .post:nth-child(3) .fimg, .noticias-principal .wrap .post:nth-child(4) .fimg, .noticias-principal .wrap .post:nth-child(5) .fimg, .noticias-principal .wrap .post:nth-child(6) .fimg, .noticias-principal .wrap .post:nth-child(7) .fimg{
        width: 100%;
    }
}
@media only screen and (max-device-width: 1081px){
    .noticias-principal{
        width: 100%;
        max-width: 1440px;
        padding: 20px !important;
        box-sizing: border-box;
        margin: 0px auto;
    }
    .noticias-principal .wrap .post:nth-child(1){
        width: 100%;
        height: 600px;
        margin-bottom: 10px;
        float: none;
        background-position: center;
        background-size: cover !important;
    }
    .noticias-principal .wrap .post{
        display: block !important;
        height: 600px !important;
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 10px !important;
        float: none !important;
        background-position: center !important;
        background-size: cover !important;
        box-sizing: border-box !important;
    }
    .noticias-principal .wrap .post .fimg, .noticias-principal .wrap .post:nth-child(2) .fimg, .noticias-principal .wrap .post:nth-child(3) .fimg, .noticias-principal .wrap .post:nth-child(4) .fimg, .noticias-principal .wrap .post:nth-child(5) .fimg, .noticias-principal .wrap .post:nth-child(6) .fimg, .noticias-principal .wrap .post:nth-child(7) .fimg{
        width: 100%;
    }
    .noticias-principal .wrap .post .content{
        width: 100% !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        height: auto !important;
    }
    .noticias-principal .wrap .post .excerpt {
        overflow: hidden !important;
        max-height: 150px !important;
    }
    .noticias-principal .wrap .post .title {
        margin-top: -40px !important;
        width: auto !important;
        float: none !important;
        word-break: normal !important;
    }
    .noticias-principal .wrap .post .overlay i{
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 1.3em;
    }
}



/* REDES SOCIALES */

.agendavideo .title{
    margin-bottom: 20px;
}
.redes-sociales .container{
    display: table;
    width: 100%;
    max-width: 1440px;
    padding: 0px 20px;
    box-sizing: border-box;
    margin: 0px auto;
    position: relative;
    vertical-align: middle;
    margin: 30px auto;
}
.redes-sociales .container .cell:nth-child(1){
    width: 33%;
    padding-right: 5px;
    text-align: right;
}
.redes-sociales .container .cell:nth-child(2){
    width: 33%;
    padding-left: 5px;
    padding-right: 5px;
}
.redes-sociales .container .cell:nth-child(3){
    width: 33%;
    padding-left: 5px;
}
.redes-sociales .container .cell .box{
    display: table;
    width: 100%;
    height: 375px;
    background: #f1f1f1;
}
.redes-sociales .container .cell:nth-child(1) .box{
    background-image: url(images/supportrih.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-color: #f1f1f1;
}
.redes-sociales .container .cell:nth-child(1) .box .content{
    width: 62%;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.redes-sociales .container .cell:nth-child(1) .box .content .apoyo-title{
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: -0.8px;
    font-family: 'Montserrat';
    text-align: center;
}
.redes-sociales .container .cell:nth-child(1) .box .content .apoyo-title strong{
    font-size: 3.3em;
    display: block;
    text-align: center;
    line-height: 0.8em;
    font-weight: 700;
    background: -webkit-linear-gradient(#ff8a67, #fc526a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.redes-sociales .container .cell:nth-child(1) .box .content .apoyo-description{
    background: rgba(255,255,255,0.7);
    box-shadow: rgba(0,0,0,0.05) 0px 0px 10px;
    text-align: justify;
    padding: 10px 14px;
    margin: 10px;
    font-weight: 400;
    line-height: 1em;
}
.redes-sociales .container .cell:nth-child(1) .box .content .apoyo-read-more-btn{
    padding: 8px 10px;
    color: #fff;
    background: #444444;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-right: 10px;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Montserrat';
    letter-spacing: -1px;
}
.redes-sociales .container .cell:nth-child(1) .box .content .apoyo-read-more-btn i {
    margin-left: 10px;
}
.redes-sociales .container .cell:nth-child(2) .box, .redes-sociales .container .cell:nth-child(3) .box{
    box-sizing: border-box;
    padding: 5px;
}
.redes-sociales .container .cell .box .network-title{
    display: inline-block;
    text-align: center;
    padding: 6px 10px;
    margin: 8px 0px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: -0.5px;
    color: #fff;
    text-shadow: rgba(0,0,0,0.1) 2px 2px 0px;
}
.redes-sociales .container .cell .box .network-title i{
    margin-right: 10px;
}
.redes-sociales .container .cell:nth-child(2) .box .network-title{
    background: #7ae1e3;
}
.redes-sociales .container .cell:nth-child(3) .box .network-title{
    background: #ff8b67;
}
.redes-sociales .twitter-container{
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px 5px 0px 10px;
    box-sizing: border-box;
}
.redes-sociales .twitter-container .aptf-single-tweet-wrapper{
    padding: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #d7d7d7;
    box-sizing: border-box;
    background: rgba(255,255,255,0.6);
    text-align: left;
    margin-bottom: 5px;
}
.redes-sociales .twitter-container .aptf-single-tweet-wrapper:last-child{
    margin-bottom: 0px;
}
.redes-sociales .apif-masonry-box {
    padding: 2.5px;
}
span.apif-ins-link, span.apif-ins-video-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: table;
}
.apif-overlay-cont-block a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.apif-grid-view .coment-like {
    display: none;
}
.apif-overlay-cont-block a i {
    font-size: 2em;
    color: rgba(255,255,255,0.8);
}
.apif-featimg {
    max-width: 100px !important;
    max-height: 100px !important;
}
@media only screen and (max-width: 1081px){
    .redes-sociales .container{
        display: block;
        padding: 20px !important;
        margin: 0px;
    }
    .redes-sociales .container .row, 
    .redes-sociales .container .cell{
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
    }
    .redes-sociales .container .cell:nth-child(1){
        width: 100%;
        padding-right: 0px;
        text-align: right;
        display: block;
        margin-bottom: 10px;
    }
    .redes-sociales .container .cell:nth-child(2){
        width: calc(50% - 5px);
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 5px;
    }
    .redes-sociales .container .cell:nth-child(3){
        width: calc(50% - 5px);
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 5px;
    }
    .redes-sociales .container .cell:nth-child(1) .box:nth-child(1){
        height: auto;
        padding: 20px 0px;
        background-size: 40%;
    }
    .redes-sociales .container .cell:nth-child(1) .box .content{
        width: 75%;
    }
    .redes-sociales .container .cell .box .network-title{
        margin: 0px 0px 10px 0px;
        display: block;
    }
    .redes-sociales .container .cell:nth-child(2) .box, .redes-sociales .container .cell:nth-child(3) .box{
        box-sizing: border-box;
        padding: 0px;
    }
    .redes-sociales .container .apif-wrapper{
        padding: 0px 10px;
    }
}
@media only screen and (max-device-width: 1081px){
    .redes-sociales .container .cell .box:nth-child(1){
        background-size: contain;
    }
    .redes-sociales .container .cell .box .network-title span{
        display: none;
    }
    .redes-sociales .container .cell:nth-child(2) .box:nth-child(1),
    .redes-sociales .container .cell:nth-child(3) .box:nth-child(1){
        height: 390px;
    }
}

/* #Latest Pics*/

.latestphotos{
    background-image: url(images/latestpics-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.latestphotos .container{
    display: block;
    width: 100%;
    max-width: 1440px;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0px auto;
}
.latestphotos .description{
    font-family: 'Montserrat';
    font-size: 1.2em;
    letter-spacing: -0.5px;
    line-height: 1.6em;
    margin: 15px 0px;
}
.latestphotos li.movement-on-hover.apif_low_resolution:hover figure .apif-overlay-cont-block {
    padding-top: 0px;
    height: 100%;
    box-sizing: border-box;
    display: table;
}
.movement-on-hover figure .apif-overlay-cont-block{
    display: table;
}
.latestphotos span.apif-ins-link {
    display: table-row;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    position: static;
}
.latestphotos span.apif-ins-link a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.latestphotos .movement-on-hover span.apif-ins-link {
    display: table-row;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: static;
    top: 0px;
    right: 0px;
}
.latestphotos .movement-on-hover span.apif-ins-link a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.latestphotos .movement-on-hover span.apif-ins-link a i {
    font-size: 2em;
    color: rgba(255,255,255,0.8);
}
.latestphotos .coment-like{
    width: 0px !important;
    height: 0px !important;
    opacity: 0 !important;
    font-size: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.ap_slider_wrapper .apif_low_resolution figure {
    width: 196px;
    height: 196px;
    margin-right: 5px;
    position: relative;
}
.ap_slider_wrapper .apif_low_resolution:last-child figure {
    margin-right: 0px;
}
@media only screen and (max-width: 1081px){
.latestphotos .container{
    padding: 20px 31px 20px 20px !important;
}
}
@media only screen and (max-device-width: 1081px){
}

/* SINGLE POSTS */
body.single-post, body.page{
    background: #fafafa;
}
.noticias-single{
    width: 100%;
    max-width: 1440px;
    padding: 35px 20px;
    box-sizing: border-box;
    margin: 0px auto;
    display: table;
}
.title-single{
    width: 100%;
    max-width: 1440px;
    padding: 35px 20px 0px 20px;
    box-sizing: border-box;
    margin: 0px auto;
    display: table;
}
.noticias-single .wrap{
    display: table-cell;
    width: 67%;
    box-sizing: border-box;
    vertical-align: top;
}
.noticias-single .sidebar{
    display: table-cell;
    width: 33%;
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 10px;
}
.noticias-single img, .wp-caption{
    max-width: 100% !important;
    width: unset !important;
    height: auto !important;
    text-align: center;
    align-self: center;
}
.post-single{
    background: #fff;
    box-shadow: rgba(0,0,0,0.04) 0px 0px 15px;
    text-align: justify;
    margin-bottom: 10px;
    position: relative;
}
.post-single:last-child{
    margin-bottom: 0px;
}
.post-single .thumb{
    height: 325px;
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
}
.post-single .date{
    display: inline-block;
    padding: 0px 12px;
    background: #fff;
    position: absolute;
    font-family: 'Montserrat';
    font-size: 1.37em;
    font-weight: 700;
    letter-spacing: -0.5px;
    top: 10px;
    left: 10px;
    color: #fc516a;
    line-height: 50px;
}
.post-single .date span{
    display: block;
    position: absolute;
    width: 60%;
    height: 5px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0px auto;
    background: #fc516a;
}
.post-single.sticky:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f08d";
    position: absolute;
    left: 10px;
    top: 10px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background: #fc516a;
    color: #fff;
    font-size: 1.5em;
    text-shadow: rgba(0,0,0,0.1) 2px 2px 0px;
    z-index: 9;
}
.post-single.sticky .date{
    left: 70px;
    top: 10px;
}
.post-single .post-title{
    line-height: 38px;
    background: #fc516a;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: rgba(0,0,0,0.1) 2px 2px 0px;
    padding: 0px 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: -19px;
    left: 10px;
}
.post-single .post-title a{
    color: #fff;
    text-decoration: none;
}
.post-single .post-content{
    padding: 20px 25px 15px 25px;
}
.post-single .post-content blockquote{
    background: #f0f0f0;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin-right: 0px;
    margin-left: 90px;
}
.post-single .post-content blockquote:before{
    content: '';
    display: block;
    width: 40px;
    height: 34px;
    background-image: url(images/quote.png);
    position: absolute;
    left: -68px;
    top: 0;
}
.post-single .post-content blockquote:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #ff8b67;
}
.glass img{
    display: block;
	-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
	opacity: 1;
    border: 0px;
    box-sizing: border-box;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.glass img:hover{
    border: 0px;
}
.glass:before{
    z-index: 1;
    opacity: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.2) 49.99%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.2) 49.99%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.2) 49.99%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%);
}
.glass:hover:before{
    opacity: 1;
}
.glass:hover{
    border: 5px solid #fc516a;
}
.glass{
    display: inline-block;
    position: relative;
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
	opacity: 0.7;
    border: 5px solid #767676;
    margin: 5px;
}
.glass:hover{
	-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
	opacity: 1;
}
.glass img{
    display: block;
}
.glass:before{
    opacity: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.2) 49.99%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.2) 49.99%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.2) 49.99%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0) 100%);
}
.glass:hover:before{
    opacity: 1;
}
.glass:hover{
    border: 5px solid #fc516a;
}
.post-single .share{
    line-height: 35px;
    text-align: right;
    color: #fff;
    background: #fc516a;
    font-size: 0.8em;
    text-transform: uppercase;
    padding-right: 1px;
}
.post-single .share i{
    margin-right: 8px;
}
.post-single .share a{
    color: #fff;
    line-height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    background: #323232;
    margin: 0px 4px;
}
.post-single .share a i{
    margin-right: 0px;
    line-height: 24px;
}
.sidebar .widget{
    background: #fff;
    box-shadow: rgba(0,0,0,0.04) 0px 0px 15px;
    padding: 25px;
    margin-bottom: 10px;
    text-align: justify;
}
.sidebar .widget:last-child{
    margin-bottom: 0px;
}
.sidebar .widget .widget-title{
    padding: 0px 0px 15px 0px;
    font-family: 'Montserrat';
    font-size: 1.37em;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #ff8b67;
    text-align: center;
}
.sidebar .widget:nth-child(even) .widget-title{
    color: #7ae1e3;
}
.sidebar .widget .widget-deco{
    display: block;
    width: 120px;
    height: 5px;
    margin: 0px auto 10px auto;
    background: #ff8b67;
}
.sidebar .widget:nth-child(even) .widget-deco{
    background: #7ae1e3;
}
.widget img{
    box-shadow: rgba(0,0,0,0.04) 0px 0px 15px;
    margin: 10px 0px;
}
.widget ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.widget blockquote, .widget li{
	display: block;
	background-color: #f0f0f0;
	padding: 14px;
	margin: 10px 0px;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.widget blockquote i, .widget li i{
	margin-right: 5px;
}
.widget blockquote:hover, .widget li:hover{
	background-color: #ff8b67;
	color: #FFF;
}
.widget:nth-child(even) blockquote:hover, .widget:nth-child(even) li:hover{
	background-color: #7ae1e3;
	color: #FFF;
}
.widget blockquote:hover a, .widget li:hover a, .widget blockquote:hover i, .widget li:hover i{
	color: #fff;
}
.page-navi{
    background: #fff;
    box-shadow: rgba(0,0,0,0.04) 0px 0px 15px;
    text-align: center;
    margin: 10px 0px;
    padding: 20px;
}
.page-navi a, .page-navi span{
    display: inline-block;
    background: #fff;
    padding: 10px;
    border: 1px solid #e9e9e9;
    text-decoration: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.page-navi .pages{
    background: #444444;
    color: #FFF;
    border: 1px solid #444444;
    font-weight: 700;
}
.page-navi .current{
    background: #e9e9e9;
}
.page-navi a:hover{
    background: #fc516a;
    border: 1px solid #fc516a;
    color: #fff;
}
.youtube-video {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}
.youtube-video iframe, .youtube-video object, .youtube-video embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
@media only screen and (max-device-width: 1081px){
    .title-single .right{
        display: none;
    }
    .noticias-single, .noticias-single .wrap, .noticias-single .sidebar{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .post-single .post-title {
        line-height: 50px;
        padding: 15px;
        bottom: -30px;
        left: 10px;
        right: 10px;
    }
    .post-single .thumb {
        height: 500px;
    }
    .post-single .post-content {
        padding: 20px 25px 15px 25px;
        font-size: 1.2em;
    }
    .post-single .share {
        line-height: 1;
        text-align: center;
        color: #fff;
        background: #fc516a;
        font-size: 1.2em;
        text-transform: uppercase;
        padding: 15px;
    }
    .post-single .share i{
        margin-right: 10px;
    }
    .post-single .share a{
        line-height: 80px;
        width: 80px;
        margin: 0px 5px;
    }
    .post-single .share a i{
        margin-right: 0px;
        line-height: 80px;
    }
    .sidebar .widget .widget-title {
        padding: 15px 0px 15px 0px;
        font-size: 1.9em;
    }
    .sidebar .widget .widget-deco {
        width: 180px;
        height: 10px;
        margin: 0px auto 20px auto;
    }
    .sidebar .widget .content {
        font-size: 1.2em;
    }
    .widget blockquote, .widget li {
        padding: 35px;
    }
}

/* COMMENTS */

.comments-box{
    background: #fff;
    box-shadow: rgba(0,0,0,0.04) 0px 0px 15px;
    text-align: justify;
    margin-bottom: 10px;
}
.comments-box a{
	text-decoration: underline;
}
.comments-box h3{
    display: block;
    font-family: 'Montserrat';
    font-size: 1.37em;
    font-weight: 700;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #e9e9e9 !important;
    text-transform: uppercase;
    width: 100%;
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
}
.comments-box textarea{
    display: block;
    width: 70%;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 10px;
    outline: none;
    font-family: 'Lato';
    color: #444444;
    font-size: 1em;
    box-sizing: border-box;
}
.comments-box .submit{
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: -1px;
    padding: 8px 10px;
    color: #fff;
    background: #444444;
    display: inline-block;
    font-size: 1.2em;
    margin-right: 10px;
    text-decoration: none;
    border: 0px;
}
.commentlist{
	list-style: none;
	margin: 0px;
	padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
	text-align: justify;
}
.comment-form{
	list-style: none;
	margin: 0px;
	padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
	text-align: center;
}
.comment-form-comment label{
    display: block;
}
.commentlist ul, .commentlist li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.comment-body{
	background-color: #f7f7f7;
	margin-bottom: 5px;
	padding: 10px;
    border: 1px solid #e9e9e9;
}
.comment-body img{
	display: none;
}
.commentlist li .children .comment-body{
	padding-left: 60px;
	background-image: url(images/reply-icon.png?1.1.0);
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
.comment-body cite{
	font-weight: bold;
	font-style: normal;
}
.comment-body a{
	font-weight: bold;
	font-style: normal;
}
@media only screen and (max-device-width: 1081px){
    .comments-box textarea{
        width: 100%;
        font-size: 1.2em;
    }
    .comments-box{
        font-size: 1.2em;
    }
}

/* PAGES */
.page-content, .editorial-content{
    background: #fff;
    box-shadow: rgba(0,0,0,0.04) 0px 0px 15px;
    text-align: justify;
    margin-bottom: 10px;
    position: relative;
    padding: 20px;
}
.aitana-bio-img{
    background-size: cover;
    position: relative;
    width: 100%;
    padding-top: 35.71%;
    box-shadow: rgba(0,0,0,0.04) 0px 0px 15px;
    margin-bottom: 20px;
}
.aitana-bio-img .ig-link{
    display: block;
    position: absolute;
    left: 77.42%;
    top: 71.6%;
    width: %;
    height: %;
}
.aitana-bio-img .ig-link{
    display: block;
    position: absolute;
    left: 77.42%;
    top: 71.6%;
    width: 9.86%;
    height: 6%;
}
.aitana-bio-img .tw-link{
    display: block;
    position: absolute;
    left: 77.42%;
    top: 76.6%;
    width: 7.14%;
    height: 6%;
}
.pages-wrapper{
    width: 100%;
    max-width: 1440px;
    padding: 0px 31px 35px 20px;
    box-sizing: border-box;
    margin: 0px auto;
}
.music-content{
    background: #fff;
    box-shadow: rgba(0,0,0,0.04) 0px 0px 15px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.music-content .title{
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 1.5em;
}
.music-content div{
    overflow: auto;
}
.music-item{
    display: table;
    width: 100%;
}
.music-item .cell{
    padding: 20px;
    vertical-align: top;
}
.music-item .cell:first-child{
    width: 54%;
}
.noticias-single .music-thumb{
    width: 225px !important;
    float: left;
    box-shadow: rgba(0,0,0,0.04) 0px 0px 15px;
    margin-right: 10px;
}
.music-item h1, .music-item h2 {
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    padding: 5px 8px;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    max-width: 63%;
    text-align: left;
    text-shadow: rgba(0,0,0,0.1) 2px 2px 0px;
}
.music-item h1{
    background: #fc516a;
}
.music-item h2{
    background: #ff8b67;
}
.music-lyrics{
    background: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    max-height: 0px;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.music-lyrics.open{
    background: #fafafa;
    border: 1px solid #d1d1d1;
    padding: 15px 0px 15px 15px;
    max-height: 200px;
    box-sizing: border-box;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.music-item ul{
    list-style: none;
    margin: 0px;
    padding: 0px 10px;
}
.music-item li{
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
}
.tracklist-title{
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0px;
    color: #444444;
}
.tracklist-title span{
    float: right;
}
.tracklist-title span i{
    margin-left: 6px;
}
.tracklist-title .close-lyrics{
    display: none;
}
.tracklist-lyrics{
    max-height: 0px;
    overflow-y: hidden !important;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.tracklist-lyrics.open{
    max-height: 3000px;
    overflow-y: hidden !important;
    box-sizing: border-box;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
}
.lyrics-close-link, .lyrics-link, .music-lyrics .fa-times-circle{
    cursor: pointer;
}
.lyrics-close-link{
    display: none;
}
.tracklist-title .song-title {
    float: none;
    max-width: 72%;
    display: inline-block;
}
.display{
    display: inline-block !important;
}
.hide{
    display: none !important;
}
@media only screen and (max-width: 1375px){
    .music-item{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .music-item .cell{
        padding: 20px;
        vertical-align: top;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .music-item .cell:first-child{
        width: 100%;
        box-sizing: border-box;
    }
    .music-lyrics.open{
        max-height: 500px;
    }
    .music-item h1, .music-item h2 {
        max-width: calc(100% - 255px);
        font-size: 1.3em;
    }
}
@media only screen and (max-device-width: 1081px){
    .page-content p, .music-item{
        font-size: 1.2em;
    }
    .noticias-single .music-thumb{
        width: 100% !important;
        float: none;
        box-shadow: rgba(0,0,0,0.04) 0px 0px 30px;
        margin-right: 0px;
    }
    .thumb-container{
        display: block;
        position: relative;
        margin-bottom: -20px;
    }
    .song-container{
        position: absolute;
        left: 20px;
        margin-right: 20px;
        bottom: 20px;
    }
    .music-item h1, .music-item h2 {
        max-width: 100%;
        padding: 10px 25px;
    }
    .music-lyrics.open{
        max-height: 700px;
    }
    .music-item h1 {
        font-size: 2em;
    }
    .music-item h2 {
        font-size: 1.8em;
    }
}
.agenda-content{
    text-align: left;
    display: flex;
    flex-flow: row wrap;
}
.agenda-content .item{
    display: inline-block;
    background: #fff;
    text-align: left;
    color: #444444;
    font-family: 'Montserrat';
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    box-shadow: rgba(0,0,0,0.05) 0px 0px 15px;
    width: calc(50% - 5px);
    margin-right: 5px;
    position: relative;
}
.agenda-content .item:nth-child(even){
    margin-left: 5px;
    margin-right: 0px;
}
.agenda-content .item strong{
    color: #444444;
}
.agenda-content .item .content{
    padding-bottom: 68px;
}
.agenda-content .event-date{
    display: table;
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
}
.agenda-content .event-date .date, .agenda-content .event-date .time{
    display: table-row;
    font-size: 1.3em;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    text-shadow: rgba(0,0,0,0.1) 2px 2px 0px;
}
.agenda-content .event-date .date{
    background: rgba(255,139,103,0.8);
}
.agenda-content .event-date .time{
    background: rgba(252,81,106,0.8);
}
.agenda-content .event-date i{
    margin-right: 6px;
}
.agenda-content .item .photo{
    display: block;
    float: left;
    width: 150px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    margin-right: 10px;
}
.agenda-content .item span a{
    color: #fff;
    text-decoration: none;
}
.agenda-content .item .photo span{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(122,225,227,0) 0%, rgba(122,225,227,0) 30%, rgba(122,225,227,1) 100%);
    background: -webkit-linear-gradient(top, rgba(122,225,227,0) 0%,rgba(122,225,227,0) 30%,rgba(122,225,227,1) 100%);
    background: linear-gradient(to bottom, rgba(122,225,227,0) 0%,rgba(122,225,227,0) 30%,rgba(122,225,227,1) 100%);
}
.agenda-content .item:nth-child(2) .photo span,
.agenda-content .item:nth-child(5) .photo span,
.agenda-content .item:nth-child(8) .photo span,
.agenda-content .item:nth-child(11) .photo span,
.agenda-content .item:nth-child(14) .photo span,
.agenda-content .item:nth-child(17) .photo span{
    background: -moz-linear-gradient(top, rgba(255,139,103,0) 0%, rgba(255,139,103,0) 30%, rgba(255,139,103,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,139,103,0) 0%,rgba(255,139,103,0) 30%,rgba(255,139,103,1) 100%);
    background: linear-gradient(to bottom, rgba(255,139,103,0) 0%,rgba(255,139,103,0) 30%,rgba(255,139,103,1) 100%);
}
.agenda-content .item:nth-child(3) .photo span,
.agenda-content .item:nth-child(6) .photo span,
.agenda-content .item:nth-child(9) .photo span,
.agenda-content .item:nth-child(12) .photo span,
.agenda-content .item:nth-child(15) .photo span,
.agenda-content .item:nth-child(18) .photo span{
    background: -moz-linear-gradient(top, rgba(252,81,106,0) 0%, rgba(252,81,106,0) 30%, rgba(252,81,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(252,81,106,0) 0%,rgba(252,81,106,0) 30%,rgba(252,81,106,1) 100%);
    background: linear-gradient(to bottom, rgba(252,81,106,0) 0%,rgba(252,81,106,0) 30%,rgba(252,81,106,1) 100%);
}
.agenda-content .item .category, .agenda-content .item .date, .agenda-content .item .location{
    display: inline-block;
    padding: 5px;
    color: #fff;
    text-shadow: rgba(0,0,0,0.1) 2px 2px 0px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0px 5px 0px;
}
.agenda-content .item .category i, .agenda-content .item .date i, .agenda-content .item .location i{
    margin-right: 5px;
}
.agenda-content .item .category{
    background-color: #7ae1e3;
}
.agenda-content .item .date{
    background-color: #ff8b67;
    text-transform: none;
}
.agenda-content .item .location{
    background-color: #fc516a;
}
.agenda-content .item .description{
    padding: 0px 10px;
}
.agenda-content .item .agenda-link{
    position: absolute;
    display: inline-block;
    padding: 10px;
    background: #444444;
    color: #fff;
    text-transform: uppercase;
    right: 10px;
    bottom: 10px;
    text-decoration: none;
}
.agenda-content .item .agenda-link:after{
    content: '»';
    margin-left: 5px;
    font-size: 1.2em;
    line-height: 1;
}
.agenda-mini-more:after{
    content: '»';
    margin-left: 2px;
    font-size: 1em;
    line-height: 1;
}
.agenda-content .item .agenda-link:empty:after, .agenda-content .item .agenda-link:empty, .agenda-mini-more:empty{
    display: none;
}
@media only screen and (max-width: 1300px){
    .agenda-content .item{
        display: flex;
        width: 100%;
        margin-right: 0px !important;
        margin-left: 0px !important;
        height: auto;
        overflow: hidden;
        padding: 0px 10px;
    }
    .agenda-content .item .content{
        padding-bottom: 80px;
        font-size: 1.2em;
    }
    .agenda-content .item .photo,
    .agenda-content .item .hora{
        display: none;
    }
}
.editorial-content div{
    overflow: hidden;
}
.editorial-content .portada{
    float: left;
    width: 200px !important;
    margin-right: 10px;
}
.editorial-content .sinopsis{
    background: #fafafa;
    border: 1px solid #d1d1d1;
    padding: 15px;
    margin-top: 10px;
}
.editorial-content .sinopsis .title{
    padding: 0px;
}
.editorial-content h1, .editorial-content h2{
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    padding: 5px 8px;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    text-shadow: rgba(0,0,0,0.1) 2px 2px 0px;
}
.editorial-content h1{
    background: #7ae1e3;
}
.editorial-content h2{
    background: #ff8b67;
}
@media only screen and (max-width: 1300px){
    .editorial-content{
        font-size: 1.2em;
    }
    .editorial-content .portada {
        float: none;
        width: 100% !important;
        margin-right: 0px;
    }
    .editorial-content .portada-container{
        display: block;
        width: 100%;
        position: relative;
    }
    .editorial-content .portada-container .editorial-title{
        bottom: 10px;
        left: 10px;
        margin-right: 10px;
        position: absolute;
    }
}
.web-content{
    display: inline-block;
    width: calc(50% - 5px);
    padding: 15px;
    margin-right: 5px;
    box-sizing: border-box;
    vertical-align: top;
}
.web-content img{
    width: 100%;
    margin-bottom: 20px;
}
.contact-form{
    display: inline-block;
    width: calc(50% - 7px);
    vertical-align: top;
    text-align: center;
    background: #fafafa;
    border: 1px solid #d1d1d1;
    padding: 15px;
    box-sizing: border-box;
}
.contact-form input, .contact-form textarea, .contact-form select {
    display: block;
    width: 70%;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #d1d1d1;
    padding: 10px;
    outline: none;
    font-family: 'Lato';
    color: #444444;
    font-size: 1em;
    box-sizing: border-box;
}
.contact-form input[type=submit] {
    width: auto;
}
.contact-form p{
    margin: 0px 0px;
}
.contact-form p:first-of-type{
    margin-top: 20px;
}
.contact-slink{
    display: inline-block;
    text-decoration: none;
    margin: 5px;
    width: 40%;
    box-sizing: border-box;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 10px 0px;
    display: inline-block;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    text-shadow: rgba(0,0,0,0.1) 2px 2px 0px;
    opacity: 1;
}
.contact-slink:hover{
    color: #fff;
    opacity: 0.8;
}
.contact-slink i{
    margin-right: 10px;
}
.contact-slink.twitter{
    background: #55acee;
}
.contact-slink.instagram{
    background: #e4405f;
}
.contact-slink.facebook{
    background: #3b5999;
}
.contact-slink.youtube{
    background: #cd201f;
}
span.wpcf7-quiz-label {
    text-align: left !important;
    float: left;
}
@media only screen and (max-width: 1120px){
.web-content{
    display: block;
    width: 100%;
    margin-right: 0px;
}
.contact-form{
    display: block;
    width: 100%;
}
}
@media only screen and (max-device-width: 1081px){
    .contact-title-hide{
        display: none;
    }
}

/* FOOTER */

.footer{
    background: #444444;
}
.footer .container{
    display: block;
    width: 100%;
    max-width: 1440px;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0px auto;
}
.footer .logo-footer{
    background-image: url(images/logo-footer.png);
    display: block;
    margin: 0px auto;
    width: 363px;
    height: 43px;
}
.footer .copyright{
    display: block;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
    font-weight: 400;
    padding: 10px 0px;
    margin-bottom: 10px;
}
.footer .disclaimer{
    display: block;
    text-align: justify;
    text-align-last: center;
    color: #d0d0d0;
    text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
}
@media only screen and (max-width: 1081px){
.footer .container{
    padding: 20px 31px 20px 20px !important;
}
}
@media only screen and (max-device-width: 1081px){
}

/* SCROLL + SELECTION */

::-webkit-scrollbar {
    width: 14px;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #1c1c1c;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
    background: -webkit-linear-gradient(#ff8a67, #fc526a);
    background-clip: padding-box;
}
::-webkit-scrollbar-button{
    height: 0px !important;
    background: transparent;
}
::Selection{
    color: #ffffff;
    background-color: #7ae1e3;
    text-shadow: #28a3a5 1px 1px 1px;
}

/*FOTOS*/
#fotos {
    text-align: center !important;
}
#fotos img {
    width: 100%;
    max-width: 100px !important;
    margin: 0 !important;
}

#fotos div {
    display: contents;
    flex-wrap: wrap;
}

/*CONTACT US*/

.wrap input:hover, .wrap textarea:hover {
    border-color: #fb506a;
}

.wrap input, .wrap textarea {
    width: 98%;
    padding: 5px;
    border: 1px solid #CCC;
}