/*
Theme Name: Epic Records v2
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/

/* Fonts */
@font-face {
    font-family: 'nkotb_feverregular';
    src: url('assets/font/nkotb_fever-webfont.eot');
    src: url('assets/font/nkotb_fever-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/font/nkotb_fever-webfont.woff2') format('woff2'),
        url('assets/font/nkotb_fever-webfont.woff') format('woff'),
        url('assets/font/nkotb_fever-webfont.ttf') format('truetype'),
        url('assets/font/nkotb_fever-webfont.svg#nkotb_feverregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */
body {
    background: #fff;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    position: relative;
    padding-top: 130px;
    /*border-top: 40px solid #000;*/
}

/*body.home {
    padding-top: 0;
}*/

a {
    color: #666;
}

a:hover, a:focus {
    color: #666;
    text-decoration: none;
}

a:hover {
    outline: 0;
}

a:focus, *:focus {
    outline: 2px dotted #bf091e;
}

.container-fluid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Form */
.form-control:focus {
    border-color: #666;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 102, 102, 0.6);
}

.btn-default {
    background: #000;
    border-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 15px;
}

.btn-default:hover, .btn-default:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* Navigation */
body.admin-bar .navbar-fixed-top {
    top: 32px;
}

#navbar {
    background: #fff;
    margin: 0;
}

#navbar.home-nav {
    background: #fff;
    border-color: transparent;
    /*border-top: 40px solid #000;*/
}

.navbar-fixed-top {
    /*background: #fff;*/
    margin-bottom: 0;
    border-radius: 0;
    /*border-color: #fff;
    border-top: 40px solid #000;*/
    /*-moz-transition: background 200ms ease-in;
    -webkit-transition: background 200ms ease-in;
    -o-transition: background 200ms ease-in;
    transition: background 200ms ease-in;*/
}

.navbar-nav {
    margin-top: 35px;
}

.navbar-nav>li>a {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    padding: 7px 14px;
}

.navbar-nav>li.current-menu-item>a, .navbar-nav>li.active>a,
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    background: none;
    color: #bf091e;
}

.navbar-brand {
    padding: 30px 15px;
    height: 130px;
}

/* Home Sections */
.section-title {
    font-family: 'nkotb_feverregular';
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    color: #333333;
}

.section-title a {
    color: #333333;
}

.banner .banner-img {
    width: 100%;
    height: auto;
}

.banner a {
    display: block;
}

.slant {
    position: relative;
    background: #000;
    height: 100px;
    width: 100%;
}

.slant-top:after {
    content: ' ';
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -37px;
    background: #000;
    -webkit-transform: skewY(2.2deg);
    -moz-transform: skewY(2.2deg);
    -ms-transform: skewY(2.2deg);
    -o-transform: skewY(2.2deg);
    transform: skewY(2.2deg);
    -webkit-backface-visibility: hidden;
}

.slant-top.slant-reverse:after {
    -webkit-transform: skewY(-2.2deg);
    -moz-transform: skewY(-2.2deg);
    -ms-transform: skewY(-2.2deg);
    -o-transform: skewY(-2.2deg);
    transform: skewY(-2.2deg);
}

.slant-bottom:before {
    content: ' ';
    width: 100%;
    height: 100px;
    position: absolute;
    top: -37px;
    background: #000;
    -webkit-transform: skewY(2.2deg);
    -moz-transform: skewY(2.2deg);
    -ms-transform: skewY(2.2deg);
    -o-transform: skewY(2.2deg);
    transform: skewY(2.2deg);
    -webkit-backface-visibility: hidden;
}

/* Home Carousel */
#owl-main .slide-img {
    width: 100%;
    height: auto;
}

#owl-main .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: 0 auto;
    text-align: center;
}

#owl-main .owl-pagination .owl-page {
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;

}

#owl-main .owl-pagination .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #ddd;
}

#owl-main .owl-pagination .owl-page.active span {
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #000;
}

/* Home News */
#news {
    background: #fff;
}

#news .container-fluid {
    padding-top: 45px;
    padding-bottom: 90px;
}

#news .row {
    margin-left: -30px;
    margin-right: -30px;
}

#news .row>div {
    padding: 0 30px;
}

#news .section-title {
    margin-bottom: 35px;
}

#news-top {
    margin-bottom: 10px;
}

#news-top .slide-img {
    width: 100%;
    height: auto;
}

#news-top .owl-controls {
    position: absolute;
    top: 0;
    right: 0;
}

#news-top .owl-buttons>div {
    width: 30px;
    height: 30px;
    color: #fff;
    background: #cecece;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 4px;
}

#news-top .owl-buttons>div:hover, #news-top .owl-buttons>div:focus {
    background: #8a8a8a;
}

#news-bottom .owl-item .item {
    border: 3px solid transparent;
}

#news-bottom .owl-item.synced .item {
    border: 3px solid #bf091e;
}

#news-posts {
    margin-top: 35px;
}

#news-posts .news-post-content h2 {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 18px;
    color: #333;
    margin-top: 0;
    margin-bottom: 25px;
}

#news-posts .news-post-content:not(.active) {
    display: none;
}

#news .news-quote-divider {
    font-size: 72px;
    color: #bf091e;
}

#jukebox-top, .news-quote {
    background: #fff;
    padding-top: 25px;
}

#jukebox-top, .news-quote p {
    background: #fff;
}

#jukebox-top .slide-img {
    width: 100%;
    height: auto;
}

.jukebox-bottom-wrap {
    margin: 0 -5px;
}

#jukebox-bottom {
    margin-top: 20px;
}

#jukebox-bottom .owl-item .item {
    margin: 0 5px;
}

#jukebox-bottom .owl-buttons {
    margin-top: 15px;
    padding: 0 5px;
}

#jukebox-bottom .owl-buttons>div {
    width: 50%;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
}

#jukebox-bottom .owl-buttons>div.owl-prev {
    background: url('assets/img/jukebox-arrow-left.png') no-repeat left center;
}

#jukebox-bottom .owl-buttons>div.owl-next {
    background: url('assets/img/jukebox-arrow-right.png') no-repeat right center;
}

#news .search-form {
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    max-width: 250px;
}

#news .search-form .form-control {
    border-color: #333333;
    color: #616161;
    font-weight: 300;
    font-style: italic;
    background: #fff url('assets/img/bg/search-icon.png') no-repeat right 5px center;
}

/*.view-more .text {
    padding: 11px 30px;
    color: #fff;
    margin-right: 30px;
    float: left;
}

.view-more .plus {
    background: #fff;
    color: #000;
    float: right;
    padding: 11px;
}*/

/* Home Artists */
#artists .artists-top .container-fluid {
    padding-top: 150px;
    padding-bottom: 150px;
}

#owl-artists .owl-pagination {
    margin: 30px auto 0 auto;
    text-align: center;
}

#owl-artists .owl-pagination .owl-page {
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

#owl-artists .owl-pagination .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #ddd;
}

#owl-artists .owl-pagination .owl-page.active span {
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #000;
}

#artists {

}

#artists .artists-bottom {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    top: -85px;
    border-bottom: 1px dashed #000;
}

#artists .artists-bottom .section-title {
    position: relative;
    top: 165px;
}

#featured-artists .featured-artist {
    margin-bottom: 45px;
}

#featured-artists .featured-artist-img {
    border-radius: 50%;
}

#featured-artists .featured-artist-title {
    text-align: center;
    font-size: 31px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 45px;
}

#featured-artists .featured-artist-content {
    font-size: 15px;
}

#featured-artists .row {
    margin-left: -30px;
    margin-right: -30px;
}

#featured-artists .row>div {
    padding: 0 30px;
}

#roster .artist {
    margin-bottom: 45px;
}

#roster .artist-img {
    border-radius: 50%;
}

#roster .artist-title {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 22px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 35px;
}

#roster .artist-title a {
    background: #fff;
    color: #333333;
}

#roster .artist-content {
    font-size: 15px;
}

/* Home About */
#about .container-fluid {
    padding-top: 150px;
    padding-bottom: 150px;
}

.owl-about-wrap {
    position: relative;
}

.about-content {
    background: #fff;
    font-size: 16px;
    /* padding-top: 80px;*/
}

.about-content p {
    background: #fff;
}

#owl-about .owl-pagination {
    margin: 70px auto 0 auto;
    text-align: center;
}

#owl-about .owl-pagination .owl-page {
    padding: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

#owl-about .owl-pagination .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #ddd;
}

#owl-about .owl-pagination .owl-page.active span {
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #000;
}

/* Home Videos */
#videos {
    background: #fff;
    padding: 65px 0;
}

.tubepress-big-title {
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px #333 dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.tubepress-thumb {
    padding: 0 10px;
}

.tubepress-thumbnail-image {
    max-width: 100%;
    height: auto;
    border: 5px solid #eee;
}

.tubepress-meta-group {
    padding-top: 10px;
}

.tubepress-meta-group dd {
    background: #fff;
}

/* Home Store */
#store {
    /*padding: 0 0 160px 0;*/
    padding: 0;
}

#store .container-fluid {
    padding-bottom: 65px;
}

#store-carousel {
    border-bottom: 1px #f1f1f1 solid;
}

#store-carousel .owl-buttons>div {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background-color: #bab9b9;
    background-position: center center;
    background-repeat: no-repeat;
}

#store-carousel .owl-buttons>div:hover,
#store-carousel .owl-buttons>div:focus {
    background-color: #ff3333;
}

#store-carousel .owl-buttons>div.owl-prev {
    left: 0;
    background-image: url('assets/img/arrow-left.png');
}

#store-carousel .owl-buttons>div.owl-next {
    right: 0;
    background-image: url('assets/img/arrow-right.png');
}

#owl-store .slide-img {
    width: 100%;
    height: auto;
}

.products {
    margin-top: 60px;
}

.product {
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.product:hover, .product:focus {
    border-color: #2e2e2e;
}

.product:hover .cart-link-wrap, .product:focus .cart-link-wrap {
    background: #9c9c9c;
}

.product:hover .cart-link-wrap a,
.product:focus .cart-link-wrap a
{
    color: #fff;
}

.product:hover .cart-link-wrap a i,
.product:focus .cart-link-wrap a i
{
    color: #fff;
}

.product .product-top {
    padding: 25px 20px;
    background: #fff;
    position: relative;
}

.product.on-sale .product-top:before {
    content:'';
    border-top: 60px solid #323232;
    border-right: 60px solid transparent;
    position: absolute;
    top: 3px;
    left: 3px;
}

.product.on-sale:hover .product-top:before, .product.on-sale:focus .product-top:before {
    border-top: 60px solid #ff3333;
}

.triangle-text {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg) translateZ(0px);
    position: absolute;
    top: 15px;
    left: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.product .product-bottom {
    padding: 25px 20px;
    background: #f5f5f5;
    text-align: center;
}

.product .product-bottom .product-title {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 12px;
    color: #666;
}

.product .product-bottom .sale-price {
    text-decoration: line-through;
    font-style: italic;
    color: #999;
    font-size: 18px;
}

.product .product-bottom .price {
    color: #333;
    font-size: 30px;
}

.product .cart-link-wrap {
    padding: 0 20px;
    background: #f5f5f5;
    font-size: 14px;
    text-align: center;
}

.product .cart-link-wrap .cart-link-wrap-inner {
    padding: 12.5px 0;
    border-top: 1px solid #9c9c9c;
}

.product .cart-link-wrap a {
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    display: block;
}

.product .cart-link-wrap a i {
    color: #999;
}

/* Interior */
.interior {

}

.interior #news {
    padding: 0;
}

.interior-header {
    padding: 30px 0;
}

.interior-header .section-title {
    text-align: left;
    font-size: 87px;
    margin-bottom: 0;
}

.interior #news .search-form {
    margin-top: 0;
}

.news-filter-wrap {
    max-width: 685px;
    margin: 0 auto 80px auto;
}

#news-filter {
    padding: 0 80px;
}

#news-filter .item {
    text-align: center;
}

#news-filter a {
    display: inline-block;
    font-family: "Georgia", serif;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    background: #fff;
    color: #c2c2c2;
    padding: 3px 12px;
}

#news-filter a.active {
    color: #fff;
    background: #ff3333;
}

#news-filter a:hover,
#news-filter a:focus {
    background: #fff;
    color: #000;
}

#news-filter .owl-buttons>div {
    display: inline-block;
    background-color: #c2c2c2;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 24px;
    position: absolute;
    top: 0;
}

#news-filter .owl-buttons>div:hover, #news-filter .owl-buttons>div:focus {
    background-color: #ff3333;
}

#news-filter .owl-buttons .owl-prev {
    background-image:  url('assets/img/read-more-arrow-left.png');
    left: 0;
}

#news-filter .owl-buttons .owl-next {
    background-image:  url('assets/img/read-more-arrow.png');
    right: 0;
}

.news-posts {
    padding: 125px 0;
}

.grid-sizer, .grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.news-post.grid-item .grid-post {
    margin-bottom: 50px;
}

.news-post.grid-item .news-left {
    float: left;
    width: 50%;
}

.news-post.grid-item .news-right {
    float: left;
    width: 50%;
    padding: 0 30px;
}

.news-post.grid-item.reversed .news-left {
    float: right;
}

.news-post.grid-item .news-right h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-post.grid-item .news-right .grid-info {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    color: #fff;
    background: #333;
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 10px;
}

.news-post.grid-item .news-right .grid-info a {
    color: #fff;
}

.news-post.grid-item .news-right .grid-info+.grid-info {
    margin-left: 2px;
}

.news-post.grid-item .news-right .view-more {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background: #ff3333;
    display: inline-block;
    padding: 10px 12px;
    text-transform: uppercase;
}

.news-post.grid-item .news-right .view-more:hover, .news-post.grid-item .news-right .view-more:focus {
    background: #333;
}

.news-post.grid-item .news-right .view-more .text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding: 8px 0;
}

.news-post.grid-item .news-right .view-more img {
    vertical-align: middle;
}

#load-more {
    text-align: center;
    margin-top: 90px;
}

#load-more a {
    color: #fff;
    background: #adadad;
    font-size: 24px;
    text-transform: uppercase;
    padding: 12px 44px;
}

#load-more a:hover,
#load-more a:focus {
    background: #333;
}

/*.interior .news-posts {
    padding: 125px 0 125px 0;
}

.interior .news-post {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.interior .news-left, .news-right {
    width: 50%;
    overflow: hidden;
}

.interior .news-thumb {
    width: 100%;
    height: auto;
}

.reversed .news-left {
    float: right;
}

.reversed .news-left .news-arrow {
    right: auto;
    left: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

body.search .leadin {
    text-transform: uppercase;
}*/

.search-count {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    padding-top: 20px;
}

/* Pager Navigation */
ul.page-numbers {
    list-style: none;
    padding: 0;
    margin: 50px 0 0 0;
    text-align: center;
}

ul.page-numbers>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-weight: 700;
    font-size: 14px;
}

/* Footer */
#footer {
    background: #000;
    color: #fff;
    padding: 30px 0 60px 0;
}

.footer-socials {
    list-style: none;
    padding: 0;
    margin: 0 0 90px 0;
    text-align: center;
}

.footer-socials>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
}

.footer-socials>li>a {
    font-size: 22px;
    color: #fff;
}

.footer-socials>li>a:hover, .footer-socials>li>a:focus {
    color: #ccc;
}

#footer .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
}

#footer .widget_recent_entries ul {
    background: #000;
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .widget_recent_entries ul li a {
    background: #000;
    color: #fff;
}

#footer .widget_recent_entries ul li a:hover, #footer .widget_recent_entries ul li a:focus {
    color: #ccc;
}

#footer .widget_recent_entries ul li .post-date {
    display: block;
}

#footer .widget_tag_cloud .tagcloud a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px!important;
    background: #1f1f1f;
    color: #999;
    padding: 10px 15px;
    text-transform: lowercase;
    line-height: 1em;
    margin-right: 5px;
    margin-bottom: 8px;
}

#footer .widget_search .search-form .form-control {
    border-radius: 0;
    background: #000;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    border-color: #fff;
}

#footer .widget_search .search-form .search-submit {
    display: none;
}

#footer .copyright {
    margin-top: 45px;
    text-align: center;
}

#footer .copyright a {
    color: #fff;
}

#footer .copyright a:hover,
#footer .copyright a:focus {
    color: #fff;
    text-decoration: underline;
}

/* Blockquote */
blockquote {
    background: #000 url('assets/img/bg/left-quote.png') no-repeat 25px 25px;
    color: #fff;
    border: 0;
    font-style: italic;
    font-size: 30px;
    font-weight: 900;
    padding: 30px 60px;
    margin: 45px 0;
    position: relative;
}

blockquote:before {
    content: ' ';
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    top: -12px;
    left: 25px;
    background: url('assets/img/blockquote-arrow-top.png') no-repeat;
}

blockquote:after {
    content: ' ';
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: -12px;
    right: 25px;
    background: url('assets/img/blockquote-arrow-bottom.png') no-repeat;
}

/* Magnific Popup */
.news-popup {
    position: relative;
    background: #000;
    padding: 0;
    width: auto;
    max-width: 980px;
    margin: 20px auto;
    padding: 0 60px;
}

.news-popup-content {
    padding: 30px 60px;
    background: #fff;
    font-size: 24px;
}

.news-popup-content a {
    text-decoration: underline;
}

.news-popup-content a:hover, .news-popup-content a:focus {
    text-decoration: none;
}

.news-popup-terms {
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 10px;
}

.news-popup-terms img, .news-popup-terms a {
    display: inline-block;
    vertical-align: middle;
}

.news-popup-terms a {
    text-decoration: none;
}

.news-popup-share-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-popup-share-links>li {
    text-align: right;
    line-height: 1em;
}

.news-popup-share-links>li+li {
    margin-top: 3px;
}

.news-popup-share-links>li.twitter {
    margin-right: 16px;
}

.news-popup-share-links>li.google-plus>div {
    width: 78px!important;
}

.news-popup-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    font-style: italic;
}

/*.news-popup-img-wrap {
    max-height: 284px;
    overflow: hidden;
}*/

.news-popup-img {
    width: 100%;
}

.popup-divider {
    margin-top: 30px;
}

button.mfp-close {
    height: 56px;
    width: 56px;
    background: url('assets/img/close-btn.png') no-repeat center center;
    right: 45px;
    top: -15px;
    opacity: 1;
    color: transparent!important;
}

button.mfp-close:active {
    top: -15px;
}

.media-popup {
    position: relative;
    background: #fff;
    padding: 0;
    width: auto;
    max-width: 980px;
    margin: 20px auto;
    padding: 0;
}

.media-popup button.mfp-close {
    background: url('assets/img/close-btn-white.png') no-repeat center center;
    right: -15px;
    top: -15px;
}

.media-popup-title {
    background: #333333;
    padding: 15px 40px;
}

.media-popup-title .media-popup-epic-logo {
    float: left;
}

.media-popup-title h1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 125px;
    padding-top: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
}

.media-popup-img-wrap {
    max-height: 500px;
    overflow: hidden;
}

.media-popup-content img {
    width: 100%;
    height: auto;
}

/* Embed */
iframe, object, embed, img {
    max-width: 100%;
}

/* Images */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 1200px) {
    /* Home News */
    #news .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #news .row>div {
        padding: 0 15px;
    }

    /* Home Artists */
    #featured-artists .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #featured-artists .row>div {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    /* Modal */
    .news-popup {
        padding: 0 15px;
        max-width: 90%;
    }

    .news-popup-terms {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .news-popup-title {
        font-size: 24px;
    }

    .news-popup-share-links {
        padding: 0 15px 0 0;
    }

    .news-popup-content {
        padding: 15px 30px;
        background: #fff;
        font-size: 14px;
    }

    button.mfp-close {
        right: 0;
    }

    .media-popup {
        max-width: 90%;
    }

    .media-popup-title .media-popup-epic-logo {
        max-width: 50px;
        float: none;
    }

    .media-popup-title {
        padding: 15px;
    }

    .media-popup-title h1 {
        margin-left: 50px;
        margin-left: 0;
    }

    .media-popup button.mfp-close {
        right: 0;
    }

    blockquote {
        padding: 15px 40px;
        font-size: 16px;
        background-position: 15px 15px;
        margin: 30px 0;
    }

    /* Home Artists */
    #artists .artists-bottom {
        top: 0;
    }

    #artists .artists-bottom .section-title {
        position: static;
    }
}

@media (max-width: 767px) {
    /* General */
    body, body.home {
        padding-top: 50px;
        border-top: 0;
    }

    /* Navigation */
    .navbar-fixed-top {
        border-top: 0;
        border-bottom: 1px solid #bf091e;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .navbar-nav>li>a {
        padding: 10px 15px;
        border: 0;
    }

    .navbar-nav>li.current-menu-item>a, .navbar-nav>li.active>a,
    .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
        background: none;
        color: #bf091e;
        border: 0;
    }

    .navbar-toggle .icon-bar {
        background: #000;
        border-radius: 0;
    }

    .navbar-brand {
        padding: 5px 15px;
        height: 50px;
    }

    .navbar-brand img {
        width: 58px;
    }

    /* Home Sections */
    .section-title {
        margin-bottom: 30px;
    }

    /* Home News */
    #news .container-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #news .section-title {
        margin-bottom: 30px;
    }

    #news .news-quote-divider {
        font-size: 36px;
    }

    #news .search-form {
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /* Home Artists */
    #artists .artists-top .container-fluid {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    #artists .artists-bottom {
        top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #artists .artists-bottom .section-title {
        position: static;
    }

    #featured-artists .featured-artist {
        margin-bottom: 30px;
    }

    #featured-artists .featured-artist-title {
        background: #fff;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #roster .artist {
        margin-bottom: 30px;
    }

    #roster .artist-img {
        margin: 0 auto;
    }

    #roster .artist-title {
        background: #fff;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* Home About */
    #about .container-fluid {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .about-content {
        font-size: 15px;
        padding-top: 30px;
    }

    /* Home Videos */
    #videos {
        padding: 30px 0;
    }

    /* Home Store */
    #store {
        padding: 30px 0;
    }

    #store-carousel .owl-buttons {
        display: none;
    }

    /* Interior News */
    .interior-header .section-title {
        font-size: 36px;
    }

    .grid-sizer, .grid-item {
        width: 100%;
    }

    .news-posts {
        padding: 85px 0;
    }

    .news-filter-wrap {
        margin-bottom: 40px;
    }

    #load-more {
        margin-top: 40px;
    }

    .news-post.grid-item .grid-post {
        margin-bottom: 30px;
    }

    .news-post.grid-item .news-left img {
        width: 100%;
        height: auto;
    }

    .news-post.grid-item .news-left, .news-post.grid-item .news-right {
        float: none!important;
        width: 100%;
    }

    .news-post.grid-item .news-right {
        padding: 15px 0 0 0;
    }

    /* Modal */
    .news-popup-share-links {
        display: none;
    }

    /* Footer */
    .footer-socials {
        margin: 0 0 15px 0;
    }

    #footer .widget-title {
        margin-top: 15px;
    }
}