/*
Theme Name: Zakra Child Theme
Description: Child Theme for Zakra
Template: zakra
Version: 1.0
*/


/*
    design by Mudassar Hussain 
    zeptosystems.com
*/

.tg-site-header-bottom {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tg-site-header-bottom.fixed {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 99;
    left: 0;
    top: 0;
    float: left;
    border-bottom: 1px solid #F2F0F8;
}

.tg-page-header {
    padding: 50px 0px 50px 0px;
}


/* form styling */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 3px;
    border-color: #dee2e6 !important;
}

span.evf-label {
    font-weight: 500;
}

::placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
input::placeholder {
    color: #919bb2;
    opacity: 1;
    font-size: 12px;
}

textarea,
textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #8e98a2
}

@media screen and (max-width: 768px) {
    .tg-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.everest-forms .everest-forms-part-button,
.everest-forms a.button:not(.button-large),
.everest-forms button.button:not(.button-large),
.everest-forms button[type=submit],
.everest-forms input[type=submit] {
    font-family: "Raleway", Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #0067EF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 62px 9px 47px -8px #004BAD inset;
    padding: 10px 25px 10px 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.everest-forms .everest-forms-part-button:active,
.everest-forms .everest-forms-part-button:hover,
.everest-forms a.button:not(.button-large):active,
.everest-forms a.button:not(.button-large):hover,
.everest-forms button.button:not(.button-large):active,
.everest-forms button.button:not(.button-large):hover,
.everest-forms button[type=submit]:active,
.everest-forms button[type=submit]:hover,
.everest-forms input[type=submit]:active,
.everest-forms input[type=submit]:hover {
    background-color: #0067EF;
    box-shadow: 62px 9px 47px -8px #004BAD inset;
    color: #fff;
    transform: scale(1.1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}