/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2026 | 14:18:39 */
/*FONTS_SETTINGS*/
@font-face {
	font-family: 'GoogleSansFlex';
	font-display: swap;
	src: url("https://jakalavo.com/wp-content/uploads/2026/02/GoogleSansFlex-VariableFont.ttf");
}
/*BASIC_SETTINGS*/
body {
	font-family: 'GoogleSansFlex';
	font-size: 18px;
	font-weight: 400;
	color:#D8D4D1;
	background-color:#f4f4f5;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #000;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'GoogleSansFlex';
	font-weight:900;
}
h1{
	font-size: 84px;
}
h2 {
	font-size: 36px;
}
h3{
	font-size: 32px;	
}
h4{
	font-size: 22px;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row{
	max-width: 1200px;
	margin: 0 auto;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row{
	max-width: 100%;
}
/*EDITS SECTION*/
.site-inner{
	margin-top:0;
}
/*MENU_SECTION*/
.menu a span {
	color: #224C77;
	text-transform:capitalize;
	font-weight:500;
	font-size: 20px;
}
.menu li {
	padding: 0 22px;
}
.nav-primary {
	float: none;
}
.vc_row .genesis-nav-menu .menu-item-type-post_type.current-menu-item > a span {
	border-bottom:6px solid #224C77;
}
/*SUB-MENU*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top:20px;
	background-color: #4c53a3;
	padding-bottom:15px;
	border:0;
	width: 200px;
	text-align: left;
}

.menu li .sub-menu li a span{
	font-size: 18px;
	line-height: 23px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
}
.left-menu .menu li {
	padding: 0 10px;
}
.widget ul > li {
	margin-bottom: 0;
}
.menu li:last-child {
	padding-right: 0;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	border-radius:15px !important;
	padding: 8px 30px;
	font-weight:500;
	font-size: 18px;
	border-radius: 0;
	box-shadow: 2px 4px 2px #1D3851;
}
/*PLACEHOLDER_SECTION*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000033;
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000033;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000033;
    opacity: 1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #D8D4D1;
	border: 2px solid #fff !important;
	color: #000033 !important;
	font-size: 16px !important;
	font-weight: 400;
	padding: 5px 10px !important;
	border-radius: 0 !important;
	line-height: 2 !important;
}
.vc_row .gform_confirmation_message {
	margin-bottom: 2em;
	color:#fff;
	margin: 6em 0 1em 0;
}
.vc_row textarea {
	height: 90px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit] {
	background-color: #5A6B77;
	color: #E1E4E6 !important;
	border: none !important;
	padding: 0 45px !important;
	font-weight:900;
	font-size: 20px!important;
	width:100%;
}
.vc_row .gfield_validation_message,.vc_row .gform_submission_error {
	background-color: #ffffffd6;
	padding: 2px;
	font-size:16px!important;
	margin-top: 10px;
	display: inline-block;
}
/*AUDIO_SECTION*/
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content, .vc_row .gform_validation_container,.fa.fa-download{
	display:none;
}
.vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float, audio{
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .vc_row .mejs-time-float-corner, .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: #fff;
	top: 9px;
	height: 10px;
	margin: 0;
	left: 8px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.vc_row .customaudioplayer .mejs-button {
	margin-right: 3px;
	top: 3px;
	width: 21px;
	height: 21px;
	position: relative;
	padding-top:0 !important;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before, .customaudioplayer .mejs-pause:before, .customaudioplayer .download-audio a:before, .custom-event-class .customaudioplayer:before{
	background-image: url(https://jakalavo.com/wp-content/uploads/2026/02/sprite-button.svg);
	position: absolute;
	content: '';
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-size: 80px;
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before {
	background-position:5px 0;
}
.customaudioplayer .mejs-pause:before {
	background-position: -24px 0;
}
.vc_row .mejs-time-rail {
	margin: 0;
	height: 28px;
	padding: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 30px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 100%;
	margin: 0px auto 15px auto !important;
	min-height:28px;
}
.custom-audio-title {
	position: absolute;
	top: -12px;
	left: 32px;
	width: calc(100% - 62px);
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #0B1E74;
	text-align:left;
}
.customaudioplayer .download-audio a:before {
	background-position: -40px 6px;
	top: 0;
	right: 0;
	width: 30px;
	height: 25px;
	background-size: 70px;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0px;
	height: 25px;
	width: 30px;
	top: inherit;
	bottom: 3px;
}
.download-audio {
	position: relative;
}
body .mejs-time-current{
	background : #8E99A0!important;
	height: 10px;
}
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering {
	display:none !important;
}
body .mejs-button button{
	transition: none !important;
}
.vc_row .mejs-controls {
	padding-left: 0;
	height: 28px;
}
.custom-event-class .wp-playlist {
	height: 250px;
}
.custom-event-class .customaudioplayer:after{
	content: '';
	background: #fff;
	position: absolute;
	width: calc(100% - 70px);
	height: 45%;
	left: -20px;
	margin: 0 auto;
	right: 0;
	top: 9px;
}
.custom-event-class .customaudioplayer::before {
	top: 4px;
	left: 0;
}
.custom-event-class .customaudioplayer .download-audio a {
	top: 3px;
}
#demos .wpb_text_column br{
	display:none;
}
.custom-event-class .wpb_video_widget{
	background-image:url(https://jakalavo.com/wp-content/uploads/2026/02/video.gif);
}
/*BANNER*/
h2.demo-title{
	font-size:26px;
	font-weight:300;
}
#header .header-icons > .vc_column-inner > .wpb_wrapper{
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.header-icons.wpb_column.vc_column_container.vc_col-sm-2:before {
	content: "";
	background-color: #224C77;
	width: 1000px;
	position: absolute;
	height: 48px;
	right: 0;
	top: -10px;
	border-bottom-right-radius: 30px;
	box-shadow: 2px 2px 5px #000;
}
.wpb_raw_code.social-icons a {
	display: flex;
}
h1{
}
h2.tagline{
	font-size:26px;
	letter-spacing:4px;
}
#banner p{
	font-style: italic;
	letter-spacing:4px;
}
/*TESTIMONIAL_SECTION*/
.vc_row .testimonial:after{
	right: 0;
	transform: rotate(180deg);
	bottom:0;
}
.wpmtst-testimonial-inner{
	text-align: center;
}
.vc_row .testimonial-field.testimonial-name{
	color:#646C77;
	line-height:1;
	font-weight:500;
	font-size:18px;
}
.vc_row .testimonial:before, .vc_row .testimonial:after {
	content: '';
	background-repeat: no-repeat;
	background-image: url(https://jakalavo.com/wp-content/uploads/2026/02/left-quotes.svg);
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 9;
}
.vc_row .wpmtst-testimonial-content.testimonial-content {
	position: relative;
	padding:1em 0;
	color:#225198;
}
.vc_row .testimonial:before {
	left: 20px;
}
.vc_row .testimonial:after{
	right: 20px;
}
.vc_row .testimonial{
	padding: 0 5em;
}
#testimonials{
	background : linear-gradient(30deg, rgba(216, 212, 209, 1) 0%, rgba(124, 159, 196, 1) 100%);
}
/*VIDEO*/
#videos p{
	font-size:14px;
}
/*CONTACT-SECTION*/
#contact h2 i{
	color:#224C77;
	font-size:72px;
	letter-spacing:12px;
	font-style:normal;
}
#contact h2{
	color: #c02b30;
	display: flex;
	align-items: center;
	column-gap: 30px;
}
h2.contact-heading{
	text-shadow: 2px 2px #7A9DC1;
}
/*SIDEBAR_SECTION*/
#contact {
	position:relative;
}
/*LOGO SECTION*/
.wpls-logo-showcase .slick-arrow svg {
	fill: #5A6B77;
}
body .vc_row .wpls-logo-showcase .slick-arrow{
	background: transparent !important;
}
.wpls-logo-showcase .slick-arrow {
	width: 40px;
	height: 40px;
}
/*BLOG*/
.blog-page .content p,.blog-page .content h3 a{
	color: #224C77;
}
.single h2:first-child, .archive h2:first-child {
	margin: 0 0 5px 0;
}
select#cat {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(https://jakalavo.com/wp-content/uploads/2026/02/down-arrow.png) no-repeat;
	background-position: right 10px center;
	background-size: 20px;
	line-height: normal;
	height: 40px;
}
.sidebar h2{
	color:#062444;
}
.sidebar a {
	color: #062444;
}
.sidebar input,.sidebar select, .sidebar textarea {
	background-color:transparent !important;
	border: 1px solid #2F7AA2 !important;
}
.single h1.entry-title,.single .content p,.single .content a,.archive h1,.archive .content p,.archive .content a {
	color:#224C77;
}
.archive .content .entry-categories{
	padding-bottom: 2em;
}
#apl-post-list {
	display: flex;
}
/*FOOTER*/
#footer p{
	color:#fff;
	line-height: 1;
	font-size:16px;
}
#footer .social-icons > .wpb_wrapper{
	display:inline-flex;
	column-gap:10px;
}
.vc_custom_heading a:hover {
	opacity: 1;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1400px){

}
@media only screen and (max-width: 1200px){
	#header .header-icons.vc_col-sm-2{
		width: 20%;
	}
	#header .text-right.vc_col-sm-10 {
		width: 80%;
	}
}
@media only screen and (max-width: 1023px){
	.vc_sep_width_50 {
		width: 70%;
	}
	#contact h2 i {
		font-size: 56px;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .sub-menu-toggle {
		color: #224c77 !important;
	}
	.menu-toggle {
		float: none;
		margin: 0 auto 0;
		padding: 6px;
	}
	.vc_row .menu li {
		padding:8px 0;
	}
	.menu.genesis-nav-menu a {
		display: inline;
	}
	.menu li {
		padding: 7px 0;
	}
	.menu-toggle {
		padding:0;
		font-size: 25px;
		line-height:30px;
		font-weight: 700;
		float:right;
	}
	.menu li .sub-menu {
		padding-bottom: 0;
	}
	.vc_row .genesis-responsive-menu{
		top: 25px;
		background: #fff;
		position: absolute;
		left: 50%;
		z-index:9;
		width: 100%;
		border: 2px solid #fff;
		transform: translate(-50%, 0);
		padding: 0 0 10px 0 !important;
		text-align: center;
		border: 2px solid #224C77;
	}
	.site-header .menu-toggle::before {
		top: 0;
	}
	#genesis-mobile-nav-primary span,.custom-event-class .vc_row .nav-primary ,.custom-event-class nav::before{
		display: none;
	}
	.sub-menu-toggle {
		color: #000!important;
	}
	.site-header .menu-toggle::before, .site-header .menu-toggle.activated::before{
		content: "☰";
	}
	.site-header .vc_row .menu-toggle.activated::before{
		content: "☓";
	}
	#footer p{
		font-size:14px;
	}
	#header  .wpb_column{
		width:100%;
		z-index: 9;
	}
	#header > .vc_row.wpb_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	#header .header-icons > .vc_column-inner > .wpb_wrapper {
		justify-content: center;
	}
	#header .header-icons svg{
		fill:#224C77;
	}
	#header .text-right.wpb_column .vc_column-inner{
		text-align: center;
	}
	.header-icons.wpb_column.vc_column_container.vc_col-sm-2:before {
		display:none;
	}
	.vc_row.menu-row {
		padding-top: 0 !important;
	}
	#header .header-icons.vc_col-sm-2, #header .text-right.vc_col-sm-10 {
		width: 100% !important;
	}
	#contact h2 i {
		font-size: 50px;
		letter-spacing: 8px;
	}
}
@media only screen and (max-width: 767px){
	.vc_row .testimonial-name, .vc_row .testimonial-company {
		text-align: center;
		padding-top: 0;
	}
	.vc_row .testimonial {
		padding: 0 3em;
	}
	.vc_row .gform_wrapper,.vc_row .vc_sep_width_50{
		width:100%;
	}
	.wpb_single_image,h1 ,.blog p,h3,h2, .vc_btn3-container.vc_btn3-right,.entry-title,.entry-meta,.single img,#footer .text-right.mobilefirst,#footer p,#banner p {
		text-align: center!important;
	}
	.vc_row .testimonial::before, .vc_row .testimonial::after {
		width: 25px;
		height: 25px;
	}
	.vc_row .testimonial::before {
		top: 4em;
	}
	.vc_row .testimonial {
		padding: 0 3em;
	}
	#footer .wpb_column {
		text-align:center;
	}
	#footer p{
		font-size:16px;
	}
	.vc_custom_heading.demo-title {
		padding-top:1em;
	}
	#header .wpb_raw_code.inline{
		margin-right: 0 !important;
		display: block;
		padding-top:5px;
	}
	#header{
		padding-bottom: 1em !important;
	}
	#contact h2 {
		flex-direction: column;
	}
	#contact h2 i {
		font-size: 45px;
	}
	.vc_row.icons-row{
background-color: #fdfdfd59;
}
}
@media only screen and (max-width: 639px){
}
@media only screen and (max-width: 479px){
	#footer .wpb_text_column.inline.white{
		display: block;
		margin-right:0 !important;
		border:none !important;
		padding-right:0 !important;
		padding:5px 0;
	}
	#about h2 {
		font-size: 24px;
	}
	#header .wpb_raw_code.inline a{
		font-size: 14px!important;
	}
	h2 {
		font-size: 29px;
	}
	h1 {
		font-size: 47px;
	}
	h2.tagline {
		letter-spacing:1px;
	}
}