/*
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
*//*
.fusion-tb-header header .fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-row {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.fusion-tb-header header .fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-row .fusion-title-heading {
    width: max-content;
}*/

.post-content .text-only-page h2 {
    font-size: 1.35em;
    font-weight: 700;
    margin-bottom: 0.25em;
    margin-top: 1em;
}
.post-content .text-only-page h3 {
    font-size: 1.15em;
    font-weight: 700;
    margin-bottom: 0.25em;
    margin-top: 1em;
}
.post-content .text-only-page h4,
.post-content .text-only-page h5,
.post-content .text-only-page h6 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0.25em;
    margin-top: 1em;
}

img {
	width: 20000px !important;
	max-width: 100% !important;
	height: auto;
}

.fusion-testimonials {
    position: relative;
}
.fusion-testimonials .arrows .arrow {
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
    position: absolute;
    top: min(50%, 6rem);
    z-index: 100;
    height: 3rem;
    width: 3rem;
}
.fusion-testimonials .arrows .arrow.left {
    left: 0;
    transform: translateX(-50%);
}
.fusion-testimonials .arrows .arrow.right {
    right: 0;
    transform: translateX(50%);
}