/*
 * Theme Name:  Barcelona. Child
 * Theme URI:   http://themeforest.net/item/barcelona-clean-news-magazine-wordpress-theme/13308848
 * Description: Child theme of Barcelona theme.
 * Author:      Minduction
 * Author URI:  http://www.minduction.co
 * Template:    barcelona
 * Template Version: 1.5.1
 * Version: 1.0.0
 */

.btn.active,
.btn:hover,
.nav > li:hover > a,
.nav > .current-menu-item > a,
.nav > .menu-item-hover > a {
    border-color: #31518a;
    background-color: #31518a;
    color: #fff;
}
h2.title {
	color: #c73a3a;
}
.slogan {
    text-align: left;
    vertical-align: middle;
    margin: 0px 0 0 0;
    font-size: 14px;
    float: left;
    background-color: #c73a3a;
    color: #FFFFFF;
    clear: left;
}
.footer, .footer .container {
    background-color: #101c34 !important;
    color: #868686;
}
.footer-widget .widget-title .title, .footer-sidebars .sidebar-widget .widget-title .title {
    background-color: #101c34;
}
.footer:not(.footer-light), .footer:not(.footer-light) a {
    color: #868686 !important;
}
.footer:not(.footer-light) a:hover {
    color: #c73a3a !important;
}
.bbp-search-form .search-form .btn, .sidebar-widget .search-form .btn, .footer-widget .search-form .btn, .nf-wrapper .search-form .btn {
    background-color: #101c34;
    border-color: #101c34;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin-left: -1px;
    padding-left: 15px;
    padding-right: 15px;
}
.post-title.w3title {
    margin: 0;
    padding: 0;
}
.w3author, .w3author a {
	color: #919191;
    margin: 0 0 7px;
	font-size: 0.95em;
}
.w3author a:hover {
	color: #c73a3a !important;
}
.sidebar-widget ul:not(.post-meta):not(.nav-dir):not(.instagram-images):not(.social-icons) li {
    position: relative;
    z-index: 1;
    padding: 8px 0;
    border-bottom: 1px solid #f3f3f3;
    text-transform: none !important;
    font-size: 12px;
    color: inherit;
}
.post-content a {
	color: inherit;
    font-weight: 700;
    text-decoration: underline;
}
.post-content > p, .post-content > div, .post-content > ul, .post-content > ol, .post-tags {
    margin: 0 0 1.25rem;
}
.box-header .title2 {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
}


.CookieDeclarationDialogText, .CookieDeclarationIntro, .CookieDeclarationLastUpdated {
    margin: 0 0 14px 0;
}
.CookieDeclarationType {
    display: block;
    margin: 12px 0 12px 0;
    padding: 8px 8px 0 8px;
    border: 1px solid #333333;
    vertical-align: top;
}
.CookieDeclarationLastUpdated {
    margin: 0 0 14px 0;
}
.CookieDeclarationTypeHeader {
    font-weight: bold;
}
.CookieDeclarationTypeDescription {
    margin: 2px 0 16px 0;
}
.CookieDeclarationTable {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 18px 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.CookieDeclarationTable {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    font: inherit;
}
.CookieDeclarationTableHeader {
    font-weight: bold;
    border-bottom: 1px solid #777777;
    text-align: left;
    padding: 4px;
}
.CookieDeclarationTableCell {
    text-overflow: ellipsis;
    word-wrap: break-word;
    border-bottom: 1px solid #777777;
    vertical-align: top;
    padding: 4px 4px 5px 4px;
}

#cn-notice-text a {
	color: #c73a3a !important;
}
.featured-posts .fp-box .mask-title {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    text-shadow: -2px 0 #000000, 0 2px #000000, 2px 0 #000000, 0 -2px #000;
}
.featured-posts .fp-box .post-title {
    margin-bottom: 6px;
    letter-spacing: -0.3px;
    text-transform: none;
    font-size: 28px;
    color: #fff;
    text-shadow: -2px 0 #000000, 0 2px #000000, 2px 0 #000000, 0 -2px #000;
}
.featured-posts:not(.fpstyle-a) .fp-box .vm-middle {
    padding: 0 0 15px 25px;
    vertical-align: bottom;
    text-align: left;
}
@media only screen and (min-width: 768px) {
	.vm-middle {
	    width: 90%;
	}
}
.post-summary .post-title {
    margin: 0;
}

@media only screen and (max-width: 767px) {
	.sumar-right {
	}
}
@media only screen and (min-width: 768px) {
	.sumar-left {
	    max-width: 400px;
	    float: left;
	    width: 300px;
	}
	.sumar-right {
		display: block;
	    /* margin-left: 300px; */
	    padding-left: 320px;
	}
}