/*
 Theme Name:   Pithree Child Theme
 Theme URI:    http://themes.g5plus.net/pithree/
 Description:  Pithree Child Theme
 Author:       G5plus
 Author URI:   http://g5plus.net
 Template:     pithree
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain: 		pithree
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/

.header-wrapper {
	background-color:inherit;
	background-image: linear-gradient(#1d76c1, #1d2a88);
	border-bottom-left-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;
	position:relative;
	z-index:9;
}

.left_menu ul li, .right_menu ul li {
	border-top:0px !important;
	display:inline-block;
	font-size:18px;
	font-weight:700;
	margin: 0 20px;
	text-transform:uppercase;
}
.left_menu ul li:after, .right_menu ul li:after {
	display:none;
}
.left_menu ul li a, .right_menu ul li a {
	color:#f7aa28;
}
.left_menu ul li a:hover, .right_menu ul li a:hover {
	color:#e6252a;
	padding-left:0px;
}
#wrapper-content {
	margin-top:-30px;
}
@media (max-width:991px) {
	div {
		margin:auto;
		padding:unset;
	}
	.header-mobile-inner {
		background-color:inherit;
		background-image: linear-gradient(#1d76c1, #1d2a88);
		border-bottom-left-radius: 50% 20%;
		border-bottom-right-radius: 50% 20%;
		position:relative;
		width:100%;
		z-index:9;
	}
	.header-mobile-container-inner > div {
		line-height: 120px !important;
	}
	.toggle-icon-wrapper .toggle-icon {
		display: none;
	}
	.is-sticky .header-mobile-container-inner > div {
		margin: 10px 0 25px;
	}
	rs-module-wrap, rs-module {
		width:100% !important;
	}
}