/*
Theme Name: Performer Series
Theme URI: http://wordpress.org/themes/
Author: Bitstorm Connect
Author URI: http://bitstormconnect.com
Description: Theme for Performer Series.
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: performerseries.com
*/

html, body {
    height: 100%;
    color: #333;
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Roboto', serif;
}

a, a:visited, a:hover, a:focus {
    color: #f15e2a;
    text-decoration: none;
}

.main a, .main a:visited {
    color: #f15d2c;
}

.nav>li>a:focus, .nav>li>a:hover {
    background: transparent !important;
}

.main a:hover, .main a:focus {
    color: #f15d2c;
    text-decoration: none;
}

header {
    /*border-top: 3px solid #f15d2c;*/
    margin-top: 10px;
    height: 70%;
}

#hmargin {
    margin-top: 175px;
}

.page header, .search header {
    height: 20%;
    border-bottom: 5px solid #f15d2c;
}

header h1 {
    color: #fff;
    line-height: 1.4;
    font-size: 48px;
    font-style: italic;
    text-shadow: 1px 1px 1px #000;
}

a#logo-bg {
    width: auto;
    display: block;
    height: 75px;
    margin: -12px;
    padding: 2% 20%;
}

#logo-bg > img {
    height: 50px;
}

#main-menu {
    float: right;
}

#main-menu a, 
#main-menu a:visited {
    color: #fff;
    font-size: 18px;
    padding: 25px 20px 0;
    text-shadow: 1px 1px 1px #000;
    display: block;
}



.main {
    font-size: 18px;
    line-height: 1.8;
    min-height: 200px;
    margin-bottom: 50px;
}

#mid-content {
    background: #eee;
}
.cta {
    padding-bottom: 50px;
}

.cta .box {
    margin-top: -55px;
}

.cta .box p {
    line-height: 2;
}

h1, h2, h3, h4 {
    color: #f15e2a;
    font-weight: bold;
    margin-top: 10px;
}

.header-box {
    background: #fff;
    border: 5px solid #f15e2a;
    color: #f15e2a;
    margin: -30px auto 0;
    padding: 10px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 5%;
    text-shadow: none !important;
}

h1.title {
    background: #fff;
    border: 5px solid #f15e2a;
    color: #f15e2a;
    font-weight: bold;
    margin: -85px auto 35px auto;
    padding: 5px;
    width: 25%;
    text-transform: uppercase;
    text-shadow: none !important;
    text-align: center;
}

/*----------------------------------------------------------------------------------
    PERFORMER SERIES :: TESTIMONIALS
----------------------------------------------------------------------------------*/

@media screen and (max-width: 991px) {

    .cta .box {
        margin-top: 25px;
    }

    .header-box {
        margin: -105px auto 0;
        width: 75%;
    }

    .testimonials {
        padding: 75px 0;
    }

    h1.title {
        width: 50%;
        margin: -30px auto 30px;
    }
}


/*--------------------------------------------------------------------------------
    PERFORMER SERIES :: TESTIMONIALS
--------------------------------------------------------------------------------*/

.testimonials {
    width: 100%;
    color: #fff;
    border-top: 5px solid #f15e2a;
    min-height: 400px;
}

blockquote {
    margin-top: 100px;
    font-size: 28px;
    font-weight: bold;
    border-left: 5px solid #f15e2a;
}

cite {
    font-size: 24px;
    font-style: italic;
    float: right;
}

.nf-field-element input, .nf-field-element textarea {
    border: 5px solid #f15e2a;
}

.nf-field-element input[type=button] {
    background: #fff;
    color: #f15d2c;
    font-weight: bold;
}

.testimonials h3 {
    font-size: 32px;
    color: #fff;
    padding: 100px 0 0 0;
    text-shadow: 1px 1px 1px #000;
}

.testimonials h4 {
    font-size: 24px;
    color: #fff;
    padding: 20px 0;
    line-height: 2;
    font-style: italic;
    text-shadow: 1px 1px 1px #000;
}

/*--------------------------------------------------------------------------------
    PERFORMER SERIES :: FOOTER
--------------------------------------------------------------------------------*/

footer {
    border-top: 5px solid #f15e2a;
    margin-bottom: 25px;
}

footer .container {
    margin-top: 50px;
}

footer address {
    color: #f15e2a;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

footer a.phone, footer a.phone:visited {
    color: #f15e2a;
    font-size: 22px;
    font-weight: bold;
}

footer input[type="search"] {
    background: #fff;
    border: 5px solid #f15e2a;
    color: #f15e2a;
    display: block;
    margin: -27px auto 0;
    padding: 10px!important;
    text-transform: uppercase;
    min-width: 25%;
    text-shadow: none !important;
}


footer input[type="search"]::-webkit-input-placeholder {
    color: #f15e2a;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
}

footer input[type="search"]:-ms-input-placeholder {
    color: #f15e2a;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
}

footer input[type="search"]:-moz-placeholder {
    color: #f15e2a;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
}

input[type="search"]:focus::-webkit-input-placeholder {
    color: transparent;
}

button.search-submit {
    float: left;
    left: 60%;
    position: relative;
    top: -38px;
    background:transparent;
    color: #f15e2a;
    border: 0;
}

.subfooter {
    color: #f15e2a;
}

@media screen and (max-width: 767px) {

    header {
        height: auto;
    }

    #hmargin {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    button.search-submit {
        text-align: right;
        position: relative;
        top: -37px;
        background: transparent;
        border: 0;
    }

    ul#mobile-menu li.menu-item-custom form {
        
        margin: 0 auto;
    }

    ul#mobile-menu li button.search-submit {
        top: 0;
        left: 0;
        margin: 0;
        float: right;
        background: transparent;
        border: 0;
    }

    footer .search-form {
        margin: 0 auto;
        width: 80%;
        padding: 0;
    }

    footer input[type="search"] {
        background: #fff;
        border: 5px solid #f15e2a;
        color: #f15e2a;
        display: block;
        margin: -25px auto;
        padding: 10px!important;
        text-transform: uppercase;
        min-width: 25%;
        text-shadow: none !important;
    }

    footer button.search-submit {
        top: 0;
        left: 0px !important;
        margin: -13px 65px 0 -19px;
        float: right;
        background: transparent;
        border: 0;
    }

}

@media screen and (max-width: 1199px) {
    #main-menu a, #main-menu a:visited {
        padding: 25px 14px 0;
    }
}

/*----------------------------------------------------------------------------------
    PERFORMER SERIES :: FOOTER
----------------------------------------------------------------------------------*/

@media screen and (max-width: 991px) {

    header {
        height: auto;
    }

    footer input[type="search"] {        
        min-width: 75%;
    }

    footer button.search-submit {
        left: 80%;
    }
}

/*--------------------------------------------------------------------------------
    PERFORMER SERIES :: PRODUCTS TABLE 
--------------------------------------------------------------------------------*/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    /*border: 1px solid transparent;*/
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    border-top: 0;
    margin-top: 0 !important;
}

.panel .panel-heading {
    /*transition: all .55s;*/
}

.panel:first-child {
    border-top: 1px solid #ddd !important;
}

.panel:nth-child(even) .panel-heading {
    background: #fff !important;
}

.panel:nth-child(odd) .panel-heading {
    background: #f9f9f9 !important;
}

.panel:hover .panel-heading {
    background-color: #f5f5f5 !important;
}

header .search-form-top {
    display: none;
}

header .search-form-top {
    float: right; 
    /* border-bottom: 1px solid #fff; */
    /* height: 50px; */
    /* margin-right: 46px; */
    margin-top: 5px;
    /* position: absolute; */
    /* right: 0; */
    width: 70%;
    /* z-index: 1111; */
}

.search-everything-highlight-color {
    color: #fff !important;
    padding: 0 5px;
}

#menu-item-282 > a > .fa-close {
    left: 845px;
    position: absolute;
}

.search-submit-top {
    display: none;
}

#menu-item-282 {
    z-index: 111111;
}

header input.search-field-top {
    border: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    float: left;
    margin: 0;
    width: 100%;
    min-height: 64px;
    padding: 0px 5px;
    outline: none;
}

@media screen and (max-width: 991px) {

    .search-form-top {
        width:90% !important;
        float: none;
        margin: 12px 46px !important;
    }

    .search-field-top {
        width: 100%;
        padding: 0 20px !important;
        text-align: left;
    }

    header h1 {
        font-size: 36px;
    }
    
    #hmargin {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {

    header input.search-field-top {
        border: 0;
        float: left;
        padding: 2px 0;
        width: 85% !important;
    }

    header .search-form-top {
        display: block !important;
    }
    
}