/*
Theme Name: Quylo Child
Theme URI: http://uicore.co/
Description: SEO & Digital Marketing Agency WordPress Theme
Author: UiCore
Author URI: http://uicore.co/
Template: quylo
Version: 1.0.0
Text Domain: quylo-child
Tested up to: 6.7
Requires PHP: 7.4.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom style here */
.uicore-navbar .uicore-nav-menu {
    justify-content: center;
    max-width: 850px;
}

.uicore-section.uicore-box:not(.elementor-inner-section) .uicore-header-wrapper>.uicore-container {
    max-width: 850px;
}

@media (min-width: 768px) {
	.uicore-navbar:not(.uicore-left-menu) .uicore-branding {
		display: none;
	}
}

#footer a {
    color: #e7903a;
}

@media (min-width: 1024px) {
    body .uicore-body-content {
        max-width: 95%;
        margin: 0 auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        padding-bottom: 10px;
    }
	
	
}

@media (max-width: 768px) {
	.uicore-navigation-wrapper .uicore-navigation-content .uicore-extra .uicore-btn {
		color: black;
	}
	.uicore-section.uicore-box:not(.elementor-inner-section) .uicore-header-wrapper>.uicore-container {
		background-color: white;
	}
	
	.uicore-header-wrapper>nav>div .uicore-cta-wrapper a {
		color: black;
	}
	
	body:not(.uicore-mobile-nav-show) .uicore-ham .bar:first-child, body:not(.uicore-mobile-nav-show) .uicore-ham .bar:last-child, body:not(.uicore-mobile-nav-show) .uicore-ham .bar:nth-child(2) {
		background-color: black;
	}
	
	#wrapper-navbar nav {
		max-width: 100% !important;
		width: 100% !important;
	}
}

body .uicore-body-content {
    max-width: 1400px;
}

#hero-element {
    margin: 0 auto;
}

.phone-header {
    margin-top: 45px;
    position: absolute;
    right: 0;
}