/*
Theme Name: Hank Williams Jr.
Theme URI: 
Description: 
Author: ONELIVE
Author URI:
Version: 1.0
Tags:
License:
License URI:
*/

/* Font */
@font-face {
    font-family: 'raleigh_rockregular';
    src: url('assets/font/raleigh_rock-webfont.eot');
    src: url('assets/font/raleigh_rock-webfont.eot?#iefix') format('embedded-opentype'),
        url('assets/font/raleigh_rock-webfont.woff2') format('woff2'),
        url('assets/font/raleigh_rock-webfont.woff') format('woff'),
        url('assets/font/raleigh_rock-webfont.ttf') format('truetype'),
        url('assets/font/raleigh_rock-webfont.svg#raleigh_rockregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */
body {
    font-family: 'Roboto Slab', serif;
    background: #fff;
    color: #000;
    font-size: 14px;
}

a {
    color: #b9a584;
}

a:hover, a:focus {
    outline: 0;
    color: #000;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: 'raleigh_rockregular';
    text-transform: uppercase;
    color: #000;
    line-height: 1.5em;
}

.btn {
    border-radius: 0;
    padding: 14px 20px;
    font-size: 18px;
}

.btn-tan {
    border-color: #baa583;
    background-color: #baa583;
    color: #fff;
    text-transform: uppercase;
}

.btn-tan:hover, .btn-tan:focus {
    border-color: #000;
    background-color: #000;
    color: #fff;   
}

.btn-white {
    border-color: #fff;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;  
}

.btn-white:hover, .btn-white:focus {
    border-color: #000;
    background-color: #000;
    color: #fff;  
}

.btn-black {
    border-color: #000;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;  
}

.btn-black:hover, .btn-black:focus {
    border-color: #baa583;
    background-color: #baa583;
    color: #000;  
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #baa583;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(186, 165, 131, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(186, 165, 131, 0.6);
}

.mc4wp-form {
    width: 20%;
}

::-moz-selection {
    color: #fff;
    background: #baa583;
}

::selection {
    color: #fff; 
    background: #baa583;
}

body:not(.page-template-page-home) {
    padding-top: 150px;
}

body:not(.page-template-page-home) .header-img-wrap {
    display: none;
}

/*customized ngg styles*/

.ngg-pro-isotope {
    width:100%;
}

.ngg-pro-isotope-sizer {
    width: 20%;
}

.ngg-pro-isotope-item {
    width:20%;
    max-width:inherit;
    height:auto;
    padding:0 2px;
}

.ngg-pro-isotope-item img {
    width:100%;
    height:auto;
}

/* Navigation */
.navbar-fixed-top {
    background: url('assets/img/bg/nav.jpg') repeat center center;
    min-height: 150px;
    border-bottom: 0;
    margin: 0;
    /*box-shadow: 0 5px 15px #000;*/
}

.navbar-fixed-top .navbar-brand {
    background: url('assets/img/bg/logo-cut.png') no-repeat repeat center center;
    width: 343px;
    height: 150px;
}

.navbar-fixed-top .navbar-nav>li>a {
    font-family: 'raleigh_rockregular';
    text-transform: uppercase;
    color: #baa583;
    line-height: 1.5em;
}

.navbar-fixed-top .navbar-nav>li.current-menu-item>a, .navbar-fixed-top .navbar-nav>li>a:hover, .navbar-fixed-top .navbar-nav>li>a:focus {
    color: #fff;
    background: none;
}

.navbar-fixed-top .nav .open>a, .navbar-fixed-top  .nav .open>a:hover, .navbar-fixed-top  .nav .open>a:focus {
    color: #000;
    background: #fff;
}

.navbar-fixed-top .navbar-nav.nav-social>li>a {
    color: #d3dee4;
    line-height: 1em;
}

.navbar-fixed-top .navbar-nav.nav-social>li>a:hover, .navbar-fixed-top .navbar-nav.nav-social>li>a:focus {
    color: #fff;
}

.navbar-fixed-top .navbar-nav.nav-social>.fanclub-link>a {
    padding: 13.5px 16px;
}

.navbar-toggle {
    font-family: 'raleigh_rockregular';
    text-transform: uppercase;
    color: #baa583;
    line-height: 1.5em;
    font-size: 18px;
}

.navbar-toggle .fa-bars {
    font-size: 31px;
}

.dropdown-menu>li>a {
    font-family: 'raleigh_rockregular';
    text-transform: uppercase;
    color: #baa583;
    line-height: 1.5em; 
}

.menu-item-has-children.dropdown:hover .dropdown-menu {
    display:block;
}

/* Header */
.header-img-wrap {
    position: relative;
}

.header-img {
    width: 100%;
    height: auto;
}

.mobile-social {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 auto;
    text-align: center;
}

.mobile-social>li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 2px;
}

.mobile-social>li.fanclub-link>a img {
    width: 100px;
}

.mobile-social>li>a {
    color: #d3dee4;
    line-height: 1em;
    font-size: 25px;
}

.mobile-social>li>a:hover, .mobile-social>li>a:focus {
    color: #fff;
}


/* Sections */
.section-title {
    padding: 25px 0;
}

.section-title h1,
.section-title h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 0;
}

.section-carousel-indicators {
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.section-carousel-indicators>li {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #000;
}

.section-carousel-indicators>li.active {
    background: #baa583;
}

.section-carousel-indicators>li:hover, .section-carousel-indicators>li:focus {
    cursor: pointer;
}

.more-wrap {
    text-align: right;
}

/* Carousel */
.carousel-control {
    opacity: 1!important;
    background: none!important;
    background-image: none!important;
    width: auto!important;
    text-shadow: none;
}


/* jCarousel */

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    padding:0 115px;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width:100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

a.jcarousel-control-prev,
a.jcarousel-control-next {
    position: absolute;
    top: 0;
    margin-top: 0;
    width: 130px;
    height: 100%;
    text-align: center;
    background: #000;
    color: #b9a584;
    text-decoration: none;
}

.jcarousel-control-prev span,
.jcarousel-control-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 245px;
    font-size: 140px;
}

.jcarousel-control-prev {
    left: -15px;
}

.jcarousel-control-next {
    right: -15px;
}

.home .jcarousel-control-prev {
    left: 0;
}

.home .jcarousel-control-next {
    right: 0;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -65px;
    right: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    text-align: right;
    text-indent: -9999px;
}

.jcarousel-pagination a {
    text-decoration: none;
    height: 30px;
    width: 30px;
    background: #000;
    color: #baa583;
    border-radius: 0;
    text-indent: -9999px;
    margin-right: 7px;
    display: inline-block;
    text-align:left;
}

.jcarousel-pagination a.active {
    background: #baa583;
    color: #baa583;
    opacity: 1;
}


/* News */
#news .section-content {

}

#news #carousel-news {
    padding: 0 80px;
}

#news #carousel-news .carousel-control {
    background: #000!important;
    width: 80px!important;
}

#news #carousel-news .carousel-control .arrow {
    color: #b9a584;
    font-weight: 700;
    font-size: 107px; 
    line-height: 1em;
    top: 50%;
    margin-top: -53.5px;
    position: absolute;
}

#news #carousel-news .carousel-control.left .arrow  {
    left: 10px;
}

#news #carousel-news .carousel-control.right .arrow {
    right: 10px;
}

.news-item .news-thumb {
    width: 100%;
    height: auto;
}

.news-item .news-title {
    margin-top: 0;
    color: #baa583;
    font-size: 48px;
}

.news-item .date {
    font-family: 'raleigh_rockregular';
    text-transform: uppercase;
    color: #000;
    line-height: 1.5em;
    font-size: 18px;
}

.news-item blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

.news-item blockquote {
    margin: 20px 0;
}

.news-item blockquote p {
    margin: 0 0 10px 0;
}

.archive-item {
    margin-bottom: 50px;
}

.single-post .date {
    display: block;
    margin-bottom: 10px;
}

/* Pagination */
.archive-pagination {
    text-align: center;
    font-size: 24px;
    font-family: 'raleigh_rockregular';
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}

.archive-pagination>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.archive-pagination>ul>li {
    display: inline-block;
    padding: 0 10px;
}

.archive-pagination>ul>li>a {
    padding:10px;
}

.archive-pagination>ul>li>a:focus,
.archive-pagination>ul>li>a:hover,
.archive-pagination>ul>li>.page-numbers.current {
    padding:10px;
    color:#baa583;
    background:#000;
}

.archive-pagination>ul>li>a.next, .archive-pagination>ul>li>a.prev {
    font-family: 'Roboto Slab', serif;
    font-size: 61px;
}

/* Events */
.event {
    margin-bottom: 20px;
    background: #f0f0f1;
}

.event .date {
    background: #b9a584;
    font-family: 'raleigh_rockregular';
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5em;
    font-size: 30px;
    text-align: center;
    padding: 30px 25px;
    max-width: 100px;
}

.event .date>span {
    display: block;
}

.event .venue-loc {
    padding: 51px 0;
}

.event .venue {
    font-family: 'raleigh_rockregular';
    text-transform: uppercase;
    color: #000;
    line-height: 1.5em;
    font-size: 30px;
}

.event .location {
    font-size: 24px;
    font-weight: 700;
}

.event .btn {
    font-size: 24px;
    font-weight: 700;
    padding: 57px 20px;
}

/* Videos */
#videos .section-content {
    background: #000;
}

#videos #carousel-videos {
    padding: 0 60px;
}

#videos #carousel-videos .carousel-control {
    background: #000!important;
    width: 80px!important;
}

#videos #carousel-videos .carousel-control .arrow {
    color: #b9a584;
    font-weight: 700;
    font-size: 107px; 
    line-height: 1em;
    top: 50%;
    margin-top: -53.5px;
    position: absolute;
}

#videos #carousel-videos .carousel-control.left .arrow  {
    left: 10px;
}

#videos #carousel-videos .carousel-control.right .arrow {
    right: 10px;
}


#videos .video-img {
    width: 1100px;
}

.featured-video-info {
    width:70%;
    margin:30px auto 100px auto;
}

.featured-video-info h2 {
    color:#baa583;
    font-size: 50px;
    margin-bottom:20px;
}

.video-list {
    margin:60px auto 100px auto;
}

.video-list h2 {
    color:#baa583;
}

.video-thumb {
    position:relative;
    width:inherit;
    padding:35% 0;
    background-size:cover;
    background-position:center center;
}

.video-title-overlay {
    background:rgba(0,0,0,0.7);
    opacity: 0;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.video-title-overlay .auto-center {
    color:#fff;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    width:100%;
    text-align:center;
}

.video-thumb:hover .video-title-overlay {
    opacity:1;
}

/* Music */

.release-img {
    width:inherit;
    height:auto;
}

.release-thumb {
  position: relative;
  width: inherit;
}

.release-title-overlay {
    background:rgba(0,0,0,0.7);
    opacity: 0;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    font-size: 16px;
    padding: 10%;
}

.release-title-overlay h2 {
    color: #fff;
}

.release-title-overlay p {
    color: #b9a584;
    font-size:1em;
}

.release-title-overlay .auto-center {
    color:#fff;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    width:100%;
    text-align:center;
}

.release-thumb:hover .release-title-overlay {
    opacity:1;
}

.release-links {
    position: absolute;
    width:100%;
    bottom:20%;
    margin: auto;
    left: 0;
    right: 0;    
}

.release-title-overlay-btn {
    border: 1px solid #fff;
    padding: 10px 15px;
    margin: 20px 5px;
    color:#fff;
    min-width:120px;
    display:inline-block;
}

.release-title-overlay-btn:focus,
.release-title-overlay-btn:hover {
    border: 1px solid #b9a584;
    color:#b9a584;
}

.release-socials {
    position: absolute;
    width:100%;
    bottom:5%;
    margin: auto;
    left: 0;
    right: 0;    
}

.release-title-overlay-social {
    padding: 10px 15px;
    margin: 20px 5px;
    color:#fff;
}

.release-title-overlay-social:focus,
.release-title-overlay-social:hover {
    color:#b9a584;
}

.page-template-page-photos-php .news-item,
.page-template-page-releases-php .news-item {
    padding-bottom:60px;
}


/* Photos */

.photo {
    width: 33.333333%;
    float: left;    
}

.photo-thumb img,
.photo img {
    width: 100%;
    height: auto;
}

.photo-thumb {
    position: relative;
    width: inherit;
    padding: 52% 0;
    background-size: cover;
    background-position: center top;
}

.photo-title-overlay h2 {
    color: #fff;
}


.photo-title-overlay {
    background:rgba(0,0,0,0.7);
    opacity: 0;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}

.photo-title-overlay .auto-center {
    color:#fff;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    width:100%;
    text-align:center;
}

.photo-thumb:hover .photo-title-overlay {
    opacity:1;
}

.gallery-download:focus,
.gallery-download:hover {
    color:#fff;
}

/* Store */
.product {
    width: 25%;
    float: left;
    position: relative;
    padding: 15px;
}

.product .product-img {
    width: 100%;
    height: auto;
}

.product .product-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #d3dee4;
    background: rgba(211, 222, 228 ,0.84);
    visibility: hidden;
    padding: 60px;
    text-align: center;
    font-size: 18px;
}

.product .product-info h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
}

.product .product-info p {
    margin: 0;
}

.product .product-content {
    margin-bottom: 30px;
}

.product .btn {
    font-size: 30px;
    font-weight: 700;
}

.product:hover .product-info, .product:focus .product-info {
    visibility: visible; 
}

/* Social */
#social .facebook-wrap {
    background: url('assets/img/bg/facebook.jpg') no-repeat center center;
    background-size: cover;
    padding: 30px 15px;
    min-height: 330px;
}

#social .twitter-wrap {
    background: url('assets/img/bg/twitter.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    font-size: 27px;
    padding: 30px 15px;
    min-height: 330px;
}

#social .twitter-wrap .carousel-inner .item {
    padding: 0 80px;
    min-height: 200px;
}

#social .twitter-wrap .tweet-time {
    color: #000;  
}

#social .twitter-wrap a {
    color: #000;
}

#social .twitter-wrap a:hover, #social .twitter-wrap a:focus {
    color: #fff;
}

#social #carousel-twitter .carousel-control {
    color: #000;
    font-weight: 700;
    font-size: 107px;
    bottom: auto;
    top: 50%;
    line-height: 1em;
    margin-top: -53.5px;
}

/* Footer */
#footer {
    padding: 170px 0 50px 0;
    background: #000 url('assets/img/bg/footer.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}

#footer .container-fluid {
    /*padding: 0 80px;*/
}

.footer-nav {
    padding: 50px 0;
    text-align: center;
}

.footer-nav .nav-pills>li {
    display: inline-block;
    float: none;  
    position:relative;
}

.footer-nav .nav-pills>li>a {
    border-radius: 0;
    font-family: 'raleigh_rockregular';
    text-transform: uppercase;
    color: #baa583;
    line-height: 1.5em;
    font-size: 22px;
}

.footer-nav .nav-pills>li.current-menu-item>a, .footer-nav .nav-pills>li>a:hover, .footer-nav .nav-pills>li>a:focus {
    color: #fff;
    background: none;
}

.footer-nav .open .dropdown-menu>li>a {
    color: #000;
}

.footer-nav .open .dropdown-menu>li>a:hover, .footer-nav .open .dropdown-menu>li>a:focus {
    color: #fff;      
    background-color: #baa583;
}

.footer-nav .nav .open>a, .footer-nav .nav .open>a:hover, .footer-nav .nav .open>a:focus {
    color: #000;      
    background-color: #fff;  
}

.footer-nav .dropdown-menu {
    border-radius: 0;
    margin: 0;
    border: 0;
}

.footer-socials {
    list-style: none;
    padding: 55px 0;
    margin: 0;
    text-align: center;
}

.footer-socials>li {
    display: inline-block;
}

.footer-socials>li>a {
    padding: 10px 0;
    line-height: 1em;
    font-size: 40px;
    color: #d3dee4;
}

.footer-socials>li>a:hover, .footer-socials>li>a:focus {
    color: #fff;
}

#footer .copyright {
    padding-top: 170px;
}

/* Social Share */
.social-share {
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 24px;
    font-family: 'raleigh_rockregular';
}

.social-share a {
    font-size: 39px;
}

/* Search Form */
.search-form {
    max-width: 800px;
    margin: 0 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;
}

@media (min-width: 992px) {
    .nav>li {
        position: static;
    }

    .navbar-fixed-top .dropdown-menu {
        width: 100%;
        float: none;
        text-align: center;
        background: #fff;
        background: rgba(255, 255, 255, 0.62);
        padding: 0;
    }

    .navbar-fixed-top .dropdown-menu>li {
        display: inline-block;
    }

    .navbar-fixed-top .dropdown-menu>li>a {
        font-size: 24px;
        color: #000;
        padding: 30px 35px;
    }

    .navbar-fixed-top .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        background: #baa583;
        color: #fff;
    }

    .navbar-fixed-top .navbar-nav>li>a {
        font-size: 22px;
        padding: 58.5px 16px;
    }

    .navbar-fixed-top .navbar-nav.nav-social>li>a {
        font-size: 40px;
        padding: 48.5px 4px;
    }

    .newsletter {
        display: inline-block;
        float: left;
        padding: 0;
        max-width:230px;
        margin-top:55px;
    }

    .newsletter p {
        color: #fff;
        margin-top:10px;
        font-size: 1.3em;
        font-family: 'raleigh_rockregular';
        text-align: center;
    }
    .newsletter .isolda.isolda, .newsletter .FormComponent__StyledFormComponentWrapper-e0xun6-0 {
        padding:0!important;
        margin-right:3px!important;
    }
    .newsletter .mc4wp-form {
        margin: 57px 0 0 0;
        width: 275px;
        float: right;
    }

    .newsletter .mc4wp-form input[type=email] {
        display: inline-block;
        width: 64%;
        padding: 7px 10px;
        border: 1px solid transparent;
        vertical-align: top;
        height: 37px;
    }

    .newsletter .mc4wp-form .newsletter-btn {
        padding:5px 10px;
    }    
 
}

@media (min-width: 1301px) and (max-width: 1500px) {
    .navbar-fixed-top .navbar-nav>li>a {
        font-size: 18px;
        padding: 61.5px 14px;
    }

    .navbar-fixed-top .navbar-nav.nav-social>li>a {
        font-size: 25px;
        padding: 58.5px 4px;
    }

    .dropdown-menu>li>a {
        font-size: 18px;
        padding: 25px 30px;
    }

    .newsletter .mc4wp-form input[type=email] {
        width: 54%;
    }

    .newsletter .mc4wp-form {
        width: 215px;
    }

    .newsletter p {
        font-size: 1em;
    }
    
    .fanclub-link img {
        width: 100px;
        margin-top: 20px;
    }       

}

@media (min-width: 1200px) and (max-width: 1300px) {
    .navbar-fixed-top .navbar-nav>li>a {
        font-size: 18px;
        padding: 61.5px 9px;
    }

    .navbar-fixed-top .navbar-nav.nav-social>li>a {
        font-size: 25px;
        padding: 58.5px 4px;
    }

    .newsletter .mc4wp-form input[type=email] {
        width: 54%;
    }

    .newsletter .mc4wp-form {
        width: 215px;
        margin-top:51px;
    }

    .newsletter p {
        font-size: 1em;
    }
    
    .fanclub-link img {
        width: 100px;
        margin-top: 20px;
    }       

    .dropdown-menu>li>a {
        font-size: 18px;
        padding: 20px 25px;
    }

    .footer-nav {
        padding: 25px 0;
    }

    .footer-nav .nav-pills>li>a {
        font-size: 20px;
        padding: 10px 10px;
    }

    .footer-socials {
        padding: 34px 0;
    }

    .footer-socials>li>a {
        font-size: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-fixed-top {
        min-height: 100px;
    }

    .navbar-fixed-top .navbar-brand {
        background-size: cover;
        width: 229px;
        height: 100px;
    }

    .navbar-fixed-top .navbar-nav>li>a {
        font-size: 16px;
        padding: 38px 9px;
    }

    .navbar-fixed-top .navbar-nav.nav-social>li>a {
        font-size: 25px;
        padding: 33.5px 4px;
    }

    .navbar-fixed-top .navbar-nav.nav-social>.fanclub-link>a {
        padding: 16.5px 16px;
    }

    .navbar-fixed-top .navbar-nav.nav-social>.fanclub-link>a img {
        width: 75px;
    }

    .newsletter .mc4wp-form input[type=email] {
        width: 54%;
        font-size: 1em;
        height: 32px;        
    }

    .newsletter .mc4wp-form {
        margin: 40px 0 0 0;    
        width: 215px;
    }

    .newsletter .mc4wp-form .newsletter-btn {
        font-size:1em;
    }    

    .newsletter p {
        font-size: 0.8em;
    }
    
    .fanclub-link img {
        width: 100px;
        margin-top: 20px;
    }        

    .dropdown-menu>li>a {
        font-size: 16px;
        padding: 15px 20px;
    }

    .news-item .news-title {
        font-size:38px;
    }

    .video-title-overlay h2 {
        font-size:20px;
    }

    .release-title-overlay h2 {
        font-size: 22px;
    }

    .release-title-overlay-btn {
        min-width: inherit;
        padding:5px 15px;
    }        

    .release-title-overlay {
        padding: 7%;
        font-size: 16px;
    }    

    .release-links {
        bottom: 20%;
    }

    .release-socials {
        font-size:8px;
        bottom: 10%;
    }    

    .footer-nav {
        padding: 25px 0;
    }

    .footer-nav .nav-pills>li>a {
        font-size: 20px;
        padding: 10px 6px;
    }

    .footer-socials {
        padding: 34px 0;
    }

    .footer-socials>li>a {
        font-size: 32px;
    }

}

/* Tablet and under */
@media (max-width: 991px) {

    body {
        padding-top: 80px;
    }

    body:not(.home) {
        padding-top: 80px;
    }  

    .navbar-fixed-top {
        min-height: 80px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 80px;
    }

    .navbar-fixed-top .navbar-brand {
        background-size: cover;
        width: 183px;
        height: 80px;
    }

    .navbar-fixed-top .navbar-collapse {
        background: #fff;
        background: rgba(255, 255, 255, 0.62);
    }

    .navbar-fixed-top .navbar-nav>li>a {
        color: #000;
    }

    .navbar-fixed-top .navbar-nav>li.current-menu-item>a, .navbar-fixed-top .navbar-nav>li>a:hover, .navbar-fixed-top .navbar-nav>li>a:focus {
        color: #fff;
        background-color: #baa583;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;      
        background-color: #baa583;
    }

    .navbar-fixed-top .nav .open>a, .navbar-fixed-top .nav .open>a:hover, .navbar-fixed-top .nav .open>a:focus {
        color: #fff;      
        background-color: #baa583;  
    }

    .product {
        width: 50%;
    }

    .item .photo {
        width: 50%;
    }

    .item .photo:last-child {
        width: 100%;
    }

    .mc4wp-form {
        width: 30%;
    }

    .ngg-pro-isotope-sizer {
        width: 33.3333%;
    }

    .ngg-pro-isotope-item {
        width:33.3333%;
    }

    .release-title-overlay {
        font-size: 12px;
        padding:5%;
    }
    
    .release-links {
        bottom: 30px;
    }    

    #footer {
        padding: 90px 0 50px 0;
    }

    .footer-socials {
        padding: 0;
    }

    #footer .copyright {
        padding-top: 90px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #news #carousel-news {
        padding: 0 85px;
    }

    .event .venue-loc {
        padding: 35px 0;
    }

    .event .venue {
        font-size: 25px;
    }

    .event .btn {
        font-size: 18px;
        padding: 61px 15px;   
    }
}

/* Mobile */
@media (max-width: 767px) {

    body {
        padding-top: 10px;
    }

    body:not(.home) {
        padding-top: 80px;
    }   

    .newsletter .mc4wp-form .newsletter-btn {
        padding:5px 10px;
    }         

    .newsletter {
        display: block;
        float: none;
        padding: 5px;
        margin:auto;
    }    

    .newsletter .mc4wp-form {
        margin: 0;
        width: 100%;
        float: right;
    }

    .newsletter p {
        color: #000;
        font-size: 1.3em;
        font-family: 'raleigh_rockregular';
        text-align: left;
    }  

    .newsletter .mc4wp-form input[type=email] {
        background:#eee;
        display: inline-block;
        width: 64%;
        padding: 7px 10px;
        border: 1px solid transparent;
        vertical-align: top;
        height: 37px;        
    }    

    .section-title h2, .page-title {
        font-size: 26px;
    }

    .more-wrap .btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    #photos .more-wrap .btn, #store .more-wrap .btn {
        display: none;
    }

    .news-item .news-thumb {
        margin-bottom: 10px;
    }

    #news #carousel-news {
        padding: 0 35px;
    }

    #news #carousel-news .carousel-control {
        width: 30px!important;
    }

    #news #carousel-news .carousel-control .arrow {
        font-size: 24px;
        margin-top: -12px;
    }

    .news-item .news-title {
        font-size: 24px;
    }

    .news-item blockquote {
        margin: 10px 0;
    }

    .news-item .date {
        font-size: 12px;
    }

    .news-item .btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .social-share a {
        font-size:36px;
    }

    .archive-pagination>ul>li {
        padding:0;
    }

    .jcarousel-pagination {
        display:none;
    }

    .event .date {
        max-width: 100%;
        padding: 10px 5px;
        font-size: 20px;
    }

    .event .date>span {
        display: inline-block;
    }

    .event .venue-loc {
        padding: 15px 5px;
    }

    .event .venue {
        font-size: 20px;
    }

    .event .location {
        font-size: 16px;
    }

    .event .btn {
        width: 100%;
        padding: 10px 5px;
        font-size: 16px;
    }

    .product {
        width: 100%;
        padding: 5px;
    }

    .product .product-info {
        padding: 10px;
        font-size: 14px;
    }

    .product .product-info h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product .product-content {
        margin-bottom: 20px;
    }

    .product .btn {
        font-size: 18px;
    }

    .photo {
        width: 100%;
    }

    .ngg-pro-isotope-sizer {
        width: 50%;
    }

    .ngg-pro-isotope-item {
        width:50%;
    }

    .mc4wp-form {
        width: 100%;
    }

    #videos #carousel-videos {
        padding: 0 30px;
    }

    #videos #carousel-videos .carousel-control {
        width: 30px!important;
    }

    #videos #carousel-videos .carousel-control .arrow {
        font-size: 24px;
        margin-top: -12px;
    }

    .jcarousel-wrapper {
        padding: 0 35px;
    }

    a.jcarousel-control-prev, a.jcarousel-control-next {
        width:50px;
    }

    .jcarousel-control-prev span, .jcarousel-control-next span {
        width: 50px;
        height: 108px;
        font-size: 60px;
    }    

    .fb_iframe_widget {
        width: 100%;
    }

    .fb_iframe_widget span {
        width: 100%!important;
    }

    #social .twitter-wrap .carousel-inner .item {
        padding: 0;
        min-height: 0;
    }

    #social .twitter-wrap {
        font-size: 20px;
    }

    #footer .container-fluid {
        padding: 0 15px;
    }
}