/* CONTAINER */
#social-feed{
	overflow: hidden;
}
#social-feed > div{
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}
/* FEEDS CONTAINERS */
#social-feed div{
	border: none!important;
	border-radius: 0;
}
#social-feed div span{
	overflow: hidden;
	color: #868689;
}
/* FILTERS */
#social-feed .filter-items{
	text-align: center;
	padding: 0 0 30px;
}
#social-feed .filter-label{
	border-radius: 50px;
	padding: 10px;
	border: 2px solid #F9B243;
}
/* USER NAME */
#social-feed .sboard.sb-modern2 .sb-item .sb-user .sb-utitle{
    white-space: inherit;
    font-style: normal;
    margin: 0;
    font-size: 14px;
    overflow: visible;
    text-overflow: inherit;
}
#social-feed .sb-item .sb-user{
	width: calc(100% - 59px);
	margin: 0 0 15px;
}
#social-feed .sboard.sb-modern2 .sb-item .sb-user .sb-uinfo{
		width: calc(100% - 76px);
}
/* LIKES */
#social-feed .meta.item-likes{
	display: none;
}
/* BIG SOCIAL MEDIA ICONS*/
#social-feed .sb-cicon {
    background-image: url(../img/social-icons-colored.png);
}
#social-feed div span.icon{
	opacity: 0.2;
	padding: 10px;
}
#social-feed .sb-cicon.sb-instagram{
	background-position: 56.75% 0;
}
/* FEEDS SOCIAL ICONS */
#social-feed  .sb-sicon{
	border-radius: 50px;
}
#social-feed .sboard .sb-item .sb-inner .sb-title a{
	text-decoration: none!important;
	font-size: 15px!important;
	color: #870820!important;
}
#social-feed .sboard .sb-item .sb-inner a:hover{
	color: #ab0726!important;
}
/* LINKS */
#social-feed a{
	text-decoration: none;
}
#social-feed .sboard .sb-item .sb-inner a{
	color: #870820;
}
#social-feed .sboard .sb-item .sb-inner a.sb-sicon{
	background-color: #870820;
}
#social-feed .sboard .sb-item .sb-inner time{
	margin-bottom: 0;
}
/* LOAD MORE */
#social-feed .sb-loadmore{
	display: none;
}
#social-feed .sb-loadmore p{
	height: 30px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.91667;
    font-weight: 600;
    line-height: 30px;
    padding: 0 22px;
    display: inline-block;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #870820;
    background-color: rgba(135,8,32,0.08);
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s
}
#social-feed .sb-loadmore p:hover {
    color: #FFFFFF;
    background-color: #ab0726;
}
#social-feed .sb-loadmore,
#social-feed .sb-loadmore:hover{
	position: relative;
	background: none;
	padding: 0;
}
#social-feed .sb-loadmore:before,
#social-feed .sb-loadmore:after{
    content: '';
    display: block;
    border-top: 1px solid #e5e1e1;
    position: absolute;
    top: 14px;
    width: -moz-calc(50% - 100px);
    width: -webkit-calc(50% - 100px);
    width: calc(50% - 100px);
}
#social-feed .sb-loadmore:before{
	left: 0;
}
#social-feed .sb-loadmore:after{
	right: 0;
}


/* LOADER */
#wptime-plugin-preloader{
	z-index: 999999;
}

/* VIDEO LIGHTBOX */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #870820;
    background: rgba(135,8,32,0.9);
}
.nivo-lightbox-theme-default .nivo-lightbox-close{
	background-position: 0;
}

/* CHANCHADA NICO */
@media (max-width: 480px) {
	.main-header .header-right a span{
		display:none;
	}
}

/* CHANCHADA FLOR */
.section-module-banner.banner-magazine .img-banner {
    left: 0;
    margin-bottom: 0px;
}

@media (max-width: 991px){
	.section-module-banner.banner-magazine .img-banner {
		width: 60%;
    	top: 0;
	}
}

@media (max-width: 768px) {
	.section-module-banner .img-banner {
		display: block !important
	}
}

@media (max-width: 767px) {
    .section-module-banner .img-banner {
        display: none !important
    }
}

.index .main-module-news {
    margin-bottom: 0px;
}

.index .banner-magazine {
    margin-bottom: 120px;
}