/*
Theme Name: EM Studio Main
Theme URI: https://www.emstudio.co.il
Author: EM Studio
Author URI: https://www.emstudio.co.il
Description: Tailor made theme for IAO by EM Studio.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: EM Studio
*/



/*** Helpers ***/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.center-vert {
    display: table;
    height: 100%;
    width: 100%;
}

.center-vert-inside {
    display: table-cell;
    vertical-align: middle;
}



