/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

:root {
	--rubik: "Rubik 80s Fade", system-ui;
	--cabin: "Cabin Sketch", sans-serif;
	--handlee: "Handlee", cursive;
	--apple: "Homemade Apple", cursive;
	--pink: #a82883;
	--yellow: #e4c500;
	--orange: #c96418;
	--green: #25642e;
	--blue: #112883;
	--tan: #e2dccb;
}

/** TYPOGRAPHY **/
#top h1, #top h2, #top h4 { 
	font-family: var(--apple); 
	text-transform: unset;
}
h3, h5, h6 { font-family: "josefin sans", Helvetica, Arial, sans-serif; }

.hero-block h1 { font-size: 40px; }
.hero-block h3 { color: var(--pink); }


/** MAIN MENU **/
.av-main-nav > li.menu-item > a {
	font-family: var(--apple); 
	color: var(--blue);
}

/** IMAGES **/
.logo img { filter: grayscale(1); }
.av-styling-circle .avia-image-container-inner {
	border: 5px solid var(--yellow);
}
.av-styling-circle.avia-image-container, .pinkflower, .yellowflower {
	position: relative;
}
.av-styling-circle.avia-image-container:before, .pinkflower:before, .yellowflower:before {
	content: '';
	position: absolute;
	background-image: url('/wp-content/uploads/2025/08/yellowflower.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 150%;
	height: 0;
	padding-bottom: 100%;
	left: -25%;
	visibility: visible;
}
.pinkflower:before {
	background-image: url('/wp-content/uploads/2025/08/pinkflower.png');
	width: 200px;
	height: 200px;
	bottom: -150px;
	left: 0;
}
.flip:before { transform: rotate(180deg); }
