h6 headings {
font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.aanvullingreservering { color: red;
                       }

/*** General CSS ***/
body {
    line-height: 1.9em;
}
 
/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    padding: 12.5px 0px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    background: rgba(121, 106, 106, 0.29);
  	box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #333;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #333;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #0e151c;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
  	font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 0px rgb(255 255 255 / 40%);
    padding: 12px 35px;
    border: 2px solid;
}
.btn:hover {
  	background: #fff !important;
}
.slider-btn a:hover {
    background: #222 !important;
}

/* Title */
.title h2 {
    letter-spacing: 0.8px;
    margin-top: 0;
}
.title h5 {
   background: url(../images/header-title.png) no-repeat bottom center;
   font-size: 20px;
   text-transform: none;
   letter-spacing: 3px;
   font-weight: 700;
   padding-bottom: 20px;
}
.title p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.title.white h5 {
    background: url(../images/header-title-oder.png) no-repeat bottom left;
}
.title.left h5 {
    background: url(../images/header-title.png) no-repeat bottom left;
}

/* Our */
.our-item a {
    color: #333;
    border: 2px solid #333;
    text-transform: capitalize;
    padding: 12px 45px;
    border-radius: 50px;
}

/* Make */
.make-phone h6 {
    font-size: 25px;
    padding-top: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}
.make-delivery h3 {
    letter-spacing: 3px;
}
.social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-icon li {
    display: inline-block;
}
.social-icon li a {
    background: #000;
    padding: 4px 9px;
    font-size: 25px;
    border-radius: 7px;
    background: rgba(74, 144, 226, 1);
    color: #fff;
}
.social-icon li a strong {
    display: none;
}

/* What */
.what-item h2 {
    letter-spacing: 3px;
}
.what-item h6 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}

/* Menu */
.menu-tabs .sppb-nav-tabs>li>a {
    line-height: 1.42857143;
    padding: 12px 15px;
    background: none;
    border: none;
    border-right-width: 0;
}
.menu-tabs .sppb-nav-tabs>li.active>a, .menu-tabs .sppb-nav-tabs>li.active>a:focus, .menu-tabs .sppb-nav-tabs>li.active>a:hover {
    border-radius: 5px;
    background: transparent;
    border: 1px solid #ccc;
}
.menu-tabs .sppb-nav-tabs {
    border-bottom: none;
}

/* Testimonial */
.testimonial-item img {
  	border-radius: 50%;
}

/* Team */
.team-item {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-img-container:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s linear;
    z-index: 2;
}
.team-item p {
    text-transform: uppercase;
    margin: 20px 0;
}
.team-item:hover .sppb-img-container:before {
    opacity: 0.7;
}
.team-item .sppb-media-content {
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 4;
    transition: all .3s linear;
}
.team-item:hover .sppb-media-content {
    bottom: 30%;
}
.team-item .social-icon a {
    font-size: 16px;
    padding: 5px 8px;
    background: #fff;
    color: #007dac;
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !important;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jm-category-module.default .jmm-intortext {
    color: #fff;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    text-transform: none;
    font-weight: 400;
  	color: #000;
    font-size: 24px;
}
#sp-bottom3 strong {
    display: none;
}
#sp-bottom3 em {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
  	font-size: 17px;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
a.hikabtn.hikacart, .slider-btn a, .btn, .our-item a:hover, .team-item .sppb-img-container:before {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
#sp-bottom a, .title h2, button.btn.btn-primary.validate:hover, .make-phone h6, .btn:hover, .what-item h6,
.menu-tabs .sppb-nav-tabs>li.active>a, .menu-tabs .sppb-nav-tabs>li.active>a:focus, .menu-tabs .sppb-nav-tabs>li.active>a:hover,
.best-item i {
  	color: var(--text-color) !important; 
}
.divider-bd, .divider-bd, button.btn.btn-primary.validate:hover, .our-item a, .btn {
  	border-color: var(--text-color) !important;
}
