/** 
  * Super RSS Reader - Styles file
  * Author: Aakash Chakravarthy
  * Version: 1.5
  *
  **/

/** Tab settings **/
.srr-tab-wrap{
	margin: 5px 0px 10px!important;
	background: none !important;
	border: none !important;
	padding: 0px !important;
}
.srr-tab-wrap li{
	list-style: none !important;
	float: left;
	background-image: none !important;
	background-color: #fff;
	margin: 5px 5px 0px 0px !important;
	padding: 3px 10px!important;
	border-radius: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.srr-active-tab{
	background: #333 !important;
	color: white !important;
}

/** General styling **/
.srr-wrap{
	padding: 0px !important;
	max-width: 100%;
	min-width: 100% !important;
}
.srr-wrap div{
	left: 0px;
	right: 0px;
}
.srr-wrap .srr-item{
	border-top: 0px;
	padding: 10px;
}
.srr-wrap .srr-item:last-child{
	margin: 0px;
}
.srr-wrap .srr-item > *{
	margin-bottom: 10px !important;
}
.srr-wrap .srr-title, .srr-wrap .srr-meta{
	line-height: 150%;
}
.srr-wrap .srr-thumb{
	width: 64px !important;
	margin: 5px 10px 0 0 !important;
	float: left !important;
}

/** Styles **/

/** None **/
.srr-style-none .srr-item{
	padding: 0 0 20px 0 !important;
}
.srr-style-none .srr-event-date{
	border-bottom: 1px solid #dfdfdf;
}

/** Grey **/
.srr-style-grey{
	border: 1px solid #dfdfdf;
}
.srr-style-grey .srr-item{
	border-bottom: 1px solid #dfdfdf;
}
.srr-style-grey .even{
	background-color: #F8F8F8;
}
.srr-style-grey .srr-event-date{
	border-bottom: 1px solid #dfdfdf;
}

/** Dark **/
.srr-style-dark{
	background: #000;
	border: 1px solid #ccc;
	color: #DDDDDD!important;
}
.srr-style-dark a{
	color: #FFFFFF !important;
}
.srr-style-dark .srr-item{
	border-color: #333
}
.srr-style-dark .even{
	background: #333333;
}
.srr-tab-style-dark li{
	border-color: #666666;
	background: #333;
	color: #FFFFFF !important;
}
.srr-tab-style-dark .srr-active-tab{
	background: #666666!important;
}
.srr-style-dark .srr-event-date{
	border-bottom: 1px solid #dfdfdf;
}

/** Orange **/
.srr-style-orange{
	border: 2px solid #FF9900;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
.srr-style-orange .srr-item{
	border-bottom: 1px solid #FF9900;
}
.srr-tab-style-orange li{
	border-color: #FF9900;
	background: #FFF8EC;
	color: #333333 !important;
}
.srr-tab-style-orange .srr-active-tab{
	background: #FF9900!important;
	color: #FFFFFF !important;
}
.srr-style-orange .srr-event-date{
	border-bottom: 1px solid #dfdfdf;
}

/** Wine **/
.srr-style-wine{
	border: 2px solid #991e22;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
.srr-style-wine .srr-item{
	border-bottom: 1px solid #991e22;
}
.srr-tab-style-wine li{
	border-color: #991e22;
	background: #FFF8EC;
	color: #333333 !important;
}
.srr-tab-style-wine .srr-active-tab{
	background: #991e22!important;
	color: #FFFFFF !important;
}
.srr-style-wine .srr-event-date{
	border-bottom: 1px solid #dfdfdf;
}

/** Simple modern **/
.srr-style-smodern{
	border: 0;
}
.srr-style-smodern .srr-item{
	border-radius: 10px;
	border: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
}
.srr-style-smodern:hover .srr-item{
	opacity: 0.3;
}
.srr-style-smodern .srr-item:hover{
	opacity: 1;
}
.srr-tab-style-smodern .srr-active-tab{
	color: #000 !important;
	background: #fff !important;
	box-shadow: inset 0 0 5px #747474;
}
.srr-style-smodern .even{
	background: #f8f8f8;
}
.srr-style-smodern .srr-event-date{
	border-bottom: 1px solid #dfdfdf;
}

/** Clearfix hack **/
* html .srr-clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .srr-clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.srr-clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/** Eventos - Avantgard **/
#ect-events-list-content h2.ect-events-page-title {
    max-width: 960px;
    margin: 0 auto 20px;
    width:100%;
}
.ect-list-post {
    width: 100%;
    box-sizing: border-box;
    word-break: break-word;
    display: table;
    max-width: 960px;
    margin: 10px auto;
}
.ect-list-post-left {
    width: 40%;
    height: 100%;
    background-size: cover;
    display: table-cell;
    position: relative;
}
.ect-list-post .dd {
	font-size: 35px;
}
.ect-list-post .mm
{
	text-align: center;
	font-size: 20px;
}
.ect-list-post .tt {
	
}
.ect-list-post a {
	color: #ff6a5c;
	text-decoration: none;
}
.ect-list-post a.ect-events-read-more {
    margin-top: 10px;
    display: inline-block;
}
.ect-list-post-right {
    width: 60%;
    display: table-cell;
    background: #e8ecf1;
    vertical-align: top;
    height: 100%;
}
.ect-list-post-right-table {
    display: table;
    vertical-align: top;
    height:100%;
}
.ect-list-post-left .ect-list-date {
    width: 45%;
    min-width: 70px;
    display: table;
    text-align: center;
    background: rgba(58, 78, 114, 0.80);
	text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.35);
    height: 100%;
    color: #fff;
    vertical-align: middle;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    z-index:2;
}
.ect-featured-event .ect-list-post-left .ect-list-date {
	background: rgba(5, 101, 113, 0.9);
}
.ect-list-date .ect-date-area {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 70%;
    font-size: 38px;
    font-family: inherit;
	padding: 0px;
	border: 0px;
}
.ect-list-date .ect-date-area .ev-day {
    font-size: 75%;
    clear: both;
    display: inline-block;
    width: 100%;
	line-height: 0px;
}
.ect-list-date .ect-date-area .ev-mo {
    font-size: 40%;
    clear: both;
    display: inline-block;
    width: 100%;
	line-height: 0px;
}
.ect-list-date .ect-date-area .ev-yr {
    font-size: 38%;
    clear: both;
    display: inline-block;
    width: 100%;
	position: relative;
    top: -10px;
	line-height: 0px;
}
.ect-list-date .ect-date-area .ev-time {
    font-size: 35%;
    clear: both;
    display: inline-block;
    width: 100%;
    line-height: 85%;
}
.ect-list-post-left a.ect-image-link {
    width: 65%;
    height: 100%;
    display: table-cell;
}
.ect-list-post-right h4.ect-list-title {
    font-size: 14px;
    font-family: inherit;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 100%;
}
.ect-list-post-right h4.ect-list-title a {
    color: #ff6a5c;
    text-decoration: none;
    box-shadow: none;
}
.ect-list-post-right h4.ect-list-title a:hover {
	color: #991e22;
    /*filter: opacity(0.8);
    -webkit-filter: opacity(0.8);*/
}
.ect-list-description .ect-event-content {
    font-size: 13px;
    font-family: inherit;
    padding: 0px;
    margin: 0px;
}
.ect-list-description .ect-event-content p {
    padding: 0px;
    margin: 0px;
}
a.ect-event-read-more {
    color: #ff6a5c;
    text-decoration: none;
    margin-top:10px;
    display: inline-block;
}
.ect-list-post-right .ect-list-description {
    width: 50%;
    height: 100%;
    display: table-cell;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
	border: 0px solid #eff9ec;
}
.ect-list-post-right .ect-list-venue {
    width: 30%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    color: #000000;
    font-size: 12px;
    padding-top: 25px;
    line-height: 100%;
}
.ect-featured-event .ect-list-post-right .ect-list-venue {
    background: #056571;
}
.ect-featured-event .ect-list-post-right h2.ect-list-title a.ect-event-url, .ect-featured-event .ect-list-post-right .ect-list-description .ect-event-content a  {
    color: #056571;
}
.ect-list-venue .ect-icon {
    font-size: 24px;
    display: inline-block;
    width: 100%;
}
.ect-list-venue .ect-venue-details {
    font-size: 14px;
    line-height: inherit;
    text-decoration: none;
    display: inline-block;
}
.ect-list-venue .ect-venue-details .tribe-address {
    font-size:85%;
	width: 100%;
    display: inline-block;
}
.ect-venue-details .tribe-address span {
    display: inline-block;
}
.ect-venue-details .tribe-address .tribe-delimiter { 
	margin-right:3px; 
}
.ect-venue-details .tribe-address .tribe-postal-code { 
	margin:0 3px; 
}
.ect-list-venue .ect-google {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.ect-list-venue .ect-google a {
    font-size: 12px;
    color:rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 0 currentColor;
}
.ect-list-post .ect-list-venue .ect-rate-area {
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    font-size: 22px;
}
.ect-list-post-left:hover{
    -webkit-filter: brightness(95%) hue-rotate(2deg);
    filter: brightness(95%) hue-rotate(2deg);
}
.ect-list-post-right .ect-list-venue:hover{
    -webkit-filter: brightness(95%) hue-rotate(2deg);
    filter: brightness(95%) hue-rotate(2deg);
}
.address {
	color: #000000;
}
.ect-list-img {
  /*float: none;
  height: 100%;
  width: 100%;
  background-color: #e8ecf1;
  background-size: 100% auto;*/
  /*display: inline-block;*/
  width: 200px;
  margin: 0px;
  border: 0px;
  background-position: center center;
  background-size: cover;
}
img.ect-fit_cover, .ect-list-post img.ect-fit_cover {
    object-fit:cover;
    object-position: 50% 50%;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index:1;
    cursor:pointer;
	padding:0;
	margin:0;
}
@media only screen and (max-width: 790px) {
    .ect-list-post-left,.ect-list-post-right, .ect-list-post-right-table, .ect-list-venue { 
        display: block;
        width: 100%;
        overflow: hidden;
        height: auto;
    }
    .ect-list-post-right .ect-list-venue {
		display: block;
        width: 100%;
        overflow: hidden;
        height: auto;
    }
    .ect-list-post {
		padding: 30px auto;
	}
}