@charset "UTF-8";
/*
 Theme Name:   ADGCreative Child
 Theme URI:    https://adgcreative.design/
 Description:  ADGCreative Child Theme
 Tags: accessibility-ready, custom-background, custom-logo, post-formats, theme-options, block-styles, editor-style
 Author:       ADG Creative
 Author URI:   https://adgcreative.design
 Template:     adgcreative
 Version:      1.1.0
 Text Domain: adgcreative-child
 Tested up to: 6.2.2
 Requires PHP: 7.3
 ADGCreative WordPress Theme, (C) 2021 ADGCreative
 ADGCreative Theme is distributed under the terms of the GNU GPL.
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

/*** FONTS ***/
/* @TODO update font url */
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Lora:wght@600;700&display=swap');*/
 
/***** Variables *****/
/* @TODO use Get Root Variables
		ADGCreative Theme Options -> Palette 
		ADGCreative Theme Options -> Typography
*/
:root {
	--primary-font: 'Noto Sans', sans-serif;
	--color-black:#000;
	--color-white:#fff;
}

/*=============================================
	GLOBAL STYLES
==============================================*/


body{
	color:var(--primary-color);
	font-family:var(--primary-font);
}

a,
a:focus,
a:active{
	color:var(--primary-color);
}

/*********************
    STAFF CRM TOOLS
______________________*/
.wp-block-navigation-item__label>img,
.scttm>img{
    width: 18px;
    vertical-align: text-bottom;
    padding-bottom: 2px;
}

/*===============================================
	SEARCH
================================================*/
.wp-block-search__inside-wrapper{
	max-height: 32px;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 1px 1px 7px 0px #ccc;
}
.wp-block-search__input{
	border: none;
    border-radius: 7px 
}
.wp-block-search__button{
	padding: 0;
    border-radius: 7px !important;
}

/*===========================================
    SITE TOP
==============================================*/

#site-top{
    box-shadow: 0 0 15px 0 #eeee;
    background: #f5f5f5;
    margin-bottom: 40px;
}

/*=================================================
	MAIN NAV
==================================================*/
header nav .wp-block-navigation__responsive-close{
	margin-left: 0;
	margin-right: 0;
    max-width: 100%;
}
header nav .wp-block-navigation__responsive-close ul.wp-block-navigation__container li a{
	
}
@media (max-width:1200px){
	header nav .wp-block-navigation__responsive-close ul.wp-block-navigation__container li a {
		
	}
}
@media (max-width:979px){
	header nav .wp-block-navigation__responsive-close ul.wp-block-navigation__container li a {
		
	}
}
@media (max-width:767px){
	header nav{
		justify-content: end;
    	margin-right: 20px;
	}
}
/** Main Nav Submenu **/
@media (max-width:767px){
	.wp-block-navigation__submenu-container li{
		padding:6px 0 !important;
	}
}
@media (min-width:767px){
	.wp-block-navigation__submenu-container{
		box-shadow: 4px 4px 8px rgba(51, 51, 51, 0.2);
	}
	.wp-block-navigation__submenu-container li:hover{
		background:var(--cultured);
		color:var(--regalia);
	}
}

/*============================================
	MAIN BODY
=============================================*/


/*=============================================
	FOOTER
==============================================*/


/*=============================================
	MEDIA QUERIES
==============================================*/
@media (max-width: 1200px) {
	
}

@media (max-width: 767px) {
	
	.mobile-navbar{
		text-align: right;
   		position: absolute;
		margin-top: -80px;
		left: 80%;
	}
	.btn-navbar{
		color:var(--primary-color);
		font-size:40px;
	}
	
	
}

@media (max-width:480px){
	
}






