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

/* in every text remove 20px from the bottom */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}

/* Header Start */
@media (min-width:768px) {
	.lang-switcer .wpml-ls-legacy-dropdown a {
		padding: 8px 12px 10px 8px !important;
		border: 1px solid #32343B;
		width: 60px;
		font-weight: 700;
		font-size:18px;
	}
	.lang-switcer .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
		width: auto;
	}
}
@media (max-width:767px) {
	.lang-switcer .wpml-ls-legacy-dropdown a {
		padding: 3px 3px 5px 3px !important;
		border: 1px solid #32343B;
		width: 45px;
		font-weight: 700;
		font-size: 13px;
	}
	.lang-switcer .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
		width: auto;
	}
}

/*.header_sticky {
	opacity: 0 !important;
	transition: all ease-in-out 500ms;
	height: 0 !important;
	overflow:hidden!important;
}
.header_sticky.elementor-sticky--effects {
	opacity: 1 !important;
	transition: all ease-in-out 500ms;
	height: 70px !important;
	background-color:#fff;
	overflow:visible!important;

	
}*/
/* Header End */


.dayresphon {
    display: none;
}

@media only screen and (max-width: 767px) {
    .dayresphon {
        display: inline; /* ή display: inline-block; */
    }
}