/*!
Theme Name: scc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Nice clients have a nice websites :)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: scc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

scc is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* woocommerce adjustment for checkout fields cols */

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: 48%!important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: 48%!important;
}



.download-button-wrapper a {
    background-color: #fbdc17;
    color: #000;
    margin: 5px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    padding: 1em 1.8em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transition: background-color ease .2s;
    -o-transition: background-color ease .2s;
    transition: background-color ease .2s;
}

.download-button-wrapper {
    width: 100%;
    text-align: right;
}




.wpfd-single-file--buttons {
    display: flex;
    margin: 0px!important ;
    flex-basis: 100%;
    justify-content: right!important;
}
.wpfd-single-file {

    padding: 0px!important;

}


.submit-btn{
    border: none;
}

.button--black {
    background: #000;
    background-color: rgb(0, 0, 0);
    margin-bottom: 15px;
    color: #fbdc17;
    font-size: 26px!important;
    padding: 15px 17px;
    display: block;
}

.celeb-cancel-list{

    padding: 20px;
    margin: 50px;
}


/* Adjust celeb hover display start */


.celebrity_name{
    position: absolute;
    z-index: 400!important;
    bottom: 0 !important;
    font-size: 10pt;
    font-weight: 800;
    text-transform: uppercase;
    background: #fbdc17;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;
}

.celebrity__link{
    position: absolute;
    z-index: 500!important;
    bottom: 0;
    font-size: 10pt;
    font-weight: 800;
    text-transform:uppercase;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px;

}

/* Adjust celeb hover display end */

.faq_text_block_home{
    padding-top: 20px;
    padding-left: 7px;

}

a.faq_text_home {
    color: #fbdc17!important;
    margin-top: 15px!important;
}


a.faq_text_home:hover {
    color: #fbdc17!important;
    text-decoration: underline;
}

.celeb_title_home{
    font-size: 20pt;
    font-weight: 800;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-transform: uppercase;
    background: #fbdc17;
    color: #000;
    display: block;
    text-align: center;
    padding: 7px;

}
.artist_title_home{
    font-size: 20pt;
    font-weight: 800;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-transform: uppercase;
    background: #fbdc17;
    color: #000;
    display: block;
    text-align: center;
    padding: 7px;

}


.cancellations_title_home{
    font-size: 20pt;
    font-weight: 800;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-transform: uppercase;
    background: #fbdc17;
    color: #000;
    display: block;
    text-align: center;
    padding: 7px;

}

.artist-img{

    max-width: 300px;

}


.button-menu-toggle {
    background: #000000!important;
    border: solid!important;
    border-color: #fbdc17!important;
    width: 40px!important;
    min-width: unset!important;
    margin-left: 45px!important;
    padding-left: 20px!important;
    padding-right: 80px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.button-menu-toggle span {
    height: 3px!important;
    width: 64px!important;
}





.img-gray{

    filter: grayscale(100%);

}

.cancelled-text{

    position: absolute;
    z-index: 400!important;
    top: 0 !important;
    font-size: 10pt;
    font-weight: 800;
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px;
}

.cancelled-text p{

   margin-top: 5px!important;
    margin-bottom: 5px!important;
}


@media screen and (max-width: 600px) {
    .celebrity_name {
        position: absolute;
        z-index: 400 !important;
        bottom: 0 !important;
        font-size: 8pt!important;
        line-height: 11px!important;
        font-weight: 800;
        text-transform: uppercase;
        background: #fbdc17;
        color: #000;
        display: block;
        width: 100%;
        text-align: center;
        padding: 7px;
    }

}














