/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

#site-header{
	    background: linear-gradient(to bottom, #1f67d5, #2269d7, #3076e2);
}

.navbar-style-two{
	background-color: transparent;
}

.is-sticky .navbar-style-two{
	background-color: #397fe9;
}

.page-header.wpex-supports-mods{
	    background: linear-gradient(to bottom, #3076e2, #478cf5, #5397ff);
}

#header-aside{
	width:75%;
}

#header-aside .vc_column-inner{
	margin-bottom: 0px;
}

#site-header.overlay-header.dyn-styles #site-navigation-wrap{
	--wpex-main-nav-border-width: inherit !important;
	border-color:#7183a7;
}

.background-blue{
	    background: linear-gradient(to bottom, #1f67d5, #2068d6, #3279e4, #4b90f9, #5397ff);
}

/* Styling tab 4*/

@media screen and (max-width: 782px) {
	.vc_tta-tabs.vc_general.vc_tta-style-total_3 .vc_tta-tabs-list{
		display:block !important;
	}
}

/* Styling tab 4*/

.vc_section .vc_tta-tabs.vc_general.vc_tta-style-total_4 .vc_tta-tabs-list{
	border-radius: 50px !important;
	border: 1px solid #e8e8e8;
	background: #fff;
}

.vc_section .vc_tta-tabs.vc_general.vc_tta-style-total_4 .vc_tta-tab>a{
	border-radius: 50px !important;
	padding-block: 15px;
	padding-inline: 31px;
	text-transform:uppercase;
}

.vc_tta-tabs.vc_general.vc_tta-style-total_4 .vc_tta-tabs-container{
		margin-top:-20px !important;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-body{
	border-width:0px;
}

@media screen and (min-width: 782px) {
	.vc_tta-tabs.vc_general.vc_tta-style-total_4 .vc_tta-tabs-container{
		margin-top:-30px !important;
	}
	
	.vc_section .vc_tta-tabs.vc_general.vc_tta-style-total_4 .vc_tta-tab>a{
		border-radius: 50px !important;
		padding-inline: 40px;
	}

	.vc_tta-tabs.vc_general.vc_tta-style-total_3 .vc_tta-tab.vc_active>a span{
		color: #000;
	}

	.vc_tta-tabs.vc_general.vc_tta-style-total_4 .vcex-icon-box-content{
		min-height: 85px;
	}
}

/* Form Styling */
.gform_wrapper.gravity-theme textarea{
	border-radius : 25px;
	padding: 8px 20px !important;
}

.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=email]{
	padding: 8px 20px !important;
}

#gform_1{
	margin-top: 20px;
}

#gform_1 input[type=email]{
	background: #629af0;
	border: 0;
	color: #fff;
	padding: 14px 20px !important;
}

#gform_1 input[type=submit]{
	background: transparent;
	border: 2px solid #fff;
}

@media screen and (min-width: 782px) {
	#gform_1 #field_1_1{
		grid-column: span 8;	
	}
	
	#gform_1 #field_submit{
		grid-column: span 4;	
	}
}

/* Footer */
.footer-bottom-flex{
	gap: 2px !important;	
}

/* Tags */
.news-tag {
    margin-top:-25px;
    z-index: 999;
}

/* Contact page */
.contact-address {
	margin-bottom: 10px;
  	font-size: 20px;
	font-weight: 700;
}

a[href^="tel:"],a[href^="mailto:"]{
	color: #000;
}

a[href^="tel:"]:hover,a[href^="mailto:"]:hover{
	color: rgba(0, 0, 0, .6);
	text-decoration: none !important;
}

/* Application page styling*/
.application-image{
	padding-bottom:10px;
}

@media screen and (min-width: 782px) {
	.application-image{
		float:left;
		max-width: 50%;
		padding-right:20px;
		
	}
	.page-id-81 .wpb_text_column{
	min-height:80px;
	}
}

/* Product menu */
.vcex-navbar-link{
	text-align: left !important;	
}

.vcex-navbar-link--child{
	background-color: #fff;
	color: #000;
}
