/*!
Theme Name: Trebukova
Description: Template voor de website van Masha (2024)
Version: 1.0
Author: Torin internet applications
Author URI: https://torin.nl
*/
@import "normalize.css";
/*
$base-fontsize: 19px;
$base-lineheight: 27px;
*/
:root {
  --color-blue: #16163E;
  --color-red: #d83e50;
  --color-aqua: #01878F;
  --color-olive: #a5c891;
  --color-olive-dark: #4a5b4c;
  --color-green-bright: #08f958;
  --color-border: #fff;
  --color-font: #333333;
  --color-font-header-topbanner: #fff;
  --color-font-topbanner: #fff;
  --color-link: #d83e50;
  --color-link-hover: #333333;
  --color-bg-grey: #efefef;
  --color-bg-green: #d9fae0;
  --color-bg-purple: #d7c6f2;
  --color-bg-purple-light: #f3edfa;
  --color-purple: #9877BC;
  --color-pink: #FF6AC5;
  --color-grey: #B5B2B7;
  --color-header-footer: #333333;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  background-color: #fff;
}

/*
html {
	overflow-y: scroll;
	min-height: 100%;
}
*/
body {
  min-width: 320px;
}

.alignright {
  float: right !important;
  margin-right: 0 !important;
}

.alignleft {
  float: left !important;
  margin-left: 0 !important;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

form,
label {
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
}

#pagination {
  overflow: hidden;
  padding-top: 10px;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

#page-container {
  text-align: left;
}
#page-container :where(.wp-block-columns.is-layout-flex) {
  gap: 60px;
}
#page-container #main-header > .container,
#page-container #main-content .et_pb_row,
#page-container #main-footer .container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
#page-container .et_pb_button {
  font-family: "Rosario", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3 !important;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 40px;
  padding: 7px 10px 8px !important;
  width: 150px;
  border-radius: 40px;
  text-align: center;
}
#page-container .et_pb_text_inner > *:first-child {
  margin-top: 0;
}
#page-container .et_pb_image {
  margin: 0;
}
@media all and (min-width: 980px) {
  #page-container .et_pb_image {
    margin: 0 auto;
  }
}
#page-container .et_pb_image .et_pb_image_wrap {
  width: 100%;
}
#page-container .et_pb_image .et_pb_image_wrap img {
  width: 100%;
}

/* rosario-regular - latin */
@font-face {
  font-family: "Rosario";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rosario-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rosario-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rosario-v27-latin-regular.woff2") format("woff2"), url("../fonts/rosario-v27-latin-regular.woff") format("woff"), url("../fonts/rosario-v27-latin-regular.ttf") format("truetype"), url("../fonts/rosario-v27-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* rosario-italic - latin */
@font-face {
  font-family: "Rosario";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/rosario-v27-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rosario-v27-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/rosario-v27-latin-italic.woff2") format("woff2"), url("../fonts/rosario-v27-latin-italic.woff") format("woff"), url("../fonts/rosario-v27-latin-italic.ttf") format("truetype"), url("../fonts/rosario-v27-latin-italic.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* rosario-700 - latin */
@font-face {
  font-family: "Rosario";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rosario-v27-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rosario-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/rosario-v27-latin-700.woff2") format("woff2"), url("../fonts/rosario-v27-latin-700.woff") format("woff"), url("../fonts/rosario-v27-latin-700.ttf") format("truetype"), url("../fonts/rosario-v27-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
}
html {
  font-size: 100%;
}

#page-container,
#page-container input,
#page-container textarea,
#page-container select {
  font-family: "Rosario", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333333;
}
@media all and (min-width: 768px) {
  #page-container,
#page-container input,
#page-container textarea,
#page-container select {
    font-size: 16px;
    line-height: 24px;
  }
}

#page-container input,
#page-container textarea,
#page-container select {
  font-size: 16px;
  line-height: 27px;
}

::selection {
  color: #fff !important;
  background: var(--color-red) !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .et_pb_fullwidth_header_subhead {
  font-family: "Rosario", Arial, sans-serif !important;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  padding: 0;
  margin: 0 0 5px 0;
}
@media all and (min-width: 980px) {
  body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .et_pb_fullwidth_header_subhead {
    line-height: 1.6;
  }
}
body h1:not(:first-child),
body h2:not(:first-child),
body h3:not(:first-child),
body h4:not(:first-child),
body h5:not(:first-child),
body h6:not(:first-child),
body .et_pb_fullwidth_header_subhead:not(:first-child) {
  margin-top: 30px;
}
body h1 + h3:not(:first-child),
body h2 + h3:not(:first-child),
body h3 + h3:not(:first-child),
body h4 + h3:not(:first-child),
body h5 + h3:not(:first-child),
body h6 + h3:not(:first-child),
body .et_pb_fullwidth_header_subhead + h3:not(:first-child) {
  margin-top: 10px;
  font-weight: normal;
}
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a,
body .et_pb_fullwidth_header_subhead a {
  color: inherit;
  text-decoration: none;
}
body h3,
body h4,
body h5,
body h6 {
  font-family: "Rosario", Arial, sans-serif !important;
  font-size: 20px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
body h3:first-child,
body h4:first-child,
body h5:first-child,
body h6:first-child {
  margin-top: 0;
}
body h3 + *, body h3 + p,
body h4 + *,
body h4 + p,
body h5 + *,
body h5 + p,
body h6 + *,
body h6 + p {
  margin-top: 0;
}
body h3.caption,
body h4.caption,
body h5.caption,
body h6.caption {
  font-weight: 400;
  font-size: 18px;
}
body h3.caption + h2,
body h4.caption + h2,
body h5.caption + h2,
body h6.caption + h2 {
  margin-top: 0;
}
body h3 + h5,
body h4 + h5,
body h5 + h5,
body h6 + h5 {
  margin-top: 0 !important;
}
body h5,
body h6 {
  font-weight: 400;
}
body .et_pb_blurb_container h1,
body .et_pb_blurb_container h2,
body .et_pb_blurb_container h3,
body .et_pb_blurb_container h4,
body .et_pb_blurb_container h5,
body .et_pb_blurb_container h6 {
  letter-spacing: 1.75px;
  text-transform: uppercase;
  font-weight: 700;
}
body .tiamenu .et_pb_blurb_container h1,
body .tiamenu .et_pb_blurb_container h2,
body .tiamenu .et_pb_blurb_container h3,
body .tiamenu .et_pb_blurb_container h4,
body .tiamenu .et_pb_blurb_container h5,
body .tiamenu .et_pb_blurb_container h6 {
  letter-spacing: normal;
}
body p {
  margin: 20px 0;
  padding: 0;
}
body p:first-child, body p.et_pb_contact_field {
  margin-top: 0;
}
body a {
  color: var(--color-link);
}
body a:hover {
  color: var(--color-link-hover);
}
body a:focus {
  outline: 0 !important;
}
body ul,
body ol {
  margin: 0 0 20px 16px;
  padding: 0;
}
body #main-content a {
  text-decoration: underline;
}
body #main-content .wp-block-navigation-item a {
  text-decoration: none;
}
body #main-content .wp-block-navigation-item.current-menu-item > a {
  color: var(--color-link);
}
body #main-content ul {
  list-style-type: none !important;
  padding-left: 3px !important;
}
body #main-content ul li {
  position: relative;
}
body #main-content ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -17px;
  scale: 1.5 0.8;
}

.et_header_style_left #main-header {
  box-shadow: none;
}
.et_header_style_left #main-header .logo_container {
  position: relative;
  padding-top: 20px;
  margin-left: 0;
}
@media all and (max-width: 980px) {
  .et_header_style_left #main-header .logo_container #logo {
    max-width: 70%;
  }
}
.et_header_style_left #main-header #et-top-navigation {
  padding-left: 0 !important;
  padding-top: 15px;
  float: none;
}
.et_header_style_left #main-header #et-top-navigation a {
  text-transform: lowercase;
}
.et_header_style_left #main-header #et-top-navigation .red a {
  color: var(--color-link) !important;
}
.et_header_style_left #main-header #et-top-navigation nav ol, .et_header_style_left #main-header #et-top-navigation nav ul {
  margin: 0;
}
.et_header_style_left #main-header #et-top-navigation nav ol#top-menu li, .et_header_style_left #main-header #et-top-navigation nav ul#top-menu li {
  font-size: 16px;
  line-height: 24px;
}
.et_header_style_left #main-header #et-top-navigation nav ol#top-menu li.active > a, .et_header_style_left #main-header #et-top-navigation nav ul#top-menu li.active > a {
  text-decoration: underline;
  color: var(--color-font);
}
.et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar {
  position: absolute;
  top: 21px;
  right: 30px;
}
.et_header_style_left #main-header #et-top-navigation #et_mobile_nav_menu .et_mobile_menu {
  margin: 0;
}

/*
 */
body .wp-block-image figcaption {
  text-align: left;
}
body .wp-block-gallery {
  margin-bottom: 30px;
}
body #main-content .wp-block-column .wp-block-gallery {
  display: grid;
  grid-template-columns: 100%;
}
@media all and (min-width: 460px) {
  body #main-content .wp-block-column .wp-block-gallery.columns-2, body #main-content .wp-block-column .wp-block-gallery.columns-default, body #main-content .wp-block-column .wp-block-gallery.columns-3, body #main-content .wp-block-column .wp-block-gallery.columns-4 {
    grid-template-columns: 50% 50%;
  }
}
@media all and (min-width: 600px) {
  body #main-content .wp-block-column .wp-block-gallery.columns-default, body #main-content .wp-block-column .wp-block-gallery.columns-3, body #main-content .wp-block-column .wp-block-gallery.columns-4 {
    grid-template-columns: 33% 33% 33%;
  }
}
@media all and (min-width: 940px) {
  body #main-content .wp-block-column .wp-block-gallery.columns-4 {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
body #main-content .wp-block-column .wp-block-gallery .wp-block-image {
  width: 100% !important;
}
body .wp-block-navigation ul li {
  margin-left: 18px;
}
body .wp-block-navigation .wp-block-page-list,
body .wp-block-navigation__container,
body .wp-block-navigation__responsive-close,
body .wp-block-navigation__responsive-container,
body .wp-block-navigation__responsive-container-content,
body .wp-block-navigation__responsive-dialog {
  gap: 0;
}

div.responsive-image img {
  display: block;
  width: 100%;
  height: auto;
}

/*
#main-footer {
    #footer-bottom {
        display: none;
    }
}
*/
#page-container .et_pb_button {
  margin-top: 0;
}
#page-container .et-pb-contact-message {
  text-align: left;
}

/*
.mobile_nav .et_mobile_menu .dropdown > a,
#main-header .et_mobile_menu .dropdown > a {
    background-color: transparent;
    position: relative;
}

.mobile_nav .et_mobile_menu .dropdown > a:after,
#main-header .et_mobile_menu .dropdown > a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 18px;
    content: '\4c';
    top: 11px;
    right: 13px;
}

.mobile_nav .et_mobile_menu .dropdown.visible > a:after,
#main-header .et_mobile_menu .dropdown.visible > a:after {
    content: '\4d';
}

.mobile_nav .et_mobile_menu ul.dropdown-menu,
#main-header .et_mobile_menu ul.dropdown-menu,
.et-db #et-boc .et-l .mobile_nav .et_mobile_menu li ul.dropdown-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
}

.mobile_nav .et_mobile_menu li.visible > ul.dropdown-menu,
#main-header .et_mobile_menu li.visible > ul.dropdown-menu,
.et-db #et-boc .et-l #main-header .et_mobile_menu li.visible > ul.dropdown-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu li.visible > ul.dropdown-menu,
.et-db #et-boc .et-l .mobile_nav .et_mobile_menu li.visible > ul.dropdown-menu {
    display: block !important;
    visibility: visible !important;
}
*/
/*change hamburger icon to x when mobile menu is open*/
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: "M";
}

/*adjust the new toggle element which is added via jQuery*/
ul.et_mobile_menu li.dropdown .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.dropdown .mobile-toggle {
  width: 44px;
  height: 100%;
  padding: 0 !important;
  max-height: 44px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  cursor: context-menu;
}

/*some code to keep everyting positioned properly*/
ul.et_mobile_menu > li.dropdown,
ul.et_mobile_menu > li.dropdown .dropdown-menu li.dropdown,
.et-db #et-boc .et-l ul.et_mobile_menu > li.dropdown,
.et-db #et-boc .et-l ul.et_mobile_menu > li.dropdown .dropdown-menu li.dropdown {
  position: relative;
}

/*remove default background color from menu items that have children*/
.et_mobile_menu .dropdown > a,
.et-db #et-boc .et-l .et_mobile_menu .dropdown > a {
  background-color: transparent;
}

/*hide the submenu by default*/
ul.et_mobile_menu .dropdown .dropdown-menu,
#main-header ul.et_mobile_menu .dropdown .dropdown-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .dropdown .dropdown-menu,
.et-db #main-header ul.et_mobile_menu .dropdown .dropdown-menu {
  display: none !important;
  visibility: hidden !important;
}

/*show the submenu when toggled open*/
ul.et_mobile_menu .dropdown .dropdown-menu.visible,
#main-header ul.et_mobile_menu .dropdown .dropdown-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .dropdown .dropdown-menu.visible,
.et-db #main-header ul.et_mobile_menu .dropdown .dropdown-menu.visible {
  display: block !important;
  visibility: visible !important;
}

/*adjust the toggle icon position and transparency*/
ul.et_mobile_menu li.dropdown .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.dropdown .mobile-toggle {
  text-align: center;
  opacity: 1;
}

/*submenu toggle icon when closed*/
ul.et_mobile_menu li.dropdown .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.dropdown .mobile-toggle::after {
  /*
     top: 10px;
  position: relative;
  font-family: "ETModules";
  content: '\33';
  color: #00d263;
  background: #f0f3f6;
  border-radius: 50%;
  padding: 3px;
     */
  font-family: "ETmodules";
  text-align: center;
  speak: none;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-size: 18px;
  content: "L";
  top: 11px;
  right: 13px;
}

/*submenu toggle icon when open*/
ul.et_mobile_menu li.dropdown.dt-open > .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.dropdown.dt-open > .mobile-toggle::after {
  content: "M";
}

ul.et_mobile_menu li.active > a:not(.mobile-toggle) {
  text-decoration: underline;
}

/*add point on top of the menu submenu dropdown*/
/*
.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}
*/
/*adjust the position of the hamburger menu*/
.mobile_menu_bar {
  position: relative;
  display: block;
  bottom: 10px;
  line-height: 0;
}

/*force the background color and add a rounded border*/
/*
.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff !important;
	border-radius: 10px;
}
*/
