/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.blog-loop .elementor-widget-image,
.blog-loop .elementor-widget-image *,
.product-loop .elementor-widget-image,
.product-loop.elementor-widget-image * {
	overflow: hidden;
	transition: .25s ease-in-out;
	border-radius: 20px;
}
.blog-loop:hover .elementor-widget-image img,
.product-loop:hover .elementor-widget-image img {
	transform: scale(1.05);
}
.title-prefixes:before {
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
	transform: translatey(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D58F75;
}
.loop-title span.elementor-button-content-wrapper {
	justify-content: space-between !important;
}
.center-text {
	text-align: center
}
form#commentform input,
form#commentform textarea {
	border-radius: 10px;
    background: #f8f8f8;
    border: none;
    margin-block: 5px;
    padding: 14px 20px;
}
form#commentform input#submit {
	background-color: #D58F75;
    border: 1px solid #D58F75;
    padding: 14px 28px !important;
    border-radius: 10px;
    color: #ffffff;
}
ol.comment-list li ol {
    margin: 5px 60px !important;
}
nav.elementor-pagination .page-numbers {
	width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #e4e4e4;
    margin-left: auto;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border-radius: 30px;
	transition: .2s ease-in-out;
}
nav.elementor-pagination .page-numbers:hover,
nav.elementor-pagination .page-numbers.current {
	background-color: #D58F75;
	color: #fff
}
.check-icon svg,
.check-icon i {
	color: #fff;
	padding: 4px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	background: #D58F75;
	fill: #fff !important;
	border-radius: 50%;
}
#home-gallery img {
	height: 550px;
	object-fit: cover;
}
#home-gallery .elementor-swiper-button-prev, #home-gallery .elementor-swiper-button-next {
	top: auto;
	bottom: -33px;
	left: 0;
	right: auto;
	background-color: #fff;
	padding: 22px
}
#home-gallery .elementor-swiper-button-prev {
	background-color: #D58F75;
	border-radius: 0 0 0 20px;
}
#home-gallery .elementor-swiper-button-prev svg,
#home-gallery .elementor-swiper-button-prev i {
	color: #fff;
	fill: #fff;
}
#home-gallery .elementor-swiper-button-next {
	left: 80px;
	border-radius: 0 20px 0 0
}
#service-gallery img {
	height: 350px;
	object-fit: cover;
}
.gform_wrapper p.gform_required_legend {
    display: none !important;
}
.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
    color: #656378;
    border-radius: 10px;
    border: 1px solid #e5e5f0;
    padding: 12px 20px !important;
}
.gform_wrapper input[type="submit"] {
    margin-bottom: 0;
    background: #D58F75;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding: 16px 30px;
}
.gform_wrapper input[type="submit"]:hover {
	background: #2ac28e
}
.product-loop .price-widget del {
    color: #D58F75;
    margin-left: 10px;
}
.product-loop .price-widget ins {
    font-weight: 600;
}

@media screen and (max-width : 768px) {
	#home-gallery img {
		height: 400px;
	}
}