/* 
Theme Name:		 WPIAD Child theme
Theme URI:		 http://wpinaday.nl
Description:	 WPIAD Child theme is a child theme of Elementor Hello Theme.
Author:			 WPinaday
Author URI:		 http://wpinaday.nl
Template:		 hello-elementor
Version:		 1.0.2
Text Domain:	 wct
*/


/**** Custom CSS ****/
header.elementor-sticky--effects {
    background: #fff !important;
    padding: 0 !important;
	z-index: 999 !important;
}
header .elementor-container {
	z-index: 999!important;
}

body {
	padding: 30px;
}

ol, ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 90px; /* fixed header height */
  margin: -90px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}

.elementor-15 .elementor-element.elementor-element-d3868ad .elementor-nav-menu--main .elementor-item {
	text-shadow: -0.8px 0.8px 0px #E799FB;
}
.swiper-slide {
    box-shadow: 3px 3px 0px #E799FB;
}
.swiper-container {
	padding: 3px;
}
.elementor-field-type-text.elementor-field-group {
    -webkit-font-size-delta: 16px;
}
/**** Responsive ****/

/** Tablet **/

@media screen and (max-width: 1025px) {
	body {
		padding: 20px;
	}
	ul#menu-2-d3868ad {
		margin: 0 20px;
	}

}

/** Mobile **/
@media screen and (max-width: 768px) {
	body {
		padding: 1px;
	}
	
	ul#menu-2-d3868ad {
		margin: 0px;
	}
}

h3 {
   text-shadow: -1px 1px  #E799FB;
}
/* .button-algemeen {
/* 	width: 150px;
    height: 30px; */
    background: #00000000;
	border: 1px;
	border-color: #5697FB;
    -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 10%);
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
} */

.elementor-button-link {
	z-index:9999;
}
