/*
  Theme Name: Getbizon
  Theme URI: https://getbizon.com
  Description: Getbizon Child Theme
  Author: Jet Lee
  Author URI: https://jet.my
  Template: Divi
  Version: 4.8.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 */
	table {
		overflow-x: auto;
		display: block;
	}
	/* Make Table Responsive - END */
	
	/* Divi Pixel - BEGIN */	
	/*** Author Box On Mobile ***/
	.dipi-author-row {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.dipi-author-right {width: 100%!important;}

	.dipi-author-section .dipi-author-left img {
		width: 80px !important;
		height: 80px !important;
		margin-bottom: 10px;
	}
	
	/*** Post Navigation On Mobile ***/
	.dipi-post-row .dipi-post-left,
	.dipi-post-row .dipi-post-left a,
	.dipi-post-row .dipi-post-right,
	.dipi-post-row .dipi-post-right a {
		font-size: 12px!important;
	}
	
	.dipi-post-left, .dipi-post-right {padding: 8px!important;}
	/* Divi Pixel - 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) {
 
}

/* Custom Mobile Columns by Jet - BEGIN */
/* 2 Columns Mobile */
@media all and (max-width: 767px) {
    #page-container #et-boc .two-col-mob .et_pb_column {
        width:47.25% !important;
    }
    
	#page-container #et-boc .two-col-mob .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }

    #page-container #et-boc .two-col-mob .et_pb_column:not(:nth-child(2n)) {
            margin-right:5.5% !important;
    }
	
	#page-container #et-boc .two-col-mob .et_pb_column:nth-child(2n) {
		margin-right:0% !important;
    }
}

/* 3 Columns Mobile */
@media all and (max-width: 767px) {
    #page-container #et-boc .three-col-mob .et_pb_column {
        width:29.6667% !important;
    }

    #page-container #et-boc .three-col-mob .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }

    #page-container #et-boc .three-col-mob .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}

/* 4 Columns Mobile */
@media all and (max-width: 767px) {
    #page-container #et-boc .four-col-mob .et_pb_column {
        width:20.875% !important;
    }

	#page-container #et-boc .four-col-mob .et_pb_column:nth-last-child(-n+4) {
        margin-bottom:0;
    }

    #page-container #et-boc .four-col-mob .et_pb_column:not(:nth-child(4n)) {
        margin-right:5.5% !important;
    }
}

/* 5 Columns Mobile */
@media all and (max-width: 767px) {
    #page-container #et-boc .five-col-mob .et_pb_column {
        width:15.6% !important;
    }

    #page-container #et-boc .five-col-mob .et_pb_column:nth-last-child(-n+5) {
        margin-bottom:0;
    }

    #page-container #et-boc .five-col-mob .et_pb_column:not(:nth-child(5n)) {
        margin-right:5.5% !important;
    }
}

/* 6 Columns Mobile */
@media all and (max-width: 767px) {
    #page-container #et-boc .six-col-mob .et_pb_column {
        width:12.083% !important;
    }

    #page-container #et-boc .six-col-mob .et_pb_column:nth-last-child(-n+6) {
        margin-bottom:0;
    }

    #page-container #et-boc .six-col-mob .et_pb_column:not(:nth-child(6n)) {
        margin-right:5.5% !important;
    }
}

/* 1 Column Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    #page-container #et-boc .one-col-tab .et_pb_column {
        margin-right:0 !important;
        width:100% !important;
    }
    
    #page-container #et-boc .one-col-tab .et_pb_column:not(:last-child) {
        margin-bottom:30px !important;
    }
}

/* 2 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    #page-container #et-boc .two-col-tab .et_pb_column {
        width:47.25% !important;
    }

	#page-container #et-boc .two-col-tab .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }

    #page-container #et-boc .two-col-tab .et_pb_column:not(:nth-child(2n)) {
        margin-right:5.5% !important;
    }
}

/* 3 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    #page-container #et-boc .three-col-tab .et_pb_column {
        width:29.6667% !important;
    }

	#page-container #et-boc .three-col-tab .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }

    #page-container #et-boc .three-col-tab .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}

/* 4 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    #page-container #et-boc .four-col-tab .et_pb_column {
        width:20.875% !important;
    }

	#page-container #et-boc .four-col-tab .et_pb_column:nth-last-child(-n+4) {
        margin-bottom:0;
    }

    #page-container #et-boc .four-col-tab .et_pb_column:not(:nth-child(4n)) {
        margin-right:5.5% !important;
    }
}

/* 5 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    #page-container #et-boc .five-col-tab .et_pb_column {
        width:15.6% !important;
    }

	#page-container #et-boc .five-col-mob .et_pb_column:nth-last-child(-n+5) {
        margin-bottom:0;
    }
    
    #page-container #et-boc .five-col-tab .et_pb_column:not(:nth-child(5n)) {
        margin-right:5.5% !important;
    }
}

/* 6 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    #page-container #et-boc .six-col-tab .et_pb_column {
        width:12.083% !important;
    }

    #page-container #et-boc .six-col-tab .et_pb_column:nth-last-child(-n+6) {
        margin-bottom:0;
    }

    #page-container #et-boc .six-col-tab .et_pb_column:not(:nth-child(6n)) {
        margin-right:5.5% !important;
    }
}
/* Custom Mobile Columns by Jet - END */