/*
 Theme Name:   GoaGang-Child
 Theme URI:    https://dev.goagang.com
 Description:
 Author:       Psychoholic
 Author URI:   https://www.goagang.com
 Template:     goagang
 Version:      1.0.9
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
@charset "UTF-8";

/* *** Fonts *** */
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-lt-std-55');

body {
    margin: 0 !important;
    font-family: 'Halvatica Neue LT Std', sans-serif;
}

.site {
    width: 100% !important;
}

/* Header - Logo + Navigation */
.navigation {
    height: 80px;
    background: #121212CC;
    backdrop-filter: blur(30px);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.nav-wrapper-inner {}

.brand {
    position: absolute;
    padding-left: 20px;
    top: 10px;
    float: left;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.custom-logo {
    width: 70%;
    height: auto;
}

.nav-container {
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    width: 100vw;
}

nav ul li {
    float: right;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: #121212CC;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #147275;
    color: #ffffff;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 1023px) {
    .nav-mobile {
        display: block;
    }

    nav {

        padding: 70px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 1024px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 25px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: #FFC430;
    position: absolute;
    display: block;
    content: "";
    transition: all 240ms cubic-bezier(0.3, 0, 0.2, 1);
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* **** Artist Page **** */

.artist {
    margin-top: 0;
}


/* Hero Section */
.ggp-hero-section .ggp-hero-section-wrapper {
    display: none;
}

.ggp-artist-img img {
    display: block;
    width: 100%;
    height: auto;
}

/* Info Section */

.ggp-info-content {
    padding: 20px;
}

.ggp-info-section .ggp-artist-genre-container {
    display: flex;
    flex-wrap: wrap;
}

h1.ggp-artist-name {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size: 36px;
    line-height: 0.9;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFA200;
    margin: 0;
    padding: 15px 0 0 0;
    white-space: nowrap;
}

.ggp-artist-type-container span:not(:last-child):after {
    content: "//";
}

.ggp-artist-type {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size: 20px;
    line-height: 0.8;
    color: #FFA200;
}

.ggp-info-section .ggp-artist-genre-container h6 {
    font-family: 'Roboto Slab Bold', sans-serif;
    font-size: 9px;
    color: #ffffff;
    text-transform: uppercase;
    background: transparent linear-gradient(180deg, #45D0A8 0%, #167677 74%, #147275 100%) 0 0 no-repeat padding-box;
    box-shadow: 0 5px 8px #19191959;
    border-radius: 4px;
    margin: 0 5px 10px 0;
    padding: 3px 10px;
    white-space: nowrap;
}

.ggp-section-title-container {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.ggp-section-title {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 50px
}

.ggp-info-section .ggp-section-title {
    margin-bottom: 0;
    margin-top: 10px;
}

.ggp-info-slider-container {
    filter: drop-shadow(0px 15px 17.5px rgba(25, 25, 25, 0.25));
    background: rgba(255, 255, 255, 0.85);
}

.ggp-info-slider-container-inner {
    padding-top: 20px;
    margin-top: 50px;
}

.ggp-section-title:after {
    content: "";
    display: block;
    height: 6px;
    background: #147275;
    margin: 0 auto
}

.slick-slide {
    padding: 0 25px 25px;
}

.slick-slide p {
    font-family: 'Roboto Slab Bold', sans-serif;
    font-size: 16px;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.slick-dots {
    bottom: 10px;
}

/* Video Section & Soundcloud Section */

.ggp-artist-video {
    background: transparent linear-gradient(180deg, #FFD142 0%, #FFD142 27%, #FFAB0C 75%, #FFA200 100%) 0% 0% no-repeat padding-box;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.ggp-artist-video .ggp-section-title {
    color: #ffffff;
}

.ggp-artist-soundcloud .ggp-section-title {
    color: #ffa200;
}

.ggp-artist-video,
.ggp-soundcloud-section-container {
    padding: 20px;
}

.ggp-video-embed iframe,
.ggp-video-embed object,
.ggp-video-embed embed,
.ggp-sc-playlist iframe,
.ggp-sc-playlist object,
.ggp-sc-playlist embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ggp-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggp-sc-playlist {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

/* ***Contact Section*** */

.ggp-artist-contact {
    background-color: #353535;
    display: flex;
    justify-content: center;
}

.ggp-artist-contact .ggp-section-title {
    color: #ffa200;

}

.ggp-contact-section-container {
    text-align: center;
}


.ggp-contact-icons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ggp-artist-social-icons {
    display: block;
    width: 80px;
    height: 80px;
    border: 6px solid #ffa200;
    padding: 10px;
    border-radius: 50%;
    margin: 0 15px 40px 15px;
}

.ggp-artist-social-icons .ggp-artist-social-icons-container a {
    background-position: 50%;
    background-size: 30%;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
}

/* *** Gallery Section*** */

.ggp-artist-gallery {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ggp-gallery-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#ggp-artist-gallery .ggp-artist-img {
    justify-content: center;
    width: calc(100% / 3);
    padding: 5px;
}

.ggp-gallery-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.ggp-artist-gallery .ggp-section-title {
    color: #ffa200;
}

.loadMoreBtn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-decoration: none;
    margin-bottom: 50px;

}

.loadMoreBtn-label {
    background: #147275;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding: 20px 34px 16px 34px;
}

.loadMoreBtn span:hover,
.loadMoreBtn span:focus,
.loadMoreBtn span:active {
    outline: none;
    text-decoration: underline;
    color: #ffffff;
}


/* ***Gigs Section*** */

.ggp-artist-gigs-section {
    background-color: #353535;
    display: block;
    width: 100%;
}

.ggp-artist-gigs-wrapper {
    padding: 20px;
}

.ggp-artist-gigs-wrapper .ggp-section-title {
    color: #ffffff;
}

.ggp-artist-gig {
    display: flex;
    border-radius: 4px;
    filter: drop-shadow(0px 10px 15px rgba(25, 25, 25, 0.35));
    background: rgba(25, 25, 25, 0.6);
    margin-bottom: 20px;
    max-width: 1100px;
    width: 100%;
}

.ggp-gig-date {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 4px;
    background: #ffd142;
    background: linear-gradient(180deg, #ffd142 0.00%, #ffd142 32.02%, #ffa200 69.46%, #ffa200 100.00%);
    max-width: 152px;
    width: 100%;
    margin: 20px;
    padding: 12px;
}

.ggp-gig-date .ggp-gig-day {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size: 107px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    line-height: 1;
}

.ggp-gig-date .ggp-gig-month {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size: 51px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    line-height: 1;
}

.ggp-gig-geo-wrapper {
    margin: auto 0;
}

.ggp-gig-name {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.ggp-gig-location,
.ggp-gig-adr {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size: 31px;
    font-weight: 300;
    line-height: 38px;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}


/* *** Contact Form*** */

.ggp-contact-form {
    background: linear-gradient(180deg,
        #ffd142 0.00%,
        #ffa200 100.00%);
    text-align: center
}

.ggp-contact-form-section-container .ggp-section-title {
    color: #ffffff;
}

.ggp-contact-form-columns {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 20px;
    flex-direction: column;
}

.ggp-contact-form-left {
    width: 100%;
}

.ggp-contact-form-right {
    width: 100%;
}

.ggp-contact-form-left p {
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    max-width: 60%;

}

.forminator-button-submit {
    border: 1px solid #ffffff !important;
    width: 30% !important;
    border-radius: 4px;
}

span.forminator-checkbox-label {
    text-align: left;
}


/* *** Footer Section *** */
footer {
    display: block;
}

footer .section-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #191919;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.footer-section-top {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.footer-section {
    width: calc(100% / 3);
    text-align: center;
    color: #ffffff;
}

.footer-section.left h3,
.footer-section.right h3 {
    color: #ffa200;
    text-transform: uppercase;
}

img.footer-logo {
    float: none;
    margin: 0;
    width: 100%;
}

.footer-section a {
    color: #ffffff;
}

.footer-section a:hover {
    text-decoration: none;
    outline: none;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section-bottom {
    color: #ffffff;
}

.footer-section-bottom a {
    color: #ffffff;
}

.footer-section-bottom a:hover {
    text-decoration: none;
    outline: none;
}

/* ***Responsive Styles*** */
@media only screen and (min-width: 768px) {
    .footer-section-top {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1024px) {

    .site {
        width: 100% !important;
        padding: 0 !important;
        font-family: 'Helvetica Neue LT Std', sans-serif;
    }

    nav ul li a,
    nav ul li a:visited {
        background: transparent;
    }

    .nav-container .brand {
        padding-left: 50px;
    }

    .nav-container nav {
        padding-right: 50px;
    }

    .ggp-hero-section {
        position: relative;
    }

    .ggp-hero-section .ggp-hero-section-wrapper {
        display: block;
        position: absolute;
        top: 20%;
        left: 20%;
    }

    .ggp-artist-genre-container {
        display: flex;
        margin-bottom: 32px;
    }

    .ggp-hero-section .ggp-artist-genre-container h6 {
        font-family: 'Roboto Slab Bold';
        font-size: 11px;
        color: #ffffff;
        text-transform: uppercase;
        background: transparent linear-gradient(180deg, #45D0A8 0%, #167677 74%, #147275 100%) 0 0 no-repeat padding-box;
        box-shadow: 0 5px 8px #19191959;
        border-radius: 4px;
        margin: 0 18px 0 0;
        padding: 3px 10px;
    }

    h2.ggp-artist-name {
        font-family: 'Helvetica Neue LT Std', sans-serif;
        font-size: 90px;
        line-height: 110px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0;
    }

    .ggp-artist-excerpt {
        font-family: 'Helvetica Neue LT Std', sans-serif;
        font-size: 25px;
        line-height: 35px;
        font-weight: 400;
        color: #FFFFFF;
        filter: drop-shadow(0px 5px 6px #191919);
    }

    .read-more-btn {
        margin-top: 66px;
    }

    .read-more-btn a {
        font-family: "roboto slab";
        font-size: 29px;
        padding: 15px 35px 11px 35px;
        text-transform: uppercase;
        color: #ffffff;
        filter: drop-shadow(0px 5px 7.5px rgba(25, 25, 25, 0.35));
        background: #ffd142;
        background: linear-gradient(180deg,
            #ffd142 0.00%,
            #ffc430 23.15%,
            #ffab0d 63.05%,
            #ffa200 100.00%);
    }

    /* Info Section - Desktop Resolution */

    .ggp-info-section {
        display: flex;
        flex-direction: row;
        max-width: 100%;
        height: 130vh;
        position: relative;
    }

    .ggp-info-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .ggp-info-content .ggp-section-title {
        display: inline-flex;
        color: #191919;
    }

    .ggp-info-col-left {
        width: 55.3%;
    }

    .ggp-info-col-right {
        background: #353535;
        width: 46.7%;
        z-index: 99;
    }

    .ggp-info-content {
        position: absolute;
        max-width: 822px;
        left: 20%;
        right: 5%;
        top: 20%;
        padding: 40px;
        z-index: 99;
    }

    .ggp-section-title-container {
        text-align: center;
    }

    .ggp-info-content .ggp-section-title {
        font-family: 'Helvetica Neue LT Std', sans-serif;
        border-bottom: 6px solid #147275;
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .ggp-info-slider-container {
        margin-top: 180px;
        margin-left: 115px;
        padding: 18px 55px 49px 61px;
        filter: drop-shadow(0px 15px 17.5px rgba(25, 25, 25, 0.25));
        background: rgba(255, 255, 255, 0.85);
        width: 50vw;
    }

    .ggp-info-slider-container .ggp-section-title-container {
        margin-bottom: 28px;
    }

    .slick-prev,
    .slick-next {
        display: inline-block !important;
    }

    .slick-dots {
        bottom: -25px;
    }

    /* Video Section */


}

@media only screen and (min-width: 1024px) {

    .ggp-info-slider-container {
        margin-top: 70px;
    }

    .ggp-info-slider-container-inner {
        margin: 0;
    }
}