/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.1.6
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import 'fonts/caflisch_script/fonts.css';
.font-caflisch{
    font-family: 'CaflischScriptRegular';
}
.stars a.active, .star-rating::before, .woocommerce-page .star-rating::before, .star-rating span::before{
	color:#AA86AE!important;
}
.credits{
	background-color:#1b1c20;
	color:rgba(255, 255, 255, 0.5);
	font-size:12px;
}
.credits a{
	color:rgba(255, 255, 255, 0.5);
}
#footer .wpcf7-form{
	margin-top:30px;
}
#footer .wpcf7-form input[type="email"], 
#footer .wpcf7-form input[type="date"], 
#footer .wpcf7-form input[type="search"], 
#footer .wpcf7-form input[type="number"], 
#footer .wpcf7-form input[type="text"], 
#footer .wpcf7-form input[type="tel"],
#footer .wpcf7-form input[type="url"],
#footer .wpcf7-form input[type="password"]{
	border-radius:4em;
	background-color:rgba(255,255,255,0.7);
}
.wpcf7-form input[type="submit"]{
	border-radius:4em;
}
.icon-box-img svg[height="16"]{
	height:16px;
}
.icon-box-img svg[height="32"]{
	height:32px;
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 667px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}
@media only screen and (max-width: 480px) {
	
}
@media only screen and (max-width: 320px) {
	
}
