/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.grecaptcha-badge {
	display: none !important;
}
a:focus {
	outline: none !important;
}
.cky-revisit-bottom-left {
	bottom: 45px !important;
}
/* CUSTOMIZE TESTIMONIAL SLIDER */
.testimonial .swiper-pagination {
	display: none !important;
}
#sp-testimonial-free-wrapper-222 .sp-testimonial-free-section .testimonial-nav-arrow {
	border: none !important;
	color: #fff !important;
	font-size: 28px !important;
}
#sp-testimonial-free-wrapper-222 .sp-testimonial-free-section .testimonial-nav-arrow:hover {
	color: #fff !important;
	background: transparent !important;
}
.testimonial .sp-testimonial-content p {
	font-size: 22px !important;
  	font-style: italic !important;
  	line-height: 1.5em !important;
	color: #fff !important;
	font-weight: bold !important;
}
.testimonial .sp-testimonial-client-name {
	font-size: 18px !important;
	font-style: italic !important;
}
#sp-testimonial-free-wrapper-222 .swiper-wrapper {
	align-items: center !important;
}
/* FORM CONTATTI */
.wpcf7-acceptance span, span.google {
  font-style: italic;
}
.form-contatti textarea {
	min-height: 140px;
	max-height: 140px;
}
.eael-contact-form-7-button-align-center .eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1) {
	margin: 0px !important;
}
@media only screen and (max-width: 520px) {
	.testimonial .sp-testimonial-content p {
		font-size: 19px !important;
	}
	.wpcf7-form > p:nth-child(7) {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
}
}