/*
  Theme Name: Getbizon
  Theme URI: https://getbizon.com
  Description: Getbizon Child Theme
  Author: Jet Lee
  Author URI: https://jet.my
  Template: Divi
  Version: 4.27.4
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* General Theme Add-ons Settings - BEGIN */



/* General Theme Add-ons Settings - END */

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}

/*** Responsive Styles Standard Desktop And Above ***/
@media all and (min-width: 1025px) {
  
}
 
/*** Responsive Styles Horizontal Tablet And Below ***/
@media all and (max-width: 1024px) {
	
}
 
/*** Responsive Styles Vertical Tablet And Below ***/
@media all and (max-width: 980px) {
 
	/* Make Table Responsive - BEGIN */
	.et_pb_text table {
		overflow-x: auto;
		display: block;
	}
	/* Make Table Responsive - END */
	
}
 
/*** Responsive Styles Horizontal Tablet Only ***/
@media all and (min-width: 981px) and (max-width: 1024px) {
 
}
 
/*** Responsive Styles Vertical Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Vertical Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 1024px) {
 
}

/*** Responsive Styles Tablet And Above ***/
@media all and (min-width: 768px) {
  
}
 
/*** Responsive Styles Smartphone Horizontal And Below ***/
@media all and (max-width: 767px) {
 
}

/*** Responsive Styles Smartphone Horizontal And Above ***/
@media all and (min-width: 480px) {
  
}
 
/*** Responsive Styles Vertical Smartphone And Below ***/
@media all and (max-width: 479px) {
 
}