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

/* -------------- Secondary-Header anpassen (Farbe)  -------------- */

.fusion-secondary-header {
	color: #ffffff !important; 
}

.fusion-secondary-header a {
	color: #ffffff !important;
}

/* -------------- Titel-Trennlinie ausblenden -------------- */

.fusion-title .title-sep-container {
	display: none;
}

/* -------------- Kommentarfeld anpassen (Farbe) -------------- */

.fusion-button-default {
    	background: #95c11f !important;
}

