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

/* Body Nessessory Custom Css */
body .elementor-button-link:hover {
	opacity: .8;
}

body .elementor-widget-text-editor a {
    text-decoration: underline;
    text-underline-offset: 5px;
}

body span.elementor-heading-title {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height:1.3;
}

body.single-post.postid-1 .elementor-widget-theme-post-featured-image
{
	display:none;
}

body.single-post .elementor-widget-theme-post-featured-image img
{
	width:100%!important;
}
/* Body Nessessory Custom Css End */

body [data-elementor-type="header"]  .menu__button a {
    background-color: var( --e-global-color-primary )!important;
    color: white!important;
    padding: 15px 30px!important;
    border-radius: 8px;
}

body [data-elementor-type="header"]  .menu__button a:hover {
	opacity: .8;
}

@media only screen and (max-width: 1024px) {
    body [data-elementor-type="header"] .menu__button a {
        margin: 5px !important;
        padding: 8px !important;
    }
}
