/*======================================
Theme Name: EGLX 2019
Theme URI: https://www.eglx.com/
Description: EGLX
Version: 1.0
Author: The Ultimate Creative
Author URI: https://www.theultimatecreative.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* Rigid Square Font */
@font-face {
    font-family: Rigid Square Regular;  
    src: url(https://eglx.com/wp-content/themes/eglx2019/fonts/Rigid-Square-Regular.otf);  
    font-weight: normal;  
}

@font-face {
    font-family: Rigid Square Bold Italic;  
    src: url(https://eglx.com/wp-content/themes/eglx2019/fonts/Rigid-Bold-Italic.otf);  
    font-weight: normal;  
}

@font-face {
    font-family: Rigid Square Bold;  
    src: url(https://eglx.com/wp-content/themes/eglx2019/fonts/Rigid-Bold.otf);  
    font-weight: normal;  
}

@font-face {
    font-family: Rigid Square ExtraBold Italic;  
    src: url(https://eglx.com/wp-content/themes/eglx2019/fonts/Rigid-ExtraBold-Italic.otf);  
    font-weight: normal;  
}
@font-face {
    font-family: Rigid Square ExtraBold;  
    src: url(https://eglx.com/wp-content/themes/eglx2019/fonts/Rigid-ExtraBold.otf);  
    font-weight: normal;  
}

@font-face {
    font-family: Rigid Square ExtraLight Italic;  
    src: url(https://eglx.com/wp-content/themes/eglx2019/fonts/Rigid-ExtraLight-Italic.otf);  
    font-weight: normal;  
}
@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}