/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

//////////////////////////////////////////////////////////////////////////
// Allow SVG
//////////////////////////////////////////////////////////////////////////
function add_file_types_to_uploads($file_types){
$new_filetypes = array();
$new_filetypes['svg'] = 'image/svg+xml';
$file_types = array_merge($file_types, $new_filetypes );
return $file_types;
}
add_filter('upload_mimes', 'add_file_types_to_uploads');

@media (max-width: 1199.98px) {	
}

@media (max-width: 1024px) {
	#chaty-widget-0 .chaty-widget {
  	right: 7px !important;
	}
	
	#chaty-widget-0 .chaty-widget {
	bottom: 114px !important;
	}
}

@media (max-width: 768.98px) {	
}

@media (max-width: 767px) {	
}

@media (max-width: 576px) {	
}

@media (min-width: 992px) and (max-width: 1199px) {	
}

@media (min-width: 769px) and (max-width: 1024px) {	
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 577px) and (max-width: 768.98px) {
}