/*
Theme Name: Bridge
Theme URI: http://www.lunartheme.com
Author: LunarTheme
Author URI: http://www.lunartheme.com.
Template: bridge
Description: Lincoln is a clean and creative WordPress theme for education
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bridge-child
*/


/* ################################################## ----- MEDIA QUERY ----- ################################################## */
/* ##################### COL-LG LANDSCAPE OR PORTRAIT #################### */
@media (min-width: 1200px) {
}
/* ##################### COL-MD LANDSCAPE OR PORTRAIT #################### */
@media (max-width: 1199px) {
}
/* ##################### COL-SM LANDSCAPE OR PORTRAIT #################### */
@media (max-width: 991px) {
}
/* ###################### COL-XS LANDSCAPE OR PORTRAIT ##################### */
@media (max-width: 767px) {
    #sgcolorbox #sgcboxContent .full_section_inner > .vc_column_container {
        float: left;
        width: 50%;
    }
}
/* ##################### COL-XS LANDSCAPE #################### */
@media (max-width : 767px) and (orientation : landscape) {
    #sgcolorbox #sgcboxContent .vc_empty_space {
        height: 0 !important;
    }
}
/* ##################### COL-XS PORTRAIT #################### */
@media (max-width : 767px) and (orientation : portrait) {
	.wpcf7-form-control.wpcf7-submit{
		width: 100% !important;
	}
}
/* ################################################## ----- MEDIA QUERY END ----- ################################################## */

.subtitle_above_title{
	font-size: 15px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
}

.wpb_wrapper h4{
	font-size: 67px;
	font-family: advent pro;
	font-weight: 800;
	line-height: 80px;
	text-transform: uppercase;
	letter-spacing: 2px;

}
.wpb_wrapper h1{
	font-size: 57px;
	font-family: montserrat;
	font-weight: 700;
	line-height: 69px;
}
.wpb_wrapper h2 {
	font-size: 37px;
	font-family: maven pro;
	font-weight: 600;
	line-height: 46px;
}

.wpb_wrapper h3 {
    padding-bottom: 13px;
    font-size: 22px;
    font-family: maven pro;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}


.wpb_wrapper h5 {
    font-size: 23px;
    font-family: maven pro;
    font-weight: 200;
    line-height: 36px;
}


.wpb_wrapper h6 {
    font-size: 23px;
    font-family: montserrat;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
}


.wpb_wrapper ul li{
	color: #3d3d3d;
	font-family: 'Maven Pro',sans-serif;
	font-size: 16px;
	line-height: 31px;
	font-style: normal;
	font-weight: 400;
}
#wp_email_capture {
	background-color: #ffffff;
	padding: 15px;
	text-align: center;
}
#wp_email_capture form {
	display: inline-block;
}
#wp_email_capture form span {
	margin-right: 30px;
}
#wp_email_capture form .form-group {
	margin-right: 30px;
}
.main_menu .second li a{
	font-family: 'Maven Pro',sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	text-transform: capitalize;

}

#ui-accordion-1-header-0 {
	font-family: maven pro;
}
#nav-menu-item-1302 a span,#nav-menu-item-1098 a span,#nav-menu-item-1539 a span,#nav-menu-item-1644 a span,#nav-menu-item-2109 a span,#nav-menu-item-1123 a span{
	font-family: montserrat !important;
	font-size: 19px !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	color: #fff !important;
}
#quote2 h4.modal-title{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 29px;
	text-align: center
}
.left.carousel-control,.carousel-indicator,.right.carousel-control{
display:none !important
}