/*
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
*/

p.post-modified-date {
    font-style: italic;
    font-size: 14px;
}

header .fusion-header-v4 .fusion-header {
	padding: 0;
}

header .fusion-header .fusion-row {
	margin: 0;
}

header .fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
    display: block;
    width: auto;
}

header .fusion-header-v4 .fusion-logo {
    flex-wrap: nowrap;
}

header .fusion-header-v4 .fusion-logo .fusion-logo-link {
    margin-left: 25px;
    margin-right: 0!important;
    flex-shrink: 0;
	order: 2;
}

header h2 {
    margin-bottom: 5px;
    text-align: center;
	color: #0a34b2;
}

header ul {
    margin: 5px 0;
}
header .fusion-mobile-menu-icons a {
	float: none;
	text-align: center;
	clear: both;
	display: block;
}
#main {
	padding-top: 15px!important;
}

.fusion-homepage-heading .fusion-row {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.fusion-mobile-menu-icons {
	background: #cc0000;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	clear: both;
}

.fusion-sticky-header-wrapper {
	height: auto!important;
}

.fusion-homepage-heading {
	clear: both;
}

body .fusion-header-wrapper .fusion-row {
	max-width: 100%;
}
@media only screen and (max-width: 800px) {
	header .fusion-header-v4.fusion-mobile-menu-design-modern .fusion-mobile-menu-icons {
		position: static;
	}
	header .fusion-header-v4.fusion-mobile-menu-design-modern .fusion-logo .fusion-logo-link {
		margin: 0 auto;
	}
}