/*
Theme Name: Essentials Child
Theme URI: https://essentials.pixfort.com/
Author: PixFort
Template: essentials
Author URI: http://themeforest.net/user/pixfort
Description: Essentials child theme
Version: 1.0.2
License: Envato Marketplaces Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: essentials-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/

/* hide menu - temporary */
/* #menu-digital-agency-menu li.menu-item-4327.nav-item, #menu-digital-agency-menu-1 li.menu-item-4327.nav-item{
    display: none !important;
} */
.submenu-box .col-lg-12.pix-p-202{
	display: none !important;
}
/* body .bg-gradient-primary{
	background-image: linear-gradient(to right, #0282c7, #0b9dec, #02a6ff) !important;
} */


/*---- General ----*/
.home h1{
	font-size: 2.25rem;
}
.wk-text-30 p{
	font-size: 30px;
    line-height: 42px;
}
div.wk-min-ht-350{
	min-height: 350px;
}
.bg-light-prime{
/* 	background-color: #bee2f1; */
	background-color: #f2f2f2;
}


/*---- page title intro ----*/
body .pix-main-intro .pix-intro-container{
	padding-top: 10px !important;
	padding-bottom: 12px !important;
}
.pix-main-intro.bg-primary{
	background-color: #0282c7 !important;
}
body .pix-main-intro .pix-intro-container .breadcrumb{
	display: none;
}

/*--- cta section --*/
.cta-sec .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0;
}
span.cta-pre-text {
    font-size: 1rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5) !important;
    display:block;
    margin-bottom: 15px;
}

/*--- cta section --*/
.sec-testimonial .card-body div.align-self-center span.text-attachment-fix{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
    display: block;
    margin-top: 7px;
}

/*--- media query --*/
@media screen and (max-width: 768px) {
	.home h1{
		font-size: 1.4625rem;
	}
}
@media screen and (max-width: 768px) {
	body.page-template-default .site-content.pt-5{
		padding-top: 0!important;
	}
}