/*
Theme Name: Ekeria Child
Theme URI: https://www.ekeria.com
Author: Ekeria S.r.l
Author URI: https://www.ekeria.com
Description: My WordPress Ekeria child theme.
Template: ekeria
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: ekeria-child
*/

:root {
	--primary: #000;
}

html, body, h1, h2, h3, h4, h5, h6, p, span {
	text-transform: none !important;
}

.d-md-none {
	display: none;
}

/* CONTENT */
.container-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

/* BODY */
body {
	background-color: transparent;
}

body.ascend {
	background-color: transparent !important;
}

body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"], body[data-form-style="minimal"] .container-wrap .span_12.light textarea, body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="password"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="tel"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="url"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="search"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="date"] {
	background-color: rgba(255,255,255,0.5);
}

/* ICON */
i[class*="fa-"], span[class*="fa-"] {
	line-height: 1;
	font-size: inherit;
}

/* BLOG */
.grav-wrap, .meta-comment-count {
	display: none !important;
}

.masonry.material article.post .post-featured-img img {
	min-height: 260px;
	object-fit: cover !important;
}

.post-area.masonry.material article.post .inner-wrap:hover .post-featured-img img {
	transform: none;
	-webkit-transform: none;
}

/* GRID IMG */
.elastic-portfolio-item {
	background: white;
	width: 250px !important;
}

/* ICON */
body.customer-area-active .cuar-css-wrapper .fa.icon-bg, body.customer-area-active .cuar-css-wrapper .icon-bg {
	font-size: 50px !important;
}

/* FOOTER */
#footer-outer {
	border-top: 1px solid var(--primary);
}

/* COPYRIGHT */
#footer-outer #copyright {
	font-size: 14px;
}

#footer-outer #copyright .col {
	display: flex;
}

#footer-outer #copyright p {
	padding: 0;
}

#footer-outer #copyright .credits {
	margin-top: -1px;
	margin-left: 30px;
}

.nectar-video-wrap {
	left: 0% !important;
}

/* POPUP */
.sg-popup-content .wpcf7-text, .sg-popup-content .wpcf7-textarea {
	color: black;
	font-weight: bold;
	font-size: 16px;
}

.sg-popup-content .wpcf7-textarea {
	height: 150px;
}

@media (min-width: 320px) and (max-width: 767px) {
	.d-md-none {
		display: block !important;
	}	
}