/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
.site-branding {
	width: 100%;
}

.site-brand-inner.has-desc {	
    display: flex;
    justify-content: space-between;
}

.site-brand-inner  {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	padding: 10px;
}

#nav-toggle {
	display: none;
}

.site-brand-inner .site-logo-div {  
	
}
.site-brand-inner .site-title {
	position: initial !important;
}
.site-brand-inner .site-description {
 	position: initial !important;
}
