/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.rtl div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide,
.rtl div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide{
	left: inherit;
	right: -99999px;
}
.rtl .dir-ltr .elementor-button .elementor-align-icon-left {    
    -ms-flex-order: 0;
    order: 0;
}

.rtl .elementor-post__read-more:after{
        -webkit-transform: inherit;
    transform: inherit;
}
.elementor-post__read-more:after {
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block;
	font-family: 'lpd' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    position: relative;
    top: 2px;
}
.footer_language-switch .wpml-ls-link span:before{
    font-family: "Happy Icons"!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    vertical-align: middle;
    content: "\e99c";
    display: block
}
.footer_language-switch .wpml-ls-link {
	padding:0;
    width:50px;
    height:50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: 700;
    font-size:12px;
    line-height:14px;
    display: -webkit-box !important;
	 display: -ms-flexbox !important;
	 display: flex !important;
	 -webkit-box-pack: center !important;
	 -ms-flex-pack: center !important;
	 justify-content: center !important;
	 -webkit-box-align: center !important;
	 -ms-flex-align: center !important;
	 align-items: center !important;
	 flex-direction: column !important;
}

.header_language-switch .wpml-ls-link span:before{
    font-family: "Happy Icons"!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    vertical-align: middle;
    content: "\e99c";
    display: inline-block;
	padding:0 5px;
}
.header_language-switch .wpml-ls-link {
	padding:0;
    width:60px;
    height:36px;
    background: #fff;
	color:#414042;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size:12px;
    line-height:14px;
    display: -webkit-box !important;
	 display: -ms-flexbox !important;
	 display: flex !important;
	 -webkit-box-pack: center !important;
	 -ms-flex-pack: center !important;
	 justify-content: center !important;
	 -webkit-box-align: center !important;
	 -ms-flex-align: center !important;
	 align-items: center !important;
}
.inlineForm .wpforms-field-container{display:flex;}
.inlineForm .wpforms-form .wpforms-field{width:100%;}
.inlineForm .wpforms-submit-container{flex:0;}
.inlineForm form{display:flex; align-items:center; justify-content: center;}


.inline-form button[type='submit'] i{font-size:16px;}
.labelInField{
    position: absolute;
    width:26px;
    height: 26px;
    background: #414042;
    color: #fff;
    line-height:26px;
    text-align: center;
    border-radius: 50%;
    top:8px;
    right:12px;
}
.inline-form input,
.inline-form textarea{padding-right:40px;}
.inline-form textarea{padding-top:    8px}
.labelInField i{font-size:12px;}

.inline-form button[type='submit'] i{font-size:16px;}
.inline-form-block button[type='submit'] i{font-size:16px;}

.labelInFieldBlock{
    position: absolute;
    width:26px;
    height: 26px;
    background: #414042;
    color: #fff;
    line-height:26px;
    text-align: center;
    border-radius: 50%;
    top:11px;
    right:12px;
}
.inline-form-block input.elementor-size-md,
.inline-form-block textarea.elementor-size-md{padding-right:40px;}
.inline-form-block textarea.elementor-size-md{padding-top: 12px}
.labelInFieldBlock i{font-size:12px;}

#form-field-textArea{border-radius:20px}


.homeBlog .elementor-post__title{
	height:45px;
}
.homeBlog .elementor-post__excerpt{
	height:85px;
}