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

.fusion-social-links-footer {
	display: none;
}
.fusion-copyright-content {
	text-align: center;
}
#menu-footer-menu {
	display: block;
	height: 20px;
	margin: 0 auto;
	padding-left: 0;
	width: 772px;
}
#menu-footer-menu > li {
	float: left;
	list-style-type: none;
	width: auto;
	height: 20px;
	display: block;
}
#menu-footer-menu > li::after {
	content: "|";
	display: inline;
	padding: 0;
	width: 1px;
	color: #fff;
	padding: 0 3px;
}
#menu-footer-menu > li:last-child::after {
	content: "";
	padding: 0;
}
#menu-footer-menu > li > a{
	color: #fff;
}
#menu-footer-menu > li > a:hover{
	color: #f56dff;
}

div.post > h2.entry-title {
	font-family: oswald !important;
	font-size: 50px !important;
	line-height: 60px !important;
}

div.post .fusion-meta-info,
div.post .fusion-meta-tags {
	border-bottom: 1px solid #e7e6e6;
	border-top: 1px solid #e7e6e6;
}
div.post .fusion-meta-info {
	margin-bottom: 30px;
}
.related-posts {
	margin-top: 35px;
}


.fluid-width-video-wrapper {
	position: relative;
	padding-bottom: 56.25% !important;
	padding-top: 0 !important;
	height: 0;
	overflow: hidden;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.category h1.category-title {
	color: #75015f;
	font: 200 75px/1.7 Raleway;
	border-bottom: 2px solid;
	margin-top: -15px;
}


@media all and (min-width: 1200px){
	.fusion-copyright-content {
		width: auto;
		float: left;
	}
	.footer-menu {
		float: right;
	}
}
@media all and (max-width: 856px){
	#menu-footer-menu{
		height: auto;
		width: 100%;
		text-align: center;
	}
	#menu-footer-menu > li {
		height: auto;
		float: none;
	}
	#menu-footer-menu > li::after {
		content: "";
		padding: 0;
	}
}
@media all and (max-width: 800px){
	.fusion-body .fusion-social-links-footer {
		display: none !important;
	}
}
@media all and (max-width: 640px){
	body .gform_wrapper .top_label div.ginput_container{
		margin-top: 0;
	}
	input#input_1_1 {
		height: auto!important;
		width: auto!important;
	}
	body .gform_wrapper ul li.gfield{
		margin-top: auto;
	}
	.gform_wrapper ul li.gfield{
		margin-bottom: auto;
	}
	.gform_wrapper .gform_footer {
		padding: 10px 0 !important;
	}
	input#gform_submit_button_1{
		left: 20px;
	}
}
