/*!
Theme Name: EasyAudit
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: EasyAudit theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: easyaudit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: easyaudit
Template Id: prod-12672
*/

#toTop {
	cursor: pointer;
}

.wp-block-search .wp-block-search__button {
	border: none;
    background-color: #37ca8a;
	color: #fff;
}

.wp-block-search .wp-block-search__button:hover {
    background-color: #02B969;
	color: #fff;
} 

/* Booking */

body table.booked-calendar td.today:hover .date span {
    background: #37ca8a !important;
}

body table.booked-calendar td.today .date span {
    border-color:#37ca8a;
}

.site-content__wrap {
    padding-top:70px;
}

@media (min-width: 768px) {
	.site-content__wrap{
    padding-top: 80px;
}
}

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
    height: 80px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
    padding: 17px 0 17px 0;
}

@media screen and (max-width: 600px){
	body .booked-modal .button {
		width: auto;
	}
}

@media screen and (max-width: 720px){
	body .booked-modal {
		margin: 20px !important;
	}
}

@media screen and (max-width: 720px){
	body .booked-modal .bm-window .booked-scrollable {
		padding: 40px 20px;
	}
}

/* Team member animation  */

.elementor-column .hover_avatar figure {
	transition: 0.3s ease-out;
	transition-property: transform;	
	transform: scale(1);
}

.elementor-column :hover > .hover_avatar figure {
	transition: 0.3s ease-in;
	transition-property: transform;	
	transform: scale(1.1);
}

/* Home service animation  */

.elementor-column .home_service_animation .jet-services__inner .jet-services__content .jet-services__icon {    
    -webkit-transition: .33s all ease;
    -o-transition: .33s all ease;
    transition: .33s all ease;
}

.elementor-column .home_service_animation  .jet-services__inner .jet-services__content .jet-services__button-text {
	-webkit-transition: .33s all ease;
	-o-transition: .33s all ease;
	transition: .33s all ease;
}

.elementor-column .home_service_animation  .jet-services__inner .jet-services__content .jet-services__desc {
    -webkit-transition: .33s all ease;
    -o-transition: .33s all ease;
    transition: .33s all ease;
}

.elementor-column :hover > .home_service_animation  .jet-services__inner .jet-services__content .jet-services__icon {    
	-webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    will-change: transform;
    -webkit-transition: .33s all ease;
    -o-transition: .33s all ease;
    transition: .33s all ease;
}

.elementor-column :hover > .home_service_animation  .jet-services__inner .jet-services__content .jet-services__button-text {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
	will-change: transform;
	-webkit-transition: .33s all ease;
	-o-transition: .33s all ease;
	transition: .33s all ease;
}

.elementor-column :hover > .home_service_animation  .jet-services__inner .jet-services__content .jet-services__desc {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    will-change: transform;
    -webkit-transition: .33s all ease;
    -o-transition: .33s all ease;
    transition: .33s all ease;
}

/* Icon list icon_position_fix */

.icon_position_fix .elementor-widget-container .elementor-icon-list-item{
	display: flex;
    align-items: flex-start;
}

.icon_position_fix .elementor-widget-container .elementor-icon-list-item .elementor-icon-list-icon{
	padding-top: 4px;
}

/* Vertical menu fix */
.menu_fix .elementor-widget-container .menu-services-container .menu-item .jet-menu-link-text{
	justify-content: center;
}

/* Contact forms */
.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
@media ( min-width: 768px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

[data-elementor-device-mode="mobile"] .jet-sticky-section--stuck .jet-logo {
	display: none;
}