/*
Theme Name:   Twenty Twenty Two Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Twenty Twenty Two Child Theme
Author:       tgmarketing
Version:      0.0.16
Author URI:   http://example.com
Template:     twentytwentytwo
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentytwentytwochild
*/

.hide {
    display: none;
}

/* HEADER */
.wp-block-navigation .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    min-width: 55px !important;
    right: -9px;
    padding: 2px !important;
}
.wp-block-navigation ul, .wp-block-navigation ul li {
    font-size: 16px;
}

.wp-block-navigation__responsive-container.is-menu-open {
    width: 150px !important; 
    left: initial !important;
}

[data-wpml='language-item']:first-of-type {
    margin-top: 0 !important;
}
.tg-header h1 {
    margin-top: 7px;
    
}
.tg-header h1 a {
    text-decoration: none;
    color: #3E4B1D;
}
@media screen and (max-width: 600px) {
  .tg-header h1 {
    font-size: 18px !important;
  }
}
/* FOOTER */
p.footer-site-name a {
	font-family: var(--wp--preset--font-family--source-serif-pro);
	text-decoration: none;
}
/* HOME */
.home .tg-header {
    border-bottom: none !important;
}
.home main {
    margin-top: 0 !important;
}
.home #welcome-header {
    margin-top: 60px;
}

