/*
Theme Name: Osirisevents
Description: Child theme for Avada theme
Author: Dreamwire
Author URI: https://dreamwire.nl
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

#wrapper .fusion-wrapper {
	background : none !important;
}
#wrapper #content .icon-wrapper {
	width : 100% !important;
	margin : 0 auto !important;
	margin-left : auto !important;
	margin-right : auto !important;
}
#wrapper #content .icon-wrapper .fusion-layout-column {
	width : calc(25% - 10px);
}

#wrapper #content .icon {
	display : flex;
    justify-content : center;
    align-items : center;
	padding : 20px;
	aspect-ratio: 1 / 1;
	width : 100%;
}

#wrapper #content .icon img {
	max-width : 100%;
    max-height : 100%;
    width : auto;
    height : auto;
}

#wrapper #content blockquote {
    position: relative;
    background: none;
    border: none;
    margin: 0 auto;
    padding: 0;
    
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 45px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.45;
    text-align: center;
    color: #2A1F18;
    max-width: 850px;
}

#wrapper #content blockquote p {
    display : inline;
}

#wrapper #content blockquote::before,
#wrapper #content blockquote::after {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 75px;
    font-weight: 400;
    font-style: normal;
    line-height: 0;
    color: #D4601A;
    vertical-align: -0.25em;
}

#wrapper #content blockquote::before {
    content: "“";
    margin-right: 8px;
}

#wrapper #content blockquote::after {
    content: "”";
    margin-left: 8px;
}

/* FOOTER */

.fusion-tb-footer * {
	font-size : 15px;
	line-height : 1.7em;
	font-weight : 300;
}

.fusion-tb-footer a {
	color: rgba(255,255,255, 1.0);
}

.fusion-tb-footer a:hover {
	color : rgba(255,255,255,0.6);
}

.fusion-tb-footer ul {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.fusion-tb-footer ul li {
	display: block;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 5px;
}

.fusion-tb-footer ul li::before {
	content: "›";
	display: inline-block;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 10px;
	transition: transform 0.2s ease;
}

.fusion-tb-footer ul li:hover::before {
	transform: translateX(3px);
}

.fusion-tb-footer #copyright a {
	color: rgba(255,255,255,0.8);
}

.fusion-tb-footer #copyright a:hover {
	color: rgba(255,255,255,1.0);
}