/*
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 */

body.home .hero img {
	object-fit: cover;
}

.wpcf7 label {
	display: none;
}

.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea {
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid white;
	text-align: left;
	color: white;
	font-size: 18px;
}

.rtl .wpcf7 input[type="text"], .rtl .wpcf7 input[type="tel"], .rtl .wpcf7 input[type="email"], .rtl .wpcf7 textarea {
	text-align: right;
}

.wpcf7 textarea {
	min-height: 120px;
	height: 120px;
}

.wpcf7 input:placeholder {
	color: white;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
}

.wpcf7-not-valid-tip {
	position: absolute;
	left: 2px;
	bottom: 2px;
	line-height: 1.2;
	font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
	color: white;
}

.widget-title {
	border: 0;
	padding: 0;
}

.footer-widgets-inner {
	font-size: 16px;
    font-weight: 500;
}

.footer-widgets-inner h3 {
	color: white;
}

#footer-widgets li, #footer-widgets #wp-calendar caption, #footer-widgets #wp-calendar th, #footer-widgets #wp-calendar tbody, #footer-widgets .contact-info-widget i, #footer-widgets .oceanwp-newsletter-form-wrap input[type="email"], #footer-widgets .posts-thumbnails-widget li, #footer-widgets .social-widget li a {
	border: 0;
}

.elementor-image-gallery .gallery-columns-4 {
	display: flex;
	flex-wrap: wrap;
}
.elementor-image-gallery .gallery-columns-4 .gallery-item {
	padding: 15px;
	display: flex;
}

.elementor-image-gallery .gallery-columns-4 .gallery-item .gallery-icon {
	padding: 0 0 100%;
	width: 100%;
	height: 0;
	position: relative;
}

.elementor-image-gallery .gallery-columns-4 .gallery-item .gallery-icon img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elementor-widget-image-box .elementor-image-box-img a {
	display: block;
}

.elementor-widget-image-box .elementor-image-box-img a img {
	width: 100%;
}