/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.home .model-menu {
    display: none;
}
div#site-logo {
    display: none;
}
.modal-wrapper.styled .modal {
    /*background-color: #272527; */
}
figure.gallery-item {
    text-align: center;
}
.modal-wrapper.styled .modal .close-modal {
    border: none;
    outline: none;
  	top: 8px;
}
.modal-wrapper.styled .modal {
    border: none;
}
.eael-entry-wrapper {
    text-align: center;
}
.eael-grid-post-holder {
    border: none;
}
.modal-wrapper.styled {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.modal-wrapper.styled .modal {
    margin: 0 auto;
  	padding: 30px;
}
.eael-grid-post-holder {
    background-color: transparent !important;
}
.post {
    background: #fafafa;
}

@media only screen and (max-device-width: 767px)  {
.modal-wrapper.styled .modal {
    margin: 0;
    width: 100%;
}
}