/*  
-----------------------------------------------------

Theme Name: Stavoren.nl Theme
Theme URI: http://www.wmtd.nl
Author: WMTD - Ivar Zuidhoek & Dupper.nl - Robert Dupper
Author URI: http://www.wmtd.nl
Description: 
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html

----------------------------------------------------- 
*/

/* 
HEX CODES
DARK BLUE / GREY ISH #2c3e50
LIGHT GREY #ecf0f1;
*/

/* TYPOGRAPHY */

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif !important;
/*  font-family: 'Signika', sans-serif !important; */
}

/*
h1, h2, h3, h4, h5, h6 {
	font-weight: 100 !important;
}
*/

p {
  font-weight: 300;
}

/* GENERAL / LAYOUT */

.fullwidth {
  max-width: 100% !important;
}

#content {
  margin: 55px 0;
}

a,
header,
.activity,
.transition {
-webkit-transition: all .35s ease;
   -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
     -o-transition: all .35s ease;
        transition: all .35s ease;
}

#wpadminbar a {
  color: #fff !important;
}

#wpadminbar a:hover, 
#wpadminbar a:active,
#wpadminbar a:focus {
  color: #C1C1C1 !important;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* HEADER */

#topbar {
  position: relative;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	background-color: #f9f9f9;;
	border-bottom: solid 1px #dddddd;
  z-index: 10;
}

#topbar-menu li a {
  padding: .9rem 1rem;
  border-right: solid 1px #ddd;
  color: #7a7a7a !important;
}

#topbar-menu li a:hover,
#topbar-menu li a:active,
#topbar-menu li a:focus {
  color: #B7B7B7 !important;
}

#lang_sel_list img {
  max-height: 8px;
  position: relative;
  top: -1px;
}

header {
	position: absolute;
	width: 100%;
	border-bottom: solid 1px #dddddd;
	background: white;
	z-index: 11;
}

header.fixed {
  position: fixed;
  top: 0;
}

/*
.admin-bar header.fixed {
  top: 32px;
}
*/

.home.admin-bar #hero {
  top: -152px !important;
  margin-bottom: -152px !important;
}

#wp-admin-bar-wpseo-menu {
  display: none;
}

header nav {
	display: table;
}

#main-menu {
  display: table-cell;
  vertical-align: middle;
}

#site-logo {
  display: inline-block;
/*  padding: 20px 0; */
  margin-top: -20px;
  margin-bottom: -11px;
  border: solid 10px #ecf0f1;
  border-radius: 50%;
}

#site-logo img {
  height: 90px;
  border: solid 1px #2c3e50;
  border-radius: 50%;
}

.cart-contents {
  display: table-cell;
  vertical-align: middle;
  padding: .7rem 0 .7rem 1rem;
  line-height: 1;
}

/*
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow>a::after {
  display: block;
  width: 0;
  height: 0;
  border: 0 !important;
  position: absolute;
  top: 9px !important;
  right: 5px !important;
  content: "\e055" !important;
  font-family: 'feather';
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
*/

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow>a::after {
  top: 15px !important;
}

.table-spacer {
  display: table;
}

.menu-icon {
  display: none !important;
  margin-left: 1rem;
}

.menu-icon:hover::after {
  box-shadow: 0 5px 0 #cacaca, 0 10px 0 #cacaca !important;
}

.is-drilldown {
  display: table;
  width: 100% !important;
  height: 100% !important;
  min-height: 500px !important;
}

.cart-contents {
  display: table-cell;
  vertical-align: middle;
  padding: .7rem 0 .7rem 1rem;
  line-height: 1;
}

/* HERO SECTION // IMAGE */

#hero {
  position: relative;
  overflow: hidden
}

.home #hero {
  height: 100vh;
  min-height: 900px;
  top: -120px;
  margin-bottom: -120px;
}

.hero-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

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

.hero-text {
  position: relative;
}

.hero-text h1 {
  margin: 20px 0 100px;
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 2px 5px #676767;
  text-transform: uppercase;
/*  font-weight: 300; */
  line-height: 1;
}

.hero-text h1 span {
  font-size: 110px;
  font-weight: 700;
}

.vrouwtje {
  width: 135px;
/*  border: solid 10px #fff;
  border-radius: 50%; */
  margin: 220px auto 80px;
}

.vrouwtje img {
  border-radius: 50%;
}

.intro-scroll {
  color: #fff !important;
  font-size: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.arrow-down {
  width: 30px;
  height: 30px;
  border: solid 3px;
  border-left: none;
  border-top: none;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  float: left;
  position: relative;
  top: -20px;
  left: 50%;
  margin-left: -15px;
}

#start-scroll {
	position: absolute;
	bottom: 80px;
}

.hero_sub {
  background-color: #f9f9f9;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 50px 0;
}

.hero_sub h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 60px;
/* margin-top: 40px; */
}

.hero_sub p {
  max-width: 700px;
  margin: 0 auto 18px;
  font-size: 20px;
  color: #000 !important;
}



/* HOME ACTIVITIES */

.home-activities h3 {
  /* font-size: 170px; */ 
  position: relative;
  z-index: 10;
  font-weight: 700;
  text-transform: uppercase;
  padding: 120px 0;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 2px 2px 5px #676767;
}

.home-activities .activity {
	position: relative;
  background-position: center center;
  background-size: cover;
}

.home-activities .activity a:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}

.home-activities .activity:hover a:before {
    opacity: 1;
}

.home-activities h3:after {
    content: '';
    position: absolute;
    opacity: 0;
    width: 100px;
    height: 60px;
    left: 50%;
    margin: -9px 0px 0 -50px;
    border: solid 1px;
    border-left: none;
    border-right: none;
    -webkit-transition: all 1s ease;
	     -moz-transition: all 1s ease;
	      -ms-transition: all 1s ease;
	       -o-transition: all 1s ease;
	          transition: all 1s ease;
}

.home-activities .activity:hover h3:after {
    opacity: 1;
}

/* HOME COMPANY HIGHTLIGHT */

.company-highlight {
  position: relative;
  padding: 50px 0;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
}

.company-highlight:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  /* opacity: 0; */
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
}

.company-highlight .fulllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.comp-highlight-content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin-bottom: 20px;
/*  text-transform: uppercase; */
  max-width: 750px;
  color: #fff;
}

.comp-highlight-content p {
  font-weight: 700;
}

.company-highlight h3 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  /*  text-shadow: 2px -2px 5px #676767; */
}

.datebanner {
  position: absolute;
  right: -70px;
  top: 70px;
  background: red;
  padding: 7px 100px;
  color: #fff;
  text-transform: uppercase;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-weight: 700;
  font-size: 20px;
}

.datebannersecond {
  background: #2199e8;
  padding: 7px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
}

/* HOME EVENTS & INFO */

.news_events #content {
  margin-top: 0;
}

.news_events {
  margin: 55px 0;
}

.ne_ev_heading {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px;
  line-height: 1;
  text-transform: uppercase;
}

.ne_ev_heading span {
  border: solid 1px;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.ne_ev_heading span:before {
  position: relative;
  top: 2px;
}

.ne_ev_heading span.fi-calendar:before {
  right: -1px;
}

.widget-loop-outer {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  border-bottom: solid 1px #dedede;
  min-height: 60px;
}

.news_events .feat-img {
  float: left;
}

.news_events img {
  max-width: 40px;
}

.news_events p {
  line-height: 1 !important;
  margin-left: 55px;
  color: #404040;
}

.news_events p:hover,
.news_events p:active,
.news_events p:focus {
  color: #000 !important
}

.widget-loop-content span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}

/*
.news_events .events p span {
  width: 100%;
  display: block;
}
*/

/* ARCHIVES / CATEGORIES LOOP */

.blog #hero,
.archive #hero {
/*  padding-bottom: 100px; */
  height: 250px;
/*  margin-bottom: 55px; */
}

.archive #hero {
  margin-bottom: 55px;
}

.archive #hero:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  /* opacity: 0; */
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);s
}

.archive .hero-text {
  z-index: 2;
}

section.archive-intro.abso {
  position: absolute;
  width: 100%;
  color: #fff;
  margin: 60px 0px;
}

.archive h1.page-title {
  margin: 35px 0;
  font-size: 40px;
}

.archive .abso h1.page-title {
  text-shadow: 2px 2px 5px #616161;
}

.taxonomy-description {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 55px;
}

.blog .entry-title,
.archive .entry-title {
  font-size: 22px;
  margin-bottom: 0;
  position: relative;
}

.subcats {
  background: #f9f9f9;
  padding: 35px 0 29px;
  margin-bottom: 55px;
}

.subcats .menu {
  display: inline-block;
}

.subcats li a {
  position: relative;
}

.subcats h5 {
  margin-bottom: 0;
  font-size: 1rem;
}

.subcats li span {
  height: 2.1em;
  line-height: 1.4;
  font-weight: 700;
  position: absolute;
  top: -7px;
  right: -7px;
  display: none;
}

.tile-link {
  position: relative;
  display: block;
}

.tile-link img {
  min-width: 100%;
}

.tile-link:hover img {
    opacity: 0.8;
}

/*.tile-link:hover .loop-comp-content {
  background: #f4f8ed;
}
*/

.loop-company {
  margin-bottom: 50px;
}

.loop-comp-content,
.loop-comp-button {
  padding: 1rem;
}

.loop-comp-content {
  position: absolute;
  width: 100%;
  bottom: 71px;
}

.loop-comp-content:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,9) 100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.tile-link:hover .loop-comp-content:before {
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,6) 100%);
}

.loop-comp-button {
  border: 1px solid #dadada;
}

.blog .tile-link .entry-title,
.archive .tile-link .entry-title {
  color: #fff;
}

.loop-comp-content span {
  display: block;
  line-height: 18px;
  margin-bottom: 3px;
  font-size: 14px;
  color: #999;
  color: #fff;
  position: relative;
}

.loop-comp-button button {
  margin-bottom: 0;
  position: relative;
}

.loop-comp-content .entry-title:after,
.loop-comp-button button:after
.button-arrow:after {
    content: '';
    position: absolute;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.loop-comp-content .entry-title:after {
  border: solid 2px;
  border-bottom: 0;
  border-left: 0;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 11px;
}

.loop-comp-button button:after,
.button-arrow:after {
  border: solid 1px;
  border-bottom: 0;
  border-left: 0;
  width: 8px;
  height: 8px;
  right: 15px;
  top: 15px;
}

/* SINGLE POST / SINGLE BEDRIJF */

.single #hero {
  height: 300px;
}

.single .regularpost #hero {
  height: 300px;
}

.single .meta-data {
  position: absolute;
  width: 100%;
  z-index: 5;
  left: 0;
  bottom: 0;
  padding-bottom: 20px;
  background-image: -webkit-linear-gradient(top, transparent 0, rgba(0,0,0,0.65) 100%);
  background-image: -o-linear-gradient(top, transparent 0, rgba(0,0,0,0.65) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0,0,0,0.65)));
  background-image: linear-gradient(to bottom, transparent 0, rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  background-repeat: repeat-x;
}

.single #breadcrumbs,
.single #breadcrumbs a {
  color: #fff !important;
}

.single span.breadcrumb_last {
  font-weight: 500;
/*  text-shadow: 1px 1px #000; */
  color: #2199e8;
}

.single .entry-title {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  color: white;
  display: inline-block;
  max-width: 575px;
  margin: 0 0 20px;
}

.single-event-date {
  font-weight: 700;
  border-bottom: solid 1px #ddd;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: -13px;
}

.single #content {
  padding: 55px 0;
  margin: 0;
  background: #f9f9f9;
}

.single #content h2 {
  font-size: 28px !important;
}

.single .main-description {
  margin-bottom: 40px;
}

.tagline {
  margin-bottom: 20px;
}

.company-gallery {
  margin-top: 20px;
}

.company-gallery .slick-slide {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.slick-slide img {
  max-height: 450px;
  margin: 0 auto;
}

.slider-nav-thumbnails {
  margin: 0 -6px 30px;
}

.slider-nav-thumbnails .slick-slide {
  cursor: pointer;
}

.slider-nav-thumbnails .slick-slide img {
  padding: 0 6px;
}

.slick-next {
  right: 25px !important;
}

.slick-prev {
  left: 25px !important;
}

/*
.slider-nav-thumbnails .slick-slide:nth-child(5n+5) img {
  padding-right: 0px;
}
*/

.slick-dots li button::before {
  font-size: 8px;
}

.single .sidebar {
  background: #fff;
  margin-top: 5px;
  padding: 2rem;
  border: solid 1px #dadada;
/*  border-radius: 15px; */
}

.single .sidebar h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 300;
}

.company_info span {
  margin-right: 1rem;
}

.company_info span.fi-phone {
  margin-right: 1.2rem;
}

.button.warning {
  color: #fff !important;
}

.company_info .button.blue {
/*  color: #3adb76 !important; */
  margin-bottom: 0;
  cursor: default;
}

.side-contact {
  background: #eff6fe;
  margin-top: 50px;
  padding: 2rem;
  border: solid 1px #dadada;
/*  border-radius: 15px; */
}

.side-contact h4 {
  font-size: 20px;
  font-weight: 300;
}

.gform_wrapper {
  margin: 0 !important;
  width: 100%;
  max-width: 100% !important;
/*  background: #eff6fe;
  padding: 1rem 1.3rem 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; */
  font-size: 14px;
}

.gform_wrapper .gform_heading {
  display: none;
}

.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .top_label input.large {
  width: 100% !important;
  padding: 0 1rem;
}

.gform_wrapper textarea.medium {
  width: 100% !important;
  padding: 1rem;
}

.side-contact .gform_fields .ginput_complex label[for="input_1_1_3"] {
  display: none;
}

.side-contact #input_1_1_3_container input {
  margin-bottom: 5px;
}

#gform_submit_button_1 {
  width: 100%;
  background: #2199e8;
}

#gform_submit_button_1:hover {
  background: #1583cc;
}

.single .map-address {
  height: 300px;
}

.single #google-map iframe{
  pointer-events: none;
}

.single .meta-data .columns {
  position: relative;
}

.linkback a {
  background: #eff6fe;
  padding: 5px 20px;
/*  text-transform: uppercase; */
  display: inline-block;
  border-radius: 3px;
}

.linkback a span {
  position: relative;
  top: 1px;
  left: -5px;
  font-size: 13px;
}

#content .linkback {
  margin-top: 50px;
}

.single-stavoren_bedrijven .linkback a {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.regularpost h1.entry-title {
  color: #000;
  font-size: 34px;
  line-height: 40px;
  width: 100%;
  max-width: 100%;
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
}

.regularpost #sidebar {
  margin-top: 0;
}

.reg-feat-image {
  margin-bottom: 20px;
}

/* PAGE */

.page-title h1 {
  font-size: 75px;
  font-weight: 300;
  line-height: 90px;
/*  padding: 10px 0 30px; */
}

.hero.feat-img {
  height: 320px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.about-sections {
  margin-bottom: 60px;
}

.about-sections .even-section,
.about-sections .odd-section {
  padding: 60px 0;
}

.about-sections .odd-section {
  background: #f9f9f9;
}

.about-sections h2 {
  line-height: 28px;
/*  text-transform: uppercase; */
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 40px;
}

.about-sections img {
  max-width: 350px;
  border-radius: 50%;
}

.about-sections a {
  color: #000;
  text-decoration: underline;
}

.about-sections a:hover,
.about-sections a:active,
.about-sections a:focus {
  color: #666;
}

.img-table {
  display: table;
  height: 100%;
  width: 100%;
}

.img-table-cell {
  display: table-cell;
  vertical-align: middle;
}


/* WOOCOMMERCE -- LOOP */


.products li {
	width: 100% !important;
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px !important;
  margin: 0px !important;
}

.products li:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 1px;
  bottom: 0%;
  left: 5%;
  background: #EEE;
}

.products li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  top: 5%;
  background: #EEE;
  right: 0;
  display: none;
}

.products li.first {
  clear: none !important;
}


.products li a img {
  padding: 15% 15% 0;
}

.products li h3 {
  font-weight: 500 !important;
}

.products li.product .button {
  background: none;
  text-transform: uppercase;
  font-size: 12px;
}

.products li.product .added_to_cart.wc-forward {
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    top: 6px;
    right: 6px;
}


/* WOOCOMMERCE - SINGLE PRODUCT */

.product form.cart {
	width: 100%;
  max-width: 375px;
  padding: 20px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.product form.cart .button {
  float: right !important;
  padding: .558em 1em;
  background-color: #2ECC71;
}

.product form.cart .button:hover,
.product form.cart .button:active {
	background-color: #1ABC9C;
}

/* SIDEBAR */

#sidebar {
  margin-top: 50px;
}

#sidebar .widget {
  padding: 1.5rem;
  border: solid 1px #dadada;
  background: #f9f9f9;
}

h2.widget-title {
  font-size: 1.5rem;
}

#sidebar li {
  list-style: none;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#sidebar li .post-date {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}


/* FOOTER */

footer {
  color: #fff;
/*  margin-top: 55px; */
  padding: 10px 0;
  background: #404040;
}

footer a {
  color: #fff !important;
}

footer a:hover,
footer a:active,
footer a:focus {
  color: #C1C1C1 !important;
}

.copyright {
  padding: .5rem 0;
}


/*******************/
/** MEDIA QUERIES **/
/*******************/


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) { 

} 

@media only screen and (min-width: 600px) { 

.admin-bar header.fixed {
  top: 32px;
}

}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { 

.products li {
  width: 50% !important;
}

.products li:after {
  display: block !important;
}

.products li:nth-child(2n):after {
  display: none !important;
}

.home-activities h3 {
  padding: 100px 0;
}

.outer-row {
  padding-left: 40px;
  padding-right: 40px;
}

.single #hero {
  height: 500px;
}

.single .map-address {
  height: 400px;
}

}

/* min-width 769px */
@media only screen and (min-width: 769px) { 

/*
.home-activities h3 {
  padding: 300px 0;
}
*/

.single .entry-title {
  font-size: 50px;
  line-height: 50px;
}

.single .map-address {
  height: 550px;
}


}

/* ipad landscape only */
@media only screen and (min-width: 1000px) and (max-width: 64em) { 

.home-activities h3 {
  padding: 100px 0;
}

} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {

.home-activities h3 {
  padding: 150px 0;
}

.products li {
  width: 33.33333% !important;
}

.products li:nth-child(2n):after {
  display: block !important;
}

.products li:nth-child(3n):after {
  display: none !important;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  padding: 30px 5% 0;
}

.woocommerce div.product div.summary {
  padding-top: 90px;
}

.product .product_title {
  font-size: 2.5em;
}

} 

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {

}

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {

.home-activities h3 {
  padding: 175px 0;
}

.three_per_row .products li {
  width: 33.33333% !important;
}

.four_per_row .products li {
  width: 25% !important;
}

.five_per_row .products li,
.related.products .products li {
  width: 20% !important;
}

.products li:nth-child(3n):after {
  display: block !important;
}

.products li.last:after {
  display: none !important;
}

}


@media only screen and (max-width: 1024px) { 

.menu-icon {
  display: block !important;
}

header nav {
  position: fixed;
  top: 0 !important;
  left: -500px;
  z-index: 99;
  width: 50%;
  max-width: 500px;
  min-width: 280px;
  height: 120vh !important;
  background: #fff;
  border-right: solid 1px #dedede;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
}

nav.opened {
  left: 0;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}

nav.opened .mobile-closer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  cursor: pointer;
}

.is-drilldown,
.is-drilldown-submenu,
.is-drilldsown:after  {
  background: #fff !important;
}

/*
.is-drilldown:after {
  content: '';
  position: absolute;
  background: red;
  bottom: 100px;
  width: 100%;
  height: 200px;
}
*/

#main-menu,
#main-menu li,
.is-drilldown {
  display: block;
}

#main-menu.menu li a {
  display: block;
  padding: 1rem 2.5rem;
  border-bottom: solid 1px #DEDEDE;
}

.is-drilldown-submenu-parent>a::before {
  content: '';
  position: absolute;
  height: 49px;
  width: 55px;
  border: solid 1px;
  right: 0px;
  top: 0;
}

.js-drilldown-back {
  cursor: pointer;
}

.js-drilldown-back::before {
  margin-top: 18px !important;
}

.js-drilldown-back::after {
  content: '';
  position: absolute;
  height: 49px;
  width: 100%;
  border-bottom: solid 1px;
  left: 0px;
  top: 0;
}

.home #hero {
  min-height: 100%;
}

.hero-text h1 {
  margin: 20px 0 0px;
  font-size: 70px;
}

.hero-text h1 span {
  font-size: 120px;
}

.hero_sub {
  padding: 30px 0;
}

.hero_sub h2 {
  font-size: 40px;
}

.about-sections img {
  max-width: 275px;
}

footer {
  font-size: 15px;
}

}


@media only screen and (max-width: 768px) { 

.home #hero {
  height: 75vh;
}

.hero-text h1 {
  margin: 20px 0 0px;
  font-size: 50px;
}

.hero-text h1 span {
  font-size: 90px;
}

.vrouwtje {
  margin: 180px auto 60px;
}

.hero_sub h2 {
  font-size: 35px;
}

.about-sections img {
  max-width: 200px;
}

.subcats .menu>li:not(.menu-text)>a {
  padding: .3rem .5rem;
}

.subcats h5 {
  font-size: 0.9rem;
}

.single #hero {
  height: 350px;
}

.single .sidebar {
  margin-top: 50px;
}

.single-stavoren_bedrijven .linkback a {
  display: none;
}

.company-highlight h3 {
  font-size: 45px;
}

}

@media only screen 
  and (max-device-width: 736px)
  and (orientation: landscape) {

.home #hero {
  height: 850px !important;
}

}

@media only screen 
  and (max-device-width: 600px)
  and (orientation: landscape) {

.home #hero {
  height: 750px !important;
}

}

@media only screen and (max-width: 640px) { 

footer li {
  width: 100%;
  display: block !important;
}

footer li a {
  padding-left: 0 !important;
}

.copyright {
  border-top: solid 1px;
  margin-top: 10px;
}

}

@media only screen and (max-width: 600px) { 

#topbar .columns {
  padding: 0;
}

#topbar-menu li a {
  padding: .9rem .8rem;
}

#site-logo {
  margin-top: -10px;
  margin-bottom: -11px;
  border: solid 5px #ecf0f1;
}

#site-logo img {
  height: 60px;
}

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

.home #hero {
  height: 80vh;
}

.hero-text h1 {
  margin: 20px 0 55px;
  font-size: 35px;
}

.hero-text h1 span {
  font-size: 60px;
}

.hero_sub h2 {
  font-size: 25px;
}

.vrouwtje {
  width: 80px;
  margin-bottom: 30px;
}

.subcats .menu>li {
  display: block;
  width: 50%;
  margin-bottom: 20px;
  float: left;
}

.subcats .button {
  margin: 0 10px;
}

}


@media only screen and (max-width: 350px) { 

.home #hero {
  height: 90vh;
}

.hero-text h1 {
  font-size: 30px;
}

.hero-text h1 span {
  font-size: 50px;
}

.hero_sub h2 {
    font-size: 18px;
}

}

