/**
 * Theme Name: Wollu
 * Description: Child theme
 * Author: Lembu
 * Template: blocksy
 * Text Domain: blocksy
 */
/* Custom CSS starts here */
/* montserrat-latin-wght-normal */
@font-face {
  font-family: 'Montserrat Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat:vf@latest/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;
}
/* montserrat-latin-wght-normal */
@font-face {
  font-family: 'Montserrat Variable';
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/montserrat:vf@latest/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;
}
:root body{
	--theme-font-family: 'Montserrat Variable';
}
body{
	font-synthesis: none;
}
body .elementor-heading-title,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	font-family: 'Montserrat Variable';
    line-height: var(--theme-line-height);
}
[data-header*="type-1"] .ct-header [data-id="menu"] .buttonheader a.ct-menu-link {
    background: var(--theme-palette-color-2);
    color: var(--theme-palette-color-8);
    padding-left: 20px;
    padding-right: 20px !important;
}
.single .gallery-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}
.single .gallery-columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}
.single .gallery-columns-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1em;
}
.wpcf7 label:not(.wpcf7-form-control-wrap){
	font-weight: normal;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
    display: block;
	margin: 0 auto;
    float: none;
}
.wpcf7-turnstile.cf-turnstile {
    text-align: center;
}
.medium .elementor-icon-box-content p {
    line-height: 1.2em;
}
figure, body .entry-content .wp-caption {
    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;
}
.heading-details {
    margin-top: 25px;
    border-bottom: 1px solid var(--theme-palette-color-7);
    padding: 15px 0;
}
.custom-field-row {
    display: flex;
    border-bottom: 1px solid var(--theme-palette-color-2);
    padding: 10px;
}

.custom-field-label {
    width: 200px;
    font-weight: bold;
    text-align: left;
}

.custom-field-value {
    flex: 1;
    text-align: left;
}
.custom-field-row strong {
    font-weight: 500;
}

/* Style for the catatan field */
.catatan-row {
    flex-direction: column; /* Stack label and value vertically */
}
/* Optional: add space between colon and value */
.custom-field-value::before {
    content: " ";
}
/**********************************************
 *************FOR MOBILE VIEW******************
 *********************************************/
@media only screen and (max-width: 767px) {
	.custom-field-label{
	    width: 150px;
	}
}
@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;
	}
	.single .gallery-columns-2,
	.single .gallery-columns-3,
	.single .gallery-columns-4{
		grid-template-columns: 1fr;
	}
}
@media (max-width: 479px) {
	#partners .elementor-image-gallery .gallery-item{
		max-width: 25%;
	}
}