/*
 Theme Name:   Kompassi
 Theme URI:    http://mainostoimistokompassi.fi
 Description:  
 Author:       Mike
 Author URI:    http://mainostoimistokompassi.fi
 Template:     Divi
 Version:      2025.06.14
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-select {
border-style: solid !important;
box-shadow:rgba(0, 0, 0, 0.07) 0px 1px 2px 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.wpcf7-form {
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #000 !important;
}

.wpcf7-submit {
color: #2575DC!important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
background-color: #eee; 
border-color: #2575DC; 
padding: 6px 20px !important; 
}


h1, h2, h3, h4, h5, h6, p {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}