/**
Theme Name: IRiZ DESiGN
Author: IRiZ DESiGN
Author URI: https://iriz-design.com
Description: IRiZ DESiGN – dahinter stecke ich, Iris – Kürschnermeisterin und Kölnerin mit Leib und Seele!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iriz-design
Template: astra
*/
.ast-button-wrap .menu-toggle.main-header-menu-toggle .mobile-menu {
font-weight: 300;
text-transform: uppercase;
}
.ahfb-svg-iconset svg {
width: 27px;
height: 27px;
}
.ast-advanced-headers-title {
text-shadow: 1px 2px 4px rgba(0, 0, 0, 1);
}
in-header-bar.ast-sticky-active {
box-shadow: unset;
}
#ast-fixed-header .main-header-bar {
box-shadow: none;
}
.ast-title-bar-wrap {
background-color: #918376;
}
.uagb-forms__outer-wrap .uagb-forms-main-form .required::after {
color: #fff;
}
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
border-style: dashed !important;
}
.uagb-tm__author-name {
text-transform: uppercase !important;
}
.menu-toggle .mobile-menu-wrap {
margin-right: 0.4em;
}
::selection {
color: #ee7bae;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
	opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}