/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS below this comment
============================================ */

/*Utility*/
.align-center {display:flex; flex-direction: column; justify-content:center;}

.gw-gopf-slider-controls-wrap {
    position:absolute;
    z-index:10;
    bottom:auto !important;
    top:50%;
}
.gw-gopf-slider-controls {
    position:absolute !important;
    left:0 !important;
    width:100%;
    margin-top:-22px;
}
.gw-gopf-slider-controls > div {
  position:absolute !important;
  top:50% !important;
}
.gw-gopf-control-prev { left:20px !important; right:auto !important; }
.gw-gopf-control-next { right:20px !important; }

#et-secondary-nav li ul, #top-header {
background-color: #ffffff;
}

/*Team - 2024
============================================ */

/*Close margin beneath team member photo*/
/* .mfp-container {height:96% !important;}  */

/*Move close button inside modal*/
.mfp-iframe-holder .mfp-close {
    top: 40px !important;
    color: black !important;
    font-size: 54px !important;
    opacity: 0.75 !important;
    padding-right: 15px !important;
}