/*

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

*/
/* Add "vineyard-heading" to the Title Element CSS Class field */
h1.vineyard-heading {
	color: #700c0c!important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px;
    width: 100%;
    text-align: center !important;
    overflow: visible;
}

h1.vineyard-heading::before,
h1.vineyard-heading::after {
    content: "" !important;
    display: block !important;
    flex: 0 0 139px;
    width: 139px;
    height: 56px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

h1.vineyard-heading::before {
    background-image: url("/wp-content/themes/Avada-Child-Theme/0_img/h1-before.svg");
}

h1.vineyard-heading::after {
    background-image: url("/wp-content/themes/Avada-Child-Theme/0_img/h1-after.svg");
}

@media only screen and (max-width: 700px) {
    h1.vineyard-heading {
        gap: 8px;
    }

    h1.vineyard-heading::before,
    h1.vineyard-heading::after {
        flex-basis: 70px;
        width: 70px;
        height: 30px;
    }
}