/*
Theme Name: Family Child
Description: Family Theme.
Author: Family Author
Theme URI: 
Author URI: 
Version: 1.3.1
Template: family
License: GNU General Public License
License URI: license.txt
Text Domain: mars
Tags: fixed-layout, fluid-layout, responsive-layout, translation-ready, light, white, one-column, two-columns, right-sidebar,custom-menu, editor-style, featured-images,  sticky-post, theme-options, translation-ready
*/
@import url("../family/style.css");
body{
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;    
}
a {
    color:#b2204d;
}
a:hover,a:focus{
    text-decoration: none;
}
blockquote {
    margin: 0 0 20px 20px;
    font-size: 15px;
    border-left: 5px solid #b2204d;
    text-align: justify;
}
blockquote a{
    font-weight: bold;
}
.marb-20{
    margin-bottom: 20px;
}
.mart-20{
    margin-top: 20px;
}
.center{
    text-align: center;
}
#overview:target,#trailer:target,#episode-guide:target,#watch:target,#characters:target,#movies:target{
    padding-top: 45px;
}
#download:target {
    padding-top: 50px;
}
#navigation-wrapper{
    background-color: #b2204d;
}
.item.post {
    max-height: 435px;
}
.item .feat {
    font-size: 13px;
    font-family: "Lato", sans-serif;
    color: #898989;
}
.table{
    margin-bottom: 10px;
}
.row.sub-menu a {
    line-height: 40px;
}
#video h1,h2,h3{
    text-align: center;
    color:#b2204d;
    text-transform: uppercase;
    font-weight: bold;
    margin-top:10px;
}
#information img, .only-post img{
    border: 8px solid #fff;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 15px;
}
#information a{
    font-weight: bold;
}
.content-main{
    padding: 0 20px 0 20px;
    text-align: justify;
    font-size: 14px;
    line-height: 24px
}
.content-main img, .img, .only-post img{
    border: 8px solid #fff;
    box-shadow: 0 0 5px #ccc;
    max-width: 98%;
    margin-bottom: 5px;
}
.content-ep h3{
    text-transform:none;
    text-align: left;
    font-weight: 500;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 13px;
    border: none;
    outline: none;
    background-color: #b2204d;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 44px;
    box-shadow: 0 0 11px #b2204d;
}
#myBtn:hover {
  background-color: #b2204da6;
}
.sub-menu th {
    padding: 0px!important;
    border: none!important;
}
.sub-menu {
    background-color: #ffffff;
    height: 49px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}
.pagination{
    margin: 10px 0 10px 0!important;
}
.subbed{
    margin-top:5px;
    font-style: italic;
    font-size: 12px;
}
.subbed span{
    font-weight: bold;
}
.center-content {
    display: flex;
    justify-content: center;
}
/* Accordion  */
.accordion {
    margin: auto;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%);
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 15px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
    font-weight: bold;
    color:#333;
    cursor: pointer;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body p{
    line-height: 25px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    color:#333;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
/**Footer**/
.footer_tag a{
    background: #333;
    color: #888;
    padding: 4px 6px;
    margin: 0 4px 8px 0;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.4s;
}
.footer_tag a:hover{
    background: #b2204d;
    color: #fff;
}
@media (max-width:767px) {
    #header-social a{
        font-size: 20px;
    }
    #video h1,h2{
        font-size: 25px;
    }
    .sub-menu .table-responsive{
        border: none!important;
    }
    .sub-menu th {
        padding-bottom: 8px!important;
    }
    .subbed{
        font-size: 11px;
    }
    .video-section{
        line-height: 16px;
    }
}
@media (min-width:992px) and (max-width: 1199px) {
    .item.post {
        max-height: 355px;
    }
}
@media (max-width:991px) {
    .video-section{
        white-space: normal!important;
    }
    .item.post {
        max-height: 280px;
    }
    .item .feat {
        font-size: 11px;
    }
    .video-section .item h3{
        line-height: 14px;
        height: 20px;
    }
}