/*
 Theme Name:     Gaea Child Theme
 Theme URI:      http://preview.imithemes.com/gaea-wp
 Description:    Gaea Child Theme
 Author:         imithemes
 Author URI:     http://www.imithemes.com
 Template:       Gaea
 Version:        1.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
.page-id-6348 .page-header h2{
    padding-top: 185px;
}
.page-id-6348 .page-header .breadcrumb{
    padding-top: 195px;
}
div#mc_embed_signup {
    max-width: 500px;
    width: 100%;
}
span.asterisk{
    color: red;
}
div#mc_embed_signup input {
    height: 34px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    font-weight: 400;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
div#mc_embed_signup label {
    margin-bottom: 5px;
}
div#mc_embed_signup .mc-field-group {
    margin-bottom: 15px;
}
div#mc_embed_signup #mc-embedded-subscribe {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    border: none;
    background: #f7931e;
    opacity: .9;
    color: #FFF;
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.52857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 20px;
}
div#mc_embed_signup #mc-embedded-subscribe:hover {
    opacity: 1;
}
.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}
.popup-frm-inn {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 30px;
}
.popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 40px;
    z-index: 9;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}
@media (max-width: 1199px) and (min-width: 992px){
    .main-navigation > ul > li > a {     
        font-size: 10px;
    }
}
@media only screen and (max-width:767px){
    #pg-6348-0{
        display: block;
    }
    .popup-frm-inn {
        max-width: 80%;
        width: 100%;
    }
}