@charset "UTF-8";

/*
Theme Name: Steyls-art
Theme URI: https://http://www.steyls-art.com/
Theme creator: spicethemes
Author: HoppaYou!
Author URI: https://hoppayou.nl
Version: 2.6
Description: template voor marcdekeijzer.nl
*/

/* --------------------------------------------------------------
	Common
-------------------------------------------------------------- */
html {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

html,
body {
  width: 100%;
}

body,
button,
input,
select,
textarea {
  color: #393939;
  font-weight: 400;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3;
  margin: 0 0 1rem;
  color: #333;
  font-weight: 700;
}

h1 {
  margin: 0 0 1.875rem;
}

h2 {
  font-size: 2.625rem;

  /* 42px */
}

h3 {
  font-size: 2.25rem;

  /* 36px */
}

h4 {
  font-size: 1.875rem;

  /* 30px */
}

h5 {
  font-size: 1.5rem;

  /* 24px */
}

h6 {
  font-size: 1.125rem;
  font-weight: 600;

  /* 18px */
}

p {
  margin: 0 0 0;
  padding: 0;
}

.stpink {
  color: #d6006e;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 1.5rem;
  font-style: normal;
  margin: 0 0 25px;
  overflow: hidden;
  padding: 10px 20px;
  quotes: "" "";
  color: white;
  font-weight: 600;
  line-height: 1.4;
}

blockquote cite {
  color: #a5a5a5;
  font-size: 1rem;
  display: block;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5em;
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote::before,
blockquote::after {
  content: "";
}

:focus {
  outline: none;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
}

code,
kbd,
tt,
var {
  font-size: 1rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

iframe {
  border: 0;
}

#wrapper {
  background-color: #fff;
  margin: 0 auto;
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.black > a {
  color: #000;
}

/* --------------------------------------------------------------
5. Forms
-------------------------------------------------------------- */
label {
  color: #393939;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #393939;
  background: #fff;
  background-image:
    -webkit-linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0)
    );
  border: 1px solid #f3f3f3;
  border-radius: 0;
  display: block;
  padding: 0.7em;
  width: 70%;
  float: left;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #393939;
  border-color: #333;
}

select {
  border: 1px solid #f3f3f3;
  border-radius: 0;
  height: 3em;
  max-width: 100%;
  width: 100%;
  padding: 0.7em;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
  display: inline-block;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: rem-calc(16);
  font-weight: 600;
  line-height: 1;
  padding: 16px 35px;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

input + button,
input + input[type="button"] {
  padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #333;
  color: #fff;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #333;
}

/* Placeholder text color */
::-webkit-input-placeholder {
  color: #393939;
}

:-moz-placeholder {
  color: #393939;
}

::-moz-placeholder {
  color: #393939;
}

:-ms-input-placeholder {
  color: #393939;
}

.btn-small,
.btn-ex-small {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  position: relative;
  letter-spacing: 0;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

.btn-small {
  min-width: 10rem;
  padding: 11px 38px;
}

.btn-ex-small {
  min-width: 9rem;
  font-size: 1rem;
  padding: 9px 35px;
}

.btn-default {
  color: #fff;
  border: none;
}

.btn-default:hover,
.btn-default:focus {
  background: #fff;
  color: #333;
}

.btn-bg-default {
  color: #fff !important;
}

.btn-border {
  background: #fff;
  color: #333;
}

.btn-border:hover,
.btn-border:focus {
  color: #fff;
}

.btn-border-dark {
  background: transparent;
  border: 2px solid #333;
  color: #333;
}

.btn-border-dark:hover {
  color: #fff;
}

.btn-cta:hover,
.btn-cta:focus {
  background: #333 !important;
  border: 2px solid #333;
}

.btn-shadow {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.btn-shadow-lg {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .btn-small {
    padding: 9px 32px;
  }

  .btn-ex-small {
    padding: 7px 30px;
  }
}

/* --------------------------------------------------------------
5. Lists
-------------------------------------------------------------- */
ul,
ol {
  margin: 0 0 18px 18px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* --------------------------------------------------------------
6. Tables
-------------------------------------------------------------- */
table {
  border-collapse: collapse;
  margin: 0 0 25px;
  width: 100%;
  border: 1px solid #eee;
}

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.8rem;
}

th {
  padding: 0.8rem;
  text-align: left;
  border: 1px solid #eee;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.8rem;
  border: 1px solid #eee;
}

/* th:first-child, td:first-child { padding-left: 0; } */

/* --------------------------------------------------------------
7. Links
-------------------------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: thin dotted;
  text-decoration: none !important;
}

a:hover,
a:active {
  color: #000;
  outline: 0;
}

img.size-medium.wp-image-649.lazyloaded {
  width: auto;
  height: auto;
}

/* --------------------------------------------------------------
    7. Vertical margin, padding
    -------------------------------------------------------------- */
.p-0 {
  padding: 0 !important;
}

.ptop-0 {
  padding-top: 0 !important;
}

.ptop-10 {
  padding-top: 10px !important;
}

.ptop-15 {
  padding-top: 15px !important;
}

.ptop-20 {
  padding-top: 20px !important;
}

.ptop-30 {
  padding-top: 30px !important;
}

.ptop-40 {
  padding-top: 40px !important;
}

.ptop-50 {
  padding-top: 50px !important;
}

.ptop-140 {
  padding-top: 140px !important;
}

.pbottom-0 {
  padding-bottom: 0 !important;
}

.pbottom-5 {
  padding-bottom: 5px !important;
}

.pbottom-10 {
  padding-bottom: 10px !important;
}

.pbottom-20 {
  padding-bottom: 20px !important;
}

.pbottom-30 {
  padding-bottom: 30px !important;
}

.pbottom-40 {
  padding-bottom: 40px !important;
}

.pbottom-50 {
  padding-bottom: 50px !important;
}

.pbottom-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mtop-0 {
  margin-top: 0 !important;
}

.mtop-10 {
  margin-top: 10px !important;
}

.mtop-15 {
  margin-top: 15px !important;
}

.mtop-20 {
  margin-top: 20px !important;
}

.mtop-30 {
  margin-top: 30px !important;
}

.mtop-40 {
  margin-top: 40px !important;
}

.mtop-50 {
  margin-top: 50px !important;
}

.mtop-60 {
  margin-top: 60px !important;
}

.mtop-70 {
  margin-top: 70px !important;
}

.mtop-80 {
  margin-top: 80px !important;
}

.mtop-0 {
  margin-bottom: 0 !important;
}

.mbottom-10 {
  margin-bottom: 10px !important;
}

.mbottom-20 {
  margin-bottom: 20px !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.mbottom-40 {
  margin-bottom: 40px !important;
}

.mbottom-50 {
  margin-bottom: 50px !important;
}

.mbottom-60 {
  margin-bottom: 60px !important;
}

.mbottom-70 {
  margin-bottom: 70px !important;
}

.mbottom-80 {
  margin-bottom: 80px !important;
}

.fullwidth {
  padding-left: 0;
  padding-right: 0;
}

/* --------------------------------------------------------------
	Navbar
-------------------------------------------------------------- */
.logo-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.navbar-brand > img {
  max-width: 9vh;
  height: auto;
}

.navbar-custom .container-fluid {
  padding-right: 0 100px;
}

.navbar {
  margin-bottom: 10px;
}

.navbar-brand {
  height: auto;
  padding: 0 15px 10px;
}

.navbar-custom {
  background-color: #575757;
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: "Adams Bold";
  font-size: 1rem;
  -webkit-transition: background, padding 0.4s ease-in-out 0s;
  transition: background, padding 0.4s ease-in-out 0s;
  margin: 0 auto;
}

.header-nav {
  background-color: inherit;
}

.header-mobile {
  background-color: #575757;
  display: none;
}

.container-fluid-top {
  width: 100%;
  border-bottom: 4px solid #d6006e;
  padding-top: 1vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-margin {
  margin-top: 3px;
  margin-left: 6px;
}

.navbar a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.navbar-custom .navbar-brand {
  letter-spacing: 0.25rem;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1.45;
  color: #fff;
  min-height: auto;
  height: auto;
  padding: 0 1.2vh;
}

/* Site Branding Text */
.site-branding-text {
  float: left;
  white-space: nowrap;
  margin-top: 1.5vh;
}

.site-branding-text .site-title {
  letter-spacing: 0.25rem;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1;
  color: black;
  margin: 0;
}

.header_title .text-center h3 {
  font-size: 4rem;
  color: #d6006e;
  display: block;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  clear: inherit;
}

@media (max-width: 360px) {
  .header_title .text-center h3 {
    font-size: 3rem !important;
  }

  .post-content {
    padding: 0 30px 30px !important;
  }
}

.header_pad {
  right: 0;
  left: 0;
}

.site-branding-text .site-title > a,
.site-branding-text .site-title > a:hover,
.site-branding-text .site-title > a:focus {
  color: #fff;
}

.site-branding-text .site-description {
  color: #fff;
  margin: 0;
}

.navbar-custom .navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
}

.navbar-custom .nav li > a {
  position: relative;
  color: #fff;
  margin: 10px 24px;
}

.navbar-custom .nav .dropdown-menu {
  background: #575757;
  border-radius: 0;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0.75rem;
}

.navbar-custom .nav .dropdown-menu {
  min-width: 180px;
  font-size: 0.875rem;
}

.navbar-custom .nav .dropdown-menu > li {
  padding: 0 15px;
  margin: 0;
}

.navbar-custom .nav .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 10px 0;
  letter-spacing: 1px;
  color: #dbdbdb !important;
  margin: 0;
}

.navbar-custom .nav .dropdown-menu > li > a::before {
  display: none;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .dropdown-menu > .active > a {
  background-color: transparent;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #575757;
}

.navbar-nav > li > .dropdown-menu > li > a {
  color: white;
}

.navbar-nav > li > .dropdown-menu > li > a:hover {
  background-color: #575757;
  color: #d6006e;
}

.navbar-custom .dropdown-toggle::after {
  position: absolute;
  display: block;
  right: -15px;
  top: 50%;
  margin-top: -10px;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 1.2;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.header-module {
  margin: 19px 0;
}

.header-module a {
  color: #fff;
}

.bottom-module {
  margin-left: 0;
  margin-bottom: 1vh;
}

.facebook-icon {
  color: #fff;
  margin-right: 0.5vw;
}

.facebook-icon::after {
  font-family: FontAwesome;
  content: "\f09a";
  font-size: 20px;
  line-height: 1.2;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.instagram-icon {
  color: #fff;
  margin-right: 0.5vw;
}

.instagram-icon::after {
  font-family: FontAwesome;
  content: "\f16d";
  font-size: 20px;
  line-height: 1.2;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linkedin-icon {
  color: #fff;
  margin-right: 0.5vw;
}

.linkedin-icon::after {
  font-family: FontAwesome;
  content: "\f08c";
  font-size: 20px;
  line-height: 1.2;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.call-us {
  color: #fff;
  margin-right: 1vw;
  padding-bottom: 2px;
}

.call-us-mobile {
  color: #fff;
  margin-right: 0.5vw;
  padding-bottom: 2px;
}

.call-us-mobile::before {
  font-family: FontAwesome;
  content: "\f095";
  font-size: 20px;
  line-height: 1.2;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.call-us::before {
  font-family: FontAwesome;
  content: "\f095";
  font-size: 20px;
  line-height: 1.2;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

/* --------------------------------------------------------------
	Navbar For Boxed Layout
-------------------------------------------------------------- */
body.boxed .navbar-custom .container-fluid {
  padding: 0 15px;
}

@media (min-width: 992px) {
  body.boxed .navbar-custom .container-fluid {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  body.boxed .navbar-custom .container-fluid {
    width: 1170px;
  }
}

/* --------------------------------------------------------------
	Header Social Icons
-------------------------------------------------------------- */
.header-social-icon {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 25px;
  margin-right: 25px;
  display: inline-block;
  line-height: 16px;
  position: relative;
  top: 0;
}

.small-social-icon {
  margin: 0;
  list-style: none;
  padding: 0;
}

.small-social-icon li {
  margin: 0 0 0 10px;
  display: inline-block;
  line-height: 14px;
}

.small-social-icon li a {
  text-align: center;
  width: auto;
  height: auto;
  font-size: 1rem;
  line-height: 16px;
  color: #fff;
}

.header-social-icon .small-social-icon li:first-child {
  margin-left: 0;
}

@media (max-width: 991px) {
  .navbar-custom .small-social-icon li a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.navbar-custom + .main {
  margin-top: 50px;
}

/* =================================================================================== */

/*	Woocommerce Header Cart
/*=================================================================================== */
.cart-header {
  line-height: 1;
  position: relative;
  margin-right: 15px;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
}

.cart-header > a.cart-icon {
  -wekbit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #fff;
  padding: 0;
}

.cart-header > a .cart-total {
  font-family: "Adams Bold";
  font-size: 0.688rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: absolute;
  right: -15px;
  top: -7px;
  padding: 1px;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  -wekbit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button product_type_simple {
  background-color: #d6006e !important;
}

/* =================================================================================== */

/*	Slider - Video Static
/*=================================================================================== */

/* Video Background */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Video With Upload */
.videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.videoContainer video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}

/* =================================================================================== */

/*	Main Slider - Owl Carousel
/*=================================================================================== */
.main-slider {
  position: relative;
}

.main-slider .overlay,
.video-slider .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#slider-carousel {
  margin: 0;
}

#slider-carousel .item {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.home-section {
  position: relative;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 1;
  background-size: cover;
}

.home_wrapper_content {
  padding: 0 30px 30px;
}

.usp_container {
  height: auto;
  background-color: #d6006e;
}

.wsa_pic {
  height: 80vh;
  padding: 20px;
  width: 100%;
}

.wsa-img {
  max-width: 100%;
  max-height: 100%;
  width: 100vw;
}

.wsa_titel {
  padding: 20px 20px 0;
  text-align: center;
}

.wsa_titel > h3 {
  font-size: 4rem;
  color: #d6006e;
  display: block;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  clear: inherit;
}

.wsa_tekst {
  height: 25vh;
  margin: 20px;
  text-align: center;
}

.home_bgt {
  background-color: #575757;
  padding: 20px 0 40px;
  color: white;
}

.entry-content-bgt {
  padding: 0 20px;

  /* color: white; */
}

.slider-caption {
  position: relative;
  display: table;
  height: 100%;

  /* margin: 0 auto; */
  z-index: 1;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.slider-caption .title {
  font-size: 5rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.slider-caption .subtitle {
  color: #fff;
  letter-spacing: 0.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

/* Slider Pointer */
.pointer-scroll {
  position: absolute;
  font-family: "fontAwesome";
  content: "\f103";
  bottom: -33px;
  left: 0;
  right: 0;
  border: 2px solid #fff;
  color: #fff;
  z-index: 2;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2;
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-animation: intro 2s;
  animation: intro 2s;
}

.pointer-scroll:hover,
.pointer-scroll:focus {
  color: #fff;
}

.contact-back {
  height: 100vh;
  width: 100%;
}

.cp-cblock {
  width: 50vw;
  height: 45vh;
  color: white;
  z-index: 10;
  margin-left: 5vw;
  margin-top: 15vh;
}

.cp-iblock {
  width: 30vw;
  height: auto;
  color: white;
  z-index: 10;
  float: right;
  margin-left: 8vw;
  margin-top: 15vh;
  margin-right: 5vw;
}

.cp-iblock-form {
  height: 100%;
  width: 100%;
  padding: 2vh 2vw;
  background-color: #575757;
}

.cp-block-tekst {
  height: 100%;
  width: 100%;
  padding: 2vh 2vw;
  background-color: #575757;
}

.google-frame {
  height: auto;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

.text-block {
  padding-left: 4vw;
}

.iframe-holder {
  padding: inherit;
}

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
  border: none !important;
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
  border-radius: 2px;
}

@media (max-width: 767px) {
  .pointer-scroll {
    bottom: -25px;
    width: 50px;
    height: 50px;
    font-size: 1.35rem;
  }
}

.pointer-scroll .scroll {
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.carousel-inner > .item.active,
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right {
  margin: 0;
  padding: 0;
}

/* =================================================================================== */

/*	review
/*=================================================================================== */

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #d6006e;
  height: 60vh;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
  height: 60vh;
  color: white;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.review-img {
  height: 30vh;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  margin-bottom: 10vh;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.dot-container > .active,
.dot-container > .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {
  font-style: italic;
}

.blockquote .small,
blockquote footer,
blockquote small {
  color: white !important;
}

/* =================================================================================== */

/*	SECTION HEADER
/*=================================================================================== */
.section-header {
  margin: -4px 0 45px;
  padding: 0;
  position: relative;
  text-align: center;
}

.section-header .section-title {
  margin-top: 0.313rem;
  margin-bottom: 0;
}

.section-header .section-subtitle {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #393939;
}

@media (min-width: 768px) {
  .section-header.text-left {
    text-align: left;
    width: 80%;
  }
}

hr.divider {
  border-top: none;
  width: 70px;
  height: 2px;
  margin: 15px auto 21px;
}

.header_title {
  margin-bottom: 4vh;
}

/* =================================================================================== */

/*	Mixed Classes
/*=================================================================================== */
.bg-grey {
  background-color: #fafafa !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: black !important;
  padding-top: 13.5vh !important;
}

.funfact .col-md-3:nth-child(4n + 1) {
  clear: left;
}

.spacer {
  padding: 10vh 0;
  clear: both;
}

.services .col-md-4:nth-child(3n + 1),
.funfact .col-md-4:nth-child(3n + 1) {
  clear: left;
}

@media (min-width: 768px) and (max-width: 992px) {
  .services .col-md-4:nth-child(3n + 1),
  .funfact .col-md-4:nth-child(3n + 1) {
    clear: none;
  }

  .services .col-sm-6:nth-child(2n + 1),
  .funfact .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

.v-center {
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 1vh;
}

@media (max-width: 992px) {
  .v-center {
    display: block;
  }
}

body.boxed .container-fluid.fullwidth {
  padding-right: 15px;
  padding-left: 15px;
}

/* =================================================================================== */

/*	Section Module
/*=================================================================================== */
.section-module {
  position: relative;
  padding: 110px 0 60px;
}

@media only screen and (max-width: 600px) {
  .section-module {
    padding: 80px 0 30px;
  }

  .funfact-inner {
    margin: 0 0 30px !important;
    padding: 15px !important;
  }

  .testimonial-wrapper {
    padding: 80px 0 90px !important;
    min-height: 400px !important;
  }

  .testimonial {
    padding: 0 0 25px !important;
  }

  .call-to-action,
  .call-to-action-one {
    padding: 80px 0 80px !important;
  }

  .pricing {
    padding-top: 80px !important;
  }

  .subscribe-newsletter {
    padding: 75px 0 80px !important;
  }

  .sponsors {
    padding: 70px 0 !important;
  }

  .footer-sidebar {
    padding: 30px 0 20px !important;
  }

  .site-branding.pbottom-50 {
    padding-bottom: 30px !important;
  }
}

/* =================================================================================== */

/*	SERVICE SECTION
/*=================================================================================== */
.services {
  background-color: #fff;
  background: url("images/map.jpg") left top/510px no-repeat fixed;
}

.services .post {
  background-color: transparent;
  margin: 0 0 15px;
  padding: 30px 20px 30px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.services .post:hover {
  background-color: #fff;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.services .post::before,
.services .post::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  z-index: 0;
  border-radius: 3px;
}

.services .post::before {
  border-top-color: #f3f3f3;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.services .post::after {
  border-left-color: #f3f3f3;
  border-right-color: #f3f3f3;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.services .post:hover::after,
.services .post:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.services .post-thumbnail {
  position: relative;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-align: center;
  margin: 0 auto 1.875rem;
}

.services .post-thumbnail img {
  border-radius: 2px;
}

.services .post-thumbnail a {
  position: relative;
  z-index: 1;
}

.services .post-thumbnail i.fa {
  background: #f6f6f6;
  border-radius: 50%;
  width: 6.75rem;
  height: 6.25rem;
  font-size: 5.25rem;
  line-height: 1.095;
  padding: 5px;
  position: relative;
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
}

.services .entry-header {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.services .entry-header .entry-title {
  margin: 0;
  font-weight: 600;
}

.entry-header .entry-title a:hover {
  color: black;
}

.services p {
  margin: 0;
}

.btn:hover {
  background-color: #d6006e !important;
  color: #eee !important;
}

/* =================================================================================== */

/*	About Section
/*=================================================================================== */
.about-thumbnail {
  margin-top: 40px;
  margin-left: 40px;
}

.about-content {
  padding-left: 100px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .about-thumbnail {
    margin-top: 25px;
    margin-left: 25px;
  }

  .about-content {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .about-thumbnail {
    margin-top: 15px;
    margin-left: 15px;
  }

  .about-content {
    padding-left: 0;
  }
}

.about-content .entry-subtitle {
  margin: 0 0 5px;
  font-weight: 700;
}

.about-content .entry-title {
  margin: 0 0 18px;
}

/* =================================================================================== */

/*	ABOUT US PAGE
/*=================================================================================== */

.img-aboutus {
  width: 110%;
}

.divider {
  border: 1px solid #d6006e;
}

.au-pic {
  width: 100%;
}

/* =================================================================================== */

/*	PORTFOLIO FILTERS
/*=================================================================================== */
.portfolio-filters {
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
}

.portfolio-filters li {
  display: inline-block;
  position: relative;
  margin: 0 20px 5px;
}

.portfolio-filters li a {
  background: transparent;
  color: #333;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: relative;
}

.portfolio-filters li.active > a,
.portfolio-filters li > a:hover {
  background: transparent;
  color: #121212;
}

.portfolio-filters li.active a::before,
.portfolio-filters li a::before {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.portfolio-filters li.active a::before,
.portfolio-filters li a::before {
  top: unset;
  bottom: 0;
  display: block;
  height: 2px;
  width: 0%;
  content: "";
}

.portfolio-filters li.active a::before,
.portfolio-filters li a:hover::before {
  opacity: 1;
  width: 100%;
}

@media (max-width: 768px) {
  .portfolio-filters li {
    margin: 0 13px 5px;
  }
}

/* =================================================================================== */

/*	Portfolio Section
/*=================================================================================== */
.portfolio .post {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  width: 100%;
  text-align: left;
}

.portfolio .post *,
.portfolio .post *::before,
.portfolio .post *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.portfolio .post figcaption {
  position: absolute;
  bottom: 0%;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 15px 30px 25px;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

.portfolio .post .entry-title a {
  color: #fff;
}

.portfolio .post .entry-title a:hover {
  color: #fafafa;
}

.portfolio .post .entry-title,
.portfolio .post p {
  color: #fff;
  margin: 0;
  padding: 0;
}

.portfolio .post .entry-title {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 0 0 3px;
}

.portfolio .post i {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  font-size: 2rem;
  line-height: 0.85;
  width: 1.875rem;
  height: 1.875rem;
  top: 25px;
  right: 25px;
  text-align: center;
  -webkit-transform: translateY(-55px);
  transform: translateY(-55px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-style: normal;
  z-index: 1;
}

.portfolio .post i:hover {
  background-color: #fff;
  color: #121212;
  border: 1px solid #fff;
}

.portfolio .post:hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.portfolio .post:hover figcaption,
.portfolio .post:hover .entry-title,
.portfolio .post:hover p,
.portfolio .post:hover i {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
}

.portfolio .post::before,
.portfolio .post::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.portfolio .post::before {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.portfolio .post::after {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.portfolio .post:hover::before,
.portfolio .post:hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* =================================================================================== */

/*	FUNFACT SECTION
/*=================================================================================== */
.funfact {
  position: relative;
}

.funfact-inner {
  cursor: pointer;
  margin: 0 0 50px;
  border: 5px solid transparent;
  padding: 30px;
  -webkit-transition: -webkit-transform 0.5s ease;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  word-wrap: break-word;
}

.funfact-inner:hover {
  border: 5px solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.funfact-icon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2.25rem !important;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.funfact-title {
  margin-bottom: 7px;
  color: #fff;
}

.funfact-inner .description {
  color: #fff;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 768px) {
  .funfact-inner:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* =================================================================================== */

/*	SHOP & PRODUCT SECTION
/*=================================================================================== */
.shop .container {
  overflow: hidden;
}

.shop .owl-carousel .owl-stage-outer {
  overflow: visible;
}


.item-img {
  width: 100%;
  position: relative;
}

.products:hover .add-to-cart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-price {
  padding: 20px 0 18px;
}

.product-price > .woocommerce-loop-product__title {
  font-size: 1.25rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 600;
}

.product-price > .woocommerce-loop-product__title a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-price .woocommerce-Price-amount {
  color: #393939;
  font-size: 1rem;
  font-weight: 600;
}

.product-price .woocommerce-Price-amount ins {
  background: transparent;
}

.product-price del {
  padding-right: 5px;
}

.product-price del,
.product-price del > span {
  color: #c0c0c0 !important;
}

.products .onsale {
  color: #fff;
  border-radius: 0;
  font-size: 0.938rem;
  line-height: 1;
  font-weight: 500;
  padding: 3px 7px;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section-module .woocommerce .star-rating {
  margin: 0 0 10px;
}

.section-module .woocommerce.rating {
  margin: 0;
}

/* =================================================================================== */

/*	WOOCOMMERCE PLUGIN CSS
/*=================================================================================== */
.woocommerce-section {
  margin: 0;
  padding: 60px 0 30px;
}

.woocommerce-section .products {
  width: 100%;
  text-align: center;
  padding: 0.4rem 0.4rem 1.1rem;
  margin: 0 0 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}

.woocommerce-section .products:hover {
  -webkit-box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.2);
}

.woocommerce div.product .product_title {
  font-size: 1.775rem;
}

.item-img {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.item-img img {
  width: 100%;
}

.woocommerce-section .products:hover .add-to-cart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.add-to-cart {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  background: transparent;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  border-radius: 12px;
}

.add-to-cart a {
  background: #21202e;
  display: inline-block;
  font-size: 0.875rem;
  padding: 10px 22px;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
}

.add-to-cart a:hover,
.add-to-cart a:focus {
  background: #21202e;
  color: #fff;
}

.add-to-cart a.added_to_cart,
.add-to-cart a.added_to_cart:hover,
.add-to-cart a.added_to_cart:focus {
  color: #fff;
}

.add-to-cart a:last-child {
  border-right: 0;
}

.add-to-cart a i {
  color: #fff;
  font-size: 0.875rem;
  padding-right: 10px;
}

.rating {
  float: left;
  width: 100%;
}

.products .rating {
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0;
}

.rating li {
  display: inline-block;
}

.rating li i {
  font-size: 0.875rem;
}

.rating li:last-child i {
  color: #e1e1e1;
}

.products > h3 {
  font-size: 1.125rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.products > h3 a {
  color: #0f0f16;
}

.products span b {
  padding-right: 10px;
}

.woocommerce .woocommerce-result-count {
  margin: 1rem 0 1rem;
}

.related.products {
  text-align: left;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce ul.products li.product .price,
.woocommerce .variations td.label,
.woocommerce table.shop_table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce .woocommerce-ordering select,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.select2-container .select2-choice {
  color: #393939;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .posted_in a,
.woocommerce-product-rating a,
.woocommerce .tagged_as a,
.woocommerce div.product form.cart .variations td.label label,
.woocommerce #reviews #comments ol.commentlist li .meta strong,
.woocommerce table.shop_table th,
.woocommerce-cart table.cart td a,
.owl-item .item .cart .add_to_cart_button,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: #333;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce ul.products li.product:focus .button,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus,
.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce-EditAccountForm input.woocommerce-Button,
.owl-item .item .cart .add_to_cart_button:hover,
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  border: 4px double #eee;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product .button {
  color: #fff;
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce .products:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce ul.products li.product h3 {
  text-align: center;
  margin: 0 0 1rem;
  padding: 0;
  font-weight: 700;
}

.woocommerce .products .star-rating {
  margin: 0 auto 0.5rem;
}

.woocommerce .price {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.25rem;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del {
  font-size: 1rem;
  font-weight: 500;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
}

.woocommerce ul.products li.product .price ins,
.price ins {
  font-weight: 600;
  color: #64646d;
}

.woocommerce div.product p.price {
  text-align: left;
  font-weight: 600;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 3rem;
}

.woocommerce-page ul.products li.product:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale,
.products .onsale {
  right: inherit;
  min-width: auto;
  min-height: auto;
  color: #fff;
  border-radius: 0;
  font-size: 0.938rem;
  line-height: 1;
  font-weight: 500;
  padding: 3px 7px;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.woocommerce ul.products li.product:hover .onsale,
.woocommerce mark,
.woocommerce ins {
  color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 18px 10px 10px;
  height: 4rem;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.woocommerce ul.products li.product .button,
.woocommerce a.added_to_cart {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3;
  border-radius: 50px;
  padding: 10px 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0.5rem;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
  height: 4rem;
  padding-top: 20px;
}

.woocommerce a.button {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
}

.woocommerce table.my_account_orders .order-actions .button {
  margin: 0 2px;
}

.woocommerce table.my_account_orders .order-actions .button:last-child {
  margin-top: 4px;
}

.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce a.button:hover {
  padding: 0.7rem 1.2rem;
}

.woocommerce .posted_in a,
.woocommerce-product-rating a,
.woocommerce .tagged_as a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}

.woocommerce div.product form.cart {
  margin-top: 2rem;
  padding: 0;
}

.woocommerce div.product form.cart .variations {
  padding: 2rem 0;
  margin: 0 0 2rem;
}

.woocommerce .variations td.label {
  padding: 0;
  font-size: 0.938rem;
}

.woocommerce div.product form.cart .variations select {
  padding: 6px 12px;
  height: 45px;
  border-radius: 2px;
  font-size: 0.875rem;
  border: 1px solid #e9e9e9;
}

.woocommerce div.product form.cart .variations tr {
  display: block;
  padding: 0;
}

.woocommerce div.product form.cart .variations td {
  display: list-item;
  list-style: none;
  text-align: left;
  line-height: 1.2rem;
  padding: 0;
}

.woocommerce div.product form.cart .variations td.label label {
  font-family: "Adams Bold";
  margin-bottom: 15px;
}

.woocommerce .woocommerce-variation-price {
  margin: 0 0 1rem;
}

.woocommerce-variation-price .woocommerce-Price-amount {
  font-weight: 600;
}

.woocommerce-tabs {
  padding: 2rem 0 0;
}

.woocommerce div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  border-radius: 100%;
  height: 70px;
  margin: 2px 0 20px;
  width: 70px;
  float: left;
}

.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 90px;
}

#review_form_wrapper {
  margin: 3rem 0 2rem;
}

.woocommerce #reviews #comments ol.commentlist li .meta strong {
  font-size: 1rem;
}

.woocommerce #reviews #comments ol.commentlist li .meta time {
  font-size: 1rem;
}

.woocommerce #reviews h3 {
  margin: 0 0 1rem;
}

.woocommerce div.product .woocommerce-tabs .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1rem 1rem 1rem;
  border-radius: 0;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  padding: 0;
}

.woocommerce-Tabs-panel h2,
.woocommerce .related h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 1.5rem;
}

.woocommerce .related h2 {
  margin: 0 0 20px;
}

.woocommerce table.shop_table {
  border-radius: 0;
  margin: 0 -1px 40px 0;
  padding: 0;
}

.woocommerce table.shop_table th {
  border: none;
  font-size: 1rem;
  padding: 12px;
  font-weight: 700;
}

.woocommerce table.shop_table td {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.woocommerce-cart table.cart td {
  font-weight: 600;
  padding: 15px 12px;
}

.woocommerce-cart table.cart td a {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
  vertical-align: middle;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table td a {
  font-weight: 600;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px;
}

.woocommerce .quantity .qty {
  width: 3.5rem;
  text-align: left;
  height: 44px;
  padding: 0.5rem 0.7rem;
  border-radius: 0;
}

.woocommerce td.product-name dl.variation {
  margin: 0.35rem 0 0;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dd p {
  line-height: 20px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 200px;
  padding: 6px 12px;
  border-radius: 0;
  height: 44px;
}

.woocommerce .cart input.button,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce #respond input#submit {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 44px;
  font-weight: 600;
}

.woocommerce-page .cart input.button:hover,
.woocommerce .cart input.button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #e9e9e9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  -webkit-box-shadow: 2px 2px 0 #e9e9e9;
  box-shadow: 2px 2px 0 #e9e9e9;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #e9e9e9;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 0;
  padding: 6px 12px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e9e9e9;
}

.woocommerce-billing-fields,
.woocommerce-additional-fields {
  text-align: left;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
  font-weight: 600;
}

.woocommerce .woocommerce-customer-details address {
  padding: 0.7rem 0.9rem;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  font-weight: 600;
}

p.woocommerce-notice.woocommerce-thankyou-order-received {
  margin: 0 0 20px;
  font-weight: 600;
}

.woocommerce .woocommerce-MyAccount-content input.button {
  margin-top: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1rem 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 0.75rem 1.2rem;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-page #payment #place_order {
  float: left;
  height: 40px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.wc_payment_method label,
.woocommerce #review_form #respond p label {
  font-weight: 500;
  font-size: 0.938rem;
  text-align: left;
}

.woocommerce form .form-row .required {
  text-decoration: none;
}

.woocommerce form .form-row input.input-text {
  border-radius: 0;
  height: 45px;
  padding: 6px 12px;
}

.select2-container .select2-choice {
  height: 46px;
  padding: 6px 12px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  padding: 6px 12px;
}

.woocommerce h3#order_review_heading {
  font-size: 1.5rem;
  margin: 25px 0;
  text-align: left;
}

.woocommerce table.shop_table td {
  padding: 12px;
  font-weight: 500;
}

.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

.woocommerce .order_details {
  margin: 0 0 2rem;
  padding: 0;
}

.woocommerce ul.order_details {
  padding: 0.5rem 0.9rem;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}

.woocommerce ul.order_details li {
  font-size: 0.875rem;
}

.woocommerce ul.order_details li strong {
  font-size: 1rem;
  padding: 10px 0 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 0.675rem 1.25rem 0.675rem 3rem;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  left: 1rem;
  top: 0.6em;
}

.woocommerce .wc-bacs-bank-details-heading,
.woocommerce h2,
.woocommerce .title h3 {
  font-size: 1.25rem !important;
  font-weight: 600;
}

.woocommerce .title h3 {
  font-weight: 500;
}

.woocommerce nav.woocommerce-pagination {
  margin: 0 0 30px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  color: #333;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 1.125rem;
  border-radius: 0;
  margin: 0 2px 10px;
  padding: 10px;
  vertical-align: baseline;
  white-space: nowrap;
  width: 47px;
  height: 47px;
}

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  padding: 0.8rem 0;
  font-weight: 600;
}

.woocommerce-account .addresses .title .edit {
  font-weight: 600;
}

.woocommerce-account .addresses .title .edit,
.edit-account fieldset legend {
  border-bottom: none;
  padding: 20px 0 5px;
  margin: 0 0 20px;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
}

.woocommerce-EditAccountForm input.woocommerce-Button {
  margin: 10px 0 0;
  padding: 0.9rem 1.5rem;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 15px;
}

.woocommerce .woocommerce-Button {
  height: auto;
  margin: 10px 0 0;
}

.woocommerce .page-title {
  margin: 0;
}

.woocommerce div.product div.images div.thumbnails {
  margin-left: 0;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 2rem;
}

.woocommerce .woocommerce-ordering select {
  height: 44px;
  padding: 6px 12px;
  border-radius: 0;
  margin: 0;
  width: 100%;
}

.widget .wpcs_product_carousel_slider {
  margin: 0;
}

.widget .wpcs_product_carousel_slider .title {
  border-bottom: none !important;
}

.woocommerce-page .state_select a,
.woocommerce-page .country_select a {
  border-radius: 0;
  color: #969dab !important;
}

/* =================================================================================== */

/*	WOOCOMMERCE SINGLE PRODUCT CSS
/*=================================================================================== */
.single-product .pswp__button {
  background-color: transparent;
}

.single-product div.product {
  position: relative;
  overflow: hidden;
}

.single-product div.product::after,
.single-product div.product::before {
  content: "";
  display: table;
}

.single-product div.product::after {
  clear: both;
}

.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
  margin-bottom: 2.617924em;
  margin-top: 0;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery .zoomImg {
  background-color: #fff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
}

.single-product div.product .woocommerce-product-gallery img {
  margin: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1.618em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::before {
  content: "";
  display: table;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-bottom: 1.618em !important;
  cursor: pointer;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 1 !important;
  -webkit-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 42.8571428571%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n + 1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 23.8095238%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n + 1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  /* width: 14.2857142857%; */

  /* float: left; */

  /* margin-right: 14.2857142857%; */
  width: 22%;
  float: left;
  margin-right: 4%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n + 1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 8.5714285714%;
  float: left;
  margin-right: 14.2857142857%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n + 1) {
  clear: both;
}

.pswp__caption__center {
  text-align: center;
}

/* =================================================================================== */

/*  WOOCOMMERCE SIDEBAR WIDGETS
/*=================================================================================== */
.price_slider {
  margin-bottom: 1rem;
}

.price_slider_amount {
  text-align: right;
  line-height: 2.4rem;
  font-size: 0.8751rem;
}

.price_slider_amount .button {
  font-size: 1.15rem;
  float: left;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  top: -0.3rem;
}

.ui-slider .ui-slider-handle:last-child {
  margin-left: -1rem;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7rem;
  display: block;
  border: 0;
  border-radius: 1rem;
}

.price_slider_wrapper .ui-widget-content {
  border-radius: 1rem;
}

.ui-slider-horizontal {
  height: 0.5rem;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.woocommerce li.cat-item {
  padding: 5px 0;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search {
  padding: 0;
}

.widget.woocommerce.widget_product_search .woocommerce-product-search button[type="submit"] {
  color: #fff;
  font-size: 0.938rem;
  font-weight: 600;
  display: inline-block;
  border-radius: 50px;
  padding: 16px 35px;
  margin: 10px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  padding: 30px 25px;
}

.woocommerce.widget_shopping_cart .buttons {
  padding: 30px 25px;
}

.woocommerce .dropdown_product_cat {
  margin: 30px 25px;
}

.woocommerce-product-search input[type="search"] {
  font-weight: 500;
  margin: 0 0 15px 0;
  border: 1px solid #e9e9e9;
  -webkit-transition:
    border-color 0.15s ease-in-out 0s,
    -webkit-box-shadow 0.15s ease-in-out 0s;
  transition:
    border-color 0.15s ease-in-out 0s,
    -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition:
    border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s,
    -webkit-box-shadow 0.15s ease-in-out 0s;
}

.woocommerce-product-search input[type="submit"] {
  border: none;
  border-radius: 0;
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 10px;
  margin-right: 0;
  margin-top: 0;
  padding: 9px 25px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.sidebar-widget .widget-title {
  font-size: 1.5rem;
  padding-bottom: 11px;
  display: inline-block;
  margin: 0 0 20px;
}

.woocommerce .sidebar-widget {
  margin: 0 0 50px;
}

.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_rating_filter ul li {
  padding: 0;
  margin: 0 0 15px;
}

.woocommerce .widget_layered_nav ul li:last-child,
.woocommerce .widget_rating_filter ul li:last-child {
  margin: 0;
}

.woocommerce .sidebar-widget ul {
  padding: 0;
  list-style: none;
}

.woocommerce ul.product_list_widget li a::before,
.product_list_widget li a::before {
  display: none;
}

.product_list_widget a {
  margin: 0 0 5px;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  padding-left: 0;
  border-left: none;
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-size: 1rem;
}

.woocommerce ul.cart_list li {
  margin: 0 0 15px;
}

.woocommerce ul.product_list_widget li,
.product_list_widget li {
  padding: 15px 0;
  margin-bottom: 0;
}

.woocommerce ul.product_list_widget li:last-child,
.product_list_widget li:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}

.sidebar .product_list_widget li:first-child {
  padding-top: 0 !important;
}

.sidebar-widget ul.product_list_widget {
  padding: 0;
}

.product_list_widget li {
  list-style: none;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  width: 60px;
  float: left;
  margin-left: 0;
  margin-right: 15px;
  padding-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2rem;
  position: relative;
  padding-top: 0;
}

.woocommerce .order_details {
  padding: 0;
}

.blog-post-title-wrapper h2,
.title h3 {
  font-weight: 300;
}

.woocommerce-account .addresses .title .edit,
.edit-account fieldset legend {
  padding: 20px 0 5px;
  margin: 0 0 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: none;
}

.form-row input[type="submit"] {
  height: 46px;
}

.price_label {
  font-weight: 600;
  font-size: 1rem;
}

.owl-item .item .cart .add_to_cart_button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  padding: 0.65rem 0.7rem !important;
  font-weight: 700 !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  margin-top: 0.7rem;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  margin-bottom: 15px;
}

.woocommerce form.login,
.woocommerce form.register {
  padding: 0;
  border: none;
}

ul.product-categories ul {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce ins {
  background-color: #333;
}

.woocommerce ul.product_list_widget li .star-rating {
  width: auto;
}

.woocommerce .widget_rating_filter ul li .star-rating {
  margin: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.widget.widget_product_categories .product-categories li a {
  color: #333;
}

.widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li,
.widget.widget_product_categories .product-categories li {
  margin: 0;
  padding-left: 15px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f3f3;
}

.widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:last-child,
.widget.widget_product_categories .product-categories li:last-child {
  border-bottom: none;
}

.widget.widget_product_categories .product-categories,
.widget.widget_product_categories ul.product-categories ul {
  list-style: none;
  margin-left: 0;
}

.widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a::before,
.widget.widget_product_categories .product-categories li a::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: auto;
  left: -15px;
  font-size: 0.938rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget.widget_recent_reviews .product_list_widget li .star-rating {
  margin: 0 0 10px;
}

.woocommerce .star-rating span {
  color: #fed30a;
}

.woocommerce span.onsale:hover {
  color: #fff;
}

.woocommerce ul.products li.product::before,
.woocommerce ul.products li.product::after,
.woocommerce-page ul.products li.product::before,
.woocommerce-page ul.products li.product::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}

.woocommerce ul.products li.product::before,
.woocommerce ul.products li.product::after,
.woocommerce-page ul.products li.product::before,
.woocommerce-page ul.products li.product::after {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

.woocommerce a.remove,
.woocommerce .woocommerce-Button,
.woocommerce .cart input.button,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce .cart input.button:hover,
.woocommerce .cart input.button:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce ul.products li.product:hover .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .return-to-shop a.button {
  color: #fff !important;
}

.woocommerce div.product div.summary {
  margin-bottom: 2em;
  padding: 0;
  background-color: #fff;
  text-align: left;
}

.price_label {
  color: #727272;
}

.woocommerce a.button {
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #e4e1e3;
}

.woocommerce #reviews #comments ol.commentlist li .meta time {
  color: #8f969c;
}

.woocommerce #review_form #respond textarea,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 1px solid #eee;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 7px 3px -5px #e0e0e0;
  box-shadow: 0 7px 3px -5px #e0e0e0;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table th {
  background-color: #fbfbfb;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  border: 4px double #eee;
}

.woocommerce a.remove {
  background: #555;
}

.woocommerce-page #payment #place_order {
  border: 1px solid transparent;
}

.select2-container .select2-choice,
.select2-drop-active,
.woocommerce .woocommerce-ordering select,
.woocommerce .widget select {
  border: 1px solid #eee;
}

.woocommerce-checkout #payment ul.payment_methods {
  background-color: #fbfbfb;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #ebe9eb;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #ebe9eb;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #ebe9eb;
}

.woocommerce-EditAccountForm input.woocommerce-Button {
  border: 1px solid #fff;
}

.ui-slider .ui-slider-handle {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #e7e7e7;
  background: -moz-linear-gradient(center top, #fefefe 0%, #e7e7e7 100%);
  background: -moz-gradient(center top, #fefefe 0%, #e7e7e7 100%);
  -webkit-box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.price_slider_wrapper .ui-widget-content {
  background: #1e1e1e;
  background: -moz-linear-gradient(center top, #1e1e1e 0%, #696969 100%);
  background: -moz-gradient(center top, #1e1e1e 0%, #696969 100%);
}

.sidebar-widget .widget-title {
  border-bottom: 2px solid #eee;
}

.sidebar-widget .woocommerce ul.cart_list li {
  border-bottom: 1px dotted #d1d1d1;
}

.woocommerce div.product .woocommerce-tabs .panel {
  background: #fff;
  border: 1px solid #eee;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: white;
}

/* =================================================================================== */

/*	TESTIMONIAL SECTION
/*=================================================================================== */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  min-height: 450px;
  background: url("images/testimonial-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 0 110px;
}

.testimonial-wrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 11, 24, 0.8);
}

.testimonial {
  height: 100%;
  width: 100%;
  margin-top: -210px;
  padding: 0 0 50px;
  position: relative;
  background-color: transparent;
}

@media only screen and (max-width: 480px) {
  .testimonial {
    margin-top: -170px !important;
  }
}

.testmonial-block {
  background-color: #fff;
  border-left: none;
  position: relative;
  margin: 0 0 50px;
  padding: 50px 30px 50px;
  border-left: none;
  font-style: normal;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border: 1px solid #eee;
  font-size: 1rem;
  line-height: 1.6;
  color: #393939;
  font-weight: 400;
}

.testmonial-block:hover {
  -webkit-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.description-box {
  background-color: #fff;
  border-radius: 0;
  margin: 0 0 35px;
  padding: 30px;
  position: relative;
  min-height: 182px;
}

.testmonial-block .avatar {
  margin: 0 auto 30px;
  width: 100px;
  height: auto;
}

.testmonial-block .description {
  margin: 0 0 24px;
}

.testmonial-block .name {
  color: #333;
  margin: 0 0 -5px;
  font-weight: 600;
}

.testmonial-block .name > a {
  color: #333;
}

.testmonial-block .designation {
  color: #9d9d9d;
  font-size: 0.875rem;
  padding-left: 7px;
  font-weight: 500;
}

.testmonial-block .designation::before {
  content: "/";
  padding-right: 7px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto 25px;
}

.star-rating .fa {
  font-size: 0.938rem;
  color: #c1c1c1;
}

.star-rating .checked {
  color: #ffd203;
}

/* =================================================================================== */

/*    Subscribe Newsletter
/*=================================================================================== */
.subscribe-newsletter {
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 110px;
  background-attachment: fixed;
}

.subscribe-newsletter .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.subscribe-newsletter .widget:last-child {
  padding: 0;
}

.subscribe-newsletter .section-header {
  margin: -4px 0 0;
}

.sib_signup_form {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .sib_signup_form {
    width: 60%;
    margin: 0 auto;
  }
}

.sib_signup_form .form-control {
  font-size: 0.938rem;
  height: 50px;
  padding: 10px 15px;
}

.sib_signup_form .input-group-btn input[type="submit"] {
  height: 50px;
  font-size: 0.938rem;
  padding: 10px 20px;
  border-radius: 4px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.sib_signup_form .input-group-btn input[type="submit"]:hover,
.sib_signup_form .input-group-btn input[type="submit"]:focus {
  background: #202020;
  color: #fff;
}

.sib_signup_form .input-group-addon > i {
  color: #333;
}

/* SendinBlue Plugin Subscriber to Newsletter */
.subscribe-newsletter .widget.widget_sib_subscribe_form {
  padding: 0;
}

.sib_signup_form {
  margin-top: 25px;
}

.sib_signup_form input[type="email"] {
  font-size: 0.938rem;
  height: 50px;
  padding: 10px 15px;
}

.sib_signup_form input[type="email"]:focus {
  border-color: #2a83e8;
}

.sib_signup_form .input-group-addon {
  padding: 6px 15px;
}

.sib_signup_form .input-group-btn input[type="submit"] {
  height: 50px;
  font-size: 0.938rem;
  padding: 10px 20px;
  font-weight: 400;
}

li.widget_sib_subscribe_form {
  list-style: none;
}

.widget_sib_subscribe_form .widgettitle {
  display: none;
}

/* =================================================================================== */

/*	TEAM MEMBERS SECTION
/*=================================================================================== */
.section-module.team-members {
  padding-bottom: 0;
}

.team-grid {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.team-grid .details {
  width: 100%;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -270px;
  min-height: 345px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-grid .details::after {
  content: "";
  background: url("images/shadow-gradiant.png") center center/cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-grid:hover .details {
  bottom: -225px;
}

.team-grid:hover .details::after {
  opacity: 1;
}

.team-grid .details .name,
.team-grid .details .position,
.team-grid .details a {
  color: #fff;
}

.team-grid .details .name {
  margin: 0 0 9px;
  font-weight: 500;
  z-index: 10;
  position: relative;
}

.team-grid .details .position {
  font-size: 0.938rem;
  display: block;
  margin: 0;
  z-index: 10;
  position: relative;
}

.team-grid .social-links {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  z-index: 10;
  list-style: none;
}

.team-grid .social-links li {
  float: left;
  margin-right: 0;
}

.team-grid .social-links li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .team-grid .details {
    bottom: -370px;
    min-height: 435px;
  }

  .team-grid:hover .details {
    bottom: -315px;
  }

  .team-members .fullwidth {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .team-grid .details {
    bottom: -380px;
    min-height: 435px;
  }

  .team-grid:hover .details {
    bottom: -315px;
  }

  .team-members .fullwidth {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* =================================================================================== */

/*	PRICING SECTION
/*=================================================================================== */
.pricing {
  padding: 110px 0 0;
}

.m-top-53 {
  margin-top: 53px;
}

@media (max-width: 992px) {
  .pricing {
    padding-bottom: 50px;
  }

  .m-top-53 {
    margin-top: 0;
  }
}

.pricing-style-1 {
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.pricing-style-1:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}

.pricing-title-bg {
  padding: 25px;
  background-color: #fafafa;
}

.pricing-title {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.pricing-details {
  padding: 35px 20px;
}

.pricing-plans {
  padding: 0;
  text-align: center;
  margin: 0 0 25px;
}

.pricing-plans .price {
  font-weight: 700;
  font-size: 3.75rem;
  position: relative;
  display: inline-block;
  margin: 0;
}

.pricing-plans .price .currency {
  position: absolute;
  display: block;
  left: -22px;
  top: 15px;
  font-size: 1.5rem;
  margin-right: 5px;
  color: #333;
}

.pricing-plans .price > small {
  font-size: 1.125rem;
  font-weight: 600;
  color: #393939;
  padding-left: 7px;
}

.price-list-style {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.price-list-style li {
  position: relative;
  padding: 0 0 13px 0;
  margin: 0 0 13px 0;
  border-bottom: 1px solid #f3f3f3;
  font-weight: 500;
}

.price-list-style li:last-child {
  border-bottom: none;
}

.price-list-style li::before {
  content: "";
}

/* =================================================================================== */

/*	CALL TO ACTION SECTION
/*=================================================================================== */
.call-to-action,
.call-to-action-one {
  padding: 100px 0 100px;
}

.call-to-action-one .title {
  margin: 0 0 10px;
}

.call-to-action .title {
  font-weight: 600;
  margin: 0 0 5px;
}

.call-to-action p,
.call-to-action-one p {
  margin: 0;
}

@media (min-width: 992px) {
  .call-to-action {
    padding: 190px 0 100px;
  }

  .mtop-space-150 {
    margin-top: -150px;
  }
}

@media (max-width: 768px) {
  .call-to-action,
  .call-to-action-one {
    text-align: center;
  }

  .call-to-action .text-left,
  .call-to-action .text-right,
  .call-to-action-one .text-left,
  .call-to-action-one .text-right {
    text-align: center;
  }

  .call-to-action .ptop-15,
  .call-to-action-one .ptop-15 {
    padding-top: 40px !important;
  }
}

/* =================================================================================== */

/*	BLOG SECTION
/*=================================================================================== */
.home-blog .container-fluid {
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}

.home-blog .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.home-blog {
  margin: 0;
  width: 100%;
}

.home-blog .post {
  background-color: #fff;
  margin: 0 0 50px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product type-product:hover {
  -webkit-box-shadow: 0 0 30px 0 black;
  box-shadow: 0 0 30px 0 black;
}

.home-blog .post a,
.site-content .blog .post a {
  text-decoration: none;
}

.home-blog .post p:last-child,
.site-content .blog .post p:last-child {
  margin: 0;
}

.post-content {
  padding: 25px 30px 30px;
}

.post-content > hr {
  background-color: #f3f3f3;
  margin-top: 40px;
  margin-bottom: 20px;
}

.home-blog .post-thumbnail,
.site-content .blog .post-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.home-blog .post-thumbnail img {
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  width: 100%;
  opacity: 1;
}

.home-blog .post .entry-header,
.site-content .blog .post .entry-header {
  margin: 0 0 15px;
}

.home-blog .post .entry-header .entry-title,
.site-content .blog .post .entry-header .entry-title {
  color: #333;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.entry-header .entry-title > a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home-blog .col-md-4:nth-child(3n + 1) {
  clear: left;
}

@media (min-width: 768px) and (max-width: 992px) {
  .home-blog .col-md-4:nth-child(3n + 1) {
    clear: none;
  }

  .home-blog .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* =================================================================================== */

/*	BLOG META
/*=================================================================================== */
.entry-meta {
  color: #a5a5a5;
  font-weight: 500;
  font-size: 0.938rem;
  margin: 0 0 15px;
  width: 100%;
  overflow: hidden;
}

.entry-meta > span {
  color: #a5a5a5;
  margin: 0 15px 0 0;
}

@media only screen and (max-width: 600px) {
  .entry-meta > span {
    margin-right: 10px;
  }
}

.entry-meta a {
  color: #a5a5a5;
  padding: 0;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* Meta Date */
.entry-meta .entry-date a {
  color: #333;
}

/* Meta Category */
.entry-meta .cat-links a::after,
.entry-meta .tag-links a::after {
  content: ",";
  padding-left: 1px;
  padding-right: 5px;
}

.entry-meta .cat-links a:last-child::after,
.entry-meta .tag-links a:last-child::after {
  display: none;
}

/* Meta Comments */
.entry-meta .cat-links::before,
.entry-meta .tag-links::before,
.entry-meta .entry-date::before {
  font-family: FontAwesome;
  margin-right: 7px;
  margin-left: 1px;
  color: #ababab;
}

.entry-meta .entry-date::before {
  content: "\f073";
}

.entry-meta .cat-links::before {
  content: "\f115";
}

.entry-meta .tag-links::before {
  content: "\f02c";
}

.entry-meta .comment-links a::before {
  content: "\f075";
  font-family: FontAwesome;
  margin-right: 7px;
  margin-left: 1px;
  color: #a5a5a5;
}

/* Meta Date & Avatar */
.item-meta {
  font-size: 0.938rem;
  line-height: 1.4;
  font-weight: 500;
  overflow: hidden;
}

.item-meta .avatar {
  display: block;
  float: left;
  width: 30px;
  height: auto;
  margin: 0 15px 0 0;
  border-radius: 100%;
}

.item-meta .avatar img {
  border-radius: 100%;
  width: 30px;
  max-width: unset;
}

.item-meta a {
  color: #a5a5a5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* Meta - Social Links */
.item-meta .small-social-icon {
  padding-top: 4px;
}

.item-meta .small-social-icon li a {
  font-size: 0.875rem;
  line-height: 16px;
  color: #333;
}

@media (max-width: 992px) {
  .item-meta.v-center,
  .item-meta .v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Edit Post */
.edit-link .post-edit-link {
  font-weight: 700;
  color: #333;
}

.edit-link .post-edit-link:hover {
  text-decoration: underline;
}

/* More Link */
.more-link.btn-ex-small {
  font-size: 0.938rem;
}

.blog-author img,
.pull-left-comment img {
  border-radius: 0%;
}

/* =================================================================================== */

/*	Blog & Detail Page
/*=================================================================================== */
.content-show-picture {
  width: 20vw;
  height: 20vh;
}

.content-show-picture > img {
  width: 6vh;
  height: 6vh;
}

.tabs__labels > img {
  color: #303030;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  max-height: 30vh;
  max-width: 30vw;
}

.container-picture {
  border: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10vw;
}

.col-sm-5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 992px) {

  .site-content .blog {
    margin: 5vh 0 0;
  }
}

.site-content .blog .post {
  margin: 0 0 70px;
}

.site-content .blog .post:last-child {
  margin: 0 0 60px;
}

.site-content .blog .post-thumbnail img {
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  width: auto;
  opacity: 1;
}

.thumb-hero {
  position: relative;
  min-height: 350px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 4rem;
}

.thumb-hero::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
}

.hero-blog img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  -o-object-position: center center;
  object-position: center center;
}


.hero-blog img,
.thumb-hero::after {
  height: 100%;
  top: 0;
  left: 0;
  width: -webkit-fill-available;
}

.hero-blog img,
.thumb-hero::after {
  height: 100%;
  top: 0;
  left: 0;
  width: -webkit-fill-available;
}

.site-content .blog .post-content {
  padding: 50px 30px 30px;
  overflow: auto;
}

.site-content .blog .post-content > hr {
  margin-top: 60px;
}

.site-content .blog .entry-header {
  margin: 0 0 22px;
}

.site-content .blog .more-link {
  font-size: 0.938rem;
  margin-top: 10px;
}

.site-content .blog.blog-detail .post-content {
  text-align: left;
}

.site-content .blog .post-content-detail {
  padding: 35px 30px 10px;
}

.site-content .blog .blog-content {
  padding: 15px 7px 7px;
  overflow: auto;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-center p {
  line-height: 1.3;
}

.text-center > h3 {
  margin-top: 5vh;
}

.pswp__caption {
  opacity: 0;
}

.thumb-bs {
  padding-top: 2vh;
  height: auto;
}

/* Blog Author */
.blog-author {
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 70px;
  padding: 35px 30px 30px;
}

.blog-author .avatar {
  margin: 0 40px 30px 0;
  height: 120px;
  width: 120px;
  float: left;
}

.blog-author .name {
  margin: 0 0 10px;
  font-weight: 700;
}

.blog-author .small-social-icon li a {
  color: #333;
}

/* Related Post */
.related-post {
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 70px;
  padding: 35px 30px 30px;
  overflow: hidden;
}

.site-content .blog .related-post .post {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}

.site-content .blog .related-post .post-content {
  padding: 20px;
  text-align: center;
}

.site-content .blog .related-post .entry-header {
  margin: 0;
}

.site-content .blog .entry-content {
  text-align: left;
}

/* Comments */
.comment-section {
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 70px;
  padding: 30px 30px 40px;
}

.comment-title {
  display: block;
  margin: 0 0 25px;
}

.comment-title h5 {
  margin: 0;
  font-weight: 700;
}

.comment-box {
  margin: 0 0 30px;
  padding: 30px;
  position: relative;
  border: 1px solid #f3f3f3;
}

.comment-box:last-child {
  margin: 0;
}

.pull-left-comment {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
}

.comment-img {
  margin: 0 0 20px;
}

.comment-detail-title {
  margin: 0 0 5px;
  font-weight: 700;
}

.comment-date {
  font-size: 0.875rem;
  color: #a5a5a5;
  display: block;
  margin: 0 0 15px;
  font-weight: 400;
}

.reply a {
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  font-size: 0.813rem;
  padding: 7px 25px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
}

.reply a:hover,
.reply a:focus {
  color: #fff;
}

/* Comment Form */
.comment-form-section {
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  margin: 0 0 60px;
  padding: 30px 25px 2px;
}

.comment-form-section form label {
  font-size: 0.938rem;
  display: block;
  margin: 0 0 20px;
  font-weight: 600;
}

.comment-form-section form input,
.comment-form-section form textarea {
  margin-bottom: 20px;
}

.comment-form-section form input {
  height: 50px;
}

/* =================================================================================== */

/*	Google map
/*=================================================================================== */
#wpgmza_map {
  float: none !important;
}

/* =================================================================================== */

/*	Bronsgiet pagina
/*=================================================================================== */
.grey {
  background-color: #575757;
}

.grey-2 {
  background-color: #eee;
}

.pad-02 {
  padding: 2rem;
}

.pad-4 {
  padding: 4vh;
}

.pad-8 {
  padding: 8vh;
}

.pad-12 {
  padding: 12vh;
}

.pad-20 {
  padding: 20vh;
}

.padt-5 {
  padding-top: 5vh;
}

.padt-20 {
  padding-top: 20vh;
}

.padt-35 {
  padding-top: 35vh;
}

.br-pic {
  height: 60%;
  width: 100%;
}

.bci-pic {
  height: 50vh;
}

.img-container-br {
  display: flex;
  justify-content: center;
}

.img-container_row {
  height: 15rem;
  overflow: hidden;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mp-5 > p {
  margin: 5px 0;
}

.ta-center {
  text-align: center;
}

@media (max-width: 768px) {
  .pad-02 {
    padding: 0.2rem;
  }

  .pad-4 {
    padding: 0.4vh;
  }

  .pad-8 {
    padding: 0.8vh;
  }

  .pad-12 {
    padding: 0.12vh;
  }

  .pad-20 {
    padding: 2vh;
  }

  .padt-20 {
    padding-top: 2vh;
  }

  .padt-35 {
    padding-top: 3.5vh;
  }

  .br-pic {
    height: 60%;
    width: 100%;
  }

  .bci-pic {
    height: 30vh;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  .mb-4 {
    margin-bottom: 0.4rem;
  }

  .mb-2 {
    margin-bottom: 0.2rem;
  }

  .mb-1 {
    margin-bottom: 0.1rem;
  }

  .mt-2 {
    margin-top: 0.2rem;
  }

  .mt-4 {
    margin-top: 0.4rem;
  }

  .mt-1 {
    margin-top: 0.1rem;
  }

  .mr-2 {
    margin-right: 0.2rem;
  }

  .mr-mob {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* =================================================================================== */

/*	usps
/*=================================================================================== */

.usp_cirkle {
  height: 30vh;
  width: 30vh;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 7vh;
}

.usp_title {
  margin-top: 2vh;
}

.usp_tekst {
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.usp_card {
  border-radius: 50%;
  border: 3px solid white;
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30vh;
  width: 30vh;
}

.white,
.white > h3,
.usp_title > h3,
.usp_title > a {
  color: #fff;
}

/* =================================================================================== */

/*	Contact Form 7 & Contact Info Section
/*=================================================================================== */
.contact {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/testimonial-bg.jpg) center center no-repeat;
  background-size: cover;
}

.contact .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(250, 250, 250, 0.95);
}

.contact-form {
  background-color: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
  margin: 0 0 50px;
  padding: 50px 50px 40px 50px;
}

.contact .title {
  font-size: 2.5rem;
  margin-bottom: 35px;
}

.contact .subtitle {
  margin-bottom: 5px;
}

.wpcf7-form {
  margin: 0;
}

.wpcf7-form p {
  margin: 0 0 15px;
}

.wpcf7-form label {
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.wpcf7-form label:last-child {
  margin-bottom: 0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #696969;
  border-radius: 0;
  font-size: 1rem;
  padding: 12px 0;
  font-weight: 500;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form input[type="search"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="range"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="month"]:focus,
.wpcf7-form input[type="week"]:focus,
.wpcf7-form input[type="time"]:focus,
.wpcf7-form input[type="datetime"]:focus,
.wpcf7-form input[type="datetime-local"]:focus,
.wpcf7-form input[type="color"]:focus {
  outline: 0;
}

.wpcf7-form .wpcf7-submit {
  margin: 15px 0 0;
  text-align: center;
}

/* Contact Info */
.contact-info {
  background-color: transparent;
  margin: 0 0 50px;
  padding: 0 0 0 70px;
}

.contact-widget {
  margin: 0 0 30px;
}

.contact-icon {
  color: #fff;
  float: left;
  margin: 0 25px 25px 0;
  padding: 3px;
  width: 2.563rem;
  height: 2.563rem;
  text-align: center;
  border-radius: 100%;
  font-size: 1.375rem;
  line-height: 1.6;
}

.contact-icon i {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contact-widget .title {
  font-weight: 700;
  font-size: 1.375rem;
  margin: 0 0 15px;
}

.contact-widget address {
  line-height: 1.7;
  margin: 0;
}

.contact-widget address > a {
  color: #393939;
}

.contact-widget address > a::after {
  content: "|";
  margin-right: 15px;
  margin-left: 15px;
  font-size: 1.125rem;
}

.contact-widget address > a:last-child::after {
  display: none;
}

@media (max-width: 992px) {
  .contact-info {
    padding-left: 20px;
  }

  .contact-widget address > a {
    display: block;
  }

  .contact-widget address > a::after {
    display: none;
  }
}

/* =================================================================================== */

/*	Review Section
/*=================================================================================== */
.review-carousel {
  height: 50vh;
  background-color: #d6006e;
  margin-top: 20vh;
}

#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 5vh;
}

#quote-carousel .carousel-control {
  background: none;
  color: white;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0;
  margin-top: 20px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s ease-in;
  vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
  width: 25px;
  height: 25px;
  opacity: 1;
  transition: all 0.2s;
  background-color: white;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.col-sm-offset-2 p::before {
  content: "\f10d";
  font-family: "FontAwesome";
  float: left;
  margin-right: 10px;
}

/* =================================================================================== */

/*	Instagram Gallery Section
/*=================================================================================== */
.instagram-gallery {
  position: relative;
  margin: 0;
  padding: 0;
}

.instagram-gallery .instagram-thumbnail {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3ms ease-out 0s;
  transition: all 0.3ms ease-out 0s;
}

.instagram-gallery .instagram-thumbnail img {
  -webkit-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  width: 100%;
  opacity: 1;
}

.instagram-gallery .instagram-thumbnail:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
  opacity: 1;
}

.insta-btn {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  margin: auto;
}

.insta-btn big {
  font-size: 2.25rem;
  color: #333;
  line-height: 1.1;
  font-weight: 700;
  display: block;
}

.insta-btn a {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0.2px 0.2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0.2px 0.2px 4px rgba(0, 0, 0, 0.15);
  z-index: 3;
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 5px 40px 8px;
  border: 5px solid #f1f1f1;
  text-decoration: none;
}

/* =================================================================================== */

/*	Instagram Gallery Plugin
/*=================================================================================== */
.instagallery-actions {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  margin: auto;
}

.instagallery-actions .igact-instalink {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0.2px 0.2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0.2px 0.2px 4px rgba(0, 0, 0, 0.15);
  padding: 8px 40px 8px;
  border: 5px solid #f1f1f1;
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.instagallery-actions .igact-instalink:hover,
.instagallery-actions .igact-instalink:focus {
  color: #fff;
}

.instagallery-actions .igact-instalink::before {
  font-family: FontAwesome;
  margin-right: 7px;
  margin-left: 1px;
  color: #333;
  content: "\f16d";
}

.instacarousel .swiper-button-next svg,
.instacarousel .swiper-button-prev svg {
  fill: #fff;
}

.instacarousel .swiper-button-next:hover,
.instacarousel .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* =================================================================================== */

/*	PAGE TITLE SECTION
/*=================================================================================== */
body.page .navbar-custom,
body.woocommerce .navbar-custom,
.archive .navbar-custom,
.search .navbar-custom,
.single .navbar-custom,
body.blog .navbar-custom {
  background-color: #575757;
}

.navbar-custom + .page-title-section {
  margin-top: 62px;
}

.page-title-section {
  -webkit-transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  background-attachment: scroll;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: calc(100vh - 92.3vh);
  height: calc(100vh - 25vh);
}

.click-img {
  position: absolute;
  z-index: 2;
  height: 6vh;
  right: 5vw;
  margin-top: 3vh;
}

.page-title-section .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.page-title-section .content-center {
  position: relative;
  display: table;
  height: 100%;
}

.page-title {
  position: relative;
}

.page-title h1 {
  margin: 0;
  word-wrap: break-word;
  color: #fff;
}

.page-breadcrumb {
  list-style: none outside none;
  margin: 0;
  padding: 15px 0 0;
  font-weight: 500;
  font-size: 1rem;
}

.page-breadcrumb > li {
  color: #eceded;
  display: inline-block;
}

.page-breadcrumb > li + li::before {
  color: #eceded;
  content: "/";
  padding: 0 10px 0 5px;
}

.page-breadcrumb > li a {
  color: #eceded;
}

.page-breadcrumb > li.active a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-title h1 {
    margin: 0;
    text-align: center;
  }

  .page-breadcrumb {
    text-align: center;
    padding: 15px 0 5px;
    float: none;
  }
}

@media (max-width: 480px) {
  .page-title h1 {
    font-size: 2rem;
  }

  .page-breadcrumb {
    padding: 5px 0 5px;
  }
}

/* =================================================================================== */

/*	Sidebar & Widgets Section
/*=================================================================================== */
@media (min-width: 992px) {
  .sidebar {
    padding-left: 30px;
  }
}

.sidebar {
  padding-top: 70px;
}

.sidebar .widget .widget-title {
  background-color: #f5f5f5;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 10px 20px;
}

.sidebar .widget {
  background-color: #fff;
}

.widget {
  background-color: transparent;
  overflow: hidden;
  padding: 0 0 70px;
  margin: 0;
}

.widget:last-child {
  padding: 0 0 45px;
}

.widget .widget-title {
  font-weight: 600;
  margin: 0 0 30px;
  text-align: left;
  word-wrap: break-word;
}

/* Sidebar News */
.widget .post {
  background: transparent;
  margin: 0 0 25px;
  padding: 0 0 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #f3f3f3;
}

.widget .post:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none !important;
}

.widget .post .entry-title {
  margin: -5px 0 5px;
  line-height: 1.5;
  display: block;
  font-size: 1rem;
  word-wrap: break-word;
  font-weight: 600;
}

.widget .post .entry-title a {
  color: #333;
}

.widget .post a.post-thumbnail {
  display: block;
  float: left;
  width: 120px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}

.widget .post .entry-meta {
  font-size: 0.813rem;
  margin: -3px 0 10px;
}

.widget .post .entry-meta span {
  margin: 0;
}

.widget .post .entry-meta span::before {
  display: none;
}

/* Sidebar Tags */
.tagcloud {
  margin: 0;
  overflow: hidden;
  padding: 0 0;
}

.tagcloud a {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem !important;
  font-weight: 500;
  margin: 0 5px 10px 0;
  padding: 7px 17px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: baseline;
  white-space: nowrap;
}

.widget .tagcloud a:hover {
  background-color: #fff;
  border: 1px solid #f3f3f3;
}

/* Widget Paragraph */
.widget p {
  margin: 0 0 20px;
}

.widget p:last-child {
  margin: 0;
}

/* Widget Search */
.widget_search .search-submit {
  margin-top: 10px;
}

/* Sidebar Calender */
.widget table {
  font-weight: 500;
  color: #393939;
  font-size: 0.938rem;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  width: 100%;
}

.widget #wp-calendar caption {
  text-align: center;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  padding: 10px 0;
}

.widget #calendar_wrap th {
  color: #333;
  text-align: center;
  border-width: 0 1px 1px 0;
  line-height: 1.5;
}

.widget #calendar_wrap td {
  border-width: 0 1px 1px 0;
  line-height: 1.5;
}

.widget #wp-calendar tr td {
  border-width: 0 1px 1px 0;
  line-height: 1.5;
}

.widget #wp-calendar a {
  color: #333;
  font-weight: 600;
}

.widget #wp-calendar a:hover,
.widget #wp-calendar #next a:hover,
.widget #wp-calendar #prev a:hover {
  color: #00a7d1;
}

.widget table,
.widget th,
.widget td {
  border: 1px solid rgba(51, 51, 51, 0.1);
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
  padding: 0.4rem;
}

/* Sidebar Widget Archive, Widget categories, Widget Links, Widget Meta, widget Nav Menu,
Widget Pages, Widget Recent Comments, Widget Recent Entries */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style: outside none none;
  font-weight: 500;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  margin: 0;
  padding-left: 15px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f3f3;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget li a,
.widget_archive li a,
.widget_categories li a,
.widget_links li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_comments li a,
.widget_recent_entries li a {
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.widget_archive li a::before,
.widget_categories li a::before,
.widget_links li a::before,
.widget_meta li a::before,
.widget_nav_menu li a::before,
.widget_pages li a::before,
.widget_recent_comments li a::before,
.widget_recent_entries li a::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: auto;
  left: -15px;
  font-size: 0.938rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget_archive li a:hover::before,
.widget_categories li a:hover::before,
.widget_links li a:hover::before,
.widget_meta li a:hover::before,
.widget_nav_menu li a:hover::before,
.widget_pages li a:hover::before,
.widget_recent_comments li a:hover::before,
.widget_recent_entries li a:hover::before {
  left: -12px;
}

.widget_recent_entries li a {
  display: block;
}

/* Widget Recent Comment */
.widget_recent_comments li {
  padding-left: 0 !important;
}

.widget_recent_comments li a::before {
  display: none;
}

/* =================================================================================== */

/*	Footer Section
/*=================================================================================== */

.footer-info {
  padding: 30px 40px;
  background-color: #d6006e;
}

.footer-info > p,
.footer-info > p > a {
  margin: 1vh 0;
  color: #fff;
}

.footer-info > p > a:hover {
  color: black;
}

.footer-sidebar .navbar-brand {
  float: none;
  height: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.footer-sidebar {
  padding: 30px 0 10px;
}

.footer-sidebar .widget {
  font-size: 0.938rem;
}

.sec-vtour {
  background-color: #eeee;
}

.nav-vtour {
  margin-right: 1%;
}

.nav-vtour > a {
  color: #eee;
}

.nav-vtour > a:hover {
  color: #d6006e;
}

.vtour-iframe {
  margin: 2vh 0;
  height: 80vh;
}

.fp-video {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 29vh);
  position: absolute;
}

.vp-controls {
  display: none !important;
}

.sec-vtour > * > a:hover {
  color: #d6006e;
}

@media (min-width: 768px) {
  .footer-sidebar .widget {
    padding-left: 40px;
  }
}

.footer-sidebar .widget:last-child {
  font-size: 0.938rem;
  padding-bottom: 70px;
}

.footer-sidebar .widget .widget-title::after {
  display: none;
}

.footer-contact-info {
  background-color: #141414;
  padding: 40px 0;
}

.pad-footer-copyright {
  padding-bottom: 2vh;
}

.footer-sidebar .widget .post .entry-content p,
.footer-sidebar .widget,
.footer-sidebar .widget p,
.footer-sidebar .widget .post .entry-title a {
  color: #adbbcb;
}

.footer-sidebar h1,
.footer-sidebar h2,
.footer-sidebar h3,
.footer-sidebar h4,
.footer-sidebar h5,
.footer-sidebar h6 {
  color: #fbf9f7;
}

.footer-sidebar .widget_archive li,
.footer-sidebar .widget_categories li,
.footer-sidebar .widget_links li,
.footer-sidebar .widget_meta li,
.footer-sidebar .widget_nav_menu li,
.footer-sidebar .widget_pages li,
.footer-sidebar .widget_recent_comments li,
.footer-sidebar .widget_recent_entries li {
  padding-left: 0 !important;
  padding-top: 0;
  padding-bottom: 15px;
  border-bottom: none;
}

.footer-sidebar .widget_archive li a::before,
.footer-sidebar .widget_categories li a::before,
.footer-sidebar .widget_links li a::before,
.footer-sidebar .widget_meta li a::before,
.footer-sidebar .widget_nav_menu li a::before,
.footer-sidebar .widget_pages li a::before,
.footer-sidebar .widget_recent_comments li a::before,
.widget_recent_entries li a::before {
  display: none;
}

.footer-sidebar .widget a,
.footer-sidebar .widget_archive a,
.footer-sidebar .widget_categories a,
.footer-sidebar .widget_links a,
.footer-sidebar .widget_meta a,
.footer-sidebar .widget_nav_menu a,
.footer-sidebar .widget_pages a,
.footer-sidebar .widget_recent_comments a,
.footer-sidebar .widget_recent_entries a,
.footer-sidebar .widget dl,
.footer-sidebar .widget ul > li,
.footer-sidebar .widget ol > li,
.footer-sidebar .widget address,
.footer-sidebar .widget .wp-caption .wp-caption-text,
.footer-sidebar .widget .gallery-caption,
.footer-sidebar .widget .entry-caption,
.footer-sidebar .widget ul#recentcomments li.recentcomments span.comment-author-link,
.footer-sidebar .widget #wp-calendar td,
.footer-sidebar .widget td {
  color: #adbbcb;
}

.footer-sidebar .widget #wp-calendar caption {
  background-color: #2c3d51;
}

.footer-sidebar .widget #wp-calendar th,
.footer-sidebar .widget #wp-calendar a,
.footer-sidebar .widget th {
  color: #fff;
}

.footer-sidebar .widget table,
.footer-sidebar .widget th,
.footer-sidebar .widget td {
  border: 1px solid rgba(45, 61, 81, 0.4);
}

/* Sidebar News */
.footer-sidebar .widget .post {
  padding: 0;
  border-bottom: none;
}

/* Footer Sidebar Tags */
.footer-sidebar .widget .tagcloud a {
  background-color: transparent;
  border: 1px solid rgba(45, 61, 81, 0.7);
}

.footer-sidebar .widget .tagcloud a:hover,
.footer-sidebar .widget .tagcloud a:focus {
  background-color: #2d3d51;
  border: 1px solid #2d3d51;
  color: #fff !important;
}

.top-footer {
  background-color: #575757;
}

.top-footer > .container-fluid,
.top-footer > .container-fluid > .col-md-3 > .col-sm-4 > .col-xs-12,
.top-footer > .container-fluid > .col-sm-4,
.top-footer > .container-fluid > .col-xs-12 {
  padding-left: 0;
}

.bottom-footer {
  padding-top: 1vh;
  background: #eeee;
}

/* =================================================================================== */

/*	FOOTER COPYRIGHTS - SITE INFO
/*=================================================================================== */
.site-info {
  padding-bottom: 20px;
  padding-top: 40px;
}

.footer-disc {
  position: relative;
  padding-bottom: 15px;
}

.disc-a {
  color: white;
}

@media (min-width: 992px) {
  .site-info {
    padding: 15px 30px 15px 0;
  }
}

.site-info p {
  color: #fff;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0;
}

.site-info a,
.site-info a:hover,
.site-info a:focus {
  color: #fff;
}

.site-info a:hover,
.site-info a:focus {
  color: black;
}

.copyright a {
  color: #fff;
}

.copyright {
  margin-bottom: 30px;
}

/* =================================================================================== */

/*	FOOTER SITE BRANDING TITLE
/*=================================================================================== */
.footer-sidebar .site-branding {
  position: relative;
  z-index: 3;
}

.footer-sidebar .site-title {
  clear: none;
  font-size: 2.75rem;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  margin: 0;
  word-wrap: break-word;
}

/* =================================================================================== */

/*	404 Error Page
/*=================================================================================== */
.error-404 {
  padding-bottom: 90px;
}

.error-404 h1 {
  font-size: 14rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
}

.error-404 h1 > i {
  font-size: 12rem;
}

.error-404 h2 {
  font-size: 3rem;
  font-family: "Adams Bold";
}

@media (max-width: 768px) {
  .error-404 h1 {
    font-size: 6rem;
  }

  .error-404 h1 > i {
    font-size: 6rem;
  }

  .error-404 h2 {
    font-size: 2rem;
  }
}

/* =================================================================================== */

/*	Preloader
/*=================================================================================== */
@media screen and (min-width: 1080px) {
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }

  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d6006e;
    -webkit-animation: spin 0.8s linear infinite;

    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 0.8s linear infinite;

    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
  }

  #loader::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #dbdbdb;
    -webkit-animation: spin 1s linear infinite;

    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1s linear infinite;

    /* Chrome, Firefox 16+, IE 10+, Opera */
  }

  #loader::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d6006e;
    -webkit-animation: spin 2s linear infinite;

    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;

    /* Chrome, Firefox 16+, IE 10+, Opera */
  }

  @-webkit-keyframes spin {
    from {
      webkit-transform: rotate(0deg);

      /* Chrome, Opera 15+, Safari 3.1+ */

      /* IE 9 */
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);

      /* Firefox 16+, IE 10+, Opera */
    }

    to {
      -webkit-transform: rotate(360deg);

      /* Chrome, Opera 15+, Safari 3.1+ */

      /* IE 9 */
      transform: rotate(360deg);

      /* Firefox 16+, IE 10+, Opera */
    }
  }

  @keyframes spin {
    from {
      -webkit-transform: rotate(0deg);

      /* Chrome, Opera 15+, Safari 3.1+ */

      /* IE 9 */
      transform: rotate(0deg);

      /* Firefox 16+, IE 10+, Opera */
    }

    to {
      -webkit-transform: rotate(360deg);

      /* Chrome, Opera 15+, Safari 3.1+ */

      /* IE 9 */
      transform: rotate(360deg);

      /* Firefox 16+, IE 10+, Opera */
    }
  }

  #loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000;
    -webkit-transform: translateX(0);

    /* Chrome, Opera 15+, Safari 3.1+ */

    /* IE 9 */
    transform: translateX(0);

    /* Firefox 16+, IE 10+, Opera */
  }

  #loader-wrapper .loader-section.section-left {
    left: 0;
  }

  #loader-wrapper .loader-section.section-right {
    right: 0;
  }

  /* Loaded */
  .loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);

    /* Chrome, Opera 15+, Safari 3.1+ */

    /* IE 9 */
    transform: translateX(-100%);

    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);

    /* Chrome, Opera 15+, Safari 3.1+ */

    /* IE 9 */
    transform: translateX(100%);

    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  .loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);

    /* Chrome, Opera 15+, Safari 3.1+ */

    /* IE 9 */
    transform: translateY(-100%);

    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
  }
}

/* =================================================================================== */

/*	Page Scroll Up
/*=================================================================================== */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.scroll-up a {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 2;
  font-size: 1.25rem;
  background: #d6006e;
  color: #fff;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #fff;
}

.scroll-up a > i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-right: 20%;
  padding-top: 15%;
}

/* =================================================================================== */

/*	Mouse icon
/*=================================================================================== */
.mouse_pos {
  float: right;
  margin-right: 5vw;
  padding-top: 50vh;
}

#mouse_icon {
  position: relative;
  width: 3vw;
  height: 10vh;
  border: 2px solid black;
  border-radius: 2vw;
}

#mouse_icon::after {
  position: absolute;
  top: 0.7vh;
  width: 0.5vw;
  height: 3vh;
  content: "";
  background-color: black;
  left: calc(50% - 0.25vw);
  border-radius: 0.3vw;
  -webkit-animation: mouse 1.5s infinite;
  animation: mouse 1.5s infinite;
}

@-webkit-keyframes mouse {
  0% {
    opacity: 1;
    top: 0.7vh;
  }

  100% {
    opacity: 0;
    top: 5vh;
  }
}

@keyframes mouse {
  0% {
    opacity: 1;
    top: 0.7vh;
  }

  100% {
    opacity: 0;
    top: 5vh;
  }
}

@media screen and (min-width: 2000px) {
  #mouse_icon {
    width: 2vw;
    height: 8vh;
  }

  #mouse_icon::after {
    width: 0.3vw;
    height: 3vh;
    left: calc(50% - 0.18vw);
  }

  .arch-thumb > .hero-bg > .lazyloaded {
    max-width: 190px;
  }

  .arch-thumb > .hero-blog > .lazyloaded {
    max-width: 190px;
  }

  .hero-bg img,
  .thumb-hero::after {
    width: -webkit-fill-available;
  }

  .hero-blog img,
  .thumb-hero::after {
    width: -webkit-fill-available;
  }
}

@media screen and (max-width: 1000px) {
  .mouse_pos {
    padding-top: 20vh;
  }
}

@media screen and (max-width: 559px) {
  .mouse_pos {
    padding-top: 5vh;
  }

  #mouse_icon::after {
    width: 0.6vw;
  }
}

/* =================================================================================== */

/*	flip cards
/*=================================================================================== */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* Update css */
.main-slider .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Meta Category */
.entry-meta .cat-links a::after {
  display: none;
}

.entry-meta .cat-links a:last-child::after {
  display: none;
}

/* =================================================================================== */

/*	WP DEFAULT CLASSES
/*=================================================================================== */
#attachment_907 {
  width: 100% !important;
}

img.alignleft,
.wp-caption.alignleft {
  margin-right: 30px;
}

img.alignright,
.wp-caption.alignright {
  margin-left: 30px;
  float: right;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  clear: left;
  font-style: italic;
  line-height: 1.5em;
  margin: 0.75em 0;
  text-align: center;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  margin: 12px 0 !important;
  text-align: center;
  font-style: italic;
  line-height: 1.5em;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 0;
  border: 5px solid #fff !important;
  -webkit-box-shadow: 0 0 5px 2px rgba(33, 28, 28, 0.3);
  box-shadow: 0 0 5px 2px rgba(33, 28, 28, 0.3);
}

.gallery-item .gallery-caption,
.hc_service_column .gallery-item .gallery-caption {
  font-size: 14px;
  margin: 12px 0;
  text-align: center;
  font-style: italic;
  line-height: 1.5em;
}

a img.alignright {
  float: right;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 30rem) {
  img.alignleft {
    float: left;
    margin-right: 20px;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

fieldset {
  margin-bottom: 1rem;
  border: 1px solid #e9e9e9;
  margin: 0 2px;
  padding: 0.35rem 0.95rem 0.75rem;
}

fieldset p {
  margin: 0 0 20px;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #0f0f16;
  font-weight: 600;
  display: table;
  max-width: 100%;
  border-bottom: none;
  width: auto;
  padding: 0;
  white-space: normal;
}

/* Additional Css---------------------------------------------------------------------------- */
.soldout {
  padding: 3px 8px;
  text-align: center;
  background: #d6006e;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 12px;
}

#service_content.row {
  text-align: center;
}

@media (min-width: 1200px) {
  body.boxed {
    width: 1210px;
    -webkit-box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
    box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);

    /* margin: 30px auto; */
    margin: 0 auto;
    position: relative;
    background: url(../../images/bg-patterns/bg-img1.png) repeat fixed;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  body.boxed {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.boxed {
    width: 100%;
  }

  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  body.boxed {
    width: 100%;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;

  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;

  /* Above WP toolbar. */
}

/* =================================================================================== */

/*	Gallerij foto's opmaak
/*=================================================================================== */
.title_pos {
  padding-top: 2vh;
}

.ngg-gallery-thumbnail {
  margin-top: 10px !important;
}

/* =================================================================================== */

/*	Page content opmaak
/*=================================================================================== */
.content-section {
  top: 50%;
  left: 50%;

  /* height: 25vh; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-box {
  width: calc(50% - 5vw);
  height: 100%;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2%;
  white-space: nowrap;
  overflow: hidden;
}

.content-box > p {
  margin: 0;
}

.content-box.text-center {
  white-space: normal;
  margin: 0 1rem;
}

.content-box.text-center > h1 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0.1em;
  margin-block-end: 0.1em;
}

.pos-height {
  height: 16vh;
  background-position-y: -150px;
}

.image-box {
  width: calc(50% + 5vw);
}

.content-section .image-box {
  height: 25vh;
}

.image-box > img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-content .content-section {
  height: auto;
}

.col-pic-p {
  width: calc(50% - 1px);
  display: inline-block;
}

.rotate_180 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.pos-pag {
  position: relative;
  margin: 0 auto;
  border-bottom: 4px solid #d6006e;
}

.title-pos {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
}

.pos-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 0% 100%;
  background-size: cover;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-attachment: fixed;
}

.woocommerce-product-details__short-description p {
  line-height: 3rem;
  border: 1px solid #eee;
}

/* =================================================================================== */

/*	Grafity forms opmaak
/*=================================================================================== */
h3.gform_title,
label.gfield_label {
  color: white;
}

.woocommerce-Tabs-panel .gform_fields .gfield_label {
  color: black;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  float: left;
  margin-bottom: 5px;
  background-color: #f0f0f0;
  border: 1px solid #575757;
}

.ginput_container_textarea .textarea {
  margin-bottom: 5px;
  background-color: #f0f0f0;
  border: 1px solid #575757;
}

.gform_footer input[type="button"],
input[type="submit"] {
  border-radius: 5px;
  background-color: #d6006e !important;
}

.search-form .search-form-submit {
  padding: 6px 20px 5px;
  margin-left: 15px;
  border-radius: 25px;
}

.contact_form > .gform_heading > h3.gform_title,
.contact_form > label.gfield_label {
  color: white;
}

.cp-iblock-form .nf-form-cont .nf-form-title > h3 {
  color: white;
}

.cp-iblock-form .nf-form-cont .nf-field-label > label {
  color: white;
}

.cp-iblock-form input .ninja-forms-field {
  background: #d6006e;
}

/* =================================================================================== */

/*	Nieuws pagina opmaak
/*=================================================================================== */
.container-archive {
  height: 40vh;
  background: #d6006e;
}

.item-meta a {
  color: #fff;
}

/* ============================================================ */

/*		Video scroll		*/

/* ============================================================ */

.intro {
  height: 100vh;
  padding: 4vh;
  margin-top: 137px !important;
}

.intro video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.intro h1 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* ============================================================ */

/*		Media queries		*/

/* ============================================================ */
@media (max-width: 599px) {
  .pos-pag {
    margin-bottom: 5px;
  }

  .t-pos-p {
    padding-top: 1rem;
  }
}

@media (max-width: 999px) and (min-width: 600px) {
  .title-pos {
    padding: 2.5rem 0;
  }

  .t-pos-p {
    padding-top: 1rem;
  }
}

@media (min-width: 1000px) {
  .t-pos-p {
    padding-top: 3rem;
  }
}

@media (max-width: 1000px) {
  .image-box {
    display: none;
  }

  .content-box {
    width: 100%;
  }
}

@media (min-width: 1921px) {
  .t-pos-p {
    padding-top: 6rem;
  }
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 1vw;
  }
}

@media (min-width: 991px) {
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }

  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .navbar-custom .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.938rem;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
}

/* Ipad Pro */
@media only screen and (width: 1024px) {
  .header-module {
    margin: 19px 0;
    margin-left: -70px !important;
  }

  .home_wrapper {
    padding-top: 4vh;
  }

  .footer-disc {
    height: 20.5vh;
  }
}

/* Ipad */
@media only screen and (width: 1024px) {
  .row .col-md-6 {
    margin-top: 0;
  }

  .bottom-module {
    width: 118px;
  }

  .header_title {
    margin-bottom: 25px;
  }

  .page-title-section {
    height: calc(100vh - 26vh);
  }
}

/* Ipad */
@media only screen and (width: 768px) {
  .post-content {
    padding-top: 0;
  }

  .home_wrapper {
    padding-top: 0;
  }

  .site-content {
    padding: 60px 0 50px;
  }
}

/* Ipad pro */
@media only screen and (width: 1024px) {
  .row .col-md-6 {
    margin-top: 0;
  }

  .bottom-module {
    width: 118px;
  }

  .mouse_pos {
    padding-top: 55vh;
  }

  .header_title {
    margin-bottom: 25px;
  }

  .page-title-section {
    height: calc(100vh - 26vh);
    background-position-y: calc(100vh - 97vh);
  }

  .header-module {
    margin: 19px 0;
    margin-left: -70px !important;
  }

  .home_wrapper {
    padding-top: 4vh;
  }

  .footer-disc {
    height: 20.5vh;
  }
}

/* Ipad pro */
@media only screen and (height: 1024px) {
  .page-title-section {
    height: calc(100vh - 30vh);
  }

  .mouse_pos {
    padding-top: 50vh;
  }
}

/* Ipad */
@media only screen and (width: 768px) {
  .post-content {
    padding-top: 0;
  }

  .home_wrapper {
    padding-top: 0;
  }

  .site-content {
    padding: 120px 0 50px;
  }

  .page-title-section {
    background-position-y: calc(100vh - 97vh);
  }
}

@media only screen and (width: 1024px) and (height: 768px) {
  .footer-disc {
    height: 36.3vh;
  }
}

@media only screen and (max-width: 768px) and (min-width: 100px) {
  .navbar-transparent {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 200px) {
  .navbar-custom .nav li > a {
    padding: 0 0 3px;
  }

  .navbar-transparent {
    background: transparent !important;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.mobile-header {
  display: none;
}

@media (max-width: 1079px) {
  .desktop-header {
    display: none !important;
  }

  .header-mobile {
    display: block;
  }

  .spacer {
    padding: 5vh 0;
  }

  .header-nav {
    display: none;
  }

  .mobile-header {
    display: block !important;
  }

  .navbar-custom .container-fluid {
    padding: 0 50px;
  }

  .navbar-custom {
    background-color: #575757;
  }

  .mouse_pos {
    padding-top: calc(100vh - 70vh);
  }

  .home_wrapper {
    padding-top: 18vh;
  }

  .navbar-custom .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-toggle {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .navbar-toggle:hover,
  .navbar-toggle:focus {
    background: transparent;
  }

  .navbar-toggle .icon-bar {
    width: 30px;
    height: 1px;
    background-color: #fff;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px;
}

  /* Menu */
  .navbar-custom li > a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 17px !important;
  }

  .navbar-custom.navbar-transparent li > a {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .navbar-custom .nav li.active a::before,
  .navbar-custom .nav li a:hover::before {
    display: none;
  }

  /* Dropdown Menu */
  .navbar-custom .navbar-nav .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
  }

  .navbar-custom .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .dropdown-menu > li > a:focus {
    color: #fff;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 12px 0;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.3) !important;
  }

  .navbar-custom .dropdown-toggle::after,
  .navbar-custom .dropdown-menu .dropdown-toggle::after {
    right: 15px;
    content: "\f107";
  }

  .navbar-custom .nav > .open > .dropdown-toggle::after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle::after {
    right: 15px;
    content: "\f106";
  }

  /* Header Module */
  .navbar-custom.navbar-transparent .header-module {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .header-module {
    margin-right: 0;
    margin-top: 0;
  }

  .site-branding-text {
    float: left;
    padding: 20px 15px;
  }

  .soldout {
    z-index: 50;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    bottom: 0;
    top: 100%;
  }

  .cp-cblock {
    margin-left: 0;
    margin-top: 7vh;
    width: 100%;
    padding: 0 7vw;
  }

  .cp-iblock {
    margin-left: 0;
    margin-top: 7vh;
    width: 100%;
    margin-right: 0;
    padding: 0 7vw;
  }

  .cp-image {
    padding-bottom: 10vh;
  }
}

@media (max-width: 768px) {
  .navbar-custom .container-fluid {
    padding: 0 15px;
  }

  .spacer {
    padding: 2vh 0;
  }

  .navbar-toggle {
    margin-right: 15px;
  }

  .site-content {
    margin-top: 20px;
  }

  .navbar-custom li > a,
  .navbar-custom.navbar-transparent li > a {
    margin-left: 0.938rem !important;
    margin-right: 0.938rem !important;
  }

  /* Header Module */
  .header-module {
    margin-left: 0.938rem;
    margin-right: 0.938rem;
  }
}

@media (max-width: 599px) {
  .thumb-bs {
    padding-top: 0;
    opacity: 0;
  }

  .thumb-hero {
    min-height: 0;
  }

  .post-content {
    padding: 0 30px;
  }

  .hero-bg img {
    left: -45%;
    width: auto;
  }

  .hero-blog img {
    left: 0%;
  }

  .site-content .blog .blog-content {
    display: block;
  }

  .site-info {
    margin-left: 0;
    padding-top: 20px;
  }

  .navbar-custom .nav li.active a {
    color: #d6006e !important;
  }

  .bottom-module {
    margin-bottom: 15px;
  }

  .copyright {
    margin-bottom: 20px;
  }

  .footer-disc {
    height: 3vh;
    padding-bottom: 55px;
  }

  .home_wrapper {
    padding-top: 8vh;
  }

  .usp_cirkle {
    height: 20vh;
    width: 20vh;
    margin-top: 3vh;
  }

  .usp_card {
    height: 20vh;
    width: 20vh;
  }

  .usp_tekst {
    margin-bottom: 3vh;
    margin-top: 0;
  }

  .wsa_pic {
    height: auto;
  }

  .wsa_tekst {
    height: auto;
  }
}

/* Iphone se */
@media only screen and (width: 320px) and (height: 568px) {
  .footer-disc {
    height: 7vh;
  }
}

/* Galaxy Fold */
@media only screen and (width: 280px) and (height: 653px) {
  .footer-disc {
    height: 7vh;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1400px) {
  .page-title-section {
    height: calc(100vh - 29vh);
    background-position-y: calc(100vh - 93vh);
  }
}

@media (max-width: 992px) {
  .page-title-section {
    padding-bottom: 2vh;
  }
}

@media (max-width: 768px) {
  .page-title-section {
    padding-bottom: 2vh;
  }
}

@media (max-width: 480px) {
  .page-title-section {
    padding-bottom: 2vh;
    height: calc(100vh - 55vh);
    background-position-y: calc(100vh - 97vh);
    background-position-x: -140px;
  }
}
