/*
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");*/

/*CSS formular pe doua coloane*/
#responsive-form{
	max-width:700px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}

#none-class {
	display: none !important;
}

.header_top.clearfix  .textwidget{
	color: #000;
	font-weight: 600;
}
.header-widget.widget_text.header-left-widget i {
	color: #000 !important;
}
.header_top, .fixed_top_header .top_header, .fixed_top_header nav.mobile_menu {
	background-color: #f9f9f9 !important;
}
nav.main_menu > ul > li > a {
	color: #000;
}
.header_bottom, .header_top, .fixed_top_header .bottom_header {
	background-color: #fff;
}
nav.main_menu > ul > li:hover > a, header.sticky nav.main_menu > ul > li:hover > a {
	background-color: #f9f9f9 !important;
}
#white-background {
	background: #fff;
}
header.sticky .header_bottom {
	background-color: #fff !important;
}
.box-content-info{
	background: #FFF;
	box-shadow: 2px 4px 17px #ccc;
	border-radius: 10px;
	padding: 37px 0 45px;
	margin: 50px 16px !important;
}
#box-sh-info {
	padding: 45px 0 26px;
}

.box-content-info p{
	font-size: 22px;
	color: #bc2840;
	font-weight: 500;
}

.box-content-info p strong {
	margin-top: 44px;
	display: block;
}
.content-home-despre h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #0c0002;
}
.content-home-despre h4 {
	font-size: 23px;
	font-weight: 600;
	color: #1c1f40;

	margin-bottom: 39px;
}
.content-home-despre p {
	font-size: 18px;
	font-weight: 600;
	color: #0c0002;
}
.content-home-despre a{
	color: #bc2840;
}
.content-home-despre {
	padding-bottom: 46px;
}
.content-home-despre img {
	margin: 66px 0 36px !important;
}


@media only screen and (max-width: 765px) {
	.box-content-info {
		padding: 25px 0 30px;
		margin: 12px 0px !important;
	}
	.box-content-info p strong {
		margin-top: 15px;
	}
}

.wpb_column.vc_column_container.vc_col-sm-4 {
    text-align: center;
}

.lang-en {
    display: none !important;
}