/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


#header-wrap .container{
	padding-left: 0px !important;
}

#logo{
 padding-left: 30px;
 background: url('/images/white70.png');
}

.price_box{
	display: block;
	width: 150px;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	padding: 10px 0 10px 0;
	text-align: center;
	background: #43cc00;
	border-radius: 4px;
	margin-bottom: 20px;
}

.heading-block span{
	font-weight: 500 !important;
}

#page-title {
    
}

#top-search{
	display: none;
}

.fa-solid{
	padding-left: 5px;
}

.home-hero-cta-container{
	width: 100%;
	display: block;
	margin-top: 30px;
}

.home-hero-btn{
	display: inline-block;	
	text-align: center;
	background: url(/images/white70.png);
	color: #000;
    font-size: 17px;
    border-radius: 5px;
    padding: 7px 20px 8px 20px;
    font-weight: 400;
    border: solid 1px #fff;
    transition: all 0.5s;
}

.home-hero-btn:hover{
	background: url(/images/white70.png) #fff;
	color: #016fc6 !important;
}

#btn-buy{
	width: 110px;
	margin-right: 25px;
}

#btn-managers{
	width: 245px;
}

.additional-info{
	text-align: center;
	margin-top: 80px;
}

.additional-info a{
	color: #fff !important;
}

.additional-info a:hover{
	text-decoration: underline !important;
}

.heading-block {
    margin-bottom: 20px !important;
}

.heading-block::after {
    margin-top: 20px !important;
}

.menu-link-white {
    color: #F7F7F7;
}

.hero-subtext{
	width: 65%;
}

.header-row {
    background: url(/images/white70.png);
}

.dark .header-misc-icon > a {
    color: #444 !important;
}

#top-cart{
	padding-right: 30px;
}

.dark .menu-link {
    color: #444 !important;
}

.calendly-badge-widget{
	display: none;
}



.schedule-btn {
    background: #016fc6;
    width: 280px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 10px 0 10px 0;
    font-size: 18px;
}

.page-title-parallax{
	display: none;
}


@media (min-width: 992px){
.stretched .full-header #header-wrap > .container {
    padding: 0 0px;
}
}




@media (max-width: 767.98px){

.schedule-btn {
	margin:0 auto;
}

.footer-logo {
    width: 80%;
}

.menu-link {
    padding-left: 30px;
}

#page-title h1 {
    line-height: 1;
}

.hero-subtext{
	width: 100%;
	text-align: center;
}

}