/*-------------------------------------------------------
Theme Name: Divi Child
Theme URI: 
Description: A child theme template for Divi
Author: Adrian
Author URI: 
Template: Divi
Version: 1.0.0
----------------- ADDITIONAL CSS HERE ------------------*/

.custom-yy-menu {
    display: block;
    text-align: center;
    margin: auto;
    overflow: hidden;
    max-width: 1200px;
    padding: 40px 20px;
}
.custom-yy-menu li {
    display: inline-block;
    max-width: 200px;
    text-align: center;
}

#main-content {
    min-height: calc(100vh - 298px);
}
#main-content .container {
    padding-top: 0;
}
yy-transparent-section {
    background: transparent !important;
}
.box-shadow-column {
    padding: 10px;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 0 10px #000;
}
#left-area {
    background: rgb(255, 255, 255);
    padding: 40px;
}