/**
 *
 *
 */


/* ==========================================================================
    Init / global Overwrites
========================================================================== */

/** Global **/
.mystyle {}





/* ==========================================================================
    Header
========================================================================== */

/** Top bar **/
.top-bar-wrap {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.top_bar {
    background: #231f20;
    height: 30px;
    line-height: 30px;
    color: #ccc;
    font-size: 12px;
}

.top_bar a {
    color: #ccc;
}

.top_bar .top_social_icons a {
    color: #fff;
}

.statistics {
    float: left;
}

.statistics a {
    display: inline-block;
    padding: 0 8px 0 0;
}

.pipe_sign {
    display: inline-block;
    padding-right: 8px;
}

.vertical_links {
    float: right;
}

.vertical_links ul {
    margin: 0;
    padding: 0;
}

.vertical_links li {
    float: left;
    list-style: none;
    margin-right: 8px;
    position: relative;
}

.vertical_links .top_social_icons a {
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
}



/** Header Fixes */
.page-white-borders .primary-desktop {
    padding-top: 0 !important;
}

.sh-header-height {
    background: #fff;
}

header body.page-white-borders .sh-sticky-header-active,
.sh-sticky-header-active,
.sh-sticky-mobile-header {
    left: 0 !important;
    right: 0 !important;
}

.sh-window-line.line-left,
.sh-window-line.line-right {
    width: 0 !important;
}


/** Logo **/
.header-logo {
    padding: 10px 0 0;
}

.header-logo img {
    height: auto !important;
    max-height: 100% !important;
    max-width: 300px;
    width: 100%;
}


/** Navigation **/
header .sh-header .sh-nav > .current_page_item,
header .sh-header-left-2 .sh-nav > li.current-menu-item {
    background: transparent !important;
}

#header-navigation ul li a,
#header-navigation ul li.menu-item a i {
    color: rgba(61,61,61,0.69) !important;
}

#header-navigation ul li a:hover,
#header-navigation ul li.current-menu-item a {
    color: #B40006 !important;
}

.sh-nav li.menu-item.sh-nav-special {
    display: none !important;
}

.sh-nav li.menu-item.sh-nav-special a {
    padding-top: 15px !important;
}




/* ==========================================================================
    Home Background Image
========================================================================== */

.home-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 390px;
    margin-top: 100px;
    width: 100%;
}

body.page-white-borders header .sh-sticky-header-active {
    left: 0 !important;
    right: 0 !important;
}

.home-background .container {
    padding: 10% 0;
}

.home-background h2 {
    color: #B40006;
    font-size: 56px;
    line-height: 60px;
}

.home-background h4 {
    color: #fff;
    font-size: 26px;
}



/* ==========================================================================
    Specific Page Background
========================================================================== */

.page-background {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 90px;
    width: 100%;
}





/* ==========================================================================
    Body / Content
========================================================================== */

/** Home **/
.home .sh-titlebar {
    background-position: 50% 50%;
    background-size: cover !important;
    height: 345px;
    margin-top: 100px !important;
}


/** Homepage Filter **/
.sh-filter span {

}

.home .sh-filter-blog .sh-filter span a {
    background-color: #B40006 !important;
    color: #fff !important;
}

.home .sh-filter-blog .sh-filter span a:hover,
.home .sh-filter-blog .sh-filter span a:focus {
    background-color: #3a3a3a !important;
}

.home .sh-filter-blog .sh-filter span.active a {
    background-color: #3a3a3a !important;
}

.masonry2 a.post-meta-comments:hover {
    background-color: #B40006 !important;
}



/** Associates Page **/
.associates-container {
    display: inline-block;
    padding: 30px 0;
    width: 100%;
}

.associate {
    padding: 10px 20px;
}

.associate a,
.associate a.associate-img {
    color: rgba(61,61,61,0.69);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.associate:hover > p.author-name a,
.associate:hover > a.associate-img {
    color: #B40006 !important;

    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);

    -webkit-transition-delay: 100ms; /* Safari */
    transition-delay: 100ms;
}

.associate-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 160px;
    width: 160px;
    margin-bottom: 5px;
}

.author-contribution {
    clear: both;
    margin-bottom: 40px;
}

p.author-name {
    display: block;
    font-size: 14px;
    height: 32px;
    text-align: center;
    line-height: 16px;
    width: 100%;
}

p.author-name a {
    color: #B40006;
    font-weight: bold;
    text-align: center;
}



/** Associate Single Page **/
.associate-feat-img {
    float: left;
    width: 400px;
}

.associate-feat-content {
    float: left;
    padding-left: 20px;
    width: calc(100% - 400px);
}

.single-associate-content-wrap {
    margin: 20px 0 40px 0;
}

p.associate-folow {
    margin: 0;
}

ul.associate-social {
    margin: 0;
    padding: 0 0 10px 0;
}

ul.associate-social li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

ul.associate-social li a {
    display: block;
    height: 44px;
    font-size: 20px;
    opacity: 1;
    padding: 6px 6px 6px 12px;
    width: 40px;
}

ul.associate-social li a:hover,
ul.associate-social li a:focus {
    opacity: 0.8;
}

ul.associate-social li i.fa,
ul.associate-social li i.fa:focus,
ul.associate-social li i.fa:hover {
    color: #fff;
}

ul.associate-social li a.fb {
    background: rgb(59, 89, 152);
}

ul.associate-social li a.tw {
    background: rgb(0, 172, 237);
}

ul.associate-social li a.li {
    background: rgb(0, 123, 182);
}



/** Toons Page **/
.toons-container {
    display: inline-block;
    min-height: 450px;
    width: 100%;
}

.toon-wrap {
    display: block;
    width: 100%;
}

.toons { }

.toons-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 320px;
    width: 100%;
    margin-bottom: 20px;
}



/** Single Toons **/
.toon-wrap {
    display: inline-block;
    height: auto;
    width: 100%;
}

.toon-wrap img {
    height: auto;
    width: 100% !important;
}




/** Banner Strip **/
.sh-titlebar .titlebar-title h2 {
    color: #fff !important;
}

.singular .sh-titlebar .title-level a,
.singular .sh-titlebar .title-level span {
    color: #fff !important;
}

.single .sh-titlebar .title-level a,
.single .sh-titlebar .title-level span {
    color: #fff !important;
}

.category .sh-titlebar .title-level a,
.category .sh-titlebar .title-level span {
    color: #fff !important;
}



/** Forms **/
form,
#el-content form {
    clear: both;
    display: block;
    margin: 20px 0;
    max-width: 480px;
    width: 100%;
}

label,
#el-content label {
    color: #3f3f3f!important;
    width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
select {
    border: 1px solid #e3e3e3;
    border-radius: 0 !important;
    color: #8d8d8d;
    display: block;
    height: 50px !important;
    font-weight: normal;
    line-height: 48px !important;
    margin-bottom: 10px;
    padding: 0 20px;
    width: 100%;
    -webkit-appearance: none;
}

input [type=submit],
.wpcf7 input [type=submit],
.el-content-wrapper #el-content button#submit {
    background-color: #b40006 !important;
    color: #fff !important;
    opacity: 1;
}

input [type=submit]:hover,
.el-content-wrapper #el-content button#submit:hover {
    background-color: #3a3a3a !important;
}




/* ==========================================================================
    Custom Contributors Tag Cloud
========================================================================== */

.contributorCloud {
    display: block;
    width: 100%;
}

.contributorCloud a.tag-cloud-link {
    background-color: #f0f0f0;
    border-width: 0;
    display: inline-block;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 5px;
    padding: 0 12px;
    line-height: 32px;
    margin-bottom: 12px;
    margin-right: 10px;
    transition: 0.3s all ease-in-out;
}


/* Sidebar Colours */
#sidebar .contributorCloud a.tag-cloud-link {
    /*
    color: #fff!important;
    background-color: #b40006;
    */
}

#sidebar .contributorCloud a.tag-cloud-link:hover,
#sidebar .contributorCloud a.tag-cloud-link:focus {
    /* background-color: #6c0003; */
    background-color: #b40006;
    color: #fff !important;
}


/* Footer Colours */
footer .contributorCloud a.tag-cloud-link,
footer .contributorCloud a.tag-cloud-link {
    background-color: #3a3a3a;
}

footer .contributorCloud a.tag-cloud-link:hover,
footer .contributorCloud a.tag-cloud-link:focus {
    background-color: #b40006;
    color: #fff !important;
}




/* ==========================================================================
    General Overwrite Styles
========================================================================== */

.top-social-share {
    clear: both;
    display: inline-block;
    margin: 15px 0 0 0;
    width: 100%;
}

.sh-social-share-button,
.sh-social-share-button:hover,
.sh-social-share-button:focus {
    background-color: #b40006 !important;
    color: #fff !important;
}

.sh-page-switcher-button:not(.sh-page-switcher-disabled):hover,
.sh-social-widgets-item:hover,
.sh-social-share-button:hover,
.sh-increase-numbers span:hover,
.woocommerce .shop_table .coupon .button:hover,
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.sh-team-social-standard .sh-team-icon:hover, .sh-social-share-button:before {
    background-color: #b40006 !important;
    color: #fff !important;
}

.sh-social-share-networks .jssocials-share a:hover,
.sh-social-share-networks .jssocials-share a:focus {
    color: #b40006 !important;
}

.entry-content img {
    display: block;
    margin: 0 auto;
    width: 200px;
}




/* ==========================================================================
    Responsive Styles
========================================================================== */

/* */
@media only screen and (max-width: 1250px) {

    .associate-img {
        height: 120px;
        width: 120px;
    }

    .toons-img {
        height: 265px;
    }

}



/** Wide Menu Hack **/
@media only screen and (max-width: 1025px) {

    .header-logo img {
        max-width: 260px;
    }

    .home-background {
        background-size: cover;
        height: 340px;
    }

}



/** Wide Menu Hack **/
@media only screen and (max-width: 1025px) {

    /* Menu Fixes */
    .sh-nav li.menu-item {
        padding: 0 10px !important;
    }

    .sh-header-mobile-navigation {
        border-bottom: 0 !important;
    }

    .page-background {
        height: 60px;
    }

}



/* */
@media only screen and (max-width: 1025px) {

    /* Header */
    .sh-header-mobile-navigation {
        margin: 30px 0 0;
    }

    .primary-mobile-light .sh-header-mobile-navigation {
        height: 90px !important;
    }


    /* Mobile Meuni Fixes */
    .sh-body-header-sticky .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span,
    .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before,
    .sh-body-header-sticky .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
        background-color: rgba(61,61,61,0.69) !important;
        color: rgba(61,61,61,0.69) !important;
    }

    .sh-body-header-sticky .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger:not(.is-active) span,
    .sh-body-header-sticky .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:before,
    .sh-body-header-sticky .primary-mobile-light .sh-header-mobile:not(.sh-sticky-mobile-header-active) .c-hamburger span:after {
        background-color: rgba(61,61,61,0.69) !important;
        color: rgba(61,61,61,0.69) !important;
    }


    .sh-nav-dropdown > .c-hamburger span {
        color: rgba(61,61,61,0.69) !important;
    }

    
    /* Body */
    .associate-wrap { }

    .associate {
        padding: 10px;
    }

    .associate-img {
        height: 120px;
        width: 120px;
    }

    p.author-name {
        height: 60px;
    }


    /* Toons */
    .toons-img {
        height: 230px;
    }

}



/* */
@media only screen and (max-width: 991px) {

    /* Banner */
    .home-background {
        height: auto;
    }


    /* Associates */
    .associate-wrap {
        width: 20% !important;
    }

    .associate-img {
        height: 130px;
        width: 130px;
    }


    /* Toons */
    .toons-img {
        height: 200px;
    }

}



/** Max 800px display **/
@media only screen and (max-width: 800px) {

    /* Header */
    .statistics {
        display: none;
    }


    /* Associates */
    .associate-wrap {
        width: 25% !important;
    }


    /* Associates Single Page */
    .associate-feat-img,
    .associate-feat-content {
        display: block;
        width: 100%;
    }

    .associate-feat-content {
        padding: 0;
    }


    /* Toons */
    .toons-img {
        height: 160px;
    }

}



/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {

    .mystyle {}


}



/* */
@media only screen and (max-width: 700px) {

    /* Banner */
    .home-background {
        height: 180px;
    }

    .associate-wrap {
        width: 33.33% !important;
    }

    p.author-name {
        height: 40px;
    }


    /* Toons */
    .toon-wrap {
        width: 50% !important;
    }

    .toons-img {
        height: 180px;
    }
}



/* Mobile - 320px */
@media only screen and (max-width: 550px) {

    .header-logo img {
        max-width: 220px;
    }

    .associate-wrap {
        width: 50% !important;
    }


    /* Toons */
    .toon-wrap {
        width: 100% !important;
    }

    .toons-img {
        height: 230px;
    }
} 

/* Home Page Category List */

body.home .sh-filter li {
    list-style: none;
    display:inline-block;  
    border-radius:8px;          
    bottom:-2px;  
    margin:0 5px 5px 0;
}

#custom-cat-menu a:link{
    text-align:center;
    border-radius:18px;
    display:inline-block;
    font-size:13px;
    font-weight:bold;  
    padding:7px 8px;   
}

ul#custom-cat-menu {
    padding:0;   
}