/*
 Theme Name:   Midwest Surf
 Theme URI:    https://www.elegantwebdesigns.org/
 Description:  Midwest Surf School website theme
 Author:       Elegant Web Designs
 Author URI:   https://www.elegantwebdesigns.org/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*  Setting the Widget area in the slide-in menu  */
#ewd-widget-area-wrap {
    position: absolute;
    bottom: 2em;
    right: 2em;
    /*border-top: white 1px solid;*/
}
@media only screen and (max-width: 980px) { 
#advwidget-3 {
    display:none;
}
}
#advwidget-3 {
    text-align: center;
    width: 270px;
}
#advwidget-3 .adwrap {
    max-width: 65px;
    float: right;
    padding-top: 14px;
}
#advwidget-3 .adwrap img {
    padding-bottom: 20px;
}

/*  Adjusting padding around phone/email info in slide-in menu  */
.et_slide_menu_top {
    padding: 12px 27px 27px;
    background: rgba(0,0,0,0.1);
}

/*  Change Hamburger Menu item color  */
.mobile_menu_bar:after, .mobile_menu_bar:before {
    color: white !important;
}


/*  Prevents full-width portfolio module from being clickable  */

.et_pb_portfolio_item .et_overlay {
z-index: 6;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
display: inline-block
position: relative;
z-index: 6;
}
.et_pb_portfolio_item .et_pb_portfolio_image:hover:after {
content:"";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 5;
display: block;
}
.et_pb_portfolio_item .post-meta {
display: none !important;
}
.et_pb_portfolio_item .nonclickable .post-meta {
display: none !important;
}
#profile-gee .et_overlay::before {
display: none;
}

/*  Moves menu arrow for submenu options to the right slightly  */
.et_slide_in_menu_container span.et_mobile_menu_arrow {
    display: inline-block;
    position: absolute;
    right: -10px !important;
    width: auto;
    height: auto;
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.et_pb_testimonial_description {
    display: flex !important;
}