/*!
Theme Name: Dac-Eemland
Template: customify
Author: Mathijs
Description: voegt stijleigenschappen toe voor Dac-Eemland website met Customify thema
Version: 0.3
License: Aan Dac-Eemland
*/

.header--row-inner {
	background-position: right !important;
	background-repeat: no-repeat !important;
	background: linear-gradient(to  right, #f7f7f7,#fc993e) !important;
}
.site-header {
	z-index: 1000 !important;
}
#ditbiedenwij {
	width: 200px;
}
@media screen and (max-width: 780px) {
#ditbiedenwij {
	text-align: center;
	width: 100%;
}
}
.magic-widget h2 {
	color: white;
}
.magic-widget h3 {
//	color: white !important;
}
#main {
	padding-top: 0 !important;
}
#mobile-be h3 {
	display: none;
}
@media screen and (max-width: 780px) {
  img.testimonial {
	   width: 100% !important;
  }
	#mobile-dis {
	   display: none
	}
	#mobile-be h3 {
	display: block;
	}
}
.menu-item {
background-color: #1336ac;
border-radius: 6px;
margin-left: 15px !important;
}
ul li .menu-item {
background-color: white;
border-radius: 0;
}
.menu-item a {
color: white !important;
}
ul li .menu-item a {
color: black !important;
}
.vacature-widget-img img {
border-radius: 150px;
}
h1.page-cover-title {
margin-top: 340px;
margin-left: 40px;
}
@media screen and (max-width: 780px) {
  h1.page-cover-title {
 margin-top: 122px;
 margin-left: 12px;
 font-size: 12pt;
  }    
}


#site-navigation-sidebar-mobile ul li {
	margin-bottom: 10px; !important;
	margin-right: 15px; !important;
}
#site-navigation-sidebar-mobile ul li {
	background-color: rgba(19,54,172);
}
#site-navigation-sidebar-mobile ul li a {
	color: white !important;
}







@media (min-width: 900px) and (max-width: 1125px) {
.aigwl_hexagonal_gallery_item {
	width: 200px !important;
	height: 230px !important;
}

.aigwl_hexagon2 {
	position: absolute;
	width: 184px !important;
	height: 250px !important;
}

.aigwl_hexagonal_gallery_sec .hexagonal_gallery_sec {
	width: 1200px !important;
	margin: 0 auto;
}

.aigwl_hexagonal_gallery_item:nth-child(7n-2) {
	margin-left: unset !important;
}

.aigwl_hexagonal_gallery_item:nth-child(n+5) {
	margin-top: unset !important;
}
.aigwl_hexagonal_gallery_item:nth-child(8n-2) {
	margin-left: 101px !important;
}

.aigwl_hexagonal_gallery_item:nth-child(n+6) {
	margin-top: -55px !important;
}
}

@media (min-width: 1125px) and (max-width: 1800px) {
.aigwl_hexagonal_gallery_item {
	width: 300px !important;
	height: 345px !important;
}

.aigwl_hexagon2 {
	position: absolute;
	width: 276px !important;
	height: 375px !important;
}

.aigwl_hexagonal_gallery_sec .hexagonal_gallery_sec {
	width: 1920px !important;
	margin: 0 auto;
}

.aigwl_hexagonal_gallery_item:nth-child(7n-2) {
	margin-left: unset !important;
}

.aigwl_hexagonal_gallery_item:nth-child(n+5) {
	margin-top: unset !important;
}
.aigwl_hexagonal_gallery_item:nth-child(8n-2) {
	margin-left: 152px !important;
}

.aigwl_hexagonal_gallery_item:nth-child(n+6) {
	margin-top: -78px !important;
}
}

@media (min-width: 1800px) {
.aigwl_hexagonal_gallery_item {
	width: 400px !important;
	height: 460px !important;
}

.aigwl_hexagon2 {
	position: absolute;
	width: 366px !important;
	height: 500px !important;
}

.aigwl_hexagonal_gallery_sec .hexagonal_gallery_sec {
	width: 2500px !important;
	margin: 0 auto;
}

.aigwl_hexagonal_gallery_item:nth-child(7n-2) {
	margin-left: unset !important;
}

.aigwl_hexagonal_gallery_item:nth-child(n+5) {
	margin-top: unset !important;
}
.aigwl_hexagonal_gallery_item:nth-child(9n-2) {
	margin-left: 202px !important;
}

.aigwl_hexagonal_gallery_item:nth-child(n+7) {
	margin-top: -101px !important;
}
}


@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
button.btn, button.btn::after, button.btn::before, button.btn:hover, button.btn:hover::after, button.btn:hover::before {  
  box-sizing: border-box;
}

.bannerarea {
text-align: right;
background-repeat: none;
background-size: cover;
background-position: center center;
height: 475px;
min-width: 100%;
padding: 25px 0 0 25px;
display: block; 
box-sizing: border-box;	
}

.bannerwidget {
  font-family: "Lato", sans-serif;
  padding: 25px;
  padding-top: 325px;
  dsplay: block;
  color: white;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
}

.bannerarea h1 {
  color: white;
  position: absolute;
}

@keyframes topAnimation {
  from {
    transform: translate(0rem, 0);
  }
  to {
    transform: translate(0rem, 3.5rem);
  }
}

@keyframes bottomAnimation {
  from {
    transform: translate(-11.5rem, 0);
  }
  to {
    transform: translate(0rem, 0);
  }
}

button.btn {
  min-width: 300px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  position: relative;
  letter-spacing: 0.15em;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  background: transparent !important;
  outline: none;
  font-size: 18px;
  color: white !important;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;
}

@media screen and (min-width: 600px) {
  button.btn {
      font-size: 22px;
  }	  
}

@media screen and (min-width: 1024px) {
  button.btn {
      font-size: 24px;
  }	  
}

button.btn::after, button.btn::before {
  display: block;
  border: 0;
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
  border-radius: 50%;
}

button.btn::before {
  border: 0;
  background-color: #c92918;
  top: -0.75rem;
  left: 0.5rem;
  animation: topAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s infinite alternate;
}

button.btn::after {
  background-color: #e74c3c;
  top: 3rem;
  left: 13rem;
  animation: bottomAnimation 2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s infinite alternate;
}

button.btn:hover {
  color: white !important;
}

button.btn:hover::before, button:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  animation: none;
}

button.btn:hover::after {
  left: 0rem;
}

button.btn:hover::before {
  top: 0.5rem;
  left: 0.35rem;
}