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

/* 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;
		/* Override et_pb_text's word-break: break-word to prevent single words from breaking onto multiple lines on mobile */
		word-break: normal;
	}
	/* 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 Tablet Only — Portrait And Landscape ***/
@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) {
	
	/* Divi - BEGIN */
	/* Prevent long strings (e.g. URLs) from overflowing on mobile — BEGIN */
	.et_pb_post_content,
	.et_pb_text,
	.et_pb_blurb {
		word-break: break-word;
	}
	/* Prevent long strings (e.g. URLs) from overflowing on mobile — END */
	/* Divi - END */
 
}

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