/*!
Theme Name:		Kadence Child
Theme URI: 		https://www.kadencewp.com/kadence-theme/
Template: 		kadence
Author: 		Gagan
Author URI: 	https://gagan.dev/
Description: 	A child theme for the Kadence Theme.
Version: 		1.0.0
License: 		GNU General Public License v3.0 (or later)
License URI: 	https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Theme customization starts here
-------------------------------------------------------------- */





/*==== Custom CSS starts here ====*/


/*typography*/


/*==== Layout ====*/

/*== Section with half overwrite background ==*/
.box-section-wrap{

}
.box-section-wrap{
	
}
.box-section{
	
}
.box-section{
	
}
.box-section{
	
}

/* Border Box Element */


/*== Site Header ==*/
#mobile-header{

}
#mobile-header{
	
}
#mobile-header button.drawer-toggle{
	border-color: #CECECE;
	padding: 11px;
	height: 42px;
}
#mobile-header button.drawer-toggle .menu-toggle-icon{
	width: 28px;
	height: 1px;
	background: var(--global-palette1);
	position: relative;
}
#mobile-header button.drawer-toggle .menu-toggle-icon:before,
#mobile-header button.drawer-toggle .menu-toggle-icon:after{
	content: "";
	width: 100%;
	height: 1px;
	background: var(--global-palette1);
	position: absolute;
	left: 0;
	right: 0;
}
#mobile-header button.drawer-toggle .menu-toggle-icon:before{
	top: -8px;
}
#mobile-header button.drawer-toggle .menu-toggle-icon:after{
	bottom: -8px;
}
#mobile-header button.drawer-toggle .kadence-svg-iconset{
	display: none !important;
}
#mobile-header{
	
}

#mobile-menu .menu-item{
	line-height: 1.5;
}
#mobile-menu .menu-item a{
	padding-left: 0;
	padding-right: 0;
	display: inline-block;
	width: auto;
	border-bottom: 1px solid transparent;
}
#mobile-menu .current-menu-item a,
#mobile-menu .menu-item a:hover,
#mobile-menu .menu-item-has-children:hover .drawer-nav-drop-wrap,
#mobile-menu .current-menu-parent .drawer-nav-drop-wrap{
	border-bottom-color: var(--global-palette4) !important;
	font-weight: 400;
}
#mobile-menu .menu-item-has-children a{
	border-bottom: none !important;
}
#mobile-menu .menu-item-has-children .drawer-nav-drop-wrap{
	width: auto;
	border-bottom: 1px solid transparent;
	display: inline-block;
	position: relative;
	padding-right: 40px;
}
#mobile-menu .menu-item.menu-item-has-children .drawer-sub-toggle{
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    font-size: 28px;
    padding: 8px;
    display: flex;
    justify-content: flex-end;
}
#mobile-menu .menu-item .drawer-sub-toggle .kadence-arrow-down-svg{
	stroke: #fff;
	stroke-width: 1px;
	fill: var(--global-palette5);
}

#mobile-menu .sub-menu .menu-item a{
	font-size: 16px;
	color: var(--global-palette5);
	padding: 0;
	border: none;
	font-weight: 300;
}
#mobile-menu .sub-menu .current-menu-item a,
#mobile-menu .sub-menu .menu-item a:hover{
	border: none;
	color: var(--global-palette1);
	font-weight: 400;
}
#mobile-menu .sub-menu{
	
}

#mobile-drawer{
	
}
#mobile-drawer .drawer-header{
	background: var(--global-palette7);
	min-height: 110px;
	align-items: center;
}
#mobile-drawer .drawer-header .menu-toggle-close{
	border: 1px solid #CECECE;
	padding: 5px 10px !important;
}
#mobile-drawer .drawer-header .menu-toggle-close span{
	height: 1px;
}
#mobile-drawer .drawer-header .menu-toggle-close{

}
#mobile-drawer .drawer-content{
    justify-content: space-between;
    padding: 40px 65px 40px 55px;
    min-height: calc(100% - 110px);
}
#mobile-drawer .drawer-content .site-header-item:last-child{
	padding-top: 10px;
	border-top: 1px solid var(--global-palette4);
	text-transform: uppercase;
}
#mobile-drawer .drawer-content .site-header-item{

}



@media (max-width: 767px){
	.header-mobile-social-wrap .header-mobile-social-inner-wrap{
		gap: 8px !important;
	}
	#mobile-header .site-branding{
		padding: 5px !important;
	}
	#mobile-header .site-branding a.brand img{
		max-width: 120px !important;
	}
}

/*== Site Footer ==*/

.site-footer{

}
.site-footer-wrap{

}

.site-footer{

}
.site-footer{
	
}
.site-footer .site-footer-row{
/*	row-gap: 30px;*/
}
.site-footer{
	
}
@media (max-width: 1024px){
	.site-footer{
		background: none !important;
	}
	.site-footer .site-footer-section{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.site-footer .footer-widget-area{
		margin-left: 0 !important;
		margin-top: 20px !important;
	}
	.site-footer .footer-html{
		margin-left: 0 !important;
	}
	.site-footer{
		
	}
}


/*==== Components ====*/

/* Buttons Hover */
.kb-button{
	position: relative;

	gap: 0;
	padding-right: 0;
	padding-bottom: 5px;
}
.kt-button .kt-btn-inner-text{
	display: block;
	line-height: 1;
	padding: 0;
}
.kb-button .kb-svg-icon-wrap{
	transition: .3s;
	position: relative;
	left: 3px;
}
.kt-button.kt-btn-has-svg-true:hover .kt-btn-inner-text{
    padding-right: 5px !important;
}
.kb-button.kt-btn-has-svg-true:hover .kb-svg-icon-wrap{
	padding-left: 5px !important;
}
.kb-submit-field:hover .kt-btn-inner-text{
    padding-right: 5px !important;
}
.kb-submit-field:hover .kb-svg-icon-wrap{
	padding-left: 5px !important;
}


/*==== Homepage ====*/

/* Hero Slider */
/* Dots */

.kt-blocks-carousel{
	
}
.kt-blocks-carousel .splide__pagination li button{
    width: 15px !important;
    height: 15px !important;
    margin: 3px 5px !important
}
.kt-blocks-carousel .splide__pagination{
	z-index: 9 !important;
	bottom: 15px !important;
}

/* Testimonials */
.info-card.info-card-testimonials{

}
.info-card-testimonials .kt-infobox-textcontent{
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    column-gap: 5px;
}
.info-card-testimonials .kt-blocks-info-box-learnmore-wrap,
.info-card-testimonials .kt-blocks-info-box-text{
	display: flex !important;
	column-gap: 5px;
	align-items: center;
}
.info-card-testimonials .kt-blocks-info-box-text:before{
	content: "-";
	line-height: 1;
}
.info-card-testimonials .kt-blocks-info-box-learnmore-wrap:before{
	content: "|";
	line-height: 1;
}
.info-card-testimonials{

}
.info-card-testimonials{

}


.kt-testimonial-name-wrap{
	display: flex;
	column-gap: 5px;
}
.kt-testimonial-name-wrap:before{
	content: "-";
	line-height: 1;
}
.kt-testimonial-occupation-wrap{
	display: flex;
	column-gap: 5px;
}
.kt-testimonial-occupation-wrap:before{
	content: "|";
	line-height: 1;
}

/* Personal Styling  */

.img-link{
	position: relative;
	overflow: hidden;
}
.img-card .kadence-info-box-image-inner-intrisic:before,
.img-link .kb-advanced-image-link:before{
	content:"";
	background-color: rgba(255, 255, 255, 0.45);
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: .3s;

}
.img-card .kadence-info-box-image-inner-intrisic:hover:before,
.img-link .kb-advanced-image-link:hover:before{
    visibility: visible;
    opacity: 1;
}
.img-card .kadence-info-box-image-inner-intrisic:after,
.img-link .kb-advanced-image-link:after{
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2023/06/link-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
	z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
.img-card .kadence-info-box-image-inner-intrisic:hover:after,
.img-link .kb-advanced-image-link:hover:after{
	visibility: visible;
    opacity: 1;
}
.img-card .kadence-info-box-image-inner-intrisic:hover img,
.img-link .kb-advanced-image-link:hover img,
.img-link .kb-gallery-item-link:hover img{
	transition: .3s;
	transform: scale(1.05);
}



.info-card .kt-blocks-info-box-media-container{
	margin: 0 !important;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.info-card .kt-blocks-info-box-media-align-top .kt-infobox-textcontent{
/*	padding-top: 30px;*/
}

.info-card,
.info-card .wp-block-kadence-infobox{
	height: 100%;
}
.info-card .kt-blocks-info-box-link-wrap{
	height: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.info-card-text .kt-blocks-info-box-media-container{
    top: -40px;
    white-space: nowrap;
}
.info-card-text .kt-blocks-info-box-number{

}

.info-card-text .kt-blocks-info-box-link-wrap{
	position: relative;
	border-top: 0px !important;
}
.info-card-text .kt-blocks-info-box-link-wrap:before,
.info-card-text .kt-blocks-info-box-link-wrap:after{
	content: "";
	display: block;
	height: 1px;
	width: 30%;
	background: #3f8faa;
	position: absolute;
	left: 0;
	top: 0;
}
.info-card-text .kt-blocks-info-box-link-wrap:after{
	right: 0;
	left: auto;
}



@media (max-width: 1024px){

	.info-card-text .kt-blocks-info-box-media-container{
	    top: -35px;
	}
	.info-card-text .kt-blocks-info-box-link-wrap:before,
	.info-card-text .kt-blocks-info-box-link-wrap:after{
		width: 25%;
	}
}

@media (max-width: 767px){
	.info-card-text .kt-blocks-info-box-link-wrap:before,
	.info-card-text .kt-blocks-info-box-link-wrap:after{
		width: 35%;
	}	
}


















