/*
Theme Name: brandhofmassage
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.2
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/


/* GLOBALE STYLING */
body,
#main{
    background-color: #F8F9FA;
}

.bg-primary{
	background-color: var(--porto-secondary-color) !important;	
}

.border-radius{
	border-radius: 20px;
}

html #topcontrol{
    display:none;
}

.grecaptcha-badge{
    display: none !important;
}

.has-borderradius img {
    border-radius: 10px;
}

.porto-u-heading {
    margin-bottom: 0px;
}

.has-links a {
    text-decoration: underline;
}

.overlay {
    position: relative;
    border-radius: 20px !important;
}

.overlay::before {
	position:absolute;
	content: "";
	border-radius: 20px;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(1,67,93,0.7) 0%, rgba(1,55,77,0.7) 100%);
	z-index: 1;
    /*background: linear-gradient(180deg, rgba(1,67,93,0.7) 0%, rgba(1,55,77,0.7) 100%);*/
}

.no-breadcrumbs .main-content {
    padding-top: 0 !important;
}

/* MOBILE H TAGS */
@media screen and (max-width: 768px) {
    h1 {
        font-size: 28px;
        line-height: 36px;
    }
    
    h2 {
        font-size: 26px;
        line-height: 34px;
    }
    
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    
    h4 {
        font-size: 22px;
        line-height: 30px;
    }
    
    h5 {
        font-size: 18px;
        line-height: 26px;
    }
}

/* WOOCOMMERCE */
.product-card-cont

/* HEADER & NAVIGATION */
.header-main .popup {
box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
-webkit-box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
-moz-box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
}

ul.sub-menu {
padding-left: 20px !important;
padding-right: 20px !important;
}

ul.sub-menu li:not(:last-child) {
border-bottom: 2px solid #daecf0 !important;
}

ul.sub-menu li a {
color: #3f3f3f !important;
padding-left: 0px !important;
padding-right: 0px !important;
}

ul.sub-menu li a:hover {
background-color: transparent !important;
color: #007f99 !important;
}

/* Header & subheader sticky maken */
.header-main {
z-index: 1001;
padding-left: 0px !important;
padding-right: 0px !important;
}

#header.header-builder-p.sticky-header .header-main.sticky {
padding-top: 0px !important;
padding-bottom: 0px !important;
}

.header-main .col-md-12 {
padding-left: 0px !important;
padding-right: 0px !important;
}

#subheader {
padding: 9px 0 9px 0;
}

#subheader .container {
min-height: 0px !important;
}

@media screen and (max-width: 991px) {
.mobile-inner-container .wpb_wrapper.vc_column-inner {
padding-left: 30px !important;
padding-right: 15px !important;
}

.mobile-container-inner-subheader .wpb_wrapper.vc_column-inner {
padding-right: 30px !important;
}
}

#header .main-menu .narrow ul.sub-menu{
	border-radius: 10px !important;
}

/* Sticky header */
.header-builder-p.sticky-header .header-main.sticky.porto-inner-container{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* Cart text in desktop header */
#mini-cart.minicart-text .cart-price{
	display: none;
}
.cart-subtotal {
    display: flex !important;
}

.cart-price {
    margin-left: 7px;
}

.porto-icon-cart {
    font-size: 18px;
}

/* MOBILE HEADER & NAVIGATION */
/* mobile hamburger en kruisje icoontje stylen */
#header .mobile-toggle {
background-color: transparent;
color: #003e56;
}

i.fas.fa-bars {
font-size: 28px;
}

i.fas.fa-times:before {
font-size: 28px;
color: #003e56;
}

/* mobile menu stylen */
#side-nav-panel .menu-wrap {
padding: 60px 20px 0 20px;
}

/* mobile menu items stylen */
#side-nav-panel .menu-wrap a {
font-size: 18px;
}

#side-nav-panel .menu-wrap ul li:not(:last-child) {
border-bottom: 2px solid rgba(255,255,255,.1) !important;
}

/* verwijder social icons in mobile menu*/
#side-nav-panel .share-links {
    display: none !important;
}

@media screen and (max-width:768px) {
/* Submenu in mobile menu aanpassen */
.sub-menu li a {
    font-size: 15px !important;
}
    
/* Telefoonnummer margin weghalen */
.porto-sicon-box-link {
    margin-right: 0px !important;
}
}

/* HERO SECTIONS */
/* Homepage */
#hero-home{
	margin-bottom: 50px;
}
.empty-space-hero-image {
    border-radius: 0 0 0 30px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .empty-space-hero-image {
        height: 50vh !important;
    }
    
    .hero-inner-section {
        padding: 0 15px !important;
    }
    
    .mobile-reverse-hero-row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .btn--1 a {
        padding: 10px 20px !important;
    }
    
    .btn--2 a {
        padding: 10px 20px !important;
    }
}

/* CONTENT BODY SECTIONS */
@media screen and (max-width: 1297px) {
    .content-column-left {
        padding-right: 50px !important;
    }
    
    .content-column-right {
        padding-left: 50px !important;
    }
}

@media screen and (max-width: 768px) {
    .content-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .content-row {
        margin-bottom: 50px !important;
    }
    
    .content-row.last-item {
        margin-bottom: 0px !important;
    }
    
    .mobile-reverse-columns .porto-wrap-container .row {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .mobile-reverse-columns {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .afbeelding-container {
        margin-bottom: 20px !important;
    }
    
    .content-column-left {
        padding-right: 15px !important;
    }
    
    .content-column-right {
        padding-left: 15px !important;
    }
}

/* Behandelingen section homepage */
.behandeling-container{
    padding: 10px !important;
    background-color: #ffffff !important;
    border-radius: 10px;
    margin-bottom: 10px;
}
.behandeling-container:hover .porto-u-main-heading h4{
	color: var(--porto-secondary-color);
}

.behandeling-thumbnail img {
    border-radius: 15px !important;
}

@media screen and (max-width: 768px) {
    .behandelingen-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    
    .behandeling-container {
        padding: 15px 30px !important;
    }
    
    .behandelingen-section h3 {
        margin-bottom: 25px !important;
    }
}

/* Klantenervaringen section */
.klantenervaringen-carousel .owl-dots {
    margin-top: 30px;
}

.klantenervaringen-carousel .owl-nav {
    margin-top: -30px;
}

@media screen and (max-width: 768px) {
 .klantenervaring-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}   
}

/* SERVICES PAGINA's */
.content-section{
	padding-top: 70px;
	padding-bottom: 100px;
}
.service-header-image {
    border-radius: 0 0 10px 10px !important;
}

.service-badge {
	font-size: 16px;
	line-height: 20px;
    background-color: #007f99 !important;
    padding: 10px 30px !important;
    color: #fff !important;
    border-radius: 50px !important;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: calc(25% + 70px);
}
.services-content-box {
	padding-left: 70px;
	padding-bottom: 50px;
}


/* Services text & content container */
@media screen and (max-width:768px) {
	.services-content-box {
		padding-left: 15px !important;
	}
	
	.service-badge{
		display: none !important;
	}
	
}

/* Tables styling */
.tg  {
    border-collapse:collapse;
    border-spacing:0;
}

.tg td {
    font-size:14px;
    overflow:auto;
    padding:10px 5px;
    word-break:normal;
}
  
.tg th{
    overflow:auto;
    padding:10px 5px;
    word-break:normal;
}

.tg .tg-v85h {
    border-bottom: 1px solid #d3d3d3;
    font-weight:bold;
    text-align:left;
    vertical-align:top;
}

.tg .tg-0lax {
    text-align:left;
    vertical-align:top;
}

/* Services side menu */
.services-side-menu {
    border-radius: 20px;
box-shadow: -1px 3px 10px -1px rgba(0,0,0,0.15);
-webkit-box-shadow: -1px 3px 10px -1px rgba(0,0,0,0.15);
-moz-box-shadow: -1px 3px 10px -1px rgba(0,0,0,0.15);
padding-bottom: 20px;
}

.services-side-menu .widget-title {
    font-family: "Kreon", serif;
    color: #003e56 !important;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    background-color: #fff !important;
    border-radius: 20px 20px 0 0;
    padding-top: 25px;
    padding-bottom: 15px;
}

.services-side-menu .menu-item {
    border: none !important;
}

.services-side-menu .menu-item a {
    border: none !important;
}

/* Cadeaubon kopen box */
.cadeaubon-box {
	box-shadow: -1px -1px 8px 3px rgba(218,236,240,0.76);
	-webkit-box-shadow: -1px -1px 8px 3px rgba(218,236,240,0.76);
	-moz-box-shadow: -1px -1px 8px 3px rgba(218,236,240,0.76);
}

/* VOOR BEDRIJVEN PAGINA */
/*.tabs .nav.nav-tabs li a {*/
/*    border: none !important;*/
/*    box-shadow: 0px -5px 6px 1px rgba(218,236,240,0.76);*/
/*    -webkit-box-shadow: 0px -5px 6px 1px rgba(218,236,240,0.76);*/
/*    -moz-box-shadow: 0px -5px 6px 1px rgba(218,236,240,0.76);*/
/*}*/

/*.tabs .nav.nav-tabs li:first-child a {*/
/*    border-radius: 20px 0 0 0;*/
/*}*/

/*.tabs .nav.nav-tabs li:last-child a {*/
/*    border-radius: 0 20px 0 0;*/
/*}*/

.tabs .tab-content {
    border-radius: 0 0 20px 20px;
}

.afbeelding-border-radius img {
    border-radius: 20px;
}

/* WOOCOMMERCE */
/* Sidebar on archive pages*/
.woocommerce #main{
	padding-top: 40px;
	padding-bottom: 40px;
}

.porto-woo-category-sidebar .widget-title {
    font-size: 20px !important;
}
.widget_product_search {
    border-bottom: none !important;
}

.woocommerce-product-search button {
    border-radius: 50px;
    font-size: 14px !important;
    padding: 5px 15px !important;
}

.widget_product_categories ul li a {
    font-weight: 100 !important;
    font-size: 14px !important;
}

.widget_product_categories .toggle {
    display: none !important;
}

/* product archive*/
.sub-title{
	line-height: 24px !important;
	text-transform: inherit !important;
}
.product-archief-container {
    padding-left: 50px;
}

@media (max-width: 991px) {
    .product-archief-container {
    padding-left: 15px;
}
}

/* Product items op archive page */
.product-afbeelding {
    border-radius: 10px;
}

.product-card-cont .product-afbeelding img {
    height: 210px;
    object-fit: cover;
}


.product-afbeelding img:hover {
    transform: scale(1.1);
}


.woocommerce-account .woocommerce{
	padding: 100px 0;
}

/* Single product page */
.product-page-afbeelding .owl-stage-outer.owl-height {
    border-radius: 20px !important;
    box-shadow: -1px 3px 10px -1px rgba(0,0,0,0.15);
    -webkit-box-shadow: -1px 3px 10px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 3px 10px -1px rgba(0,0,0,0.15);
}

.single_add_to_cart_button.button.alt {
    border-radius: 10px;
    background-color: #003e56 !important;
    text-transform: none;
}

.single_add_to_cart_button.button.alt:hover {
    background-color: #007f99 !important;
}

.quantity.buttons_added .minus {
    border-radius: 10px 0 0 10px !important;
}

.quantity.buttons_added .plus {
    border-radius: 0 10px 10px 0 !important;
}

.tab-content.resp-tab-content {
    background-color: #fff !important;
    padding: 10px 20px 20px 20px !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.10);
}

/* Winkelwagen pagina */
.cart-v2 .row {
    display: flex;
    flex-direction: column;
}

.cart-v2 .row .col-lg-8 {
    width: 100% !important;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
    -webkit-box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
    -moz-box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
    margin-bottom: 40px;
}

.cart-v2 .row .col-lg-4 {
    align-self: flex-end;
    border: none;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
    -webkit-box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
    -moz-box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
}

.cart_totals .card.card-default {
    border: none;
}

.wc-proceed-to-checkout a.btn.btn-v-dark {
    background-color: #003e56 !important;
    border-radius: 50px;
    text-transform: none;
}

.wc-proceed-to-checkout a.btn.btn-v-dark:hover {
    background-color: #007f99 !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-cart-form .shop_table {
        border: none;
    }
    .shop_table.responsive, .shop_table.shop_table_responsive {
        box-shadow: none !important;
    }
}

/* Afrekenen pagina */
#place_order {
    background-color: #003e56 !important;
    border-radius: 50px;
    text-transform: none;
}

#place_order:hover {
    background-color: #007f99 !important;
}

.checkout-order-review {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
    -webkit-box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
    -moz-box-shadow: -1px -1px 5px 0px rgba(218,236,240,0.76);
}

.checkout-order-review .box-content.featured-boxes {
    border: none;
}

/* FORM */
form {
    width: 100%;
}

.contact-container-bm form input, form textarea {
    display: block;
    margin-top: 5px;
    max-height: 200px;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    font-size: 14px;
    color: #003e56 !important;
    border: 2px solid #daecf0 !important;
}

form input::placeholder, form textarea::placeholder {
    color: #b3b3b3 !important;
}

form input:focus, form textarea:focus {
    background-color: #ffffff !important;
    border: 2px solid #007f99 !important;
    
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    width: 100%;
}

form input.wpcf7-submit{
    display: inline;
    padding: 13px 35px !important;
    background-color: #007f99 !important;
    color: #ffffff !important;
    border: none;
    border-radius: 50px !important;
    margin-top: 20px;
}

form input.wpcf7-submit:hover {
    background-color: #4da5b8 !important;
}

form input.wpcf7-submit:focus {
    background-color: #3676db;
}

/* CTA BLOCK */
.cta-block--1 {
    border-radius: 20px;
    padding: 50px 5vw;
    overflow: hidden;
}

.cta-z-index {
    position: relative;
    z-index: 2;
	margin-bottom: -100px;
}

@media screen and (max-width: 768px) {
 .btn--1.cta-btn {
    margin-bottom: 30px !important;
}   
}

/* FOOTER */
.footer-row .row {
flex-direction: row !important;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-section .under-footer-ul-links a {
    color: #bababa !important;
}

.footer-ul-links ul {
list-style: none !important;
padding-left: 0 !important
}

.under-footer-ul-links ul {
list-style: none !important;
display: flex;
justify-content: flex-end
}

.under-footer-ul-links ul li:first-child {
margin-right: 20px !important;
}

@media screen and (max-width: 991px) {
.footer-row .row {
flex-direction: column !important;
}
}

@media screen and (max-width: 768px) {
.copyright-text p {
    text-align: center;
}    
    
 .under-footer-ul-links {
    display: flex;
    justify-content: center;
}

  .under-footer-ul-links ul {
      padding-left: 0px;
  }
}




/* creating space */





.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img{
	border-radius: 15px !important;
}