/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.content-box-no-title .content-container {
	margin-top: -43px !important;
	margin-bottom: 10px !important;
}

.fusion-content-boxes.content-boxes-timeline-vertical .content-box-column.fusion-appear .content-box-shortcode-timeline-vertical {
	height: 100% !important;
}

.fusion-page-title-bar {
background-position: center center !important;
	background-size: cover !important;
}

.single h2 {
	text-transform: none !important;
}

.fusion-content-boxes.fusion-columns-1 .fusion-column {
    margin-bottom: 10px !important;
}

.fusion-content-boxes .heading {
	margin-bottom: 10px !important;
}

strong {
	font-family: HouschkaAltBold, Arial, Helvetica, sans-serif;
}

ul {
	padding-left: 1em;
}

.fusion-footer h4 {
	font-size: 24px !important;
}

h2 {
	text-transform: uppercase;
}

.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .icon, .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .image {
	z-index: 2;
}

.content-box-shortcode-timeline-vertical {
	top: 35px !important;
}

.wpcf7-form textarea, .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text {
	background-color: #f8f8f8 !important;
}

.fusion-post-wrapper {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 51px 3px !important;
}

.fusion-blog-shortcode .fusion-read-more {
	background-color: #bf9d77;
	padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
	color: #fff !important;
	border-radius: 2px;
	font-family: HouschkaAltMedium;
	text-transform: uppercase;
}

.fusion-blog-shortcode .fusion-read-more:hover {
	opacity: 0.8;
}

.fusion-blog-shortcode .fusion-read-more:after {
	display: none;
}

.fusion-page-title-bar-center .fusion-page-title-captions {
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.fusion-page-title-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #fff, #fff);
    opacity: .1;
}

.page-id-3588 .review p:before {
    width: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    background-image: url(https://www.stephanie-salecker.de/wp-content/uploads/2020/05/quotation-mark.png);
    position: absolute;
    left: -30px;
    top: 11px;
    height: 100%;
}

.review {
	background-color: transparent !important;
}



/* Responsive */

@media screen and (max-width: 1024px) {
	.page-id-3588 .review p:before {
		width: 25px;
		left: 0px;
	}
	.post-content h2 {
		font-size: 34px !important;
	}
	h2.content-box-heading, .post-content h3 {
		font-size: 22px !important;
	}
	body {
		font-size: 16px !important;
	}
}


@media screen and (max-width: 800px) {
	.calendly-inline-widget {
		height: 400px !important;
	}
	.fusion-page-title-bar .fusion-page-title-row h1 {
		font-size: 3em !important;
	}
}


@media screen and (max-width: 448px) {
	.fusion-logo img {
		max-height: 19px !important;
		margin-top: 10px;
	}
	.post-content h2 {
		font-size: 23px !important;
	}
	.calendly-inline-widget {
		height: 500px !important;
	}
	.fusion-page-title-bar .fusion-page-title-row h1 {
		font-size: 2em !important;
	}
	.fusion-content-boxes .content-box-heading {
		font-size: 18px !important;
	}
}