/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/

/* TYPO ********************************************************************************** */

* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none !important;
}

/* ELEMENTS ------------------------------------------------------------------------------ */

/****** Lightbox Styling *******/
[class*="lightbox-trigger-"] { cursor:pointer; }
[class*="lightbox-content-"] { position:relative; z-index: unset !important; }
[class*="lightbox-content-"] .mfp-close { color:#999999 !important; }
[class*="lightbox-content-"] .mfp-close:active { top:0px !important; }

/* HEADER: ------------------------------------------------------------------------------- */

@media only screen and (max-width: 980px) {
	.et_fixed_nav #main-header {
    position: fixed;
	}
  #main-header .container {
    padding: 0 5%;
    width: 100% !important;
	}
	#main-header .et_mobile_menu {
		padding: 0;
	}
}


/* FOOTER -------------------------------------------------------------------------------- */
