/*
Theme Name:   ChildDivi
Description:  Write here a brief description about your child-theme
Author:       wdodard
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  childdivi
*/

/* Write here your own personal stylesheet */
/*----------Custom Divi Gallery----------*/
 
.et_overlay {
    display: none;
}
.mfp-title {
    display: none;
}
.et_pb_gallery_grid .et_pb_gallery_item img {
    transform: scale(1.03);
    transition: transform 0.5s, opacity 0.5s;
}
.et_pb_gallery_grid .et_pb_gallery_item img:hover {
    transform: scale(1.15);
    opacity: 1;
}
 
.et_pb_gallery_grid .et_pb_gallery_item {
    padding: 2px;
    width: 20%!important;
    clear: right!important;
}
 
@media only screen and (max-width: 479px) {
     
.et_pb_column .et_pb_grid_item:nth-child(n) {
    width: 33%!important;
}
}
/*----------Custom Row Padding----------*/
.et_pb_row { padding-top: 3px !important; 
padding-bottom:3px !important}

/*-------Style the Widget Titles---------*/
.widgettitle {
text-align:center;
font-size:18px;
padding-bottom: 20px;
}
.widgettitle {
    border-bottom: solid 2px #000000;
    margin-bottom: 15px;
}
/*---------Adjust the Margin Between Widgets ----*/
.et_pb_sidebar .et_pb_widget {
margin-bottom: 10% !important;
}
/*-----------*Use a Custom Menu to Display Categories ---*/
.et_pb_widget ul li {
background-color: #f9f9f9;
padding: 10px;
}
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
/*** Hide Sidebar ***/
#sidebar {display:none;}