/*	
Theme Name:		Fansee Business Lite
Theme URI:		https://fanseethemes.com/downloads/fansee-business-lite/
Description:	Fansee Business Lite is a light multipurpose business WordPress theme that comes with a smooth design and extremely impressive functionality to unleash your website.
Author:			Fansee Themes
Author URI: 	http://fanseethemes.com/
Template:		fansee-business
Version:		1.1
Tested up to:   5.6
Requires PHP:   5.6
License:		GNU General Public License v3 or later
License URI:	http://www.gnu.org/licenses/gpl-3.0.html
Tags:			left-sidebar, right-sidebar, wide-blocks, block-styles, grid-layout, two-columns, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, threaded-comments, translation-ready, news, education, entertainment
Text Domain:	fansee-business-lite
*/

p a,
a {
    color: #145fa0;
    text-decoration: underline;
}

/* top bar css */
.fansee-business-top-bar {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.fansee-business-top-bar .top-bar-content {
	align-items: center;
	justify-content: space-between;
}

.fansee-business-top-bar .inner-quick-contact ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	list-style: none;
	flex-wrap: wrap;
}

.fansee-business-top-bar .inner-quick-contact ul li {
	color: #7c7c7c;
	padding: 0px 20px 0 0;
	margin: 0 0 15px 0;
	font-size: 14px;
}

.fansee-business-top-bar .inner-quick-contact ul li a {
	color: #7c7c7c;
}

.fansee-business-top-bar .inner-quick-contact ul li i {
	margin-right: 10px;
}

.fansee-business-top-bar .inner-quick-contact ul li:last-child {
	border-right: none;
}

@media (max-width: 560px) {
	.fansee-business-top-bar .inner-quick-contact ul li {
		flex: 0 0 50%;
		text-align: center;
	}
}

.fansee-business-top-bar .top-bar-right-content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.fansee-business-top-bar .top-bar-right-content li {
	height: auto;
}

@media (max-width: 767px) {
	.fansee-business-top-bar .top-bar-right-content {
		justify-content: center;
		margin-bottom: 10px;
	}
}

.fansee-business-top-bar .top-bar-btn {
	margin: 0 0 0 30px;
	padding: 12px 30px;
	margin-top: 0;
	background: #1955ca;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	transition: all 0.3s;
	overflow: hidden;
	position: relative;
	font-weight: 300;
	letter-spacing: 1px;
}

.fansee-business-top-bar .top-bar-btn * {
	z-index: 9;
	position: relative;
}

.fansee-business-top-bar .top-bar-btn:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	background: #2419b9;
	top: 0;
	opacity: 0;
	transition: all 0.3s;
}

.fansee-business-top-bar .top-bar-btn:hover:after {
	opacity: 1;
	width: 100%;
}

.site-header .header-wrapper {
    padding-top: 15px;
}

/* slider  style */

body .fansee-business-feature-slider-inner .fansee-business-feature-slider-inner-content h2 {
	transform: translateY(0);
	opacity: 0;
	transition: all 1s ease-in-out 0.2s;
}

.fansee-business-feature-slider-inner .fansee-business-feature-slider-inner-content p {
    color: #fff;
    opacity: 0;
    transition: all 1s ease-in-out 0.5s;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
}

.fansee-business-feature-slider-inner .fansee-business-feature-slider-inner-content .btn-group {
    margin-top: 70px;
    opacity: 0;
    transition: all 1.5s ease-in-out 0.5s;
}

.fansee-business-feature-slider .slick-active .fansee-business-feature-slider-inner-content h2, 
.fansee-business-feature-slider .slick-active .fansee-business-feature-slider-inner-content .btn-group,
.fansee-business-feature-slider .slick-active .fansee-business-feature-slider-inner-content p {
    opacity: 1;
}

.fansee-business-social-menu ul li {
	font-size: 0;
	line-height: 1;
	margin-bottom: 15px;
}
@media (min-width: 767px) {
	aside#secondary {
	    padding-left: 0;
	    padding-right: 50px;
	}

	.left-sidebar main#site-content > .row > .col-lg-4 {
		order: 1;
	}

	.left-sidebar main#site-content > .row > .col-lg-8 {
		order: 2;
	}
}

@media (max-width: 560px) {
	.fansee-business-top-bar .inner-quick-contact ul li a,
	.fansee-business-top-bar .inner-quick-contact ul li {
		font-size: 11px;
	}
}