/*
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 only screen and (min-width: 530px) {
	.tfs-button-2{
		display: inline-flex !important;
	}
}

.fusion-button-wrapper{
	margin-right: 17px !important;
}

.fusion-button-wrapper .button-1, .button-2, .fusion-button-wrapper .button-3, .fusion-button-wrapper .button-4 {
	width: 155px !important;
	transition: 0.3s;
}

.fusion-button-wrapper .button-1:hover, .button-2:hover, .fusion-button-wrapper .button-3:hover, .fusion-button-wrapper .button-4:hover {
	background-color: rgba(201, 62, 69, 1) !important;
}

@media only screen and (max-width: 600px) {
	.fusion-button-wrapper .button-1, .button-2, .fusion-button-wrapper .button-3, .fusion-button-wrapper .button-4 {
		width: 95px !important;
		display: inline-flex;
		margin-top: 20px !important;
	}
	.fusion-button-wrapper .button-1:hover, .button-2:hover, .fusion-button-wrapper .button-3:hover, .fusion-button-wrapper .button-4:hover {
		background-color: rgba(201, 62, 69, 1) !important;
	}
}

.fusion-button-wrapper .fusion-button{
	width: 100% !important;
}

.fusion-row .full-width .post-5 {
	margin-top: -28px !important;
}

.flex-active-slide .fusion-image-wrapper img{
	height: 210px !important;
}

.related-posts .fusion-carousel-item .fusion-image-wrapper img{
	height: 169px !important;
}

#main {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}