/*
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");


/* STRUCTURE */

.w-custom {
	max-width: 500px;
	margin: 0 auto;
}

.w-custom p {
	font-weight: bold;
}

.w-custom img {
	padding-right: 5px;
}


/* STYLE */

.elementor-widget-heading h5.elementor-heading-title {
	padding-left: 5px;
}

.title-li {
	font-family: "Cormorant Garamond", Cormorant Garmond;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0px;
	color: #c5a085;
}

.elementor-widget.head-custom {
	margin-bottom: 10px;
}


/* FORM */

.checkbox-gdpr {
	font-size: 14px;
	color: rgba(255,255,255,.7);
}

.checkbox-gdpr a {
	text-decoration: underline;
}

.checkbox-gdpr span.wpcf7-list-item {
	margin-left: 0;
}

.form-custom p {
	color: rgba(255,255,255,.7);
}

/*
.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_2 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-quiz {
	color: rgba(255,255,255,.7);
}

.form-custom ::placeholder { 
  color: rgba(255,255,255,.5);
  opacity: 1; 
}

.form-custom :-ms-input-placeholder { 
  color: rgba(255,255,255,.5);
}
.form-custom ::-ms-input-placeholder { 
  color: rgba(255,255,255,.5);
}

.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-text:focus, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-number:focus, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-date:focus, .cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea:focus, .cf7_custom_style_2 select.wpcf7-form-control.wpcf7-select:focus, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-quiz:focus {
    color: #fff;
    border-color: #c5a085;
}
*/


/* FOOTER */

footer ul.menu li {
	display: inline-block;
}

footer ul.menu li a {
	padding: 0 22px;
}