/*
Theme Name: Handgespaakt
Description: Theme for Handgespaakt
Author: Have a Byte
Author URI:  https://haveabyte.nl
Template: salient
Version: 1.0.1
*/


.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 background: rgba(255, 255, 255, 0.38) !important;
}

.lgx-logo-wrapper {
  border-top: 3px solid #fd661f;
  border-bottom: 3px solid #fd661f;
}

.owl-nav button:focus {
	 outline: none;
}

.wheelspin1 {
	width: 30px;
	height: 30px;
	background-image: url('/wp-content/themes/handgespaakt/wheel-rotate.png');
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	top: 0;
  animation:spin1 4s ease-in-out infinite;
	margin-left:10px
}

.ri-grid ul::after {display: none}
.ei-follow-us a{margin-top: 30px}

@keyframes spin1 { 0% { transform(0deg); } 100% { transform: rotate(360deg); } }
.nf-before-form-content {display: none}


@media only screen and (min-width: 690px) and (max-width: 999px){
  .container {
    max-width: 90vw !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 690px){
  .container {
    max-width: 90vw !important;
  }
}