/*
Theme Name:   Smoorfreters
Description:  Child theme voor het basis theme van Jip media
Author:       Johan van der Hooft
Author URL:   https://jipmedia.nl
Template:     jip-ecommerce
Version:      1.0
Text Domain:  smoorfreters
*/

/* Write here your own personal stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700&display=swap');


/*
====> Body
--------------------------------------------------------------*/

body {
    font-family: 'Source Serif Pro', serif;
    margin-top:0!important;
    color:#39394b;
}

/*
====> Font
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
}

h1 {
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
    font-size: 34px;
}

#page-wrapper {
    padding: 30px 0 0 0;
}

.text-blok{
    max-width:800px;
    margin:auto;
}

.text-blok p{
    margin-bottom:0;
}

.navbar-toggler {
    float:right;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}

.navbar-toggler-icon {
    background: no-repeat center center;
    background-size: 100% 100%;
    margin: 0!important;
    padding: 0!important;
    background-color: transparent;
    display: inline-block!important;
    width: 1.5em!important;
    height: 1.5em!important;
    vertical-align: middle!important;
    content: ""!important;
    margin-top: 7px!important;
}

@media only screen and (min-width: 990px){
    .navbar-toggler {
    display:none;
}

}

#behandelingen .panel-grid-cell .widget-title {
    margin-top: 0;
    text-align: center;
    background-color: #f8f3f1;
    padding: 10px;
}

/*
====> Contact 7
--------------------------------------------------------------*/
.wpcf7 input[type=submit] {
    color: #fff;
    border-color: #b56fad;
    background-color: #b56fad;
    width: auto;
    border-radius: 30px!important;
}

.wpcf7:hover input[type=submit] {
    color: #fff;
    border-color: #b56fad;
    background-color: #b56fad;
    width: auto;
    border-radius: 30px!important;
}
/*
====> Logo
--------------------------------------------------------------*/
@media only screen and (min-width: 990px){
.navbar-brand {
    margin-left: 0;
    padding:8px 0;
}
}

.navbar-brand img {
    max-width: 100px;
    height: auto;
}

@media only screen and (min-width: 990px){
.navbar-brand img {
    max-width: 100px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
}

.logo-small img{
    max-width: 120px;
    height: auto;
}

/*
====> Woocommerce category
--------------------------------------------------------------*/
.woocommerce .woocommerce-loop-category__title {
    margin-top: -50px!important;
}
/*
====> Custom header
--------------------------------------------------------------*/
@media only screen and (min-width: 990px){

#header-custom .navbar {
    background-color: transparent!important;
    z-index: 999;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: -130px;
}

#header-custom .nav-link{
    color:#fff;
}

#header-custom .navbar img {
  filter: brightness(0) invert(1);
}

#header-custom .fixed-top img {
  filter: none;
}

#header-custom .fixed-top .nav-link{
    color:#464648;
}

#header-custom .fixed-top {
    background-color: #fff!important;
    z-index: 999;
}

#header-custom .fixed-top img {
  filter: none;
}

#header-custom .cart-contents:before {
    color: #fff!important;
}

#header-custom .fixed-top .cart-contents:before {
    color: #464648!important;
}

#header-custom .jumbotron h1 {
    margin-top: 90px!important;
}

}

@media only screen and (max-width: 990px){
.button-navigatie{
    padding: 15px;
    border-top: 1px solid #ddd;
}
#header-custom .sow-icon-fontawesome{
    color: #fff !important;
}
}

.button-navigatie li {
    display: inline-block;
    margin-left: 5px;
}


#header-custom .sow-icon-fontawesome{
    color: #fff !important;
}

#header-custom .fixed-top .sow-icon-fontawesome{
    color: #464648 !important;
}

.button-navigatie .sow-icon-fontawesome{
    color: #464648 !important;
}

/*
====> Jumbotron
--------------------------------------------------------------*/
.jumbotron{text-shadow:none!important;padding-top: 75px;}
.jumbotron p{font-size:18px;max-width:750px; margin-bottom:10px;}
.jumbotron h1{text-shadow:none;margin-bottom:10px;}
.jumbotron a {
    font-family: 'Montserrat',sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 0.5em 1em;
    color: #fff;
    border-width: 1px 0;
    -webkit-border-radius: 1.25em;
    -moz-border-radius: 1.25em;
    border-radius: 1.25em;
    background: #8cc100;
    text-decoration: none !important;
    margin-top: 15px;
    transition: all .2s ease-in-out;
}

.jumbotron a:hover {transform: scale(1.1);}

.jumbotron h1 {
    font-weight: 700;
}

@media only screen and (min-width: 990px){
.jumbotron {
    padding-top: 125px;
    padding-bottom: 125px
}

#jumbo-home {
    padding-top: 200px!important;
    padding-bottom: 200px!important;
}

.jumbotron h1 {
    font-size: 52px;
}
}


.overlay{
  position: relative;
}
.overlay::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(23,30,62,.2);
  z-index: 1;
}
.overlay{
  z-index: 2;
}

.overlay.panel-row-style{
  position: relative;
}
.overlay.panel-row-style::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
    background: #243b55;
    background: linear-gradient(90deg,#243b55 0%,#243b55 100%);
  opacity: 0.8;
  z-index: 1;
}
.overlay .panel-grid-cell{
  z-index: 2;
}

#no-margin .so-panel {
    margin-bottom: 0!important;
}

/*
====> Pagina met header afbeelding
--------------------------------------------------------------*/
#page-header{
    margin-top:1px;
}

.header-wrap {
  text-align: left;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #222; }

#page-header h2 {
    font-size: 42px;
    color: #fff;
    z-index: 999;
    position: relative;
    text-align: left!important;
    margin-bottom: 0;
}

.page-header-breadcrumbs {
    color: #fff;
    z-index: 999;
    position: relative;
    text-align: left!important;
    margin-bottom: 0;
}

.header-wrap a {
  color: #FFF; }

.header-wrap p {
  color: #FFF; }
  

/*
====> Header menu
--------------------------------------------------------------*/
.navbar {
    padding: 0;
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}

.navbar-nav .nav-link {
    font-weight: 600!important;
    font-size: 18px!important;
}

.navbar li {
  list-style: none !important; }
  
/*
====> Header social media buttons
--------------------------------------------------------------*/
.button-navigatie .sow-social-media-button {
    display: inline-block;
    font-size: 1.33em;
    line-height: 1em;
    margin: 0;
    padding: 0.5em 0;
    width: 25px!important;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    background-color: transparent!important;
    border: none!important;
    margin-top:-7px!important;
}


/*
====> Winkelwagentje
--------------------------------------------------------------*/
.cart-contents:before {
    font-family: 'icomoon';
    font-weight: 900;
    content: "\e900" !important;
    font-size: 20px;
    color: #464648!important;
    margin-top: 0px;
}
.cart-contents-count {
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    padding: 0px 6px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    height: 17px;
    width: 17px;
    transform: translateY(13%) translateX(-26%);
    font-size: 11px;
    background-color: #29A954;
    margin-top: -4px;
}



/*
====> Breadcrumps
--------------------------------------------------------------*/
#page-breadcrumps {
    background-color: transparent!important;
    padding: 10px 0px!important;
}

#page-breadcrumps p {
    color: #464648!important;
}

#page-breadcrumps a {
    color: #464648!important;
}

/*
====> Page met afbeeldinng
--------------------------------------------------------------*/
#page-header.header-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.page-breadcrumps{
    padding:5px;
    overflow:hidden;
    background-color: #e66a05;
}
.page-title{
    float:left;
    width:100%;
}

.page-title h1{
    margin:0;
    color: #fff;
}

.page-breadcrump {
    display: block;
    float: right;
    margin-top: 12px;
    color:#fff;
    
}

@media only screen and (max-width: 550px){
.page-breadcrump {
    display: none;
}
}

.page-breadcrump p {
    color: #fff;
    margin-bottom:0;
}

.page-breadcrump a {
    color: #fff;
}

/*
====> Overlay
--------------------------------------------------------------*/

.header-wrap img::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}
.overlay.panel-row-style::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}

/*
====> Slider
--------------------------------------------------------------*/

#slider{
    position:relative;
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

#slider .so-panel {
    margin-bottom: 0!important;
}



#slider-text h1{
  font-size:42px;
  color: #fff !important;
  margin:0;
}

#slider-text h2 {
    font-size: 42px;
    color: #fff !important;
    margin: 0;
    margin-top: 350px;
    background: #8bc200;
    padding-left: 10px;
}

@media only screen and (max-width: 768px){
#slider-text h2 {
    font-size: 32px;
    margin-top: 262px;
}
}


#slider .sow-slider-image-wrapper{

}

#slider-text p{
  color:#fff!important;
    font-size: 28px;
}

.no-top-margin{margin-top:-30px;}

.panel-layout{
    position:relative;
    z-index: 99!important;
}

/*
.sow-slider-image-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #243b55;
    background: linear-gradient(90deg,#314a68 0%,#314a68 100%);
    opacity: .4;
    z-index: 1;
}
*/

.sow-slider-image-wrapper{
    max-width:1380px!important;
}

@media only screen and (max-width: 1400px){
.sow-slider-image-wrapper{
    max-width:1110px!important;
}
}

@media only screen and (max-width: 1200px){
.sow-slider-image-wrapper{
    max-width:930px!important;
}
}

@media only screen and (max-width: 993px){
.sow-slider-image-wrapper{
    max-width:690px!important;
}
}

@media only screen and (max-width: 769px){
.sow-slider-image-wrapper{
    max-width:510px!important;
}
}


.no-top-margin{margin-top:-30px;}
/*
====> Home pagina box
--------------------------------------------------------------*/
#box-row{
  padding-top:50px;
  padding-bottom:50px;
}

#box-row .so-panel {
    margin-bottom: 0!important;
}

.box{
    background: #fff;
    border-radius: 6px;
    color: #000;
    height: 100%;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease,-webkit-box-shadow .2s ease;
  padding: 25px;
  position:relative;
}

.box .so-widget-sow-button{
  margin-top:15px;}


@media only screen and (min-width: 762px){
  #box-row{
  padding-top:50px;
  padding-bottom:50px;
}
}

/*
====> Filter scroll
--------------------------------------------------------------*/
#woocommerce_layered_nav-2 {
  height: 235px;

}

.woocommerce-widget-layered-nav-list {
  height: 180px;
  overflow: auto;
}

#pwb_list_widget-2{
      height: 235px;
}

.pwb-row{
      height: 180px;
  overflow: auto;
}

/*
====> Bootstrap aanpassingen
--------------------------------------------------------------*/
@media (min-width: 1400px) {
    .container {
      max-width: 1380px; } }

/*
====> Hide the Google reCAPTCHA badge
--------------------------------------------------------------*/      
.grecaptcha-badge { 
    visibility: hidden;
}

/*
====> Footer
--------------------------------------------------------------*/
.footer-widgets-wrapper {
    background-color: #39394b!important;
    color: #fff !important;
}

/*
====> Button Seo pagina's
--------------------------------------------------------------*/
.button-footer{
    display:none!important;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.4em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    margin-top:15px!important;
}
.button-footer:hover{
    outline: none !important;
    box-shadow: none;
    background-color: #dadada!important;
    color: #515151 !important;
}

.button-footer:focus{
    outline: none !important;
    box-shadow: none;
}

@media (min-width: 990px) {
.button-footer{
    margin-top:0!important;
}
}



