/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Add your custom styles here */
@font-face {
	font-family: "QumpellkaNo12";
	src:  url("https://matahuidistillery.com/wp-content/themes/bb-theme-child/fonts/qumpellkano12-webfont.woff2") format("woff2"),
		url("https://matahuidistillery.com/wp-content/themes/bb-theme-child/fonts/qumpellkano12-webfont.woff") format("woff");
	font-weight: normal;
}

/* Add your custom styles here */
@font-face {
	font-family: "Bondrians";
	src:  url("https://matahuidistillery.com/wp-content/themes/bb-theme-child/fonts/Bondrians.woff2") format("woff2"),
		url("https://matahuidistillery.com/wp-content/themes/bb-theme-child/fonts/Bondrians.woff") format("woff");
	font-weight: 400;
}

@media only screen and (max-width: 1200px){
	.fl-node-zxotm49ha75u .pp-advanced-menu .menu>li {
		margin-left: 0px!important;
	}
	
	.fl-node-zxotm49ha75u .pp-advanced-menu .menu>li a{
		padding-left: 6px!important;
		padding-right: 6px!important;
	}
}