/*
Theme Name:   Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.0.2
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description:  Divi Child Theme
Template: Divi
Text Domain: Divi-child
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
ul.template-menu {
	margin: 0;
	text-align: justify;
	padding: 0;
}
ul.template-menu li {
	list-style: none;
	display: inline-block;
}
ul.template-menu li a {
    display: block;
    padding: 8px 16px;
    background: #1caef7;
    color: #fff;
    margin: 2px 0;
}
.et_pb_module.et-waypoint{
	 border-radius:10px;
	 overflow:hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=90, Color=#adaaaa)";/*IE 8*/
	-moz-box-shadow: 0px 0px 50px #adaaaa;/*FF 3.5+*/
	-webkit-box-shadow: 0px 0px 50px #adaaaa;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0px 0px 50px #adaaaa;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=90, Color=#adaaaa); /*IE 5.5-7*/
	 -webkit-transition: all 0.5s linear;/* Safari 3.2+, Chrome */
	 -moz-transition: all 0.5s linear;/* Firefox 4-15 */
	 -o-transition: all 0.5s linear;/* Opera 10.5-12.00 */
	 transition: all 0.5s linear;/* Firefox 16+, Opera 12.50+ */

}
.et_pb_module.et-waypoint:hover{
box-shadow:none;
}

@media screen and (max-width: 767px) {
  .mfp-close {

    right: 24px;
    top: 24px;

}
}