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

/*
* Default Button colours
* First entry is the text colour and background 
* Second entry is the hover settings.
*/
#main .comment-submit, #reviews input#submit, .button-default, .button.default, .comment-form input[type="submit"], .fusion-button-default, .fusion-portfolio-one .fusion-button, .post-password-form input[type="submit"], .ticket-selector-submit-btn[type="submit"], .wpcf7-form input[type="submit"], .wpcf7-submit {
background: #313356 none repeat scroll 0 0 !important;
color: #fff !important;
transition: all 0.2s ease 0s;
}

#main .comment-submit:hover, #reviews input#submit:hover, .button-default:hover, .button.default:hover, .comment-form input[type="submit"]:hover, .fusion-button-default:hover, .fusion-portfolio-one .fusion-button:hover, .post-password-form input[type="submit"]:hover, .ticket-selector-submit-btn[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover, .wpcf7-submit:hover {
background: #313356 none repeat scroll 0 0 !important;
opacity: 0.8 !important;
color: #fff !important;
}




.content-column.one_half {
    padding-right: 5px;
}

.content-column.one_half.last_column {
    padding-left: 5px;
    padding-right: 0px;
}

@media screen and (max-width: 600px){
	.content-column.one_half {
		padding-right: 0px;
	}

	.content-column.one_half.last_column {
		padding-left: 0px;
		padding-right: 0px;
	}
}