/*
Theme Name:     BFF
Description:    A custom theme for BFF based on the parent theme Enfold. Do not delete the parent theme from your site.
Version:		1.0
Author:         ACS Creative
Author URI:		http://www.acscreative.com/
Template:		enfold
*/

/* ---- @import url('includes/elements.css'); ---- */

/* ------------------------------------------------------------
	Global
------------------------------------------------------------ */

/* --------- Insert your custom styles on next rows --------- */



@media only screen and (min-width: 1100px) and (max-width: 1230px) {

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1099px) {

}

@media only screen and (max-width: 900px) {

}

@media only screen and (max-width: 767px) {
	
	#header_main {
		padding: 10px 0 5px 0;
	}
	
	.responsive .logo img, .responsive .logo svg {
		height: auto !important;
		width: auto;
		max-width: 100%;
		display: block;
		max-height: 90px;
	}

}

@media only screen and (max-width: 480px) {

}