/**
 * Theme Name: Wollu
 * Description: Child theme
 * Author: Lembu
 * Template: blocksy
 * Text Domain: blocksy
 */
/* Custom CSS starts here */

/* noto-serif-latin-wght-normal */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(fonts/noto-serif_5.2.6_latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* open-sans-latin-wght-normal */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  src: url(fonts/open-sans_5.2.6_latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* open-sans-latin-wght-normal */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 300 800;
  src: url(fonts/open-sans_5.2.7_latin-wght-italic.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
body{
	font-synthesis: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6, 
span.site-title,
.elementor-heading-title,
body .wp-block-heading{
    font-family: 'Noto Serif';
}
.elementor-icon-box-title{
	font-family: 'Open Sans';
}
body p{
	font-style: normal;
}
.medium .elementor-icon-box-content p {
    line-height: 1.2em;
}
figure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
figure.gallery-item {
    margin-bottom: 20px;
}
.elementor-heading-title span {
    color: var(--e-global-color-blocksy_palette_1);
}
.cf-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}
.pum .cf-grid {
    align-items: center;
}
.pum p {
    font-size: 18px;
}
.pum h2 span {
    color: var(--theme-palette-color-1);
}
.pum button {
    cursor: pointer;
}
.elementor-custom-embed-play{
	display: flex;
}
footer .wp-block-heading {
    color: var(--theme-palette-color-8);
}
.error404 #main {
	min-height: 50vh;
}
@media (max-width: 768px) {
	.cf-grid{
    grid-template-columns: 1fr;
  }
}
/**********************************************
 *************FOR MOBILE VIEW******************
 *********************************************/
@media only screen and (max-width: 767px) {
	.error404 #main {
        min-height: 50vh;
	}
}