/*
Theme Name: Saluta Child Theme
Theme URI: https://saluta.peerduck.com
Author: Duck-Themes
Author URI: https://peerduck.com
Description: Blank Child Theme for Saluta
Template: saluta
Version: 1.00
Requires at least: 5.0
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: saluta
*/

/* Burger menu button */
#menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
   
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger-icon-menu {
    display: block;
    width: 30px;
    /* height: 3px; */
    background: transparent;
    position: relative;
    color: #fff;
    font-size: 30px;
}
span.burger-icon-menu {
    width: 30px;
    display: block;
    color: #fff;
    font-size: 28px;
}

/* Full-screen menu styles */
#full-screen-menu,#mobile-full-screen-menu {
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* When menu is active */
#full-screen-menu.active,#mobile-full-screen-menu.active {
    opacity: 1;
    visibility: visible;
}

/* Close button styles */
.close-menu1 {
    position: fixed;
    top: 20px;
    right: 23px;
    background: none;
    border: none;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    display: block; /* Hidden by default*/
    z-index: 1002;
} 

/*  top: 20px;
    right: 20px;
    font-size: 40px;

*/

/* Show close button when menu is active */
#full-screen-menu.active ~ #close-menu,
#mobile-full-screen-menu.active ~ #close-menu  {
    display: block;
}

/* WordPress menu styles */
.full-screen-nav {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
}

.full-screen-nav li {
    margin: 20px 0;
}

.full-screen-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    transition: color 0.3s ease;
}

.full-screen-nav a:hover {
    color: #f39c12;
}
div#burger-menu\ mobile {
    display: none;
}

@media only screen and (max-width: 1199px) {
div#burger-menu\ mobile {
    display: block;
}

div#burger-menu\ desktop {
    display: none;
}

div#burger-menu\ mobile span.burger-icon-menu {
    color: #000;
}
span.burger-icon-menu {
    color: #fff;
}
}

button#mobile-menu-toggle {
    background: transparent;
    border: 0;
}


/* General Styles */
.hidden {
    display: none;
}



#burger-menu-mobile {
    display: none;
}

/* Mobile Menu */
@media (max-width:1199px) {
    #burger-menu-desktop {
        display: none;
    }

    #burger-menu-mobile {
        display: block;
    }

    #pr-nav {
  
    background: #000;
}
}
