/*
Theme Name: Advance Consultancy
Theme URI: https://www.themeshopy.com/themes/free-consultancy-wordpress-theme/
Author: Themeshopy
Author URI: https://www.themeshopy.com/
Description: Advance Consultancy is a powerful free WordPress theme available for consulting firms consultants, business advisors, placement consultancies, corporate and digital agencies, software and startups, IT businesses, tech startups, and multiple business types. This is such an elegant theme with plenty of resources available for you. It is responsive, simple, and adaptable to every screen no matter what device you use. With its flexible design, it makes your website looks incredible on laptops, desktops, mobile-phones as well as tablets. There is a beautiful Banner and a lot of well-built sections including the Testimonial, Team, etc. The user-friendly theme interface makes it easy for everyone to create their own website in no time.  Considering the importance of SEO, this theme is made SEO-friendly so that you will be able to get the best ranks in search engine results. You cannot miss the importance of social media platforms and rightly so, this theme also includes many social media options for you for making your promotion more effective. To give you faster page load time, this theme comes with optimized codes that also work for delivering better performance by making the overall design lightweight. It uses Bootstrap and includes interactive Call to Action Buttons (CTA) that will give you a good website. Demo: https://www.themeshopy.com/advance-consultancy-pro/
Tested up to: 6.0
Requires PHP: 7.2
Version: 0.1
License: GPLv3.0 or later
License URI: http://www.gnu.org/licenses/gps-3.0.html
Text Domain: advance-consultancy
Template: multi-advance
Tags: wide-blocks, flexible-header, block-styles, left-sidebar, right-sidebar, one-column, two-columns, grid-layout, custom-colors, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, e-commerce, blog, portfolio
*/

/* Basic CSS */
.primary-navigation ul li {
	padding: 0 10px;
}
.primary-navigation ul li a {
	padding: 20px 0;
	position: relative;
}
.primary-navigation ul li a:hover, .sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows .sfHover > .sf-with-ul:after {
	color: #ff9227;
	background: #fff;
}
.primary-navigation ul li a:hover:before {
	opacity: 1;
}
.primary-navigation ul li a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #ff9227;
	border-radius: 30px;
	bottom: 0;
	left: 0;
	opacity: 0;
}
.primary-navigation ul li li {
	padding: 0;
}
.primary-navigation ul li li a {
	padding: 15px;
}
.primary-navigation ul ul {
	top: 50px;
}
.sf-arrows .sf-with-ul {
	padding-right: 20px;
}
#header a.reach-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.added_to_cart.wc-forward, .woocommerce span.onsale {
	background: #ff9227;
}
.topbar, .primary-navigation ul ul a, .page-box:hover, .pagination .current, .pagination a:hover, #sidebar input[type="submit"], #sidebar .tagcloud a:hover, #footer, .copyright, #comments a.comment-reply-link, nav.woocommerce-MyAccount-navigation ul li, .innerlightbox input[type="submit"], .read-moresec a {
    background: #458dce;
}
#sidebar ul li:hover:before, #comments input[type="submit"].submit {
	background: #458dce !important;
}
a, .entry-content a, .comment a, .woocommerce-product-details__short-description p a, .entry-content ul li a, .entry-content ol li a, #sidebar .textwidget a, p.logged-in-as a, a.showcoupon, .woocommerce-message::before {
	color: #458dce;
}
#header, .primary-navigation ul ul, #sidebar input[type="search"], .woocommerce-message {
	border-color: #458dce;
}
.woocommerce .loader::before {
	display: none;
}

/*  Media CSS */
@media screen and (max-width: 1000px) {
	.toggle-menu i, .search-box i {
		background: #ff9227;
	}
	#menu-sidebar {
	    background-image: linear-gradient(-90deg, #2434B3 0%, #000 120% );
	}
	.primary-navigation ul li {
		padding: 0;
	}
	.primary-navigation ul li a:before {
		display: none;
	}
}