/*
 Theme Name:   Therapeutisch Centrum Zeddam
 Theme URI:    https://caddymarketing.nl/
 Description:  GeneratePress Child Theme
 Author:       Caddy Marketing
 Author URI:   https://caddymarketing.nl/
 Template:     generatepress
 Version:      1.0
*/

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.therapeutischcentrumzeddam.nl/wp-content/themes/therapeutischcentrumzeddam/assets/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('https://www.therapeutischcentrumzeddam.nl/wp-content/themes/therapeutischcentrumzeddam/assets/fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.therapeutischcentrumzeddam.nl/wp-content/themes/therapeutischcentrumzeddam/assets/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.therapeutischcentrumzeddam.nl/wp-content/themes/therapeutischcentrumzeddam/assets/fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.therapeutischcentrumzeddam.nl/wp-content/themes/therapeutischcentrumzeddam/assets/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('https://www.therapeutischcentrumzeddam.nl/wp-content/themes/therapeutischcentrumzeddam/assets/fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.therapeutischcentrumzeddam.nl/wp-content/themes/therapeutischcentrumzeddam/assets/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('https://www.therapeutischcentrumzeddam.nl/wp-content/themes/therapeutischcentrumzeddam/assets/fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('https://www.therapeutischcentrumzeddam.nl/wp-content/themes/therapeutischcentrumzeddam/assets/fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('https://www.therapeutischcentrumzeddam.nl/wp-content/themes/therapeutischcentrumzeddam/assets/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/** sticky CTA buttons **/
.cta_button {
    position: fixed;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2); 
    bottom: 20px;
    z-index: 9;
	right: 30px;
}

@media (min-width: 768px) {
.home-block-one:hover{
	transform: translateY(0) scale(1.04);
	transition: all 0.5s;
}
	
	.sidebar-block:hover {
		transform: translateY(0) scale(1.04);
	transition: all 0.5s;
	}

.home-block-two:hover {
	transform: translateY(0) scale(1.04);
	transition: all 0.5s;
	border-left: 10px solid #fff;
}

.home-block-three:hover {
	transform: translateY(0) scale(1.04);
	transition: all 0.5s;
	border-left: 10px solid #fff;
}

	
.gb-container.clickable-container a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.gb-container.clickable-container .gb-inside-container {
    position: relative;
}


.grey-shadow img {
	box-shadow: 12px 12px 0px var(--base);
}
