/*
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");

h1, h2, h3
{
	margin-bottom:20px!important;
	letter-spacing: 0px;
}
p, h4, h5, h6{
	margin-bottom:15px;
	letter-spacing: 0px;
}
.full-width-image, .wpb_single_image .vc_single_image-wrapper, .full-width-image img
{
width:100%;
}
.orange
{
color:#f78f1e;
}
.get-them
{
text-align:center;
}
.get-them a
{
	color: #f78f1e;
	font-size:22px;
	line-height:30px;
}
.qbutton
{
    text-align: center;
    background-color:transparent;
    background-image: url(/wp-content/uploads/2017/05/button-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #fff;
    height: 51px;
    border: 0px;
    padding: 0px 15px;
    line-height: 50px;
}
.qbutton:hover
{
	background-color:transparent;
}
.book-title
{
font-size: 22px;
text-align: center;	
line-height:32px;
margin-bottom: 5px!important;
font-weight:500;
}
.book-sub-title
{
font-size: 18px;
    text-align: center;
    color: #555657;
    line-height: 23px;
    text-transform: none;
    font-weight: 400;
	margin-bottom: 5px!important;
}
.section-1
{
	margin-top:50px;
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.section-1 h1
{
font-size:70px!important;
line-height:85px!important;	
}
.section-1 h1, .section-1 h2
{
	font-weight:400!important;
}
.section-1 .first-col .vc_column-inner 
{
    padding: 85px 40px!important;
}
.custom-menu-links-dropdown{display:none;}
.menu-links
{
	text-align:center;
}
.menu-links li
{
	    display: inline-block;
}
.menu-links li a
{
    color: #f78f1e;
    font-size: 20px;
    font-weight: 600;
}
.menu-links li:after
{
	content:"|";
	padding:0px 20px;
	color: #f78f1e;
	font-weight:700;
}
.menu-links li:last-child:after
{
	content:" ";
}
.footer_top .widget.widget_nav_menu li
{
 float: left;
    margin-right: 20px;
	
}
.left .book-title, .left .book-sub-title, .left .get-them
{
	text-align:left;
}
@media only screen and (max-width: 800px) 
{
.section-1
{
    padding-top: 0px!important;
    padding-bottom: 20px!important;
    margin-top: 30px;	
}
.section-1 h1 {
    font-size: 50px!important;
    line-height: 65px!important;
}	
.section-1 .first-col .vc_column-inner {
    padding: 25px 25px!important;
}
.left
{
margin-bottom:20px;
}
.left .book-title, .left .book-sub-title, .left .get-them, .left .wpb_single_image.vc_align_left
{
	text-align:center!important;
}
.book-title , .get-them a{
    font-size: 18px;
    line-height: 26px;
}
.book-sub-title {
    font-size: 16px;
    line-height: 21px;
}
}
@media only screen and (max-width: 767px) 
{
.custom-menu-links-dropdown
{
	display:block;
	width: 100%;
    padding: 10px;
    color: #f78f1e;
    border-color: #f78f1e;
}
.menu-links
{
	display:none;
}
}