/* 
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 */
.elementor-933 .elementor-element.elementor-element-2b8eef4 .blog-slider__text {
    font-size: 20px;
    line-height: 27px !important;
}
.mySwiper.myBlog .blog-slider__item.swiper-slide-active .blog-slider__content>* {
    -webkit-line-clamp: 15!important;
}
.form-newsletter .wpforms-form .wpforms-head-container {
    margin: 0;
    padding: 0 0 5px 0!important;
}
.form-newsletter .wpforms-submit-container button {
    width: 100%;
}
.form-newsletter .wpforms-form .wpforms-title {
	text-align:center;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.form-newsletter .wpforms-form input{ max-width:100%!important;}
/*
.read-more-text {
    max-height: 90px;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: relative;
}

.read-more-text.expanded {
    max-height: 1000px;
}

.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    color: #b8893f;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    font-size: 16px;
}

.read-more-btn:hover {
    color: #8f682d;
}
*/

@media screen and (max-width:1024px){
	.height-adjust{ max-height:250px;}
}