/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

/* CF7 STICKY FORM */

.cf7-sticky-form {
	position: sticky;
	bottom: 0;
	z-index: 1000;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#wpcf7-f2004-o1 {
	margin: 0;
}
.cf7-form-inline-wrapper {
	display: flex;
	max-width: 725px;
	margin: auto !important;
	padding: 20px 0;
	width: auto;
}
.form-title, .email-input, .submit-button {
	align-self: center;
}

.email-input input {
	margin: 0;
}
.email-input {
	display: flex;
	align-content: center;
	align-items: center;
}
.form-title {
	font-size: 20px;
	font-weight: 600;
	margin-right: 20px;
	text-transform: uppercase;
}

.email-input input {
	margin: 0;
	/*border-left: none;*/
	/*border-right: none;*/
	/*border-top: none;*/
	border: 1px solid #e1e1e1 !important;
	margin-left: 10px;
}
.submit-button {
	margin-left: 20px;
}
.submit-button input {
	background: #757575 !important;
	color: #fff !important;
}
@media (max-width: 1000px) {
    .cf7-sticky-form {
        display: none !important;
    }
}