/*
Theme Name:     Magic Elementor Child
Description:    Child theme of Magic Elementor, for Water is Life Kenya - NZ
Author:         admin
Template:       magic-elementor

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../magic-elementor/style.css");

/* Create three equal columns that float next to each other */
.c7column3 {
  float: left;
  width: 33%;
  padding: 0 10px 0 0;
}
/* Create two equal columns that float next to each other */
.c7column {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
.c7columnfull {
  float: left;
  width: 100%;
  padding: 0 10px 0 0;
}
/* Clear floats after the columns */
.c7row:after {
  content: "";
  display: table;
  clear: both;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 768px) {
  .c7column {
    width: 100%;
  }
}
@font-face {
  font-family: 'Sapiens Bold';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: auto;
  src: url('/wp-content/uploads/yabe-webfont/fonts/Hemphill-Type-Sapiens-Bold.otf') format("opentype");
}

:root {
  --ywf--family-sapiens-bold: 'Sapiens Bold';
}