/*
 Theme Name:   GP Child Theme
 Theme URI:    https://nivlooks.au
 Description:  GP child theme based on GP
 Author:       Sameera Henaka
 Author URI:   https://nivweb.au/
 Template:     generatepress
 Version:      1.0.24
*/
body .gb-button {
	border-radius: 10px;
	padding: 12px 30px;
}

.gb-container.gradient-bg-blue:before {
	border-radius: 10px;
	top: 0;
	left: 30px;
	right: 0;
	bottom: 30px;
	z-index: -1;
}
/**/ body.page:not(.home) { 
	background: url('/wp-content/uploads/2024/06/page-header-bg-gradient-small.svg') no-repeat;
	background-position: top center;
	background-size: cover;
}



#site-navigation.toggled .inside-navigation > .gb-button-wrapper {
    display: block !important;
    order: 5;
}
.site-logo.mobile-header-logo a img {
    height: 68px;
}

/* Single Post */
@media (max-width: 1024px) {
	.site-content {
        flex-direction: column;
    }

    .site-content .content-area,
    .site-content .sidebar {
        width: 100%;
    }
}
@media (min-width: 1024px) {
	.site-content .sidebar {
		margin-top: 80px;
	}
	.site-content .sidebar .inside-right-sidebar .widget-area .widget {
		padding: 20px!important;
	}
}