/*
Theme Name: Master
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Ben Bruno http://www.innovativegraphicsdesign.com
Template: Divi
*/

@import url("../Divi/style.css");

@media (max-width: 980px){
.wp-image-526.alignright.size-medium {width: 100px !important;}
#footer-info {font-size: 8pt !important;}
.hide {display: none !important;}
}

@media only screen and (max-width: 1280px) {
/* changes logo max height when screen shrinks */
#logo {max-height: 50px !important;}
}

@media only screen and (max-width: 1080px) {
area {width: 100% !important }
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}


span.mobile_menu_bar:before {
    color: red !important;
}
.single .et_pb_post {
 margin-bottom: 0;
 padding-bottom: 0;
}


/* hide captions in lightbox */
.et_pb_gallery_title, .mfp-gallery .mfp-title { display: none; }

.header-content-container {margin-top: 12vw !important;}


/* centers gallery items in mobile */
.et_pb_gallery_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}



