/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.iphorm-elements .iphorm-element-wrap-text input, .iphorm-elements .iphorm-element-wrap-captcha input, .iphorm-elements .iphorm-element-wrap-password input, .iphorm-elements .iphorm-element-wrap select, .iphorm-elements .iphorm-element-wrap textarea{
    background-color: #f8f8f8 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 15px 12px !important;
    border: 0 !important;
    outline: 0 !important;
    resize: none !important;
    font-size: 13px !important;
    line-height: 17px !important;
    color: #818181 !important;
    font-family: 'Raleway' !important;
    font-weight: 400 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: inherit !important;
}

.iphorm-submit-wrap button span{
    line-height: 36px;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 39px;
    margin: 0;
    padding: 0 23px;
    border: 2px solid #303030;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    color: #303030;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    background-color: transparent;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
    font-style: normal;
    padding-right: 20px;
}

.iphorm-submit-wrap button em {
    font-style: normal;
    padding-right: 0px;
    background: none;
}

.iphorm-submit-input-wrap {
    float: right !important;
}

h3, h3 a {
    color: #000000 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.00px !important;
    text-transform: none !important;
}

.iphorm-element-textarea {height: 250px;}

footer .column1 {
    top: 0 !important;;
}

.iphorm-submit-wrap button span, .iphorm-submit-wrap button em {
  line-height: 39px !important;
}

.iphorm-submit-wrap button:hover em, .iphorm-submit-wrap button:hover span {
    background: #818181;
    color: white;
}

.iphorm-submit-wrap {
    margin-bottom: 10px !important;
}

@media (max-width: 567px){
    .carousel:not(.advanced_responsiveness) .carousel-inner p {
        font-size: 7vw !important;
    }
}

@media only screen and (max-height: 850px) {
    .full_screen:not(.advanced_responsiveness) .carousel-inner .slider_content {
        top: 20% !important;
    }
}

.q_slide_text {
    text-shadow: rgba(0, 0, 0, 0.4) 3px 3px 3px !important;
}

.hidden
{
	display: none!important;
}