/* 
 Theme Name:     Divi Child Theme - Atlantis - For Clients of HPX Media Inc.
 Author:         HPX Media Inc.
 Author URI:     https://hpxmedia.com
 Template:       Divi
 Version:        2.0
 Description:    A Divi Child Theme built by HPX Media.

*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE ---------- */ 



/* NAVIGATION  */

.nav li li { padding: 0; } /* gets rid of left and right spacing */
.et_pb_menu .et-menu-nav>ul ul { padding: 0; } /* gets rid of top and bottom spacing */
.nav li ul { border-top: 0px; }  /* gets rid of 3px line at the top of ul */
.et-menu li li a { width: 240px; }   /* makes li same width as ul */

 /* .nav li li { border-bottom: 1px solid #f2f2f2; }line between dropdown menu items */
.nav li li a { font-size: 15px!important; font-weight: 400!important; } /* font size of dropdown menu text */
.nav li li:hover { background-color: #073655; }  /* dropdown menu item background hover colour - DIVI ONLY ALLOWS YOU TO HOVER THE WHOLE MENU BG  */
.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul { top: calc(100% - 0px); }   /* moves dropdown menu down to line up with banner  */



/* MOBILE NAVIGATION

.et_mobile_menu { margin-top: 10px; border-top: 0; }
.et_pb_menu .et_mobile_menu { padding: 0; }
#mobile_menu1 .et-l--header ul { padding-bottom: 0; }  */


/* HOME PHOTO GALLERY - MAKES GALLERY IMAGES SQUARE  */
.mh-gallery-square .et_pb_gallery_image { padding-top: 100%; }
.mh-gallery-square .et_pb_gallery_item img { position: absolute; height: 100%; bottom: 0; object-fit: cover; }




/* Blog spacing issue

.hpx-blog .et_pb_row { width: 100%;  }   */













