/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/

@import url("../Avada/style.css");

.footer-area {
	border: none;
} 
.my_custom_footer .widget_text, .my_custom_footer .facebook_like{
	width: 50%;
	float: left;
}
.my_custom_footer .facebook_like iframe {
	background-color: #FFF;
}
.footer-area p {
    color: #fff;
}
.footer-area a {
    color: #fff;
    text-decoration: underline;
    text-shadow: none;
}
.highlight-text {
    text-align: center;
}
.top_text {
    font-size: 36px;
    line-height: 37px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
}
.highlight-text {
    text-shadow:0 0 19px #000000;
}
.highlight-text-big {
    font-size: 61px;
    line-height: 61px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
}
.highlight-text a {
    font-size: 20px;
    color: #fff !important;
    text-decoration: underline;
}
.review .company-name {
	color: #FBFAF9 !important;
}
h5.toggle_new span.arrow {
    background: url("images/toggle_plus.png") no-repeat scroll center center #333333;
    display: block;
    float: left;
    height: 22px;
    margin-right: 18px;
    width: 22px;
}
h5.toggle_new span.arrow {
    background-color: #333333;
}
h5.toggle_new a {
    border-bottom: 1px solid #E8E6E6;
    color: #333333 !important;
    cursor: pointer;
    float: left;
    font: 13px/20px 'MuseoSlab500Regular',arial,helvetica,sans-serif !important;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}
h5.toggle_new a:hover {
    color: #A77343 !important;
}
h5.toggle_new {
    margin: 0;
}

.accordian_new {
    margin: -10px 0 0 0;
}
.page-title-container {
	background-size: 100% auto; 
}

@media screen and (max-width: 550px) {
	.my_custom_footer .widget_text, .my_custom_footer .facebook_like {
		width: 100%;
	}
}

#contact_form_id input#submit {
    border: none !important;
    background: transparent !important;
    color: #ffff !important;
}
#comment-input {
    margin-bottom: 10px;
}
.alert.error {
    border:1px solid #e4b9c0 !important;
    color: #953b39 !important;
}
.alert.success {
    border:1px solid #c9e2b3 !important;
    color: #356635 !important;
}