/*
Theme Name: Beardesign
Theme URI: https://beardesign.nl
Template: wp-bootstrap-starter
Author: Wiwi Websolutions
Author URI: https://afterimagedesigns.com/
Version: 1.0.1570714167
Updated: 2019-10-10 13:29:27

*/
@font-face {
    font-family: VarelaRound;
    src: url(/wp-content/themes/beardesign/assets/fonts/VarelaRound-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Tinos-Regular;
    src: url(/wp-content/themes/beardesign/assets/fonts/Tinos-Regular.ttf);
    font-weight: normal;
}
body{
    font-family: 'VarelaRound', sans-serif ;
}

h1 {
  font-size: 2rem;
}

h2{
  font-family: Tinos-Regular;
  line-height: 43px;
  font-weight: 500;
}
p{
  color: #9e9e9e;
  font-size: 1.1rem;
  line-height: 27px;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

header{
  height: 69px;
}

.bear-nav {
    background: #fff;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.10);
}

.bear-nav li.nav-item {
    padding-left: 15px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link{
    font-family: 'VarelaRound', sans-serif;
    color: #000;
    font-size: 16px!important;
}
body li.mega-menu-item > a.mega-menu-link:hover{
    color: #000!important;
}
.bear-nav .dropdown-menu {
    width: 100%;
    position: fixed !important;
    top: 98px;
    border: none;
    border-radius: 0;
    background: white;
    z-index: 5;
    -webkit-box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.16);
    box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.16);
}
.navbar-brand img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 5px;
    z-index: 99999!important;
    max-height: 195px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
section.content-wrapper a.read_more {
    background: #000;
    display: block;
    padding: 10px;
    color: #fff;
    float: left;
    margin: 15px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
body .fixed {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


.affix .navbar-brand img {
    max-height: 75px;
    top: 15px;
}

#pac-input, #addr  {
    z-index: 999 !important;
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ffffff;
    color: #000 !important;
    font-size: 16px !important;
    padding: 0 15px !important;
    border: 0 !important;
}
.swiper-container {
width: 100%;
max-height: 900px;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

/* choice */
section.choice-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
.fixed-wrapper {
    max-width: 1800px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
section.choice-wrapper .wrap {
    position: relative;
    overflow: hidden;
}
section.choice-wrapper .body {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    top: 50%;
    transform: translateY(-50%);
}

section.choice-wrapper .body h2 {
    margin: 0;
    letter-spacing: 1.5px;
    background: white;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    text-decoration: none;
    color: #000;
}
section h2 {
    margin-bottom: 30px;
    font-size: 2.25rem;
    letter-spacing: 1.5px;
}

section.choice-wrapper .wrap:hover img {
    transform: scale(1.1);
}
section.choice-wrapper .wrap img {
    transition: all 0.3s;
}


/* Collection */

section.collection-wrapper {
    padding-top: 90px;
    /* padding-bottom: 60px; */
}
.fixed-wrapper {
    max-width: 1800px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.card-content{
  position: absolute;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.card:hover .card-img-overlay{
display: block!important;
}

section.collection-wrapper .card-text{
font-family: 'Varela Round', sans-serif;
letter-spacing: 1.5px;
background: #000;
display: block;
padding: 10px 15px;
color: white;
transition: top 5s ease;
}

section.collection-wrapper h5 {
    transition: all 0.2s ease;
    background: white;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
}

/*  Home over ons */
section.content-wrapper {
    margin: 120px 0;
}

section.content-wrapper .desc {
    padding: 58px 80px 0 80px;
}
section h2 {
    margin-bottom: 30px;
    font-size: 2.25rem;
    letter-spacing: 1.5px;
}
section.content-wrapper .separator {
    padding-bottom: 90px;
}
section#post-archive {
    margin-top: 115px;
}
/* Map */


.map-container {
position:relative;
}
.map-container .fas {
    position: absolute;
    color: white;
    z-index: 999999;
    right: 15px;
    top: 15px;
}


.map-still {
	display:none;
		    overflow-x: hidden;
}
.acf-map {
	width: 100%;
	height: 700px;
}
body.page-id-107 .acf-map {
	width: 100%;
	height: 600px;
}
.acf-map h2 {
margin-bottom:5px;
float:left;
width:100%;
}
.acf-map h2 a {
color: #000!important;
    font-size: 28px;
}

.acf-map strong {
float:left;
width:100%;
margin-bottom:15px;
}

.acf-map p {
color: #000!important;
    font-size: 16px;
display: block;
margin-bottom:15px;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}


/* footer */

.insta .card-columns {
  column-count: 5;
}

.insta .card figcaption {
    display: none;
}
footer .feed {
    position: relative!important;
}
footer section.insta {
    position: relative!important;
    max-height: 380px!important;
}

footer h3 {
    color: #000;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    font-family: Tinos-Regular;
    font-size: 1.75rem;
    font-weight: 500;
}
footer section.widgets {
  background: #ffffff;
  padding-bottom: 30px;
}


.instagram-hastag {
    position: relative;
    z-index: 99;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 295px;
    text-align: center;
    padding: 15px;
    bottom: 165px !important;
    transform: translateY(-50%);
    display: block;
    background: white;
    color: #000;
    font-size: 18px;
    letter-spacing: 1.5px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.10);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.collectie-title {
    text-align: center;
    font-size: 21px;
}

.fixed-wrapper-footer {
    max-width: 1400px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

footer .footer-logo img {
    max-width: 44% !important;
}



footer .managers {
  list-style: none;
}

section.sub-footer {
    background: #101010;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fixed-wrapper {
    max-width: 1800px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
section.sub-footer p {
    color: #7c7c7c;
    font-size: 12px;
    margin: 5px 0;
}
section.sub-footer a.dealer {
    display: block;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 10px;
    max-width: 190px;
    margin: 0 auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
section.sub-footer h3 {
    font-size: 14px;
    margin: 15px;
    color: #7c7c7c;
    font-family: 'Varela Round', sans-serif !important;
}
section.sub-footer ul.social {
    margin: 12px 0 0 30px;
    padding: 0;
    list-style: none;
}
section.sub-footer ul.social li {
    padding-right: 15px;
}
section.sub-footer ul.social li a {
    color: #fff;
}
.wiwi-footer, .wiwi-footer a, .wiwi-footer a:hover {
    color: #7c7c7c;
    font-size: 12px;
}
.wiwi-footer, .wiwi-footer a, .wiwi-footer a:hover {
    color: #7c7c7c;
    font-size: 12px;
}

.form div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: 'Varela Round', sans-serif !important;
    color: #9e9e9e;
    font-size: 18px;
    font-weight: normal;
}
.form .wpforms-submit {
    background: #000 !important;
    border-color: transparent !important;
    display: block;
    padding: 10px;
    color: #fff !important;
    float: left;
    margin: 15px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

/* Dealers */

main.dealers {
    position: relative;
    margin-top: 28px;
}
.slicker-instagram-placeholder{
  margin: 0px!important;
}

.all-dealers .item {
	padding:15px 0;
	margin-bottom: 15px;
	    border-bottom: 1px solid #383838;
	position: relative;
}
.all-dealers address {
	position: absolute;
	top:15px;
	right:0;
}
.all-dealers a.goto {
    max-width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #fff!important;
}
.all-dealers h2 {
margin:0 0 0 0;
}
.all-dealers h2 a {
font-size: 22px;
    color: #fff;
    font-weight: 500;
    display: -webkit-box;
    max-width: 250px;
}

.all-dealers .radius {
	  padding: 30px 0 15px 0;
	position: relative;
}

.all-dealers .radius .btn {
background: #fff!important;
    position: absolute;
    color: #000;
    right: 0;
    top: 30px;
    border: none;
    z-index: 9999;
    height: 50px;
    line-height: 40px;
}

.all-dealers .radius .btn:active,
.all-dealers .radius .btn:focus {
    box-shadow: none!important;
	border: none!important;
}
.all-dealers p {
	font-size: 16px;
}

.all-dealers::-webkit-scrollbar {
width: 15px;
height: 15px;
	margin:15px 0;
}
.all-dealers::-webkit-scrollbar-track-piece  {
background-color: #000;
}
.all-dealers::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: #fff;
	padding: 5px;
}

.all-dealers strong {
	color: #ffffff;
    font-weight: 400;
    padding: 0 0 10px 0;
    display: -webkit-box;
}

/* Single collection item */
.specs {
margin-bottom:30px;
}

.see-more a {
    background: #000;
    display: block;
    padding: 10px;
    color: #fff;
    float: left;
    margin: 15px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.see-more a:hover {
background: #9f5c48;
color:#fff;
    text-decoration: none;
}

.product-images {
	list-style: none;
}
.product-images li {
	text-align: right;
}
.product-images .img-wrap {
	overflow: hidden;
	position: relative;
}
.price p {
  color:#9f5c48;
  font-size: 1.8rem;
}

.price,
.specs {
float:left;
width:100%;
}
.mannen-collectie .card:hover a.card-text {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.mannen-collectie a.card-text {
    font-family: 'Varela Round', sans-serif;
    letter-spacing: 1.5px;
    background: #000;
    display: block;
    padding: 10px 15px;
    color: white;
    transition: top 5s ease;
    visibility: hidden;
}
.card-text:last-child {
    margin-bottom: 0;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.card {
    overflow: hidden;
    border-radius: 0;
    border: none;
}
#breadcrumbs a, #breadcrumbs span {
    font-size: 36px;
    color: #000 !important;
}
section.where-to-buy {
padding:0px 0 120px 0;
}

section.where-to-buy h2, section.store-locator h2 {
  font-size:1.7rem!important;
}
section.where-to-buy h3 {
  font-size:21px!important;
  font-family: 'Varela Round', sans-serif!important;
	color: #9f5c48;
}

section.banner {
	text-align: center;
	max-height: 500px;
	overflow: hidden;
}
section.page-wrapper {
	padding-top: 30px;
	padding-bottom: 60px;
}
section.page-wrapper h2 {
	margin: 0 0 30px 0;
}
.fixed-images-page {
	max-width: 1400px;
	margin: 90px auto 60px auto;
	text-align: left;
}
.title-page {
	padding: 0 0 30px 0;
	margin: 0!important;
}
.breadcrumbs a {
	text-decoration: none!important;
}
.breadcrumbs a span {
	color: #000!important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.breadcrumbs a span:hover {
	color: #975532!important;
	text-decoration: none;
	border: 0;
	outline: none;
}
section.where-to-buy h2, section.store-locator h2 {
  font-size: 28px !important;
}

section h2 {
  margin-bottom: 30px;
  font-size: 36px;
  letter-spacing: 1.5px;
}
section.where-to-buy h3 {
  font-size: 21px !important;
  font-family: 'Varela Round', sans-serif !important;
  color: #9f5c48;
}
span.shops {
  display: inline-block;
  padding: 10px;
  background: #9f5c48;
  color: #fff;
  font-size: 16px;
}
body.single-collectie section h2 {
  font-size: 1.3rem;
}
.breadcrumbs a {
  text-decoration: none !important;
}
.breadcrumbs span a {
  color: #000 !important;
  transition: all .2s;
}

.all-dealers {
    position: absolute;
    max-width: 430px;
    max-height: 700px;
    z-index: 999;
    left: 0;
    top: 103px;
    overflow-y: scroll;
    background:  #000;
    padding: 15px 30px;
}
.all-dealers .radius {
    padding: 30px 0 15px 0;
    position: relative;
}
.dealers .leaflet-left {
    display: none;
}
.all-dealers .item {
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #383838;
    position: relative;
}
.all-dealers h2 {
    margin: 0 0 0 0;
}
.all-dealers p {
    font-size: 16px;
}
.all-dealers a.goto {
    max-width: 100%;
    font-weight: 500;
    font-size: 15px;
    color: #fff !important;
}
.vrouwen-collectie, .mannen-collectie {
    column-count: 4;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: transparent;
}
.nav-item  a {
    color: #2d2f31;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0;
}
#verkooppunten-single-contain{
  padding-top: 100px;
  padding-bottom: 100px;
}
h5.card-title {
    transition: all 0.2s ease;
    background: white;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
}
 .card-text {
    font-family: 'Varela Round', sans-serif;
    letter-spacing: 1.5px;
    background: #000;
    display: block;
    padding: 10px 15px;
    color: white;
    transition: top 5s ease;
}
 footer .insta-hastext:hover a {
    color:  #ffff!important;
}
.btn:focus{
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(158, 158, 158,.25)!important;
}
#dealerToggle{

 background: #fbfbfb;
 border: 1px solid #9e9e9e;
 display: none;
}

/* #mega-menu-max_mega_menu_1 .mega-sub-menu{
    top: 68px!important;

}
 .mega-menu-columns-1-of-6{
   top: 18px!important;
 } */

 .social li{
   display:inline;
}
.social{
  text-align: center;
}
#mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle + #mega-menu-max_mega_menu_3 {

    z-index: 9!important;
}
.marker-cluster{
  margin-left: 5px;
  margin-top: 7px;
width: 40px!important;
height: 50px!important;
transform: translate3d(1151px, 258px, 0px);
z-index: 258;
opacity: 1;
background:url(/wp-content/uploads/marker.png)!important;
}

.marker-cluster-medium div, .marker-cluster-small div, .marker-cluster-large div {
    background-color:transparent!important;
}
.marker-cluster div span{
  color:#fff;
}

.map-item-title {
    color:  #000 !important;
    font-size: 28px;
}
 .leaflet-container a{
    color:#767676 !important;
    font-size: 16px!important;
}

.post-archive-columns{
  column-count: 4!important;
}

.post-archive-columns a{
  color: #333;
}

@media only screen and (min-width: 1246px) {
  .card-columns {
    column-count: 6;
  }

  .mannen-collectie{
    column-count: 4;
  }
.fixed .navbar-brand img {
    width: 5%;
}
.fixed .mega-sub-menu {
  margin-top: -30px!important;
}

  body .mega-sub-menu{
      width: 100%!important;
      position: fixed !important;
      top: 98px!important;
      border: none!important;
      border-radius: 0!important;
      background: #ffff!important;
      z-index: 5!important;
      -webkit-box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.16)!important;
      -moz-box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.16)!important;
      box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.16)!important;
  }


  body .mega-sub-menu .mega-menu-item {
      max-width: 900px!important;
      padding: 120px 0 60px 0!important;
      text-align: -webkit-center!important;
      display: grid!important;
  }
  body .mega-sub-menu {
  list-style-type:none!important;
  display:flex!important;
  justify-content: center!important;
  left: 0px!important;
  }
  .mobile-navi{
    display: none;
  }
}

@media only screen and (max-width: 701px) {
  section.sub-footer a.dealer {
      width: 100%;
      margin-top: 9px;
      margin-bottom: 9px;
      max-width: 100%;
  }

  .carousel-caption h1 {
    display: none;
}
.youtube-btn {
    max-width: 20%;
}
  .copyright-footer{
    text-align: center!important;
  }
  .home .desc h2 {
    margin: 0px;
}
.home-content-block .desc{
  margin-top: 11px;
}
section.content-wrapper .separator {
    padding-bottom: 38px;
}
footer .footer-logo img {
max-width: 153px;
float: none!important;
margin-bottom: 25px;
}
}

@media only screen and (max-width: 901px) {
  section.collection-wrapper {
      padding-top: 0px;

  }
  section.sub-footer ul.social {
      margin: 12px 0 0 0;
  }

  .fab {
    font-size: 1.4rem;
}
  footer .footer-logo img {
  max-width: 153px;
  float: left;
  }
  .social-title-header{
  margin: 0px!important;
  }

  .instagram-hastag {

      bottom: 70px !important;
      font-size: 1.2rem;
  }
  span.shops {
    margin-bottom: 20px;
}
body .mega-indicator {
    font-size: 2rem!important;
}
  .home-geschiedenis-text{
order:2!important;
  }
  .home-geschiedenis-img{
order:1!important;
  }
  .card-columns {
    column-count: 2;
  }
.fixed .navbar-brand img {
    width: 16%!important;
}
.desc h2{
  margin-top: 0px;
}
.mega-menu-item a {
    font-size: 1.3rem !important;
}

body section.content-wrapper {
    margin: 61px 0px;
}
body section.content-wrapper .desc {
    padding: 0px;
}
  .navbar-toggler {
      display: none;
  }
  .navbar-brand img {
      width: 19%;
  }
  .navbar-brand {
          z-index: 9999!important;
  }
  #mega-menu-wrap-max_mega_menu_3 .mega-menu-toggle + #mega-menu-max_mega_menu_3 {
    z-index: 1!important;
}
body section.choice-wrapper .body {
    width: 100%!important;
}
body section h2 {
    font-size: 1.8rem;
}
footer .footer-logo img {
    width: 153px;
}

}

@media only screen and (max-width: 1000px) and (min-width: 767px)  {
  .mega-menu-item a {
      font-size: 0.9rem ;
  }
  .navbar-brand img {
    width: 12%;
}
}


@media only screen and (max-width: 1000px) and (min-width: 500px)  {
  .vrouwen-collectie, .mannen-collectie {
      column-count: 3;
  }
}
@media only screen and (max-width: 577px) {
  .vrouwen-collectie, .mannen-collectie {
      column-count: 2;
  }
  .fixed-wrapper {

    padding-right: 15px;
    padding-left: 15px;

}
body section.content-wrapper {
    margin: 0px;
}
}
@media only screen and (max-width: 1000px) {
  #main {
    margin-top: 20px;
}

   .all-dealers{
     display: none;
   }
   .carousel-caption{
     top: 20%;
   }
   .carousel-caption h1{
     background: #0f0e0e87;
   }
   #dealerToggle{
     display: inline;
   }
   #mega-menu-wrap-max_mega_menu_3 .mega-menu-item .mega-menu-link{
  font-size: 1.2rem!important;
   }

 }
 @media only screen and (max-width: 1246px) {
  .nav-leftside.navbar-collapse.collapse.w-100.order-1.order-md-0.dual-collapse2, .nav-rightside.navbar-collapse.collapse.w-100.order-3.dual-collapse2{
     display: none!important;
   }
}

/* Naiche beignt maar eens */
#content.site-content {
  padding-bottom: 0!important;
  padding-top: 0!important;
}
.carousel-caption {
  position: absolute;
  bottom: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff!important;
  text-align: center;
}
.carousel-caption h1 {
  color: #fff!important;
}
.modal-dialog {
  max-width: 800px;
}
body:not(.theme-preset-active) footer#colophon {
  background: unset!important;
}
footer p, footer ul, footer li {
  color: #767676;
  font-size: 16px;
}
footer .managers li {
  margin-bottom: 10px;
}
footer h3 {
  margin-top: 0;
}
footer ul.managers {
  padding: 0;
}
footer ul.col-md-6 {
  padding-right: 15px;
  padding-left: 15px;
}
section.sub-footer p {
  line-height: 1.5;
}
section.sub-footer a.dealer:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
section.collection-wrapper .card:hover img, .home .content-wrapper img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home .content-wrapper .img-wrap {
    overflow: hidden;
}
body section.collection-wrapper .card img, body.page-child section.collection-wrapper .card img, body section.collection-wrapper .card img, .home .content-wrapper img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    /* min-height: 445px; */
}
section.collection-wrapper .card-body:hover {
  cursor: pointer;
}
section.collection-wrapper .card-body {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 275px;
  top: 50%;
  transform: translateY(-50%);
}
section.collection-wrapper .card-body h5 {
  transition: all 0.2s ease;
  opacity: 0;
}
section.collection-wrapper .card:hover a.card-text {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.card-columns .card {
  display: inline-block;
  width: 100%;
  max-height: 445px;
transition: all 0.3s!important;
}
.card:hover .card-img{
  transform: scale(1.1)!important;
}

section.content-wrapper a.read_more:hover {
    background: #9f5c48;
    text-decoration: none;
}
footer .instagram-hastag:hover{
    background:#000;
    color: #fff;

}
footer .instagram-hastag a {
    text-decoration: none!important;
  }

  .gmnoprint div {
    background: none !important;
}

#collectie-grid .nav-item {
  font-size: 18px;
  margin: 0 5px 0 0;
}

#collectie-grid .nav > li > a:focus, #collectie-grid  .nav > li > a:hover {
    background-color: #000;
    color:#ffff;
    text-decoration: none;
}
#collectie-grid {
    margin-top: 4%;
}

.single-collectie-brands{
  padding: 0px;
  margin:0px;
}

.darktext{
   color:  #000;
}
#mega-menu-max_mega_menu_1 .mega-indicator {
  display: none!important;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 843px;
}

.breadcrumbs-over a span {
    color: #000 !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.breadcrumbs-over span{
    font-size: 36px;
    letter-spacing: 1.5px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-sub-menu .mega-menu-item {
    margin-right: 37px !important;
}

.mega-sub-menu .mega-menu-link{
  z-index:999;
}

 body .mega-sub-menu li .mega-menu-link {
    font-size: 18px!important;
    color: #545454!important;
    -webkit-transition: all .2s!important;
    -moz-transition: all .2s!important;
    transition: all .2s!important;
}

.full-width-map{
  padding: 0px;
  margin-top:30px;
}

.mega-wpml-ls-item .mega-menu-link{
  padding-right:0px!important;
}

.menu-head-title{
width: 100%!important;
text-align: center!important;
}
#results {
    padding-top: 10px;
}
.search-city-item a {
    color:  #fff;
}


@media only screen and (max-width: 1314px) and (min-width: 738px)  {
  .instagram-hastag {

      bottom: 70px !important;
      font-size: 1.2rem;
  }

}

@media only screen and (max-width: 1064px) and (min-width: 996px)  {
  .navbar-brand img {
      width: 8%!important;
  }
}
.banner {
    margin-bottom: 25px;
}
#errorpage {
    margin-top: 7%;
    margin-bottom: 5%;
}
h2.title.text-center {
    margin-top: 41px;
}
footer p, footer ul, footer li, footer a {
    color:#767676!important;
    font-size: 16px;
}

.social a{
  color: #fff!important;
}
#carouselExampleIndicators .carousel-item img {
    width: 100%;
    height: auto;
}
.card img {
    width: 100%;
    height: auto;
}
