/*
Theme Name: Helemaal de bom Thema
Theme URI: http://helemaaldebom.com
Author: Helemaal de bom
Author URI: http://helemaaldebom.com
Description: Het thema van Helemaal de bom, gemaakt om websites te laten knallen.
Version: 1.0
*/

/* Gebruik geen CSS smooth als je JS smoothing gebruikt */
html, body { scroll-behavior: auto; touch-action: pan-y; }
/* Haalt het beweeg effect weg bij Gardens & Kitchens */

.page-id-249 .info-section__right img, .page-id-147  .info-section__right img {
	transform: unset !important;
	margin-top: 50px !important; 
}


body {
    visibility: hidden;
}

body.page-loaded {
    visibility: visible;
}

/* Scroll to top */

.scroll-top-top.whatsapp a {
	width: 60px;
    height: 60px;
    display: inline-flex;
    /*  background: #20bf55; */
    align-items: center;
    justify-content: center;
	border-radius: 100px;
    padding: 5px;
	color: red !important;
}


.scroll-top-top svg {
    padding: 8px;
}

.scroll-top-top {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 100;
    display: flex
;
    flex-direction: column;
    align-items: flex-end;
}

.counter_message {
	    position: relative;
    top: 20px;
    right: 5px;
    background: #F72E2E;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100px;
    font-size: 14px;
    color: white;
}

.scroll-top-top.whatsapp img {
	width: 100%;
}

.credit-footer a {
	color: #999999; 
	
}

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

/*# sourceMappingURL=style.css.map */