/*
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
*/

/* Last Updated 10/29/20 3:31PM */

@import url("../bridge/style.css");


.page_container_inner {
	padding-bottom: 70px;	
}

.container p {
	margin-bottom: 15px;	
}

.full_width .wpb_wrapper p {
	margin-bottom: 15px;	
}

ul {
	list-style:disc;
	list-style-position:outside;
	margin-left: 30px;
	padding-bottom:15px;
}

ul li {
	line-height: 24px;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
}

ol {
	list-style-position:outside;
	margin-left: 30px;
	padding-bottom:15px;	
}

ol li {
	line-height: 24px;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
}

h4 {
	margin-top: 30px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 1000px) and (max-width: 1120px) {
nav.main_menu > ul > li > a {
    padding: 0 10px;
}
}

@media only screen and (max-width: 1000px) {
.q_logo a {
    height: 50px!important;
}
}

.mobile_menu_button span {
    width: 19px;
    height: 17px;
    font-size: 18px;
}

.header_bottom {
    padding: 0 12px;
}

.home p.excerpt {
	font-size:14px;
	line-height: 20px;
}


.qode-btn-text {
    text-decoration: underline;
    text-underline-position: under;
}	



.subtitle {
	font-style: normal;
	font-family: 'Open Sans', sans-serif;
	margin-top: 10px;
}

.content .container .container_inner.page_container_inner {
    padding: 60px 0 50px;
}


@media only screen and (max-width: 768px) {
body.qode_advanced_footer_responsive_768 .four_columns .column1, 
body.qode_advanced_footer_responsive_768 .four_columns .column2, 
body.qode_advanced_footer_responsive_768 .four_columns .column3, 
body.qode_advanced_footer_responsive_768 .four_columns .column4 {
    padding: 0 0 20px 0;
}
}

footer ul {
	margin-left: 0;
}

footer ul li {
	padding: 0;
}

.footer_top .widget_nav_menu ul li{
    padding: 0 0;
}

h3.latest_post_title a {
	color:#e57025;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
}

.masonry h5 a {
	color:#e57025;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height:32px;
	font-weight:400;
	text-transform:none;	
}

.container aside {
	margin-top:30px;	
}

/* Text */

.h4-inline {
    color: #3b6cf2;
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: -0.6px;
    text-transform: none;
}


/* Donate */

.donation-form h3 {
	padding-top:16px;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	color: #333;
}

/* News */

.wp-caption-text {
	font-size:13px;
	line-height:19px;
}


/* Caption */

.caption {
    font-size:15px;
    line-height: 13px;
}


/* Blog */

.single-post .post_info {
    display: none !important;
}

/* blog remove categories */
.blog_holder .post_info {
    visibility: hidden !important; 
}
.blog_holder .post_info * {
    visibility: visible !important;
}
.blog_holder .post_info a[rel="category tag"] {
    display: none !important;
}
.blog_holder .post_info .time, 
.blog_holder .post_info span.dots, 
.blog_holder .post_info .post_comments {
    float: left !important;
}



/* Gravity Forms */


body .gform_wrapper input[type=text],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input,  
body .gform_wrapper textarea  {
 	font-family: 'Open Sans', sans-serif;
	background-color: #f6f6f6;
	font-size:16px;
	color: #333;
    border: 1px solid;
	border-color: #b2b2b2;
}

body .gform_wrapper .ginput_container_select {
	background-color: #ffffff !important;
}

body .gform_wrapper select.gfield_select {
 	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #333;
	border-color: #b2b2b2;
} 

body .gform_wrapper .ginput_container_select select {
 	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #333;   
    background-color: #f6f6f6;
    border: 1px solid;
	border-color: #b2b2b2;
}

body .gform_wrapper .ginput_complex select {
 	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #333;   
    background-color: #f6f6f6;
    border: 1px solid;
	border-color: #b2b2b2;
}


body .gform_wrapper .field_description_below .gfield_description {
 	font-family: 'Open Sans', sans-serif;
	font-size:16px; 
    font-weight: bold;
	color: #1e73be;   
}

.gfield_required {
	color:#f82d2d  !important;	
}

.gform_wrapper li.gfield.gfield_error {
	background-color: #f1c40f   !important;	
}

body .gform_wrapper .gform_footer input[type=submit] { 
 	color: #ffffff;
 	background: rgb(229, 112, 37);
 	font-size: 16px;
 	font-family: 'Josefin Sans', sans-serif;
 	line-height: 19px;
 	letter-spacing: 1px;
 	font-weight: 600;
 	text-transform: uppercase;
 	float: left; 
 	height: 60px;  
	border:solid 2px #e57025;
 	border-radius: 3px;
	cursor:pointer;
    text-align: center;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
	color: rgb(255,255,255);
	background: #1e73be;
	border-color: #1e73be;
}

/* Password Protected Page Login Field */

.post-password-form input[type=password] {
    background-color: #eee;
}
