/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.form-column {
    float: left;
    width: 48%; /* Molemmat sarakkeet vievät noin 48% leveydestä */
    margin-right:10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.form-column-one {
    margin-right:25px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.form-column-one p {
	    display: block;
    font-size: 15px;
    font-weight: 600;
	color:#fff;
    font-size: 15px;
    font-weight: 600;
	font-family: "essonnes-text", serif;
}

.form-row:after {
    content: "";
    display: table;
    clear: both;
}
.form-row label {
    font-weight:bold;
	  color:#fff;
font-family: "essonnes-text", serif;
}
input[type=date] {
	color:#fff;
	border: 1px solid #E8BE77 !important;
}
.wpcf7 .wpcf7-submit {
    color:#000;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    background-color: transparent;
    color: #fff;
    border: 1px solid #E8BE77 !important;
    min-height: 1.5rem;
    margin-bottom: 0;
    padding: .5rem .75rem .5rem .3rem;
    font-size: 1rem;
    line-height: 1.6;
}
.wpcf7-list-item-label {
    font-weight:400;
}

.wpcf7-list-item {
    display: inline-block;
    margin-left:0;
    margin-right: 1em;
    margin-top:.5em;
}

.tapahtumaNosto {
	background-color:#E8BE77;
	padding-top:1em;
	padding-bottom:1em;
}
.tapahtumaNosto p {
	color:#171717 !important;
}
[data-footer*="type-1"] .ct-footer [data-row*="top"] {
    min-height:805px;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
    min-height:279px;
}
#main-container {
    max-width: 1440px;
    margin: 0 auto;
}
.ct-menu-link svg
 {
    fill: #E8BE77;
}

.wpcap-post img {
    min-height: 400px;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

[data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
    padding-top: 5em;
    padding-bottom: 5em;
}
.hero-section[data-type=type-2]>figure .ct-media-container img {
    opacity: 0.6;
}

/* Piilotetaan rivinvaihto oletuksena (desktop/tablet) */
.mobile-break::after {
  content: "";
}

/* Näytetään rivinvaihto vain mobiilissa (esim. alle 600px leveydessä) */
@media (max-width: 600px) {
  .mobile-break::after {
    content: "-\A";   /* Rivinvaihto */
    white-space: pre;
  }
}