/*
Theme Name: Saasland Child
Theme URI: https://droitthemes.com/wp/saasland
Template: saasland
Author: DroitThemes
Author URI: https://themeforest.net/user/droitthemes/portfolio
Description: Saasland is a creative WordPress theme for saas, software, startup, app, agency and related products & services.
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saasland-child
*/



@media (min-width: 992px) {
	header.header_area.navbar_fixed .navbar .navbar-nav .menu-item a{
		color:#fff!important;
	}	

	.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link{
		color: #051441!important;
	}
	header.header_area.navbar_fixed .navbar .navbar-nav .menu-item.active > a,
	.menu > .nav-item.submenu .dropdown-menu .nav-item.active > .nav-link{
		color: #4e78f4!important;
	}
}


header.header_area.navbar_fixed.header_stick .menu_toggle .hamburger span, 
header.header_area.navbar_fixed.header_stick .menu_toggle .hamburger-cross span{
	background: #ffffff!important;
}

.menu > .nav-item.submenu.mega_menu .mega_menu_inner > .dropdown-menu > .nav-item{
	width: 50%;
}

.header_top p{
	margin:0;
}
.header_top a[href^="tel:"]:before,
.header_top a[href^="mailto:"]:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	padding-right:5px;
}
.header_top a[href^="tel:"]:before{
	content: "\f095";
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
  	padding:0 0 0 5px;
}
.header_top a[href^="mailto:"]:before{
	content: "\f0e0";
}

/*.menu_toggle .hamburger span, .menu_toggle .hamburger-cross span{
	background: #4e78f4!important;
}*/

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
	.header_area .header_top .header_top_column.left_content{
		width:100%!important;
		padding:0 10px;
	}
	.header_area .header_top ul li{
		font-size:11px!important;
	}	
}

.menu_toggle .hamburger span, .menu_toggle .hamburger-cross span {
    background: #051441!important;
}

.erp_banner_area_two .section_container{
	height:90vh;
}
.erp_banner_area_two .section_container .intro{
	height:55%;
}

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
	.erp_banner_area_two .section_container{
		height:105vh;
	}	
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
	.erp_banner_area_two .section_container{
		height:700px;
	}
	.erp_banner_area_two .section_container .intro_content{
		padding-top:100px;
	}
}

/* Medium Devices, .visible-md-* */
@media (max-width: 1199px) {
	.navbar-brand img{
		max-width: 220px;
	}
}

#work-portfolio .img_popup{
	pointer-events: none;
}


.elementor-button{
	background: #4e78f4;
	border: 2px solid #4e78f4;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	font-family: "Poppins",sans-serif;
	border-radius: 45px;
	line-height: 26px;
	padding: 10px 37px;
	display: inline-block;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration: none;
}
.elementor-button:hover{
	border-color: #c8d4fa;
	background: none;
	color: #4e78f4;
}

#ebp-compta .product_multitask_area{
	background: #fff;
}

.blog_single_info .blog_list_item_two blockquote, 
blockquote{
	border-left-color: #4e78f4;
}
.blog_single_info .blog_list_item_two blockquote::before, 
blockquote::before{
	color: #4e78f4;
}

.agency_featured_area .btn_icon,
.agency_featured_area .middle_dot6{
	display: none!important;
}

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
	.agency_featured_area .agency_featured_img	{
		min-height: 400px;
	}
}