/* 
Theme Name: Studio Ybanez
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Studio Ybanez is a child theme of Hello Elementor, created by Ybanez Creative Agency
Author: Ybanez Creative Agency
Author URI: https://ybanezcreativeagency.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
*/

/*hide mobile header by default*/
div#mobile-header {
 display: none;
}
/*hide desktop header and display mobile header*/
@media(max-width: 1024px){
    div#desktop-header {
        display: none;
    }
	div#mobile-header {
 		display: block;
	}
}
/*mobile header button*/
@media (max-width: 1024px) {
  #mobile-header #right-header-menu .elementor-nav-menu--dropdown .elementor-nav-menu > li:last-child {
    margin-top: 24px;
  }

  #mobile-header #right-header-menu .elementor-nav-menu--dropdown .elementor-nav-menu > li:last-child > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 150px;
    min-height: 54px;
    padding: 0 24px !important;
    margin-left: 30px;
    border: 1px solid #262626;
    border-radius: 4px;
    background: transparent !important;
    color: #262626 !important;
    font-size: 17px;
    line-height: 1;
  }

  #mobile-header #right-header-menu .elementor-nav-menu--dropdown .elementor-nav-menu > li:last-child > a:hover {
    background: #262626 !important;
    color: #ffffff !important;
  }
}
/*hide mobile footer by default*/
div#mobile-footer {
 display: none;
}
/*hide desktop footer and display mobile footer*/
@media(max-width: 1024px){
    div#desktop-footer {
        display: none;
    }
	div#mobile-footer {
 		display: block;
	}
}
/*homepage*/
#hero-mobile{
    display: none;
}
@media(max-width: 1024px){
    #hero-image-2{
        display: none;
    }
    #hero-mobile{
        display: block;
    }
}