/*
 Theme Name:   Avantage Child
 Theme URI:    http://avantage.bold-themes.com
 Description:  Avantage child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     avantage
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  avantage-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */



.wpcf7 form .wpcf7-response-output{
    background: #ccc;
    border: none;
    border-left: 6px solid #ccc;
    border-radius: 5px!important;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 10%)!important;
    font-size: 20px!important;
    padding: 15px!important;
    color: #ffffff!important;
    font-weight: 700!important;
    font-family: "Raleway",Arial,Helvetica,sans-serif!important;
}


.wpcf7 form.sent .wpcf7-response-output {
    background: #63b96b;
    border-left: 6px solid #2a8d33;
}

.wpcf7 form.invalid .wpcf7-response-output{
	background: #f5c648;
    border-left: 6px solid #ffb900;
}

.left-aligned-address .bt_bb_service_content_text {
	text-align: left;
}

@media (max-width: 480px){
	.banner-heading.bt_bb_size_huge.bt_bb_headline h1{
		font-size: 1.7rem!important;
	}
	
	.main-banner .bt_bb_separator.bt_bb_bottom_spacing_extra_large{
		margin-bottom: 8em;
	}
	
	.main-banner .bt_bb_button.bt_bb_size_normal a {
		padding: 0.9em 1.4em;
		font-size: 12px;
	}
}

@media (max-width: 375px){
	.banner-heading.bt_bb_size_huge.bt_bb_headline h1{
		font-size: 1.4rem!important;
	}
	
	.main-banner .bt_bb_separator.bt_bb_bottom_spacing_extra_large{
		margin-bottom: 7em;
	}
}