/*
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");




.blue {
    color:#1e73be;
}

.header-shadow, .q_slide_title > span:nth-child(1) {
    text-shadow: 3px 3px 2px rgb(0, 0, 0);
}

.q_slide_title {
    margin-bottom: 10% !important;
}

.underline {
    text-decoration: underline;
}

.header_inner.clearfix {
    display: none;
    visibility: hidden;
}

.size36 {
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    color: black;
}

.center {
    text-align:center;
}

.spacer {
    margin-bottom:25px;
}
.icon_holder img {
    max-width: 96px !important;
}

.q_social_icon_holder .fa-stack{
    margin:0 !important;
    padding:0 !important;
}
#text-3 > div:nth-child(2) {
    text-align: left;
    display: inline-block;
}
.footerbutton{
    padding-top: 5px;
    padding-right: 20px;
}
.qode_pricing_tables .q_price_table:first-child {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.price_table_inner ul li.pricing_table_content {
    padding: 0 27px 10px !important;
}







div.wpcf7 {
    margin: 0 auto 0 auto;
    padding: 0px;
    width: 50%;
}

.wpcf7 form.wpcf7-form p {
    margin-bottom: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 125px;
     padding: 0 10px 0 10px !important;
}

.wpcf7-form-control.wpcf7-text {
    height: 30px;
    padding: 0 10px 0 10px !important;
}

.wpcf7 form.wpcf7-form p {
    text-align: center;
}

.wpcf7 form.wpcf7-form div {
    text-align: center !important;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:10px;
}



.side:nth-child(2n+1) {
    margin-left: 12px !important;
    float: right;
}
.side {
    width: 48%;
    float: left;
}
input.wpcf7-form-control.wpcf7-submit:hover:not([disabled]) {
    background-color: #fff;
    border-color: #1abc9c;
    color: #1abc9c;
    text-decoration: none;
}
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: #1abc9c;
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
.side:nth-child(2n+1) {
    margin-left: 0px !important;
    float: none !important;
}
.side {
    width: 100%;
    float: none !important;
}
}

@media only screen 
and (min-device-width : 375px) 
 and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) {  
.side:nth-child(2n+1) {
    margin-left: 0px !important;
    float: none !important;
}
.side {
    width: 100%;
    float: none !important;
}


}

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (-webkit-min-device-pixel-ratio: 3){ 
.side:nth-child(2n+1) {
    margin-left: 0px !important;
    float: none !important;
}
.side {
    width: 100%;
    float: none !important;
}
}

@media only screen and (max-width : 1230px) 
{ 
.side:nth-child(2n+1) {
    margin-left: 0px !important;
    float: none !important;
}
.side {
    width: 100%;
    float: none !important;
}
}

