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

.menu-text.fusion-button.button-default.button-large {
	padding: 13px 29px !important;
	font-size: 16px !important;
}

blockquote {
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-style: normal !important;
}


/* Responsive */

@media all and (max-width: 820px) {
	.title h2 {
   		hyphens: auto;
   		-webkit-hyphens: auto;
   		-moz-hyphens: auto;
   		-ms-hyphens: auto;
   		hyphenate-limit-chars: 10 3 4;
	}
	
	.fusion-content-boxes .content-container {
		margin-bottom: 0 !important;
	}
	
	.post-template-default table {
		display: block;
    	overflow-x: auto;
		border: none;
	}
	
	.menu-text.fusion-button.button-default.button-large {
		padding: 0 !important;
	}
}

@media all and (max-width: 667px) {
	.fusion-button-text {
		line-height: normal !important;
	}
	
	.fusion-testimonials.classic .alignment-left .company-name {
		flex-wrap: wrap !important;
	}
	
	.fusion-testimonials.classic {
		margin-bottom: 20px;
	}
	
	.post-template-default #main {
		padding-top: 20px;
	}
}