/*
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.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saasland-child
*/

@font-face { 
    font-family: Avenir Next Regular; 
    src: url(font/AvenirNextLTPro-Regular.otf); 
    font-weight: normal; 
    }

/* all */
.exp-smart b {
    color: #4e78f4;
    font-weight: 700;
}
.button-landing .elementor-button{background-color: #12436d !important;}
.exp-smart b {color: #12436d !important;}
p{font-size: 18px !important;}

/* header */
.breadcrumb_area, .blog_breadcrumb_area .background_overlay{
	background-image: url('/wp-content/uploads/2019/11/header-small.jpg') !important;
	background-size: cover;
}
.breadcrumb_content_two.text-center h5 a {
    display: none;
}

/* home */
.four-box-home .s_service_item {
	background-image: -webkit-linear-gradient(0deg, #12436D 0%, #8a3582 100%) !important;
	color: currentColor;
	cursor: initial;
}
.four-box-home .s_features_img.ml_50 img {
    text-align: center;
    display: block;
    margin: auto;
}
.software_promo_area .round_shape .r_shape.r_shape_five img {
    width: 200px;
}
.s_features_item .ml_50{margin-top: 150px;}
.s_service_section{margin-top: auto;}

/* le bim */
.services-list .icon.mt_30.btn_icon {
    display: none;
}

/* team */
.network-list #myTab {
    display: none;
}
.list-unstyled.p_list{min-height: 360px;}
.slick-track {padding-bottom: 20px;}
.price_content .price_item{padding: 50px 30px 40px;}
.price_content .price_item .price_btn {
    border-radius: 45px;
    color: #12436d;
	border-color:#12436d;
    padding: 0px 36px;
}
.price_content .price_item .price_btn:hover{
	color:#fff;
	background:#12436d;
}
ul.slick-dots li.slick-active button{background: #12436d;}
.network-list .col-lg-4 {
    max-width: 25%;
}

/* blog */
.blog_comment_box, #comments, .post-info-comments{display: none !important}
.contact-widget input, .contact-widget textarea {
    border: 1px solid #ccc;
    margin: 5px 0;
}

/* contact */
.page button[type="submit"]:hover, input[type="submit"]:hover{
	color: #12436d !important;
	background-color: #12436d !important;
}
.page button[type="submit"], input[type="submit"]{background: #12436d !important;}

/* footer */
.new_footer_top .f_widget.about-widget ul li{display: inline;}

/* resposive */
@media (min-width: 1550px){
	.four-box-home .s_service_item{
		min-height: 600px;
	}
}
@media (max-width: 1550px) and (min-width: 991px){
	.four-box-home .s_service_item{
		min-height: 600px;
	}
}
@media (max-width: 991px){
    .network-list .col-lg-4 {
        max-width: 100%;
    }
}