/**
* Theme Name: Brandberry Child
* Description: This is a child theme of Brandberry
* Author: <a href="https://treethemes.com">Treethemes</a>
* Template: brandberry
* Version: 1.0
*/

/*TYPOGRAPHY*/


/*VARS*/


/*HEADER*/


/*FOOTER*/


/*CONTENT*/


/*RESPONSIVE*/
	@media (max-width: 575px) {
	  .vc_hidden-xs { display: none !important; }
	}
	@media (min-width: 576px) and (max-width: 767px) {
	  .vc_hidden-sm { display: none !important; }
	}
	@media (min-width: 768px) and (max-width: 991px) {
	  .vc_hidden-md { display: none !important; }
	}
	@media (min-width: 992px) and (max-width: 1199px) {
	  .vc_hidden-lg { display: none !important; }
	}
	@media (min-width: 1200px) {
	  .vc_hidden-xl { display: none !important; }
	}

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