/*
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");

.wpcf7-form-control-wrap select{height: 60px;}
.with_gd-icon ul li {
    list-style: none;
    padding: 0;
    margin-left: 0;
    font-size: 15px;
    font-weight: 500;
}
.with_gd-icon ul li .icon {
    color: #00dea5;
    width: auto;
    height: auto;
    font-size: 19px;
    margin-right: 5px;
}
.with_gd-icon .Promo_02 ul li{color:#fff}
.gd_icon_list p:nth-child(2n) {
    margin-left: 40px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}


.styledList ul li {
    list-style: none;
    padding: 0 0 0px 17px;
    margin: 0 0 2px 0;
    position: relative;
}
.styledList ul li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    color: #00dea5;
    top: 2px;
}
.two_by_two .q_elements_item {
    display: block;
}

.title .title_overlay {
    background-color: rgba(47, 40, 61, 0.2);
}

.pardot_form .wpb_wrapper .pardotform {height: 1200px}
.pardot_form .wpb_wrapper .wpb_content_element {
    display: block !important;
    padding-left: 30px;
}


[role="form"] [class*="wpcf7-form-control"][type="submit"]{
    display: inline-block !important;
    background: #2e283c;
    color: white;
    padding: 0 35px !important;
    border-radius: 0.25em !important;
    line-height: 1 !important;
}
[role="form"] [class*="wpcf7-form-control"][type="submit"][disabled]{border-width:0px !important; background: #c9cdcf !important}
[role="form"] [class*="wpcf7-form-control"][type="submit"]:not([disabled]):hover{color:#fff!important}

[role="form"] [class*="wpcf7-form-control"] [type="text"],
[role="form"] [class*="wpcf7-form-control"] [type="date"],
[role="form"] [class*="wpcf7-form-control"] textarea,
[role="form"] [class*="wpcf7-form-control"] select{
    background-color: #fff;
    border: 1px solid #c9cdcf !important;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    color: #666c70;
    font-size: 1.05em;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    padding: .5em;
    position: relative;
    transition: border .2s ease-in-out,background-color .2s ease-in-out,color .2s ease-in-out;
}

[role="form"] [class*="wpcf7-form-control"] [type="text"]:focus,
[role="form"] [class*="wpcf7-form-control"] [type="date"]:focus,
[role="form"] [class*="wpcf7-form-control"] textarea:focus,
[role="form"] [class*="wpcf7-form-control"] select:focus {border-color: #00dea5 !important}
[role="form"] [class*="wpcf7-form-control"] select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat
}
[role="form"] [class*="wpcf7-form-control"] select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAJ1BMVEUAAACNjY6ioqPOzs7V1dbZ2dnc3N3v7/D4+Pj6+vv7+/v8/Pz///+KSekaAAAAO0lEQVR4Ad3RqRUAIAwEUe67/3oxyYBJAxn736oNx8qn9Pyq45dZopYWGwhAhAAEAhBIAYGaAELb9T8XbjcbSB1moxkAAAAASUVORK5CYII=)
}

.title {height:auto}
.vc_row + .vc_row{margin-top:15px}

.Promo_02 ul{color:#fff}

.wpb_content_element{
    margin-bottom: 35px !important;
}
.wpb_wrapper_text{
    margin-top: 3em;
}

h5, .h5, h5 a, .q_icon_with_title .icon_text_holder h5.icon_title {
    color: #2f283d;
    font-size: 25px !important;
    line-height: 26px;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: -0.6px;
    text-transform: none;
}
.vc_empty_space{
height:0px !important;
}