/*
Theme Name: Sony Masterworks
Theme URI:
Description:
Author: 45PRESS, Inc.
Author URI: http://www.45press.com
Version: 2.0
Tags:
License:
License URI:
*/

/* General */

html {
    position: relative;
    min-height: 100%;
    -ms-overflow-style: scrollbar;
}

body {
    margin-bottom: 210px;
    background: #fff;
    color: #505050;
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: 'Volkhov', serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    line-height: 1em;
}

/*.container {
    max-width: 1000px;
}*/

a {
    color: #c62127;
    -webkit-transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
}

a:hover, a:focus {
    outline: 0;
    text-decoration: none;
    color: #000;
}

::-moz-selection {
    background: #c62127;
    color: #fff;
}

::selection {
    background: #c62127;
    color: #fff;
}

.back-link {
    font-size: 12px;
    margin: 10px auto;
    display: inline-block;
}

/* Form */

.form-control {
    border-radius: 0;
    border: 1px solid #000;
    color: #93939e;
    font-weight: 300;
    font-style: italic;
}

.form-control:focus {
    border-color: #c62127;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(198, 33, 39, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(198, 33, 39, 0.6);
}

/* Buttons */

.btn {
    border-radius: 0;
    -webkit-transition: border-color 0.5s linear, background-color 0.5s linear;
    -moz-transition: border-color 0.5s linear, background-color 0.5s linear;
    -o-transition: border-color 0.5s linear, background-color 0.5s linear;
    transition: border-color 0.5s linear, background-color 0.5s linear;
}

.btn-default {
    background-color: #c62127;
    border-color: #c62127;
    color: #fff;
    text-transform: lowercase;
}

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

/* Logo */

#main {
    position: relative;
}

.masterworks-logo {
    position: absolute;
    top: 0;
    left: -245px;
}

/* Header */

#header {
    min-height: 169px;
    margin-bottom: 45px;
    background:#000;
}

#header .masterworks-logo-header img {
    /*max-width: 160px;*/
    max-width: 83px;
    margin-bottom: 10px;
    height: auto;
    /*display: none;*/
    display: block;
}

#header .header-title {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 300;
}

#header .header-title em {
    font-weight: 400;
}

#header .social-wrap {
    text-align: center;
    /*max-width: 176px;*/
    margin: 0 auto;
    float: left;
}

#header .socials {
    list-style: none;
    margin: 0;
    padding: 0;
    /*font-size: 19px;*/
    font-size: 12px;
}

#header .socials>li {
    display: inline-block;
    margin: 0 1px;
}

#header .socials>li>a .fa-circle {
    color: #000;
    -webkit-transition: color 0.5s linear;
    -moz-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
}

#header .socials>li>a:hover .fa-circle , .socials>li>a:focus .fa-circle {
    color: #c62127;
}

#header .newsletter-wrap {
    max-width: 380px;
    text-align: right;
    margin: 0 0 10px auto;
}

#header .newsletter-privacy {
    text-align: left;
    padding-top: 5px;
}

.nav-tabs {
    border:0;
	text-align: center;
}

.nav-tabs>li {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.nav-tabs>li>a {
    background:url(assets/img/masterworks-tab.jpg) center 0 no-repeat #000;
    background-size: 170px auto;
    width:190px;
    height:169px;
    border:0;
    margin:0;
    border-radius:0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li:focus>a,
.nav-tabs>li:hover>a {
    background-position: center -169px;
    background-color:#fff;
    border:0;
    cursor:pointer;
}

.nav-tabs>li:nth-child(2)>a {
    background-image:url(assets/img/sony-tab.jpg);
}

.nav-tabs>li:nth-child(3)>a {
    background-image:url(assets/img/xxim-tab.jpg);
}

.nav-tabs>li:nth-child(4)>a {
    background-image:url(assets/img/milan-tab.jpg);
}

.nav-tabs>li:nth-child(5)>a {
    background-image:url(assets/img/masterworks-broadway-tab.jpg);
}

.nav>li:hover>a:focus {
    background-color:#fff;
}

.nav>li>a:focus {
    background-color:#000;
}

.popover-content a {
    display:inline-block;
    width:120px;
    margin:5px 10px;
    color:#fff;
    font-size:16px;
}

.popover-content a:hover span {
    text-decoration: underline;
}

.popover-content i {
    margin-right:15px;
}

.popover-content i.fa-fw {
    text-align: left;
}

.popover.bottom {
    margin-top: 15px;
    border-radius: 0;
    border: 0;
    background: #6c6c6c;
}

.popover.bottom>.arrow:after {
    border-bottom-color:#6c6c6c;

}

.nav-tabs>li {
    margin-bottom: 0;
}

.newsletter-bar {
    background: #cccccc;
    color: #000;
}

.newsletter-title {
    font-size: 16px;
    padding: 9px 0;
    margin-right: 15px;
}

@media screen and (max-width: 991px) {
    .newsletter-bar {
        padding-bottom: 9px;
    }

    .newsletter-title {
        margin-right: 0;
        margin-bottom: 0;
        display: block;
    }
}

.newsletter-bar form {
    max-width: 330px;
}

.newsletter-bar .form-control {
    border-color: #eeeded;
    background-color: #eeeded;
    font-style: normal;
    height: 40px;
    color: #000;
    box-shadow: none;
}

.newsletter-bar .form-control:focus {
    box-shadow: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #909090;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #909090;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #909090;
}
:-moz-placeholder { /* Firefox 18- */
    color: #909090;
}

.newsletter-bar .btn {
    text-transform: uppercase;
    height: 40px;
    line-height: 26px;
}

.fan-mail-lb .fancybox-skin {
    border-radius: 0;
}

.fan-mail-lb .fancybox-close {
    width: 39px;
    height: 39px;
    top: 20px;
    right: 20px;
    background-image: url('assets/img/lb-close.png');
    background-size: contain!important;
}

#form_submission {
    background: #fff url('assets/img/fan-mail-loading.gif') no-repeat center center;
}

@media (max-width: 767px) {
    .fan-mail-lb {
        max-width: 100%!important;
        margin: 0 auto 20px auto;
        left: 0!important;
        right: 0;
        padding: 0 10px;
    }

    .fan-mail-lb .fancybox-inner {
        max-width: 100%;
    }

    .fan-mail-lb .fancybox-close {
        width: 29px;
        height: 29px;
    }
}

.carousel-control {
    height: 100px;
    margin: auto;
}

/* Footer */

#footer {
    background: #1a1a1d;
    color: #fff;
    height: 210px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 12px;
}

#footer a {
    color: #fff;
}

#footer a:hover, #footer a:focus {
    color: #93939e;
}

#footer .logo {
    float: left;
    margin-right: 25px;
    margin-top: 7px;
}

#footer .contact {
    font-size: 16px;
    margin-top: 10px;
}

#footer .contact strong {
    display: block;
    text-transform: uppercase;
}

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

#footer .contact a:hover, #footer .contact a:focus {
    color: #c62127;
}

#footer .sub-footer {
    background: #000;
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#footer .sub-footer p {
    margin: 20px 0 5px 0;
}

/* Home */

.home section h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

#news h2 {
    color: #c62127;
    font-size: 30px;
    text-align: left;
    margin-bottom: 10px;
}


/* Home News */

#news {
    margin-bottom:10px;
}

#news h2 a {
    text-decoration: underline;
}

#news article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.home #carousel {
    margin-bottom: 30px;
}

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

.news-title {
    font-family: 'Lato', sans-serif;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.news-title a {
    color: #000;
}

.news-title a:hover, .news-title a:focus {
    color: #c62127;
}

.news-thumb {
    width: 100px;
    height: auto;
    margin: 0 auto 15px auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news-thumb:hover, .news-thumb:focus {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.news-excerpt {
    font-weight: 300;
}

.more-link {
    color: #c62127;
    display:block;
}

.more-link:hover, .more-link:focus {
    color: #93939e;
}

#news .btn {
    text-transform: uppercase;
}

/* Home Artists */

.artist {
    margin-bottom: 30px;
}

.artist-thumb {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.artist-thumb:hover, .artist-thumb:focus {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.artist-title {
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
}

.artist-title a {
    color: #000;
}

.artist:hover .artist-title a, .artist-title a:hover, .artist-title a:focus {
    color: #c62127;
}

#artist-nav {
    text-align: center;
    margin-bottom: 120px;
    font-size: 22px;
    font-weight: 300;
}

#artist-nav .page-numbers {
    padding: 0 5px;
}

#artist-nav a {
    color: #000;
}

#artist-nav a:hover, #artist-nav a:focus {
    color: #000;
}

#artist-nav .current {
    color: #000;
    font-weight: 700;
    border-top: 1px solid #c62127;
    padding-top: 10px;
}

#artist-nav .prev {
    float: left;
}

#artist-nav .next {
    float: right;
}

/* Interior */

.page-title {
    padding: 30px 0;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 25px;
}

.not-found {
    margin-top: 50px;
    font-size: 18px;
}

/* Artist Interior */

.single-artist #header .newsletter-wrap {
    display: none;
}

.single-artist section h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 30px;
}

.single-artist section h2 .release-title {
    color: #c62127;
}

.single-artist section .section-content {
    padding-bottom: 30px;
}

.info-box {
    padding: 15px;
    border: 1px solid #d3d3d3;
}

.info-box .title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.info-box .link {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    float: right;
}

.info-box .link .fa {
    font-size: 22px;
    margin-left: 5px;
    font-style: normal;
}

.info-box .socials {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.info-box .socials>li {
    display: inline-block;
}

.release-date {
    text-transform: uppercase;
    font-style: italic;
    font-size: 18px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.single-artist #carousel .section-content {
    padding-bottom: 0;
    margin-bottom: 25px;
}

.buy-btns {
    margin: 0 -5px;
}

.buy-btn {
    font-size: 16px;
    padding: 12px 16px;
    -webkit-transition: color 0.5s linear, border-color 0.5s linear;
    -moz-transition: color 0.5s linear, border-color 0.5s linear;
    -o-transition: color 0.5s linear, border-color 0.5s linear;
    transition: color 0.5s linear, border-color 0.5s linear;
    margin: 0 5px 10px 5px;
    color: #000;
    border: 1px solid #000;
}

.buy-btn:hover,
.buy-btn:focus {
    color: #c62127;
    border-color: #c62127;
}

.buy-btn strong {
    color: #000;
}

/*.buy-btn.amazon {
    color: #fd9903;
    border: 1px solid #fd9903;
}

.buy-btn.itunes {
    color: #04a2f0;
    border: 1px solid #04a2f0;
}

.buy-btn.google-play {
    color: #fb8521;
    border: 1px solid #fb8521;
}

.buy-btn.spotify {
    color: #80b819;
    border: 1px solid #80b819;
}

.buy-btn:hover, .buy-btn:focus {
    color: #000;
    border-color: #000;
}*/

.single-artist .news-title, .single-artist .news-title a {
    color: #c62127;
}

.single-artist .news-title a:hover, .single-artist .news-title a:focus {
    color: #000;
}

.single-artist #news blockquote, .single-artist #press blockquote, .home blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
}

.single-artist #news blockquote p:last-child, .single-artist #news blockquote ul:last-child, .single-artist #news blockquote ol:last-child,
.single-artist #press blockquote p:last-child, .single-artist #press blockquote ul:last-child, .single-artist #press blockquote ol:last-child,
.home blockquote p:last-child, .home blockquote ul:last-child, .home blockquote ol:last-child {
    margin: 0 0 10px;
}

.single-artist #artist-nav {
    margin-bottom: 0;
    margin-top: 20px;
}

.video-thumbs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-thumb img {
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.video-thumb img:hover, .video-thumb img:focus {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.video-thumb.active {
    display: none;
}

.btn-videos {
    width: 100%;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
}

.photo-thumbs {
    margin: 0 -7.5px;
}

.photo-thumbs a {
    display: block;
    float: left;
    padding: 0 7.5px 15px 7.5px;
}

.photo-thumbs a img {
    max-width: 105px;
    height: auto;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.photo-thumbs a img:hover, .photo-thumbs a img:focus {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

#bio-content, #press-content {
    display: none;
}

/*NEWS*/

.news-page-title {
    color:#c62127;
    float:left;
    margin:0 30px 60px 0;
    font-size: 30px;
}

.news-item {
    padding:30px 0;
    border-bottom:1px solid #ccc;
    margin:0;
}

.news-item .media-body {
    padding:0 30px;
}

.news-item .media-heading {
    font-size: 18px;
    margin-top:50px;
    color:#000;
}

.news-item .media-heading a {
    color:#000;
}

.news-item .media-heading a:focus,
.news-item .media-heading a:hover {
    color:#c62127;
}

.news-item .thumb-spacer {
    display: inline-block;
    width: 200px;
    height: 200px;
    background: url(assets/img/logos/masterworks-white.png) center center no-repeat #1a1a1d;
    background-size: auto auto;
}

.news-pagination-nav {
    margin: 80px auto;
    text-align: center;
    font-size: 18px;
    clear: both;
}

.news-pagination-nav .page-numbers {
    color:#000;
    padding:10px;
    -webkit-transition:background 0.3s ease-in-out;
    transition:background 0.3s ease-in-out;
}

.news-pagination-nav .page-numbers:hover,
.news-pagination-nav .page-numbers:focus,
.news-pagination-nav .page-numbers.current {
    color:#fff;
    background:#000;
}

.label-filter,
.artist-filter {
    float:left;
    min-width:200px;
    position: relative;
    background: #cccccc;
    padding:8px 10px;
    margin: 0 15px;
}

.label-filter:hover,
.artist-filter:hover {
    cursor:pointer;
}

.label-filter:after, .artist-filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 40%;
    right: 15px;
    margin-left: -10px;
    border-width: 10px 8px 0;
    border-top-color: #000;
}

.label-filter > span, .artist-filter > span {
    pointer-events:none;
}

.label-filter ul, .artist-filter ul {
    position: absolute;
    top: 100%;
    display: none;
    max-height: 230px;
    overflow: auto;
    background: #f0f0f0;
    left: 0;
    right: 0;
    width: 100%;
    margin:0;
    padding:0;
    z-index: 99;
}

.label-filter ul li, .artist-filter ul li {
    list-style-type:none;
    margin:0;
    padding:0;
}

.label-filter ul li a, .artist-filter ul li a {
    color:#000;
    padding:8px 10px;
    margin:0;
    border-bottom:2px solid #fff;
    display: block;
}

.label-filter ul li a:hover, .artist-filter ul li a:hover {
    background-color:#ccc;
}

/* Carousel */

.carousel-control {
    background: none!important;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.90);
    text-align: left;
    color: #fff;
    text-shadow: none;
    padding: 15px;
}

.carousel-caption h3 {
    color: #fff;
    margin: 0;
    font-size: 35px;
    line-height: 1em;
}

.carousel-caption p {
    font-size: 14px;
    font-weight: 300;
    color: #c9c9c9;
}

.carousel-caption a {
    text-transform: lowercase;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    opacity: 1;
}

.carousel-caption a:hover, .carousel-caption a:focus {
    color: #fff;
    opacity: 0.8;
}

.carousel-caption .featured {
    background: #c62127;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -40px;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
}

/* 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;
}

/* Medium to large desktop */

@media (min-width: 992px) and (max-width: 1199px) {
}

/* Tablet  */

@media (min-width: 768px) and (max-width: 991px) {
    body {
        margin-bottom: 245px;
    }

    #footer {
        height: 245px;
    }

    #footer .sub-footer {
        height: 90px;
    }

    #footer .logo {
        margin-top:14px;
    }

    /*#header .socials>li>a {
        font-size: 18px;
    }
    */
}

/* Tablet and under */

@media (max-width: 1199px) {

    #header {
        min-height: initial;
        /*height: 149px;*/
    }

    .nav-tabs>li>a {
        width:150px;
        height: 150px;
        background: url(assets/img/masterworks-tab.jpg) center 0 no-repeat #000;
        background-size: 150px auto;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li:focus>a, .nav-tabs>li:hover>a {
        background-position: center -149px;
    }

}

@media (max-width: 991px) {

    #header {
        min-height: initial;
        /*height: 119px;*/
    }

    .newsletter-bar {
        background: #fff;
    }

    .newsletter-title {
        text-align: center;
    }

    .newsletter-bar form {
        margin: 0 auto;
    }

    .nav-tabs>li>a {
        width:120px;
        height: 119px;
        background: url(assets/img/masterworks-tab.jpg) center 0 no-repeat #000;
        background-size: 120px auto;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li:focus>a, .nav-tabs>li:hover>a {
        background-position: center -119px;
    }

    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        width:100%;
    }


    .carousel-caption h3 {
        font-size: 30px;
    }

    .carousel-caption p {
        font-size: 14px;
    }


    #header .social-wrap {
        float: right;
    }

    #header .newsletter-wrap {
        /* display: none;*/
    }


    #header .newsletter-wrap .header-title {
        display: none;
    }


    #header .newsletter-wrap {
        max-width: 100%;
    }

    .news-page-title {
        float: none;
        margin-bottom: 15px;
    }

    .artist-filter {
        margin-left:0;
        margin-bottom: 15px;
    }

    .label-filter {
        margin-bottom: 60px;
    }

    .home #news .section-content {
        margin-bottom: 0;
    }

    .home section h2 {
        margin-top: 30px;
    }

}

/* Mobile */

@media (max-width: 767px) {


    #header {
        min-height: initial;
        /*height: 209px;*/
    }

    .nav.nav-tabs {
        margin: auto;
        display: block;
        width: 270px;
    }

    .nav-tabs>li>a {
        width:90px;
        height: 89px;
        background: url(assets/img/masterworks-tab.jpg) center 0 no-repeat #000;
        background-size: 90px auto;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav-tabs>li:focus>a, .nav-tabs>li:hover>a {
        background-position: center -89px;
    }

    #header {
        padding-top: 15px;
        /*padding-bottom: 15px;*/
    }

    #header .masterworks-logo-header img {
        margin-left: auto;
        margin-right: auto;
    }

    #header .social-wrap {
        margin: 0 0 0 auto;
        width: auto;
        text-align: center;
        float: none;
    }

    #header .newsletter-wrap {
        max-width: 100%;
    }

    body {
        margin-bottom: 300px;
    }

    .home section h2 {
        font-size: 30px;
    }

    .artist {
        margin-bottom: 30px;
    }


    .artist-title {
        font-size: 25px;
    }


    .artist-thumb {
        margin-bottom: 0;
    }

    .single-artist section h2 {
        font-size: 30px;
    }


    .single-artist section .section-content {
        padding-bottom: 30px;
    }

    .buy-btns {
        margin: 0;
    }

    .carousel-caption h3 {
        font-size: 25px;
    }

    .carousel-caption p {
        font-size: 12px;
    }

    .carousel-caption {
        position: static;
        background: #000;
    }

    .carousel-caption .featured {
        position: static;
        display: inline-block;
        margin-bottom: 10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        top: 25%;
    }

    .video-thumbs li {
        float: left;
        width: 50%;
    }

    .video-thumbs li a img {
        padding: 10px 5px;
    }

    .photo-thumbs {
        margin: 0;
    }

    .info-box {
        margin-bottom: 10px;
    }

    .info-box .title, .info-box .link {
        font-size: 14px;
    }

    .page-title {
        font-size: 25px;
        padding: 30px 0;
        word-wrap: break-word;
    }

    .news-page-title {
        text-align:center;
        margin:auto;
        margin-bottom:25px;
    }

    .artist-filter, .label-filter {
        margin-left:auto;
        margin-right:auto;
        max-width:100%;
        width:180px;
        display:block;
        float:none;
    }

    .news-item .thumb-spacer {
        margin:auto;
        display:block;
    }

    .news-item .media-body, .news-item .media-left {
        display:block;
        float:none!important;
        padding:0;
        max-width:100%;
    }

    #footer {
        height: 300px;
    }

    #footer .sub-footer {
        height: 140px;
    }

    #footer .sub-footer p {
        margin: 10px 0 10px 0;
    }

    #footer .logo {
        margin-top:14px;
        margin-right: 10px;
        margin-bottom: 10px;
        max-width: 75px;
    }

}


@media (max-width: 480px) {
    .newsletter-title {
        font-size: 13px;
    }

    .newsletter-bar .form-control {
        height: 34px;
    }

    .newsletter-bar .btn {
        height: 34px;
    }
}

/* Gravity Forms */
.gform_wrapper input[type="email"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="text"],
.gform_wrapper select,
.gform_wrapper textarea {
    border: 1px solid #000;
    min-height: 32px;
}

.gform_button {
    text-transform: uppercase;
}