/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}@media screen and (min-width: 960px)
.wp-comment-designer-wrap .wpcd-children.wpcd-comment-list .wpcd-comment-template {
    width: 95%;
    margin-left: revert;
}

element.style {
}
.wpcd-comment-template {
    position: relative;
}
.wpcd-comment-template-1 {
	margin-left: 5px;
    padding: 25px;
}
.wpcd-children.wpcd-comment-list > .wpcd-children.wpcd-comment-list {
	margin-left: 0px;
    padding-left: 0px;
}
.wpcd-children.wpcd-comment-list {
	margin-left: 45px;
    padding-left: 15px;
}
.wpcd-children.wpcd-comment-list > .wpcd-children.wpcd-comment-list > .wpcd-children.wpcd-comment-list {
	margin-left: 0px;
    padding-left: 0px;
}
.wpcd-template-1 .wpcd-readless, .wpcd-template-1 .wpcd-readmore {
    color: #252525;
    font-weight: 700;
    text-decoration: underline;
}
span.widget-title {
    font-family: "Fredericka the Great", sans-serif;
    /* color: #212121; */
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    /* float: left; */
    /* display: inline-block; */
    /* height: 36px; */
    /* line-height: 36px; */
    /* padding: 0 15px; */
    /* white-space: nowrap; */
}


/* Tabs */

.tabs-most-read{
    width:100%;
    height:auto;
    margin:0 auto;
}

/* tab list item */
.tabs-most-read .tabs-list{
    list-style:none;
    margin:0px;
    padding:0px;
}
.tabs-most-read .tabs-list li{
    float:left;
    margin:0px;
    margin-right:2px;
    padding:10px 5px;
    text-align: center;
    background-color:#303030;
    border-radius:3px;
}
.tabs-most-read .tabs-list li:hover{
    cursor:pointer;
}
.tabs-most-read .tabs-list li a{
    text-decoration: none;
    color:white;
}

.clear{
	clear: both;
}

/* Tab content section */
.tabs-most-read .tab{
    display:none;
    width:100%;
    min-height:250px;
    height:auto;
    border-radius:3px;
    padding:10px;
    background-color:#ede9e1;
    color: #000000;
    clear:both;
}
.tabs-most-read .tab h3{
    border-bottom:3px solid #303030;
    letter-spacing:1px;
    font-weight:normal;
    padding:5px;
}
.tabs-most-read .tab p{
    line-height:20px;
    letter-spacing: 1px;
}

.tabs-most-read .tab .sga-ranking-list a{
	color: #f41631;
	text-decoration: underline;
}

/* When active state */
.active{
    display:block !important;
}
.tabs-most-read .tabs-list li.active{
    background-color:#ede9e1 !important;

}
.tabs-most-read .tabs-list li.active a{
	color: #303030 !important;
}

/* media query */
@media screen and (max-width:360px){
    .tabs{
        margin:0;
        width:96%;
    }
    .tabs-most-read .tabs-list li{
        width:80px;
    }
}