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

.fusion-footer footer .fusion-footer-widget-column p a:hover {color:#fff!important;}

.fusion-header-wrapper{
	display:none;
}

.crown-block:before {
	content: url(/wp-content/uploads/2022/04/Crown-small-1.png); 
    position: absolute;
    top: -45px;
}

.header-title {
	margin-bottom: -20px !important;
}

.fusion-footer-widget-column {
	margin-bottom: 0px !important;
}

.fusion-social-links-footer {
	display:none;
}

.copyright-footer {
	display:flex;
	justify-content:space-between;
}

.square {
	background: linear-gradient(311deg, transparent 31px, #009991 0) !important;
}

@media only screen and (max-width: 400px) {
	h1 {
		font-size: 33px !important;
	}
	
 	.fusion-body .fusion-builder-row .width_50{
		width: 50% !important;
	}
	
	.fusion-footer-widget-column.widget.widget_block {
		    text-align: center !important;
	}
	
	p {
		font-size:13px;
	}
}
