/*

Theme Name: Walker Hayes Splash

Theme URI:

Description:

Author: 45PRESS Team

Author URI: http://www.45press.com

Version: 1.0

Tags:

License:

License URI:

*/



@font-face {

    font-family: 'Sukhumvit Set';

    src: url('assets/fonts/SukhumvitSet-Thin.eot');

    src: url('assets/fonts/SukhumvitSet-Thin.eot?#iefix') format('embedded-opentype'),

        url('assets/fonts/SukhumvitSet-Thin.woff') format('woff'),

        url('assets/fonts/SukhumvitSet-Thin.ttf') format('truetype');

    font-weight: 100;

    font-style: normal;

}



@font-face {

    font-family: 'Sukhumvit Set';

    src: url('assets/fonts/SukhumvitSet-Text.eot');

    src: url('assets/fonts/SukhumvitSet-Text.eot?#iefix') format('embedded-opentype'),

        url('assets/fonts/SukhumvitSet-Text.woff') format('woff'),

        url('assets/fonts/SukhumvitSet-Text.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;

}





/* General */



html {

    position: relative;

    min-height: 100%;

}



body {

    background: #000;

    color: #fff;

    font-size: 17px;

    font-family: 'Sukhumvit Set', sans-serif;

    position: relative;

    min-height: 100%;

    line-height: 1.5;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



a {

    color: #fff;

    text-decoration: none;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}



a:hover,
a:focus {

    opacity: 0.6;

    color: inherit;

    outline: 0;

    text-decoration: none;

}



::-moz-selection {

    color: #fff;

    background: #000;

}



::selection {

    color: #fff;

    background: #000;

}



/*SCROLLBAR*/



body {

    scrollbar-base-color: #666;

    scrollbar-3dlight-color: #666;

    scrollbar-highlight-color: #666;

    scrollbar-track-color: #fff;

    scrollbar-arrow-color: #666;

    scrollbar-shadow-color: #666;

    scrollbar-dark-shadow-color: #666;

}



::-webkit-scrollbar {

    width: 3px;

    height: 3px;

}



::-webkit-scrollbar-button {

    background-color: #666;

}



::-webkit-scrollbar-track {

    background-color: #999;

}



::-webkit-scrollbar-track-piece {

    background-color: #ffffff;

}



::-webkit-scrollbar-thumb {

    height: 50px;

    background-color: #666;

    border-radius: 3px;

}



::-webkit-scrollbar-corner {

    background-color: #999;

}



::-webkit-resizer {

    background-color: #666;

}



.hidden {

    display: none;

}



/*content*/



header {

    background: url(assets/img/header-bg-4.jpg) left 35% #071017 no-repeat;

    background-size: cover;

    position: relative;

    padding: 30px 0 0px 0;


    text-shadow: 1px 1px 5px #000000;

}



body:not(.page-template-page-home) header {

    background: #272727;

    padding: 15px 0 0;

}





h1 {

    margin: 0 0 30px 0;

    text-transform: uppercase;

    font-size: 50px;

    font-weight: 100;

    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

    text-align: center;

    letter-spacing: 5px;

}



.socials a {

    display: inline-block;

    color: #fff;

    margin: 0 0 0 30px;

    text-align: center;

    font-size: 24px;

    text-transform: uppercase;

}



.menu-item {

    font-size: 16px;

    color: #fff;

    margin: 0 0 0 20px;

    text-transform: uppercase;

}



.bio-wrapper {

    background: #272727;

    width: 800px;

    margin: auto;

    max-width: 100%;

}



.fancybox-close-small:after {

    background: transparent;

}



h2 {

    margin: 0px 0 50px 0;

    text-transform: uppercase;

    font-size: 50px;

    font-weight: 100;

    letter-spacing: 0;

    text-align: center;

}



#music h2 {

    font-size: 38px;

}



#music .listen a {

    background-color: #fff;

    border: 2px solid #fff;

    color: #000 !important;

    padding: 10px 20px 6px;

    text-shadow: none;

}



.video {

    border: 1px solid #fff;

    width: 100%;

    margin: 0 0 30px 0;

}



.spotify {

    margin: 30px auto;

    max-width: 100%;

    width: 300px;

}



.spotify iframe {

    width: 100%;

    max-height: 100%;

}



.listen {

    font-size: 22px;

    margin-bottom: 30px;

}



.buy-btns {

    margin: 0 -30px;

    text-align: center;

}



.buy-btns span {

    text-transform: uppercase;

    font-size: 60px;

    font-weight: 100;

    letter-spacing: 4px;

    display: block;

    text-align: center;

}



.buy-btns a {

    position: relative;

    display: inline-block;

    margin: 15px 0;

    width: auto;

    overflow: hidden;

    vertical-align: middle;

    max-width: calc(25% - 4px);

}



.buy-btns img {

    max-width: 100%;

    height: auto;

}

.container {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.merch {
    background-color: #fff;
    color: #000;
    text-align: center;
}

.merch p {
    font-size: 28px;
    text-transform: uppercase;
}

.merch a {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 10px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

#merch {
    padding: 30px 0;
}

#merch p {
    width: 100%;
    max-width: 340px;
    margin: 1em auto;
}

#merch .container {
    width: 900px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    #merch .container {
        flex-direction: column;
        width: 500px;
    }
}

#merch .container>div {
    flex: 1;
}

#merch-popup {
    position: relative;
    width: 100%;
    max-width: 550px;
    padding: 40px 20px;
    margin: 30px auto;
}


.signup {

    color: #fff;

    background: #272727;

    padding: 90px 0;

}



.page-template-page-home .signup {

    background: #1b1b1b;

}



.signup p {

    font-size: 32px;

    text-align: center;

    margin: 30px 0;

}



.newsletter {

    width: 600px;

    margin: auto;

    max-width: 100%;

    font-size: 70%;

}



h2 {

    text-transform: uppercase;

    font-size: 56px;

    text-align: center;

    margin: 30px 0 60px 0;

}



.newsletter .form-control {

    font-weight: 400;

    border-radius: 0;

    border: 1px solid #fff;

    height: auto;

    width: 100%;

    display: inline-block;

    max-width: 100%;

    vertical-align: middle;

    margin: 0 auto;

    font-size: 28px;

    text-align: left;

    text-transform: uppercase;

    background: transparent;

    color: #fff;

    padding: 10px 20px;

}



.newsletter .email-wrapper {

    display: inline-block;

    vertical-align: middle;

    width: 420px;

    max-width: 100%;

    margin-bottom: 10px;

}



::-webkit-input-placeholder {

    color: #fff !important;

}



::-moz-placeholder {

    color: #fff !important;

}



:-ms-input-placeholder {

    color: #fff !important;

}



:-moz-placeholder {

    color: #fff !important;

}



.newsletter .form-control:focus {

    box-shadow: none;

}



.newsletter .btn {

    border-radius: 0;

    border: 1px solid #fff;

    background-color: #fff;

    color: #1b1b1b;

    text-transform: uppercase;

    font-size: 28px;

    opacity: 1;

    margin-bottom: 10px;

    padding: 10px 20px;

    height: auto;

    position: relative;

    z-index: 1;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    margin-left: -5px;

}



.newsletter .btn:hover,

.newsletter .btn:focus {

    border-color: #fff;

    background-color: #000;

    color: #fff;

    outline: none;

    box-shadow: none;

}





/*tour*/



.tour {

    background: #272727;

    color: #fff;

    padding: 60px 0;

    text-align: center;

}



.tour-banner {

    display: inline-block;

    vertical-align: middle;

    margin-bottom: 30px;

}



#tourdates {

    max-height: 800px;

    overflow: auto;

}



.tour-item {

    position: relative;

    padding: 15px 0;

    font-size: 26px;

    text-align: left;

}



.tour-item:last-child {

    border-bottom: 0;

}



.tour-item .col-sm {

    float: left;

    width: 17%;

    text-transform: uppercase;

}



.tour-item .col-md {

    float: left;

    width: 41.5%;

    padding-right: 25px;

}



.tour-item:after {

    content: '';

    clear: both;

    display: table;

}



.tour-links {

    float: right;

}



.tickets-link {

    padding: 5px 20px 3px;

    border: 1px solid #fff;

    color: #fff;

    text-transform: uppercase;

    line-height: 1;

}



.tickets-link:focus,

.tickets-link:hover {

    background: #fff;

    color: #272727;

}



.tickets-link.disabled {

    text-transform: uppercase;

    vertical-align: middle;

    font-size: 80%;

}



.tour-item:after {

    content: "";

    display: table;

    clear: both;

}



/*NEWS*/



.news {

    background: #1b1b1b;

    padding: 60px 0;

}



.news-item {

    padding: 0 15px;

}



.news-item h3 {

    text-transform: uppercase;

    font-size: 28px;

    font-weight: normal;

    margin: 20px 0 20px 0;

    letter-spacing: 2px;

}



.news-item img {

    width: 100%;

    height: auto;

}



.news-item.single img {

    width: auto;

    max-width: 100%;

    height: auto;

    margin: auto;

    display: block;

}



.slick-next {

    width: 30px;

    height: 15px;

    border-top: 15px solid transparent;

    border-bottom: 15px solid transparent;

    border-left: 30px solid #fff;

    position: absolute;

    top: 0;

    bottom: 0;

    right: -70px;

    margin: auto;

    z-index: 10;

    -webkit-transition: opacity 250ms linear;

    transition: opacity 250ms linear;

}



.slick-prev {

    width: 30px;

    height: 15px;

    border-top: 15px solid transparent;

    border-bottom: 15px solid transparent;

    border-right: 30px solid #fff;

    position: absolute;

    top: 0;

    bottom: 0;

    left: -70px;

    margin: auto;

    z-index: 10;

    -webkit-transition: opacity 250ms linear;

    transition: opacity 250ms linear;

}



.slick-next:hover,

.slick-next:focus {

    cursor: pointer;

    opacity: 0.8;

}



.slick-prev:hover,

.slick-prev:focus {

    cursor: pointer;

    opacity: 0.8;

}



/*NEWS INNER*/



.news-items .news-item {

    margin-bottom: 80px;

}



.news-items .news-item:after {

    content: '';

    clear: both;

    display: table;

}



.news-items .news-thumb {

    float: left;

    width: 45%;

}



.news-items .news-thumb img {

    max-width: 100%;

    height: auto;

}



.news-items .news-content {

    float: left;

    width: 55%;

    padding: 0 0 0 45px;

}



.news-items .news-content h4 {

    margin-top: 0;

}



.more-link {

    padding: 15px 20px;

    border: 1px solid #fff;

    color: #fff;

    text-transform: uppercase;

    line-height: 1;

    font-size: 24px;

    display: inline-block;

    margin-top: 30px;

}



.paginate-wrapper {

    text-align: center;

    margin: 160px auto 40px auto;

}



.paginate {

    display: inline-block;

    background: #fff;

    color: #000;

    padding: 10px 15px;

    font-weight: bold;

}



.paginate>* {

    color: #000;

    font-family: 'Montserrat', sans-serif;

    font-weight: 900;

    display: inline-block;

    margin: 0 5px;

}



.paginate>span {

    opacity: 0.7;

}



/*NEWS SINGLE*/



.news-interact {

    margin: 60px auto;

    text-align: center;

}



.news-interact .back-btn {

    padding: 15px 20px;

    border: 1px solid #fff;

    background: #fff;

    color: #000;

    text-transform: uppercase;

    line-height: 1;

    font-size: 24px;

    display: inline-block;

    margin-top: 30px;

    margin-right: 30px;

}



.news-interact .share {

    display: inline-block;

    text-transform: uppercase;

    margin: 0 0 0 30px;

    font-size: 24px;

    font-weight: bold;

}



.news-interact .share a {

    display: inline-block;

    margin: 0 10px;

}



/*404*/



.error {

    padding: 30px 0 80px 0;

    text-align: center;

}



/*INSTAGRAM*/



.instagram {

    padding: 60px 0;

    background: #272727;

}



.j-paginate.juicer-button {

    display: none !important;

}





/*FOOTER*/



footer {

    /*background:url(../img/footer-bg.jpg) bottom center #8f2748 no-repeat;

    background-size: cover;*/

    background-color: #1b1b1b;

    width: 100%;

    padding: 50px 0;

    text-transform: none;

    font-size: 16px;

    font-family: 'Sukhumvit Set';

}



.btn-default {

    border: 1px solid #fff;

    color: #fff;

    text-transform: uppercase;

    background: transparent;

    border-radius: 0;

    padding: 5px 25px;

    font-size: 30px;

    font-weight: 100;

}



.btn-primary:focus,

.btn-primary:hover,

.btn-primary {

    border: 1px solid #fff;

    color: #000;

    text-transform: uppercase;

    background: #fff;

    border-radius: 0;

    padding: 5px 25px;

    font-size: 30px;

    font-weight: 100;

    margin-top: 60px;

}



footer p {

    margin: 0 0 5px 0;

    letter-spacing: 3px;

}



footer a {

    color: inherit;

}



footer a:hover,

footer a:focus {

    opacity: 0.6;

}



footer .copy {

    text-transform: uppercase;

}



/* Responsive */





@media (min-width: 1400px) {



    .album-info {

        margin-top: 100px;

    }



}





@media (min-width: 2000px) {

    .page-template-page-home header {

        min-height: 1390px;

    }



}



@media (max-width: 1199px) {

    h1 {

        font-size: 50px;

    }



    .socials a {

        font-size: 18px;

    }



    .menu-item {

        font-size: 13px;

    }



    .tour-item {

        font-size: 20px;

    }

}





@media (max-width: 991px) {



    header {

        background: url(assets/img/header-bg-4-m.jpg) top center #000 no-repeat;

        background-size: cover;

    }



    header .text-right {

        text-align: center;

    }



    header h2 {

        margin: 300px 0 30px 0;

    }

    header h2:last-child {

        margin: 30px 0;

    }



    .menu-item,

    .socials a {

        margin: 0 15px;

    }



    .menu-item {

        font-size: 16px;

    }



    .tour-item .col-md {

        width: 100%;

    }





    .news-interact .share,

    .news-interact .back-btn {

        margin: 15px;

    }

}





@media (max-width: 767px) {



    body:not(.page-template-page-home) header {

        padding: 15px 0;

    }



    h1 {

        font-size: 32px;

    }



    .socials {

        margin: 0 0 20px 0;

    }



    .menu-item,

    .socials a {

        margin: 0 5px;

    }



    .buy-btns {

        margin: auto;

    }



    .buy-btns a {

        margin: 5px;

    }



    h2 {

        font-size: 36px;

        margin: 30px 0;

    }



    .signup,

    .tour,

    .news,

    .instagram {

        padding: 30px 0;

    }



    .news-slider {

        max-width: 90%;

        margin: auto;

    }



    .slick-next {

        width: 20px;

        height: 5px;

        border-top: 8px solid transparent;

        border-bottom: 8px solid transparent;

        border-left: 15px solid #fff;

        right: -20px;

    }



    .slick-prev {

        width: 20px;

        height: 5px;

        border-top: 8px solid transparent;

        border-bottom: 8px solid transparent;

        border-right: 15px solid #fff;

        left: -20px;

    }



    .newsletter {

        width: 320px;

        text-align: center;

    }



    .newsletter .btn {

        margin: 0 auto 40px auto;

    }



    #tourdates {

        max-height: 400px;

    }



    .tour-item .col-sm,

    .tour-item .col-md {

        float: none;

        width: 100%;

        padding: 0;

        text-align: center;

    }



    .tour-links {

        float: none;

        display: block;

        margin: 20px 0;

    }



    .news-items .news-thumb,

    .news-items .news-content {

        width: 100%;

        padding: 15px;

    }



}

/* MUSIC PAGE */
#music-albums {
    padding-top: 120px;
    background-color: #272727;

    @media (max-width: 767px) {
        padding-top: 160px;
    }
}

#music-albums .music-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;

    @media (max-width: 767px) {
        gap: 4vw;
    }
    
}

#music-albums .music-container::before {
    content: none;
}

#music-albums .item {
    position: relative;
    flex-basis: 30%;
    min-width: 300px;

    @media (max-width: 767px) {
        flex: 1;
    }
}

#music-albums .item .album-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
}

#music-albums .item:hover .album-overlay {
    opacity: 1;
}

#music-albums .item a {
    background-color: #fff;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 74px;
    width: 244px;
    font-size: 31px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 3;
}

#music-albums .item a:hover {
    background-color: #000;
    color: #fff;
}

#music-albums .item .album-cover {
    z-index: 1;
}


#music-albums .item:hover a {
    opacity: 1;
}