/*
Theme Name: Hero Program
Description: Hero Program Theme
Theme URI: http://www.twincitiesheroprogram.com/
Author: Ciprian Ionita
Author URI: http://ciprianionita.com/
Version: 1.0
Template: quest
*/

@import url('../quest/style.css');

/*---------------------
        GLOBAL
---------------------*/

body {
    font-family: 'Open Sans', sans-serif;
}

/*---------------------
     LANDING PAGE
---------------------*/

.intro-img, .header-outer, .header-inner {
    width: 100%;
    height: 900px;
}

.intro-img {
    background-size: cover;
    background-repeat: no-repeat !important;
}

.header-outer {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.header-inner {
    position: relative;
    padding-top: 350px;
}

.logo-text, .header-intro {
    text-align: center;
    color: #fff;
    margin: auto;
}

.logo-text {
    font-weight: 400;
    font-size: 30px;
    width: 80%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 35px;
    padding: 0;
}

.header-intro {
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 2px;
    width: 80%;
}

.down-icon {
    position: relative;
    font-size: 40px;
    text-align: center;
    top: -100px;
}

.down-icon a, .down-icon a:hover, .down-icon a:focus {
    color: rgba(255, 255, 255, 0.70);
}

.landing-page-btn {
    margin: 100px auto;
    display: block;
    background-color: #5cb85c;
    color: #fff;
    line-height: 37px;
    -webkit-transition: 100ms background-color, 100ms border-color, 100ms color, 100ms fill;
    transition: 100ms background-color, 100ms border-color, 100ms color, 100ms fill;
    padding: 20px 40px 24px;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: bottom;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border-radius: 999em;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 470px;
}

.landing-page-btn:hover, .landing-page-btn:focus {
    background-color: #449d44;
    color: #fff;
}

@media screen and (max-width: 991px) and (min-width: 651px) {
    .intro-img, .header-outer, .header-inner {
        height: 558px;
    }
    .intro-img {
        background-size: auto 558px !important;
    }
    .header-inner {
        padding-top: 210px;
    }
    .landing-page-btn {
        margin: 50px auto;
    }
}

@media screen and (max-width: 650px) {
    .intro-img, .header-outer, .header-inner {
        height: 380px;
    }
    .intro-img {
        background-size: auto 380px !important;
    }
    .header-inner {
        padding-top: 160px;
    }
    .logo-text {
        font-weight: 700;
        font-size: 24px;
    }
    .header-intro {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
    }
    .down-icon {
        top: -70px;
    }
    .landing-page-btn {
        margin: 25px auto;
        line-height: 22px;
        font-size: 28px;
        max-width: 360px;
    }
}

@media screen and (max-width: 570px) {
    .header-inner {
        padding-top: 120px;
    }
    .header-intro {
        line-height: 30px;
    }
}

@media screen and (max-width: 470px) {
    .header-inner {
        padding-top: 90px;
    }
    .landing-page-btn {
        margin: 20px auto;
        padding: 20px 0 24px;
        max-width: 314px;
    }
}

/*---------------------
     CONTACT FORM
---------------------*/

.modal-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.modal-bg {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.modal-content {
    position: relative;
    border-radius: 6px;
    outline: 0;
    box-shadow: none;
    z-index: 3;
    top: 80px;
    max-width: 600px;
    max-height: 380px;
    padding: 0 15px;
    margin: auto;
    border-top: 6px solid #2185c5;
}

#wpcf7-f9-p4-o1 {
    font-size: 14px;
    background: none;
}

#wpcf7-f9-p4-o1 h4 {
    font-weight: 500;
}

.wpcf7-form-control.wpcf7-text {
    background: #fff !important;
    box-shadow: none !important;
    max-width: 100% !important;
    font-size: 13px;
}

.wpcf7-form-control.wpcf7-submit {
    text-transform: none;
    background: #5cb85c;
    color: #000 !important;
    font-weight: 500;
    width: 100%;
}

.wpcf7-form-control.wpcf7-submit:hover, .wpcf7-form-control.wpcf7-submit:focus {
    background: #449d44;
    color: #fff !important;
    box-shadow: none;
}

.wpcf7-response-output, div.wpcf7 img.ajax-loader {
    display: none !important;
}

.modal-close {
    font-size: 22px;
    font-weight: 700;
    color: #ccc;
    display: inline-block;
    float: right;
    margin-top: 4px;
}

.modal-close:hover, .modal-close:focus {
    color: #666;
}

/*---------------------
      APPLICATION
---------------------*/

body.page-id-12 article.page h1.post-title {
    display: none;
}

body.page-id-12 img {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

body.page-id-12 h2, body.page-id-12 h4 {
    font-weight: 500;
}

body.page-id-12 h2 {
    margin-bottom: 0;
}

body.page-id-12 h4 {
    margin-top: 0;
}

#wpcf7-f11-p12-o1 {
    font-size: 14px;
    font-weight: 700;
}

#wpcf7-f11-p12-o1 p {
    margin-bottom: 12px;
}

#wpcf7-f11-p12-o1 input, #wpcf7-f11-p12-o1 select, #wpcf7-f11-p12-o1 .wpcf7-list-item-label {
    font-weight: 500;
}

#wpcf7-f11-p12-o1 span.wpcf7-list-item {
    margin: 6px 0 0;
    display: inline-block;
    width: 100%;
}

#wpcf7-f11-p12-o1 select {
    background: none !important;
    box-shadow: none;
}

/*---------------------
    THANK YOU PAGE
---------------------*/

body.page-id-14 article.page h1.post-title {
    display: none;
}

body.page-id-14 #content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-radial-gradient(center ellipse,#7ecefd 0,#2185c5 100%) !important;
    background-image: radial-gradient(ellipse at center,#7ecefd 0,#2185c5 100%) !important;
    text-align: center;
    font-weight: 700;
    color: #fff;
}