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

/* Homepage CSS */
.product-gallery .gallery-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.rotating-text .deensimc-scroll-text {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: transparent;
    -webkit-text-stroke: 2px #1F2937;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Contact Form CSS */
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 15px;
    border-style: none;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.contact-form input[type="submit"] {
	padding: 10px 25px 10px 25px;
}

/* Post CSS */
article.single-post {
    padding: 30px;
    text-align: center;
}

.single-post .container {
    width: 50%;
    max-width: 1440px;
    margin: auto;
}

.single-post .container h1 {
    font-size: 35px;
	line-height: 45px;
	margin: 0; 
}

@media (max-width: 991.98px) { 
	.product-gallery .gallery-item img {
		height: 200px;
	}
}
