/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 18.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.title_subtitle_holder:after {
    background-color: #73ca3f;
    content: " ";
    display: block;
    height: 3px;
    margin: 15px auto;
    width: 80px;
}


.wpb_text_column.wpb_content_element.bloc-title h2:after {
     background-color: #73ca3f;
    content: " ";
    display: block;
    height: 3px;
    margin: 15px auto;
    width: 80px;
}

.list-icon{
	width: 50%;
	float: left;
}

.ajax_loader_2{
    margin: -42% 0 0 -50%;
    width: 100vh;
    height: 100vh;
}

.qode-page-loading-effect-holder{
    background-color: #28186d;
    opacity: 0.97;
}


.ajax_loader_2 img{
    border-radius: 100%;
    object-fit: cover;
    height: 100vh;
    width: 100vw;
}

.one-second.column {
    width: 47%;
    margin: 3%;
    float: left;
    margin-left: 0;
}
.column.one {
    margin: 3%;
    margin-left: 0;
}



input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea{
    height: 40px;
    border: none;
    border-bottom: 1px solid rgba(151, 151, 151, 0.31);
    font-family: HelveticaNeue;
    font-size: 14px;
    line-height: 29px;
    color: #B2B2B2;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 15px;
    background: none;
    width: 100%;
    -webkit-appearance: none;
}

textarea.wpcf7-form-control.wpcf7-textarea{
	height: 90px;
}