/*
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
*/

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 736px) {

}

@media screen and (max-width: 480px)
{
.attachment-full.size-full.wp-post-image {
	width: 100% !important;
	height: auto !important;
	position: absolute;
	margin-left: 0px !important;
}
.fusion-slider-loading {
	display: none !important;
}
.ei-slider-thumbs {
	display: none !important;
}
#main {
	margin-top: -130px !important;
}



}


@media screen and (max-width: 375px)
{
.attachment-full.size-full.wp-post-image {
	width: 100% !important;
	height: auto !important;
	position: absolute;
	margin-left: 0px !important;
}
.fusion-slider-loading {
	display: none !important;
}
.ei-slider-thumbs {
	display: none !important;
}
}

@media screen and (max-width: 320px)
{
.attachment-full.size-full.wp-post-image {
	width: 100% !important;
	height: auto !important;
	position: absolute;
	margin-left: 0px !important;
}
.fusion-slider-loading {
	display: none !important;
}
.ei-slider-thumbs {
	display: none !important;
}
#main {
	margin-top: -130px !important;
}

}