/*==

Theme Name: Cras-Child
Theme URI: http://3jon.com/demo/nwp/item/cras
Author: 3jon
Author URI: https://themeforest.net/user/3jon
Template: cras
Description: Child theme for Cras.
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: four-columns, right-sidebar, left-sidebar, custom-background, featured-images, theme-options, accessibility-ready, custom-colors, custom-header, custom-menu, editor-style, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: cras-child

==*/


img.footer-logo {
    max-width: 150px;
}
.footer.style-1 .footer-content .footer-info .phone {
	font-size: 40px !important;
}
.fischer-contact-info .elementor-widget-container {
    display: flex;
    justify-content: space-evenly;
}
.fischer-contact-info .elementor-widget-container > * {
    font-size: 20px;
}
.fischer-contact-info p.date {
    display: flex;
	gap: 4px;
}
.elementor-widget-widget-video .video-home .ak-video-block {
    pointer-events: none;
}
.elementor-widget-widget-video .video-home .ak-video-block span.ak-heartbeat-btn {
    display: none;
}
.elementor-widget-widget-cnt .right-info .info-card a {
    font-size: inherit;
}
.footer-address a.location {
	line-height: 0.8;
}
.footer-content .text-hover-animaiton .menu-text {
    padding: 0;
}
.elementor-widget-team .member-card {
    pointer-events: none;
}
.ak-trusted-client-slider .trusted-client img {
    max-width: 140px;
}

.ak-nav .ak-nav_list .mobile-call-btn {
    padding: 10px 20px;
}
.ak-nav .ak-nav_list .mobile-call-btn > a {
    display: inline-block;
    padding: 10px 35px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    transition: background-color 0.4s, transform 0.3s, color 0.3s;
}
.ak-nav .ak-nav_list .mobile-call-btn > a:hover .menu-text div {
    --m: 0;
}


@media only screen and (max-width: 768px) {
	.fischer-contact-info .elementor-widget-container {
		display: grid;
	}
	.fischer-contact-info .elementor-widget-container > * {
		font-size: 18px;
		padding: 10px 0;
	}
	.ak-swiper-navigation-wrap .ak-swiper-button-prev .btn-arrow:hover,
	.ak-swiper-navigation-wrap .ak-swiper-button-next .btn-arrow:hover {
		transform: translateX(10px) !important;
	}
	.ak-trusted-client-slider .trusted-client img {
		max-width: 100px;
	}
	.footer.style-1 .footer-content .footer-address,
	.footer.style-1 .footer-content .footer-address .widget {
		width: 100%;
		max-width: 100% !important;
	}
	.footer.style-1 .footer-content .footer-address .widget p.date {
		display: flex;
		gap: 4px;
	}
	.elementor-widget-widget-cnt .contact-info .right-info .info-card {
		font-size: 18px;
	}
}

@media screen and (min-width: 1200px) {
    .ak-nav .ak-nav_list .mobile-call-btn {
        display: none;
    }
}
