/**
* Super RSS Reader - Styles file
* Version: 1.6
*
**/

/** Tab settings **/
.srr-tab-wrap{
    margin: 0 0px 1em 0!important;
    background: none !important;
    border: none !important;
    padding: 0px !important;
}
.srr-tab-wrap li{
    list-style: none !important;
    float: left;
    background-image: none !important;
    margin: 5px 5px 0px 0px !important;
    padding: 3px 10px!important;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.srr-tab-wrap li:hover {
    opacity: 0.9;
}

/** General styling **/
.srr-main {
    margin-bottom: 1em;
}
.srr-main:last-child{
    margin-bottom: 0;
}
.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 > div > *{
    margin-bottom: 0.5em !important;
}
.srr-wrap .srr-item > div > *:first-child {
    margin-top: 0;
}
.srr-wrap .srr-title, .srr-wrap .srr-meta{
    line-height: 150%;
}
.srr-wrap .srr-thumb{
    position: relative;
    display: inline-block;
    width: 64px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    overflow: hidden;
}
.srr-thumb img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
.srr-thumb.srr-thumb-align_left{
    float: left;
    margin-right: 1em;
}
.srr-thumb.srr-thumb-align_right{
    float: right;
    margin-left: 1em;
}
.srr-thumb.srr-thumb-cover{
    float: none;
    width: 100% !important;
}
.srr-wrap .srr-summary p:last-child {
    margin-bottom: 0;
}
.srr-wrap .srr-summary img {
    width: 100%;
    margin: 0 0 1em 0;
}
.srr-wrap .srr-summary a{
    margin: 0 !important;
}

/** Styles **/

/** None **/
.srr-style-none .srr-item{
    padding: 0 0 20px 0 !important;
}
.srr-tab-style-none .srr-active-tab{
    border: 1px solid #888;
}

/** Grey **/
.srr-style-grey{
    border: 1px solid #dfdfdf;
}
.srr-style-grey .srr-item{
    border-bottom: 1px solid #dfdfdf;
}
.srr-style-grey .srr-stripe{
    background-color: #F8F8F8;
}
.srr-tab-style-grey .srr-active-tab{
    border-color: #666666!important;
}

/** 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 .srr-stripe{
    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;
}

/** 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-thumb img{
    border-radius: 5px;
}

/** Modern 1 **/
.srr-style-smodern{
    border: 0;
}
.srr-style-smodern .srr-item{
    border-radius: 10px;
    border: 0;
}
.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 .srr-stripe{
    background: #f8f8f8;
}

/** Modern 2 **/
.srr-style-modern2 .srr-title{
    font-weight: bold;
}
.srr-style-modern2 .srr-meta{
    background: rgb(0 0 0 / 3%);
    padding: 0.5em 1em;
    font-size: 70%;
    border-radius: 0.75em;
}
.srr-style-modern2 .srr-thumb{
    border-radius: 0.75em;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.srr-style-modern2.srr-wrap .srr-item > div > * {
    margin-bottom: 1em !important;
}
.srr-tab-style-modern2.srr-tab-wrap{
    padding: 0 !important;
}
.srr-tab-style-modern2.srr-tab-wrap li{
    border: none;
    background: rgb(0 0 0 / 2%);
    margin-right: 0.5em !important;
    padding: 0.25em 1em !important;
    border-radius: 0.75em;
    font-size: 70%;
}
.srr-tab-style-modern2.srr-tab-wrap .srr-active-tab{
    background: rgb(0 0 0 / 3%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}

/* float clearing for everyone else */
.srr-clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}