/*
Theme Name: Bridge Child
Description: Child theme for Bridge theme
Author: Zipline
Template: bridge
*/

/* write custom css */



.testimonial_content_inner {
	background-color: rgba(0,0,0,0) !important;
}

#center {
	text-align: center !important;
	content-align: center !important;
}

::selection {
	background-color: #7c9666 !important;
}

.wpcf7-form-control {
	border-radius: 40px 40px 40px 40px;
}

#wpcf7-f220-o1 input[type="submit"] {
	color: #ffffff;
	background-color: #5e87a1;
	border: 2px solid #5e87a1;
}

#wpcf7-f220-o1 input[type="submit"]:hover {
	color: #5e87a1;
	background-color: #ffffff;
	border: 2px solid #5e87a1;
}

.wpcf7-form-control-wrap your-email {
	border-radius: 40px 40px 40px 40px !important;
}

header.scrolled .header_top {
	background-color: rgba(95,136,161,1) !important;
}

.sidebar .widget_categories {
	margin-top: 20px;
}

.blog .content .container, .single-post .content .container {
	padding: 40px 0 0 0;
}

ul {
	list-style-position: outside !important;
	margin-left: 19px;
}

#nf-field-6 #nf-field-7 {
	height: 50px !important;
}

#nf-field-2 {
	height: 50px !important;
}

.page_not_found h2 {
	margin-top: 100px !important;
}



