@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Karla:400,700');

body {
    color: #595959;
}

/*----------------------------------------------*/
/* Typography Rules
/*----------------------------------------------*/
body,
span,
a {
    font-family: 'Karla';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans';
}

/* nav */
.bk-page-header .main-nav #main-menu .menu > li > a {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

/*----------------------------------------------*/
/* End typography rules
/*----------------------------------------------*/
/*----------------------------------------------*/
/* Regions
/*----------------------------------------------*/

/*----------------------------------------------*/
/* Header
/*----------------------------------------------*/
/* header height overrides */
.bk-header-90 #main-menu > ul > li {
    height: 64px;
}

.bk-header-90 #main-menu > ul > li > a {
    line-height: 64px;
    /*padding: 2px 15px;*/
}

/* end header height overrides */

/* mobile menu overrides */
.js-nav #page-inner-wrap {
    transform: none;
    -webkit-transform: none;
}

#main-mobile-menu {
    width: 100% !important;
    left: 0;

}

/* end mobile menu overrides */

/* mobile memu styling */
#main-mobile-menu {
    display: none;
}

#main-mobile-menu.expanded {
    display: block;
    position: fixed;
    background: #f9f9f9;
    height: 500px;
    overflow: hidden;
    left: 0;
    top: 48px;
}

#main-mobile-menu .block.search {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 1rem 0;
}

#main-mobile-menu .block.search form {
    width: 100%;
}

#main-mobile-menu .block.search input {
    width: 80%;
    height: 45px !important;
    border: solid 1px rgba(151, 151, 151, 0.45);
    margin: 0 auto;
    display: block;
    margin: 1rem auto;
}

#main-mobile-menu .block.search i {
    color: #a3a3a3;
    position: absolute;
    right: 13%;
    top: 40%;
}

#main-mobile-menu .main-menu {
    margin-top: 40px;
}

#main-mobile-menu #mobile-inner-header {
    display: none;
}

#main-mobile-menu .menu-location-title {
    display: none;
}

#main-mobile-menu .menu li.current-menu-item a {
    color: #ec0023;
}

#main-mobile-menu .menu li a {
    color: #252525;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}

#main-mobile-menu .menu li.current-menu-item a:before {
    content: '';
    position: absolute;
    width: 35vw;
    height: 5px;
    color: #ec0023;
    background: #ec0023;
    top: 16px;
    left: 0;
    left: -15%;
    clip-path: polygon(0 0, 82% 0, 84% 100%, 0 100%);
}

#main-mobile-menu .block-footer {
    background: #000;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    clear: both;
}

#main-mobile-menu .block-footer ul {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

#main-mobile-menu .block-footer ul li {
    display: inline-block;
    padding: 8px 5px;
    text-align: center;
}

#main-mobile-menu .block-footer ul li a {
    padding: 0 5px;
}

#main-mobile-menu .block-footer ul li i {
    font-size: 2rem;
    font-weight: bold;
}

/* end mobile menu styling */

.bk-page-header .main-nav {
    display: table;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
}

.bk-page-header .header .main-nav .main-nav-wrap {
    height: 48px;
}

.bk-page-header .header .main-nav-inner {
    padding: 0;
    margin: 0;
    display: table-cell;
    width: 35%;
}

/* left align the nav menu */
.bk-page-header .main-nav-wrap #main-menu ul.menu {
    text-align: left;
}

/* logo */
.bk-page-header .logo {
    background: #dc1e25;
    -webkit-clip-path: polygon(0 0, 75% 0, 84% 100%, 0 100%);
    clip-path: polygon(0 0, 75% 0, 84% 100%, 0 100%);
    padding-right: 4.5rem;
}

.bk-page-header .logo a {
    text-align: center;
}

/* end logo */

/* social media */
.header-social {
    display: none;
}

/* mobile nav button */
.bk-page-header .main-nav .mobile-menu-wrap {
    padding-right: 2rem;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}

.bk-page-header .main-nav .mobile-menu-wrap i {
    color: #252525;
}

.bk-page-header .main-nav .mobile-menu-wrap .mobile-nav-btn {
    position: relative;
}

/* nav on scroll */
.bk-page-header.scrolled-nav-bar {
    z-index: 999999;
    background: #fff;
    width: 100%;
}

.bk-page-header .scroll-logo {
    display: none;
}

.bk-header-90 #main-menu {
    display: none;
}

@media only screen
and (max-width: 1240px) {
    .bk-page-header .header .main-nav-inner {
        width: 35% !important;
    }
}

/*----------------------------------------------*/
/* Big Screen header
/*----------------------------------------------*/
@media only screen
and (min-width: 1240px) {
    .bk-header-90 #main-menu {
        display: inline-block;
        vertical-align: middle;
    }

    .bk-page-header .header .main-nav-inner {
        width: 75%;
    }

    .bk-page-header .header .main-nav-inner #main-menu li.current-menu-item {
        background: #dc1e25;
        -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 26% 100%);
        clip-path: polygon(0 0, 75% 0, 100% 100%, 26% 100%);
    }

    .bk-page-header .scroll-logo {
        display: none;
    }

    .bk-page-header.scrolled-nav-bar .logo {
        display: none;
    }

    .bk-page-header.scrolled-nav-bar .scroll-logo img {
        max-width: 26px;
    }

    .bk-page-header.scrolled-nav-bar #main-menu {
        display: inline-block;
    }

    .bk-page-header.scrolled-nav-bar #main-menu > ul > li {
        height: 50px;
    }

    .bk-page-header.scrolled-nav-bar #main-menu > ul > li > a {
        line-height: 50px;
    }

    .bk-page-header.scrolled-nav-bar #main-menu li.current-menu-item {
        border-top: 5px solid #dc1e25;
        background: none !important;
        padding-left: 0;
    }

    .bk-page-header.scrolled-nav-bar #main-menu li.current-menu-item a {
        color: #000 !important;
    }

    .bk-page-header.scrolled-nav-bar #ajax-form-search i {
        line-height: 55px;
        padding-left: 25px;
    }

    .bk-page-header.scrolled-nav-bar .social-icon.youtube,
    .bk-page-header.scrolled-nav-bar .social-icon.fb,
    .bk-page-header.scrolled-nav-bar .social-icon.instagram,
    .bk-page-header.scrolled-nav-bar .social-icon.twitter,
    .bk-page-header.scrolled-nav-bar .social-icon.spotify,
    .bk-page-header.scrolled-nav-bar .social-icon.itunes,
    .bk-page-header.scrolled-nav-bar .social-icon.soundcloud {
        display: none;
    }

    .bk-page-header.scrolled-nav-bar .scroll-logo {
        display: table-cell;
        vertical-align: middle;
        background: #dc1e25;
        -webkit-clip-path: polygon(0 0, 75% 0, 84% 100%, 0 100%);
        clip-path: polygon(0 0, 75% 0, 84% 100%, 0 100%);
        padding-right: 2.5rem;
    }

    /*
      nav menu
     */
    .bk-page-header .header #main-menu li {
        padding: 0 2rem;
        font-size: 12px;
    }

    .bk-page-header .header #main-menu li.current-menu-item a {
        color: #fff;
    }

    .bk-page-header .main-nav .ajax-search-wrap {
        margin-right: 30px;
    }

    .ajax-search-wrap.activated {
        width: 20%;
    }

    #search-form-text {
        background-color: #dc1e25;
        color: #fff;
        font-weight: bold;
        font-family: 'Karla';
    }

    .bk-header-90 #ajax-form-search i {
        color: #fff;
        background: #dc1e25;
        margin-left: -24px;
        padding-left: 10px;
        padding-right: 30px;
        line-height: 64px;
    }


}

/*
social media nav
*/
.header-social {
	display: table-cell;
	vertical-align: middle;
	float: none;
	background-color: #dc1e25;
	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 7% 100%);
	clip-path: polygon(0% 0, 100% 0%, 100% 100%, 7% 100%);
	width: 25%;
}

.bk-page-header.scrolled-nav-bar .header-social {
	width: 5%;
	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 35% 100%);
	clip-path: polygon(0% 0, 100% 0%, 100% 100%, 35% 100%);
}

.header-social .clearfix {
	display: table;
	margin: 0 auto;
}

.header-social .social-icon {
	display: table-cell;
	float: none;
	vertical-align: middle;
	padding: 0 0.75rem;
}

.header-social .social-icon:first-child {
	padding-left: 1.85vw;
}

.header-social .social-icon:last-child {
	padding-right: 0;
}

.header-social .social-icon i {
	color: #fff;
	font-size: 25px;
	vertical-align: middle;
}

@media only screen and (min-width: 1240px) {
    .bk-page-header .main-nav .mobile-menu-wrap {
        display: none;
    }
}

@media only screen and (max-width: 1240px) {	
	.header-social,
	#main-menu {
		display: none;
	}
}

/*----------------------------------------------*/
/* End big screen header
/*----------------------------------------------*/
/*----------------------------------------------*/
/* End Header
/*----------------------------------------------*/

/*----------------------------------------------*/
/* Footer
/*----------------------------------------------*/
.footer {
    background-color: #dc1e25;
}

.footer .logo {
    padding-left: 2rem;
    padding-bottom: 2rem;
}

.main-nav-wrap .logo img,
.footer .logo img {
    max-width: 135px;
}

.footer .footer-menu {
    background-color: #dc1e25;
    border-top: none;
}

.footer .footer-menu #footer-menu {
    float: none;
}

.footer .footer-menu #footer-menu ul {
    padding-bottom: 2rem;
}

.footer .footer-menu #footer-menu ul li {
    display: block;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 0;
}

.footer .footer-menu #footer-menu ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-social {
    background-color: #000;
}

.footer .footer-social ul {
    text-align: center;
}

.footer .footer-social ul li {
    display: inline-block;
    padding: 0 1rem;
    text-align: center;
}

.footer .footer-social ul li i {
    font-size: 2rem;
    padding: 2rem 0;
    font-weight: bold;
}

/*----------------------------------------------*/
/* Big screen footer
/*----------------------------------------------*/
@media only screen
and (min-width: 991px) {
    .footer {
        display: table;
        padding-top: 0;
    }

    .footer .logo {
        padding-bottom: 0;
        padding-left: 5rem;
        display: table-cell;
        vertical-align: middle;
    }

    .footer .footer-menu {
        display: table-cell;
        vertical-align: middle;
        border-top: none;
    }

    .footer .footer-menu .container {
        display: table-cell;
    }

    .footer .footer-menu #footer-menu {
        float: none;
        text-align: center;
    }

    .footer .footer-menu #footer-menu ul {
        padding-bottom: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .footer .footer-menu #footer-menu ul li {
        display: inline-block;
        padding: 5rem 1.5rem;
        border: none;
        margin: 0px;
    }

    .footer .footer-menu #footer-menu ul li:first-child {
        padding-left: 0;
    }

    .footer .footer-menu #footer-menu ul li:last-child {
        padding-right: 0;
    }

    .footer .footer-social {
        display: table-cell;
        vertical-align: middle;
        padding-left: 8rem;
        padding-right: 5rem;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 16% 100%);
    }

    .footer .footer-social ul li {
        display: table-cell;
    }
}

/*----------------------------------------------*/
/* End big screen footer
/*----------------------------------------------*/
/*----------------------------------------------*/
/* End footer
/*----------------------------------------------*/

/*----------------------------------------------*/
/* Sidebar
/*----------------------------------------------*/
/* hide on mobile homepage */
.home .sidebar {
    display: none;
}

.sidebar .sidebar-wrap .sidebar-wrap-inner {
    border: none;
}

.sidebar .sidebar-wrap .sidebar-wrap-inner > .widget {
    border-top: none;
    margin: 56px auto 0 auto;
    display: table;
}

.sidebar .sidebar-wrap .widget-title {
    text-align: left;
    border-bottom: none;
    margin-bottom: -1px;
    padding-bottom: 0;
}

.sidebar .sidebar-wrap .widget-title h3 {
    font-family: 'Karla';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #dc1e25;
    padding: 7px 25px 7px 12px;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.sidebar .sidebar-wrap .rpwe-block li {
    border-bottom: 0;
    display: table;
}

.sidebar .sidebar-wrap .rpwe-block li:first-child {
    margin-top: 10px;
}

.sidebar .sidebar-wrap .rpwe-block li .rpwe-img img {
    max-width: 72px;
}

.sidebar .sidebar-wrap .rpwe-block li .rpwe-title {
    display: table-cell;
    vertical-align: middle;
}

.sidebar .sidebar-wrap .cat-post-widget li.cat-post-item {
    border-bottom: none !important;
}

.sidebar .sidebar-wrap .cat-post-widget li.cat-post-item div {
    display: table-cell;
    vertical-align: middle;
}

.sidebar .sidebar-wrap .cat-post-widget li.cat-post-item div .cat-post-crop:after {
    content: "";
    display: block;
    width: 75px;
    height: 75px;
    background: transparent url(/wp-content/uploads/2018/03/play-icon.svg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

.widget_poptags_widget div {
	display: block;
	margin-top: 10px;
}

.sidebar .sidebar-wrap .widget_tag_cloud .tagcloud a,
.sidebar .sidebar-wrap .widget_poptags_widget a {
    background: #424242;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Karla';
    margin: 5px 10px 5px 0;
}	

.sidebar .sidebar-wrap .widget_poptags_widget a {
	padding: 5px 10px;
	display: inline-block;
}

.sidebar .sidebar-wrap .widget_tag_cloud .tagcloud a:first-child,
.st-tag-cloud {
    margin-top: 10px;
}

.sidebar ul#category-posts-2-internal {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 16px;
}

.sidebar a.cat-post-footer-link {
    color: #dc1e25;
    font-weight: bold;
    letter-spacing: 0.4px;
}

.sidebar a.cat-post-footer-link:after {
    clip-path: polygon(0% 100%, 100% 100%, 75% 45%, 65% 50%, 83% 85%, 0% 85%);
    content: '.';
    width: 21px;
    height: 15px;
    -webkit-mask-size: 200px;
    background: #dc1e25;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

/*----------------------------------------------*/
/* Homepage sidebar
/*----------------------------------------------*/
.home .sidebar aside#custom_html-5,
.home .sidebar aside#tag_cloud-2 {
    display: none;
}

.home .sidebar .sidebar-wrap .sidebar-wrap-inner > .widget {
    margin-left: 0;
}

/*----------------------------------------------*/
/* End homepage sidebar
/*----------------------------------------------*/
/*----------------------------------------------*/
/* Big screen sidebar
/*----------------------------------------------*/
@media only screen
and (min-width: 991px) {

    .home .sidebar {
        display: block;
        padding-left: 17px;
    }

    .home .sidebar .sidebar-wrap .sidebar-wrap-inner {
        padding-left: 0;
    }

    .sidebar {
        padding-left: 30px;
        margin-top: -14rem;
        z-index: 10;
    }

    .home .sidebar {
        margin-top: 0;
    }

    .sidebar .sidebar-wrap .widget-title h3 {
        font-size: 14px;
    }
}

/*----------------------------------------------*/
/* End big screen sidebar
/*----------------------------------------------*/
/*----------------------------------------------*/
/* End sidebar
/*----------------------------------------------*/

/*----------------------------------------------*/
/* End regions
/*----------------------------------------------*/
/*----------------------------------------------*/
/* Posts
/*----------------------------------------------*/
.single-post .page-header-image {
    display: none;
}

.single-post #page-inner-wrap {
    background-color: #f9f9f9;
}

.single-post .article-wrap {
    padding-left: 0;
    padding-right: 0;
}

.single-post .article-wrap .main {
    background: #F9F9F9;
}

.single-post .article-wrap .article-content {
    padding-top: 0;
}

.single-post .article-wrap .article-content .s-feat-img {
    margin-bottom: 0;
    position: relative;
}

.single-post .article-wrap .article-content .s-feat-img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.single-post .article-wrap .article-content .s-feat-img img {
    width: 100%;
    position: relative
}

.single-post .article-wrap .article-content .s_header_wraper {
    background: #000000;
    margin-top: 0;
}

.single-post .article-wrap .article-content .meta-desktop {
    display: none;
}

.single-post .article-wrap .article-content .s_header_wraper .s-post-header .meta {
    border-bottom: 1px solid rgba(150, 150, 150, .4);
    padding-top: 18px;
    padding-bottom: 18px;
}

.single-post .article-wrap .article-content .s_header_wraper .s-post-header .meta .post-category,
.single-post .article-wrap .article-content .s_header_wraper .s-post-header .meta .views,
.single-post .article-wrap .article-content .s_header_wraper .s-post-header .meta .comments {
    display: none;
}

.single-post .article-wrap .article-content .s_header_wraper .s-post-header .meta > div {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    font-family: 'Karla';
    padding-right: 20px;
}

.single-post .article-wrap .article-content .s_header_wraper .s-post-header .meta > div:after {
    content: none;
}

.single-post .article-wrap .article-content .s_header_wraper .s-post-header h1 {
    color: #FFFFFF;
    font-family: 'Work Sans';
    font-size: 50px;
    text-transform: capitalize;
    letter-spacing: -1.1px;
    padding-top: 18px;
    padding-bottom: 35px;
}

.single-post .article-wrap .article-content .s_header_wraper .s-post-header .bk-share-box {
    display: none;
}

.single-post .article-wrap .article-content .article-body {
    padding: 0 2rem;
}

.single-post .article-wrap .bk-author-box {
    margin-top: 36px;
    padding: 47px 20px 53px 15px;
    background: #F1F1F1;
    border: none;
}

.single-post .article-wrap .bk-author-box:before {
    content: ' ';
    width: 40vh;
    height: 287px;
    background: #f3f3f3;
    position: absolute;
    margin-left: -40vh;
    margin-top: -46px;
    z-index: 1;
}

.single-post .article-wrap .bk-author-box .bk-author-avatar {
    text-align: left;
    display: inline-block;
}

.single-post .article-wrap .bk-author-box .author-info-container {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e0e0e0;
}

.single-post .article-wrap .bk-author-box .author-info-container .author-info {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.single-post .article-wrap .bk-author-box .author-info-container .author-info .author-headline {
    text-transform: uppercase;
    color: #dc1e25;
    font-weight: bold;
}

.single-post .article-wrap .bk-author-box .author-info-container .author-info h3 {
    text-align: left;
    text-transform: capitalize;
    font-weight: bold;
    color: #424242;
}

.single-post .article-wrap .bk-author-box .bk-author-bio {
    padding-top: 1.6rem;
    font-size: 15px;
}

.single-post .article-wrap #wpdevar_comment_1 {
    padding: 0 20px;
}

.fb-like.fb_iframe_widget {
    padding: 50px 20px 0 20px;
}

@media only screen
and (min-width: 991px) {

    .single-post .page-header-image {
        display: block;
    }

    .single-post .page-header-image .image-blur {
        overflow: hidden;
        float: left;
        position: absolute;
        width: 80%;
    }

    .single-post .page-header-image .image-blur img {
        position: relative;
        filter: blur(20px);
        margin: -30px;
        width: 100%;
        z-index: 1;
    }

    .single-post .page-header-image .image {
        position: relative;
        z-index: 999;
        float: right;
        width: 80%;
    }

    .single-post .page-header-image .image img {
        width: 100%;
        z-index: 10;
        float: right;
        object-position: right;
    }

    .single-post .article-wrap .article-content .s-feat-img img {
        display: none;
    }

    .single-post .article-wrap .article-content .s_header_wraper {
        background: none;
    }

    .single-post .article-wrap .article-content .s_header_wraper .s-post-header h1 {
        color: #252525;
    }

    .single-post .article-wrap .article-content .s_header_wraper .s-post-header .meta > div {
        color: #595959;
    }

    .single-post .article-wrap .article-content .meta-mobile {
        display: none;
    }

    .single-post .article-wrap .article-content .meta-desktop {
        display: block;
    }
}

/*----------------------------------------------*/
/* End Posts
/*----------------------------------------------*/
/*----------------------------------------------*/
/* Pages
/*----------------------------------------------*/
#page-content-wrap .fullwidth.bksection {
    max-width: 1140px;
    margin: 0 auto;
}

#page-content-wrap .sec-content {
    overflow: visible;
}

.row-type .post-c-wrap {
    width: 100%;
    padding-left: 0;
    white-space: normal;
    background: none;
}

/*----------------------------------------------*/
/* Page titles
/*----------------------------------------------*/
.module-title,
.module-title .main-title h2,
.page-title .main-title h2 {
    padding-left: 0;
    width: 100% !important;
}

.module-title .main-title,
.page-title .main-title {
    background-image: none;
    text-align: left;
}

.module-title .main-title h2,
.page-title .main-title h2 span {
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -1.4px;
    color: #dc1e25;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: -2px;
    background: none;
}

.module-title .sub-title p {
    text-align: left;
    margin-top: 5px;
}

@media only screen
and (min-width: 991px) {
    .module-title .main-title h2,
    .page-title .main-title h2 span {
        font-size: 70px;
    }

    .module-title .main-title h2.heading:before {
        width: 161px;
        height: 58px;
    }
}

/*----------------------------------------------*/
/* End page titles
/*----------------------------------------------*/

/*----------------------------------------------*/
/* Home Page
/*----------------------------------------------*/

/*----------------------------------------------*/
/* Singles, featured video section
/*----------------------------------------------*/
.singles-left-side,
.singles-right-side,
.singles-left-side .module-title,
.singles-right-side .module-title,
.featured-video .module-title {
    display: none;
}

.featured-video.bkmodule {
    margin-bottom: 0;
}

.featured-video .content_in .post-c-wrap,
.singles-left-side .content_in .post-c-wrap,
.singles-right-side .content_in .post-c-wrap {
    position: relative;
    background: none;
    padding-left: 0;
    padding-top: 0;
}

/* image */
.featured-video .content_in .thumb-container,
.singles-left-side .content_in .thumb-container,
.singles-right-side .content_in .thumb-container {
    position: relative;
    overflow: hidden;
}

.featured-video .content_in .thumb-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2) url(/wp-content/uploads/2018/03/play-icon.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

.featured-video .content_in .thumb-container .thumb {
    height: 300px;
}

.singles-left-side .content_in .thumb-container .thumb,
.singles-right-side .content_in .thumb-container .thumb {
    height: 200px;
    object-fit: cover;
}

/* category */
.featured-video .content_in .post-category,
.singles-left-side .content_in .post-category,
.singles-right-side .content_in .post-category {
    width: fit-content;
    margin-top: -35px;
    background-color: #d13030;
    padding: 7px 20px 7px 10px;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    z-index: 999;
}

.featured-video .content_in .post-category .meta {
    display: block;
}

.featured-video .content_in .post-category .meta .post-date {
    display: none;
}

/* title */
.featured-video .content_in .post-c-wrap h4.title a,
.singles-left-side .content_in .post-c-wrap h4.title a,
.singles-right-side .content_in .post-c-wrap h4.title a {
    color: #424242;
    font-family: 'Work Sans';
    font-size: 24px;
    /*text-transform: capitalize;*/
	text-transform: none;
    padding-top: 16px;
}

/* excerpt */
.featured-video .content_in .post-c-wrap .excerpt,
.singles-left-side .content_in .post-c-wrap .excerpt,
.singles-right-side .content_in .post-c-wrap .excerpt {
    color: #595959;
    font-family: 'Karla';
}

@media only screen
and (min-width: 991px) {
    /*----------------------------------------------*/
    /* Big screen featured video section
    /*----------------------------------------------*/
    .singles-left-side,
    .singles-right-side {
        display: table-cell;
        width: 25% !important;
    }

    .featured-video {
        display: table-cell;
        width: 50% !important;
    }

    .singles-left-side.container,
    .singles-right-side.container,
    .featured-video.container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .singles-left-side .bk-square-grid-wrap .row ul li,
    .singles-right-side .bk-square-grid-wrap .row ul li,
    .featured-video .bk-square-grid-wrap .row ul li {
        display: block;
        width: 100%;
    }

    .singles-left-side .bk-square-grid-wrap .row ul li:first-child,
    .singles-right-side .bk-square-grid-wrap .row ul li:first-child {
        padding-bottom: 35px;
    }

    .featured-video .content_in .thumb-container .thumb {
        height: 500px;
    }

    .featured-video .content_in .post-c-wrap h4.title a {
        font-size: 32px;
    }

    .singles-left-side .content_in .post-c-wrap h4.title a,
    .singles-right-side .content_in .post-c-wrap h4.title a {
        font-size: 16px;
    }

    .singles-left-side .content_in .post-c-wrap,
    .singles-right-side .content_in .post-c-wrap,
    .featured-video .content_in .post-c-wrap {
        margin-top: 0;
    }

    /*----------------------------------------------*/
    /* End big screen featured video section
    /*----------------------------------------------*/
}

/*----------------------------------------------*/
/* End singles, featured video section
/*----------------------------------------------*/
/*----------------------------------------------*/
/* Singles section (mobile)
/*----------------------------------------------*/
.singles-mobile {
    margin-top: 53px;
}

.singles-mobile .module-title {
    display: none;
}

@media only screen
and (min-width: 991px) {
    .singles-mobile {
        display: none;
    }
}

/*----------------------------------------------*/
/* End Singles section (mobile)
/*----------------------------------------------*/
/*----------------------------------------------*/
/* Featured music section
/*----------------------------------------------*/
.featured-music {
    background-color: #353535;
    padding: 40px 20px;
}

.featured-music .module-title {
    padding-bottom: 0;
    margin-bottom: -3px;
    z-index: 1;
}

.featured-music .module-title .main-title h2 {
    background-color: inherit;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0px;
}

.featured-music #featured-music {
    position: relative;
    z-index: 10;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, .3);
}

/*----------------------------------------------*/
/* End featured music section
/*----------------------------------------------*/
/*----------------------------------------------*/
/* Featured, trending, spotlight, top 5 posts
/*----------------------------------------------*/
.featured .module-title .main-title h2:after {
    content: "";
    font-size: 18px;
    text-align: right;
    text-align: right;
    margin-left: 40%;
    font-weight: 700;
    text-transform: capitalize;
    top: 0;
    font-family: 'Karla';
}

.featured .bk-masonry-wrap .row ul.bk-masonry-content,
.trending .bk-masonry-wrap .row ul.bk-masonry-content,
.spotlight-videos .bk-masonry-wrap .row ul.bk-masonry-content,
.top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content {
    overflow-x: scroll;
    display: block;
    height: auto !important;
    white-space: nowrap;
    width: 100% !important;
}

@media (min-width: 770px) {
    .featured .bk-masonry-wrap .row ul.bk-masonry-content,
    .trending .bk-masonry-wrap .row ul.bk-masonry-content,
    .spotlight-videos .bk-masonry-wrap .row ul.bk-masonry-content,
    .top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content {
        overflow: hidden;
    }
}

.featured .bk-masonry-wrap .row ul.bk-masonry-content li,
.trending .bk-masonry-wrap .row ul.bk-masonry-content li,
.spotlight-videos .bk-masonry-wrap .row ul.bk-masonry-content li,
.top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content li {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: inline-block;
}

.featured .bk-masonry-wrap .row ul.bk-masonry-content li.item,
.trending .bk-masonry-wrap .row ul.bk-masonry-content li.item,
.spotlight-videos .bk-masonry-wrap .row ul.bk-masonry-content li.item,
.top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content li.item {
    margin-top: 0;
    vertical-align: top;
    width: 300px;
}

.featured .masonry-ajax.loadmore {
    display: none;
}

@media only screen and (max-width: 991px) {
    .single-post .article-wrap .article-content .s_header_wraper .s-post-header h1 {
        font-size: 30px;
    }
}

@media only screen
and (min-width: 991px) {
    /*----------------------------------------------*/
    /* Featured big screen
    /*----------------------------------------------*/
    .featured {
        margin-top: 78px;
    }

    .featured .module-title .main-title h2 {
        font-size: 88px;
    }

    .featured .module-title .main-title h2 i {
        font-style: unset;
    }

    .featured .module-title .main-title h2:after {
        display: none;
    }

    .featured .bk-masonry-wrap .row ul.bk-masonry-content li.item:first-child {
        width: 100%;
    }

    .featured .bk-masonry-wrap .row ul.bk-masonry-content li.item:first-child img {
        height: auto;
    }

    .featured .bk-masonry-wrap .row ul.bk-masonry-content li.item:first-child h4.title a {
        font-size: 36px;
    }

    .featured .bk-masonry-wrap .row ul.bk-masonry-content li.item:first-child .excerpt {
        font-size: 15px;
    }

    .featured .bk-masonry-wrap .row ul.bk-masonry-content li.item {
        width: 50%;
        min-height: 550px;
    }

    .featured .bk-masonry-wrap .row ul.bk-masonry-content li.item img {
        height: 300px;
        object-fit: cover;
    }

    .featured .bk-masonry-wrap .row ul.bk-masonry-content li.item .readmore {
        display: block;
    }

    .featured .bk-masonry-wrap .row ul.bk-masonry-content li.item .readmore a {
        border: none;
        color: #dc1e25;
        font-family: 'Karla';
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        text-transform: capitalize;
        padding-left: 0;
    }

    .featured .bk-masonry-wrap .row ul.bk-masonry-content li.item .readmore a:hover {
        background-color: initial;
        border: none;
    }

    .featured .masonry-ajax.loadmore {
        display: block;
    }

    .featured span.ajaxtext {
        margin: 0 auto;
        display: block;
        border: none;
        background-color: #dc1e25;
        width: 230px;
        height: 40px;
        color: #fff;
        letter-spacing: .4px;
        font-family: 'Karla';
    }

    /*----------------------------------------------*/
    /* End featured big screen
    /*----------------------------------------------*/
    /*----------------------------------------------*/
    /* Trending big screen
    /*----------------------------------------------*/
    .trending .bk-masonry-content {
        padding-left: 0;
    }

    .trending .bk-masonry-wrap .row ul.bk-masonry-content li.item .excerpt {
        font-size: 15px;
    }

    .trending .bk-masonry-wrap .row ul.bk-masonry-content li.item:first-child {
        width: 75%;
    }

    .trending .bk-masonry-wrap .row ul.bk-masonry-content li.item:first-child .excerpt {
        display: none;
    }

    .trending .bk-masonry-wrap .row ul.bk-masonry-content li.item:first-child .title a {
        font-size: 36px
    }

    .trending .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+2):nth-child(-n+3) {
        width: 25%;
    }

    .trending .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+4):nth-child(-n+5) {
        width: 50%;
    }

    .trending .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+4):nth-child(-n+5) .title a {
        font-size: 24px;
    }

    .trending .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+4):nth-child(-n+5) .thumb img {
        height: 420px;
        object-fit: cover;
    }

    /*----------------------------------------------*/
    /* End trending big screen
    /*----------------------------------------------*/
    /*----------------------------------------------*/
    /* Spotlight videos big screen
    /*----------------------------------------------*/
    .spotlight-videos .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+1):nth-child(-n+2) {
        width: 50%;
        min-height: 700px;
    }

    .spotlight-videos .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+1):nth-child(-n+2) .thumb img {
        height: 420px;
        object-fit: cover;
    }

    .spotlight-videos .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+3):nth-child(-n+4):nth-child(-n+5) {
        width: 33%;
    }

    .spotlight-videos .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+3):nth-child(-n+4):nth-child(-n+5) .thumb img {
        height: 270px;
        object-fit: cover;
    }

    /*----------------------------------------------*/
    /* End spotlight videos big screen
    /*----------------------------------------------*/
    /*----------------------------------------------*/
    /* Top 5 big screen
    /*----------------------------------------------*/
    .top-5-downloads-of-the-week .bk-masonry-content {
        padding-left: 0;
    }

    .top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content li.item .excerpt {
        font-size: 15px;
    }

    .top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content li.item:first-child {
        width: 75%;
        float: right;
    }

    .top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content li.item:first-child .excerpt {
        display: none;
    }

    .top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content li.item:first-child .title a {
        font-size: 36px
    }

    .top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+2):nth-child(-n+3) {
        width: 25%;
    }

    .top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+4):nth-child(-n+5) {
        width: 50%;
    }

    .top-5-downloads-of-the-week .bk-masonry-wrap .row ul.bk-masonry-content li.item:nth-child(n+4):nth-child(-n+5) .title a {
        font-size: 24px;
    }

    /*----------------------------------------------*/
    /* End top 5 big screen
    /*----------------------------------------------*/
}

/*----------------------------------------------*/
/* End featured posts
/*----------------------------------------------*/
/*----------------------------------------------*/
/* End home page
/*----------------------------------------------*/
/*----------------------------------------------*/
/* Posts
/*----------------------------------------------*/

/* Hide post meta info*/
.blog #main-content .item .views,
.blog #main-content .item .comments,
.blog #main-content .item .bk-calendar-meta,
.blog #main-content .item .post-c-wrap .meta .post-category,
.category #main-content .item .views,
.category #main-content .item .comments,
.category #main-content .item .bk-calendar-meta,
.category #main-content .item .post-c-wrap .meta .post-category,
.home .post-wrapper-inner .bk-calendar-meta,
.home .post-c-wrap .readmore,
.post-c-wrap .readmore {
    display: none;
}

/* read more link arrow */
.readmore a:after,
a.arrow-after:after {
    clip-path: polygon(0% 100%, 100% 100%, 75% 45%, 65% 50%, 83% 85%, 0% 85%);
    content: '.';
    width: 21px;
    height: 15px;
    -webkit-mask-size: 200px;
    background: #dc1e25;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.content_out .excerpt {
    font-size: 15px;
}

.blog #main-content .item .bk-mask .post-category,
.category #main-content .item .bk-mask .post-category,
.home .bk-mask .post-category,
.single .bk-mask .post-category,
.bk-mask .post-category {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d13030;
    padding: 7px 20px 7px 10px;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    margin-bottom: -1px;
}

.blog #main-content .item .bk-mask .post-category a,
.category #main-content .item .bk-mask .post-category a,
.home .bk-mask .post-category a,
.home .content_in .post-category a,
.single .bk-mask .post-category a,
.thumb-container .post-category a {
    font-family: 'Karla';
    font-weight: bold;
    text-transform: uppercase;
}

.blog #main-content .item .bk-mask .post-category a:hover,
.category #main-content .item .bk-mask .post-category a:hover,
.home .bk-mask .post-category a:hover,
.home .content_in .post-category a:hover,
.single .bk-mask .post-category a:hover,
.thumb-container .post-category a:hover {
    background-color: initial;
}

.blog #main-content .item .post-c-wrap .title a,
.category #main-content .item .post-c-wrap .title a,
.home .post-c-wrap .title a,
.single .post-c-wrap .title a,
.post-c-wrap .title a{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 1.33;
    color: #424242;
    font-family: 'Work Sans';
    /*text-transform: capitalize;*/
	text-transform: none;
}

.blog #main-content .item .post-c-wrap .meta .post-author,
.blog #main-content .item .post-c-wrap .meta .post-date,
.category #main-content .item .post-c-wrap .meta .post-author,
.category #main-content .item .post-c-wrap .meta .post-date {
    font-family: 'Karla';
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    color: #989898;
    letter-spacing: 0.4px;
}

.blog #main-content .item .post-c-wrap .excerpt,
.category #main-content .item .post-c-wrap .excerpt {
    font-family: 'Karla';
    font-size: 15px;
    color: #595959;
}

.blog #main-content .item .post-c-wrap .readmore a,
.category #main-content .item .post-c-wrap .readmore a {
    font-size: 15px;
    font-weight: bold;
    font-style: initial;
    color: #dc1e25;
    text-transform: capitalize;
    border: none;
    padding-left: 0;
}

.blog #main-content .item .post-c-wrap .readmore a:hover,
.category #main-content .item .post-c-wrap .readmore a:hover {
    background-color: initial;
}

.home .post-c-wrap,
.single .post-c-wrap {
    margin-top: 12px;
}

.home .post-c-wrap .title,
.single .post-c-wrap .title {
    margin-top: 0;
	/*white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;*/
}

.home .post-c-wrap .excerpt,
.single .post-c-wrap .excerpt {
    margin-top: 8px;
    /* set a character limit manually for post excerpts */
    text-overflow: ellipsis;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
}

.home .post-wrapper-inner,
.single .post-wrapper-inner {
    border-bottom: none;
}

.home #page-content-wrap .bksection .row .content-wrap .bkmodule .module-title,
.single #page-content-wrap .bksection .row .content-wrap .bkmodule .module-title {
    padding-bottom: 24px;
}

.home #page-content-wrap .bksection .row .content-wrap .bkmodule .module-title .main-title h2.wide-bar:before,
.single #page-content-wrap .bksection .row .content-wrap .bkmodule .module-title .main-title h2.wide-bar:before,
.bkmodule .module-title .main-title h2.wide-bar:before,
.category h2.heading.wide-bar:before,
.page .main-title h2.wide-bar:before {
    width: 100%;
    color: #DC1E25;
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0% 100%);
}

.home #page-content-wrap .bksection .row .content-wrap .bkmodule .module-title .main-title h2:before,
.single #page-content-wrap .bksection .row .content-wrap .bkmodule .module-title .main-title h2:before,
.bkmodule .module-title .main-title h2:before,
.category h2.heading:before,
.page-template-default h2.wide-bar:before {
    content: '';
    position: absolute;
    height: 27px;
    top: -3px;
    right: 99%;
    width: 150px;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.page-template-default h2.wide-bar:before {
    top: 0;
}

.category h2.heading:before {
    margin-left: 0;
}

.bkmodule.featured-music .module-title .main-title h2:before {
    clip-path: none;
    -webkit-clip-path: none;
    width: auto;
    margin-left: 0;
}

@media only screen
and (min-width: 991px) {
    .home #page-content-wrap .bksection .row .content-wrap .bkmodule .module-title,
    .single #page-content-wrap .bksection .row .content-wrap .bkmodule .module-title {
        padding-bottom: 42px;
    }

    .category h2.heading:before,
    .page .main-title h2.wide-bar:before {
        right: 99%;
        top: -3px;
    }

    .home #page-content-wrap .bksection .row .content-wrap .featured.bkmodule .module-title .main-title h2:before {
        top: 11px;
        height: 59px;
    }

    .home #page-content-wrap .bksection .row .content-wrap .bkmodule .module-title .main-title h2:before,
    .single #page-content-wrap .bksection .row .content-wrap .bkmodule .module-title .main-title h2:before,
    .bkmodule .module-title .main-title h2:before {
        right: 98%;
        top: 9px;
        height: 46px;
        clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
    }

    .page-template-default .main-title h2.wide-bar:before {
        height: 59px;
    }

}

/*----------------------------------------------*/
/* End posts
/*----------------------------------------------*/

/*----------------------------------------------*/
/* Contact Page
/*----------------------------------------------*/
.page form input[type="submit"] {
    background: #dc1e25;
    color: #fff;
    border: none;
}

/*----------------------------------------------*/
/* End contact page
/*----------------------------------------------*/
/*----------------------------------------------*/
/* End pages
/*----------------------------------------------*/

/* PushAssist notification */
#pushassist_notification_inner_wraper {
    visibility: hidden;
}