/*
Theme Name: Dor Child
Theme URI: https://dor.qodeinteractive.com/
Description: Child theme for the Dor theme by Crazy Adv - Story Web
Author: Gianmario Deriu
Author URI: https://storyweb.it/
Template: dor
Version: 1.0.0
Text Domain: dor-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* logo */
.mkdf-logo-wrapper {
	padding: 15px 0 !important;
}

/* over slider rev */
.overgian {
	position: relative !important;
	z-index: 0;
}
.overgian::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
.overgian > * {
	position: relative;
	z-index: 2;
}

/* social box */
.nosocial .mkdf-team-image img {
	max-height: 250px;
	object-fit: cover;
}
.nosocial .mkdf-team-name {
	min-height: 40px; /*60px*/
}
.nosocial .mkdf-team-social-holder {
	display: none !important;
}

/* CTA forced */
.mkdf-btn.mkdf-btn-solid {
	background-color: #e94a24 !important;
}

.homeprocesso h5,
.homefaq .mkdf-tab-title,
.landingfaq .mkdf-tab-title,
.page-id-6223 h2, .page-id-6223 h3, .page-id-6223 h4 {
	color: #e94a24 !important;
	font-weight: bold !important;
}

.mkdf-video-button-holder .mkdf-video-button-play-svg svg {
	stroke-width: 3px !important;
	width: 100px !important;
	height: 100px !important;
}
.mkdf-video-button-holder .mkdf-video-button-play-svg svg circle,
.mkdf-video-button-holder .mkdf-video-button-play-svg svg polygon {
	stroke: #e94a24 !important;
}

.mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a {
	max-height: 70px;
}
.mkdf-mobile-header .mkdf-mobile-logo-wrapper img {
	max-height: 50px;
	padding: 10px;
}
.mkdf-mobile-header .mkdf-mobile-logo-wrapper a {
	max-height: 75px !important;
}

.mkdf-page-footer .mkdf-footer-top-holder .mkdf-footer-top-inner.mkdf-grid {
	padding: 30px 0 !important;
}
.mkdf-page-footer .widget.widget_media_image a, .mkdf-page-footer .widget.widget_media_image img {
	width: 100%;
	max-width: 100px;
	margin-bottom: 30px;
}

/* Btn WhatsApp */
.whatsapp-float {
    position: fixed;
    right: 70px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    background: #e94a24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.whatsapp-float svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

@media screen and (max-width: 600px) {
	.whatsapp-float {
		right: 15px !important;
		bottom: 15px !important;
	}
}