/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="https://themeforest.net/user/everthemess">Everthemes</a>
* Template: goya
* Version: 1.0.8.23
*/

.subpage-banner h1 {
	background-color: #fff;
    color: #282828;
	text-transform: uppercase;
    border-radius: 3px;
    padding: 0 10px;
    line-height: 58px;
    display: inline-flex;
    align-items: center;
	font-size: 48px;
}

.subpage-banner blockquote {
    background: rgba(0, 0, 0, 0.3);
}

html .bg-pos-top {
	background-position: top !important;
}

.overlay-fix-bg .vc_column-inner {
	box-shadow: inset 0 0 0 400px rgba(0,0,0,0.2);
}

.overlay-fix-img .et-banner {
	background: #000;
}

.overlay-fix-img .et-banner img {
	opacity: 0.8;
}

.footer-middle {
	background: #ED7004;
}

.footer-toggle-widgets {
	background: #153d87;
}

footer p,
footer li,
footer a,
footer h2,
footer h3,
footer .intro-text {
	color: #fff !important;
}

.footer-middle .mc4wp-form-fields {
	display: block;
}

.footer-middle input[type="email"] {
	width: 100%;
    border-radius: 50px;
	border: 2px solid #fff !important;
}

.footer-middle input[type="submit"] {
	background: #153d87;
	color: #fff;
	border: 2px solid #153d87;
	border-radius: 50px;
	font-weight: 600;
	font-size: 20px;
}

.footer-middle input[type="submit"]:hover {
	background: #fff;
	color: #153d87;
}

.testimonials-white-text p,
.testimonials-white-text cite {
	color: #fff !important;
}

footer .mc4wp-form input {
	width: 100%;
}

footer .mc4wp-form input[type="checkbox"] {
	display: inline !important;
	width: 25px !important;
	min-width: 25px !important;
	max-width: 25px !important;
    height: 25px;
	margin-right: 20px;
    margin-bottom: -5px;
    border: none !important;
	-webkit-appearance:  none !important;
	border-radius: 0 !important;
	background: #fff !important;
	border: 2px solid #fff !important;
}

footer .mc4wp-form input[type=checkbox]:checked {
	background: #000 !important;
}

footer .mc4wp-form input[type=checkbox]:checked:before {
	height: 17px;
    width: 7px;
    left: 7px;
	border-width: 0 2px 2px 0;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

footer .mc4wp-form input[type="submit"] {
	background: #ED7004;
	font-size: 18px;
}

.consent-field {
	text-align: right !important;
	margin-bottom: 10px;
}

.consent-field a {
	display: inline !important;	
}

.consent-field a:hover {
	text-decoration: underline !important;
}

#footer-bar {
	background: #153d87;
}

.map-fix {
	position: relative;
	z-index: -1;
}

@media only screen and (max-width: 767px) {

	html .home-halfbanner-first { 
		background-image: none !important;
		background-color: #153d87 !important;
		padding: 40px 0 20px !important;
	}
	
	html .home-halfbanner-second {
		background-image: none !important;
		background-color: #ED7004 !important;
		padding: 40px 0 20px !important;
	}
	
	footer .mc4wp-form input[type="checkbox"] {
		display: block !important;
		margin-bottom: 5px !important;
	}
	
	.consent-field {
		text-align: left !important;
	}
}