/*
Theme Name: Virtue Child
Template: virtue_premium
*/

:root {
    --color-1: #676767; /* gris logo */
    --color-2: #aa3339; /* rojo */
    --color-3: #cd2313; /* rojo oscuro enlaces */
}

:focus, a:focus {
    outline: none;
}

.panel-row-style:before, .panel-row-style:after {
	content: none;
}

.container {
    max-width: 1170px;
    width: 100%;
}



/* HEADER */

#topbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

#kad-banner > .container {
    margin-top: 50px;
}

.topclass {
    border-bottom: 3px solid var(--color-2);
}

.topclass .sf-menu a {
    font-size: 15px;
    padding: 10px 12px;
    color: var(--color-1);
    text-transform: uppercase;
    font-family: Oswald;
}

.topbarmenu ul li a {
    color: var(--color-1);
    padding: 12px 15px;
    font-size: 16px;
}

#topbar .nav-trigger-case .kad-navbtn, #topbar .kad-mobile-nav .kad-nav-inner li a {
    color: var(--color-1);
}

#topbar .nav-trigger-case .kad-navbtn {
    padding: 13px 15px;
    font-size: 18px;
}

#mobile_menu_collapse_top form {
    display: none;
}

#topbar .id-kad-mobile-nav {
    margin-top: 1px;
    max-width: 300px;
    position: absolute;
    background: #fff;
    z-index: 2;
    left: 0;
}

#topbar .kad-mobile-nav .kad-nav-inner li a {
    font-size: 16px;
    text-transform: uppercase;
}

.kad-nav-inner .kad-top-mnav {
    margin-bottom: 0;
}

#thelogo img {
    max-height: 140px;
}

img.kad-mobile-logo {
    /*padding-left: 20px;
    padding-right: 20px;
    width: 100%;*/
}

#mh-mobile_menu_collapse {
    overflow: hidden!important;
}


/* menu movil */

.mobileclass {
    background: none;
}

#mg-kad-mobile-nav .mh-kad-nav-collapse {
    overflow: hidden;
}

.kad-nav-inner .kad-mnav {
    padding: 5px 5px 15px;
    margin: 0;
}

.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a {
    list-style: none;
}

/* HOME */

rs-slide rs-layer-wrap rs-mask-wrap {
	opacity: 0!important;
	transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

rs-slide:hover rs-layer-wrap rs-mask-wrap {
	opacity: 1!important;
}

.recent-post-slider.design-1 .post-image-bg {
    height: 430px;
}

.recent-post-slider .post-image-bg img {
    object-position: center;
}

.recent-post-slider.design-1 .post-content-left {
    background: rgba(0, 0, 0, 0.7);
}

.recent-post-slider .wp-post-date::after {
    background: var(--color-2);
}

.recent-post-slider h2.wp-post-title a {
    line-height: 28px;
}

.recent-post-slider.design-1 a.readmorebtn {
	display: none;
}

.wp-sub-content {
    font-weight: 300;
    padding-bottom: 14px;
}

.titulo-1 {
    border-bottom: 3px solid var(--color-2);
    margin-bottom: 10px!important;
    margin-top: 0;
}

.titulo-1 span {
    display: inline-block;
    background: var(--color-2);
    color: #fff;
    padding: 6px 22px;    
    font-weight: 300!important;
    line-height: 26px!important;
    font-size: 17px!important;
    border-radius: 8px 8px 0 0;
}

.cow-home-post {
	margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.content-home-blog .cow-home-post:last-child {
    border-bottom: none;
}

/* SIDEBAR */

.sidebar .widget {
    margin-top: 40px;
}

.sidebar .widget-first {
    margin-top: 0px;
}

.form-search {
    max-width: 100%;
}

.form-search .search-query {
    height: 45px;
    font-size: 14px;
    border-color: #c1c0c0;
}

.form-search .search-icon {
    height: 45px;
}

.sidebar h3 {
    background: var(--color-2);
    color: #fff;
    text-align: center;
    padding: 2px 5px;
    margin-bottom: 15px;
    font-size: 20px;
    border-radius: 8px 8px 0 0;
}

.kadence_recent_posts .recentpost_date {
	display: none;
}

.sidebar ul {
    margin: 0 0 10px 0px;
}

.sidebar ul ul {
    margin-left: 13px;
}

.sidebar .wpp-list li {
    line-height: 20px;
    font-size: 13px;
    border-bottom: none;
    margin-bottom: 20px;
}

.sidebar .wpp-thumbnail {
    margin: 0 8px 0 0;
}

.sidebar .widget_categories li a {
    padding: 9px 0;
    border-bottom: none;
}

#ctf p.ctf-tweet-text, #ctf p.ctf-media-link {
    line-height: 17px;
}

/* BLOG */

#kad-blog-grid .blog_item {
    border: 1px solid #d6d6d6;
}

.subhead, .subhead a {
    font-size: 13px;
    margin-bottom: 10px;
}

.postedintop {
    margin-left: 0px;
    margin-right: 0px;
}

.postedintop a {
    color: var(--color-3);
    font-weight: 700;
}

.postdatetooltip {
    float: right;    
}

.kt-excerpt-readmore {
    border: 1px solid var(--color-3);
    display: block;
    margin-top: 10px;
    width: 87px;
    padding: 2px 10px;
    font-size: 14px;
    display: none;
}

h4.entry-title {
    line-height: 24px;
    font-size: 18px;
}

.blog_item .entry-content p {
    margin-bottom: 0;
}

.page-header {
    /*text-align: center;*/
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    margin: 0;
}
/*
.page-header .entry-title {
    display: inline-block;
    background: var(--color-2);
    color: #fff;
    padding: 5px 35px;
    font-weight: 300;
    margin-top: 0;    
    font-size: 24px;
}
*/
.entry-content p {
    margin-bottom: 22px;
}

.entry-content h2 {
    margin-top: 35px;
}

.entry-content h3 {
    line-height: 28px;
    font-weight: 500;
    font-size: 19px;
}

.entry-content b, .entry-content strong {
    font-weight: 600;
}

.bg-lightgray {
    background: #8e8787;
    color: #fff;
    padding: 0px 4px 4px;
    margin-top: 25px;
}

.postdate span {
    display: block;
    font-size: 16px;
}

.single-article .subhead, .single-article .subhead a {
    font-size: 12px;
}

.single-article .subhead {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}

.wp-caption-text {
    font-size: 11px;
    color: #999;
    margin-bottom: 8px;
}

/* publicaciones similares */

#blog_carousel_container h3 {
    display: inline-block;
    background: var(--color-2);
    color: #fff;
    padding: 6px 22px;
    margin-bottom: 15px!important;
    font-weight: 300!important;
    line-height: 26px!important;
    font-size: 17px!important;
}

#blog_carousel .post header {
    padding: 0 0 10px;
}

#blog_carousel h5 {
    font-size: 14px;
    line-height: 22px;
}

.bcarousellink>header .subhead {
    color: #777;
    font-size: 12px;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 5px;
    margin-bottom: 0;
}

/* Tabla de contenidos */

#ez-toc-container {
    padding: 15px;
}

#ez-toc-container p.ez-toc-title {
    padding-bottom: 10px;
}

div#ez-toc-container ul li {
    font-size: 105%;
    padding-bottom: 4px;
}

/* FORMULARIO */

span.wpcf7-list-item {
    margin: 0;
}

form a {
    font-weight: 500;
}

.page .wpcf7 input.wpcf7-submit {
    padding: 7px 20px;
    font-size: 14px;
    background: var(--color-2);
}

.modal-footer button {
    background: var(--color-2);
    color: #fff;
    border: none;
    padding: 5px 16px;
}

/* FOOTER */

#containerfooter {
    padding-top: 5px;
}

#containerfooter .virtue_social_widget {
    text-align: center;
}

#containerfooter .virtue_social_widget a {
    background: none;
    float: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 8px;
}

#containerfooter h3 {
    font-size: 20px;
}

#containerfooter p {
	font-weight: 300;
    font-size: 12px;
}
    

.footercredits {
    padding-bottom: 0px;
    text-align: center;
}

#containerfooter .footercredits p {
    font-size: 10px;
}

.footercredits a:hover {
    color: #fff;
}

/* RGPD */

.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
    background: rgba(0,0,0,0.7);
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper p, .gdpr.gdpr-reconsent-bar .gdpr-wrapper p, .gdpr *:not(textarea):not(input):not(select) {
    font-family: Montserrat!important;
    font-weight: 300!important;
}
.gdpr.gdpr-privacy-bar .gdpr-agreement, .gdpr.gdpr-reconsent-bar .gdpr-agreement, .gdpr.gdpr-privacy-bar .gdpr-agreement:active, .gdpr.gdpr-privacy-bar .gdpr-agreement:focus, .gdpr.gdpr-reconsent-bar .gdpr-agreement:active, .gdpr.gdpr-reconsent-bar .gdpr-agreement:focus {
    border: none;
    background: var(--color-2);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    padding: 4px 15px;
}

.gdpr.gdpr-privacy-bar .gdpr-agreement:hover, .gdpr.gdpr-reconsent-bar .gdpr-agreement:hover {
    background: #9ba5aa;
}

/* RESPONSIVE */

@media screen and (max-width:991px) {
    .kad-topbar-right .sf-menu {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .kad-topbar-left, .kad-topbar-left .topbarmenu {
        float: right!important;
    }

}

@media screen and (max-width:480px) {

    
}