/*
 Theme Name:   TM Pulm
 Description:  Pulma template
 Author:       Tarmo Saluste
 Author URI:   http://creativehands.ee
 Template:     twentytwentytwo
 Version:      1.0.0
 Text Domain:  twentytwentytwo
*/

@font-face {
	font-family: 'Great Day Bold';
	src:  url('fonts/great_day_bold.woff2') format('woff2'),
		  url('fonts/great_day_bold.woff') format('woff'),
		  url('fonts/great_day_bold.eot') format('eot'),
		  url('fonts/great_day_bold.otf') format('otf');
}

@font-face {
	font-family: 'Goudy Old Style';
	src:  url('fonts/goudy_old_style.woff2') format('woff2'),
		  url('fonts/goudy_old_style.woff') format('woff'),
		  url('fonts/goudy_old_style.eot') format('eot'),
		  url('fonts/goudy_old_style.otf') format('otf');
}

body{
	margin-bottom: -23px;
	font-family: 'Goudy Old Style', serif;
    font-size: 1.3em;
}

h1, h2, h3, h4, h5{
	font-family: 'Great Day Bold', serif;
}

hr.wp-block-separator{
	border: 0;
    height: 27px;
    width: 355px !important;
    background: url(img/eraldaja.png) no-repeat;
	opacity: 1;
    margin-top: 37px;
    margin-bottom: 45px;
}

header > div{
	overflow-x: hidden;
}

#loggings_map, #timeschedule_map {
	width: 100%;
	position: absolute;
    left: 0;
}

.map_container{
	width: 100%;
}

#loggings_map, #timeschedule_map, .map_container {
	height: 400px;
	transition: height 0.5s, width 0.5s;
}

.maplink{
	background: url(img/google_map_marker.png) no-repeat 0px 5px;
    padding-left: 18px;
    margin-left: 3px;
}

#timetable img {
    height: 27px;
    margin-bottom: -7px;
    margin-left: 2px;
}

.wpcf7-form label{
	width: 100%;
}

.wpcf7-list-item.first{
	margin: 0;
}

.wpcf7-form label{
	font-weight: bold;
}
.wpcf7-form label span.wpcf7-list-item-label{
	font-weight: normal;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form  textarea{
    font-size: 1.2em;
    width: 100%;
    padding: 8px 18px;
    color: #6f6f6f;
    border-radius: 12px;
    border: solid 0.5px #b9b9b9;
    box-shadow: #0000000a 3px 3px 6px 0px;
}

.wpcf7-field-group-add{
	display: none;
}

.wpcf7-spinner{
	margin: -5px 24px;
}

.wpcf7-submit{
    font-size: 1.2em;
	margin-top: 20px;
    padding: 8px 18px;
    color: #6f6f6f;
    border-radius: 12px;
    border: solid 0.5px #b9b9b9;
    box-shadow: #0000000a 3px 3px 6px 0px;
	cursor: pointer;
}
.wpcf7-submit:hover{
    color: #4a4a4a;
    box-shadow: #0000000a 5px 5px 6px 0px;
    background-color: #fffefe;
}

[data-id="group-312"]{
	margin-top: -15px;
    margin-bottom: 9px;
}

[data-id="group-109"]{
	margin-bottom: 9px;
    margin-top: -7px;
}

[data-id="group-917"]{
	margin-top: 5px;
}

.sentence-mitmus{
	display: none;
}

@media only screen and (min-width: 1200px) {
	#loggings_map, #timeschedule_map, .map_container {
		height: 500px;
	}
}
@media only screen and (min-width: 2000px) {
	#loggings_map, #timeschedule_map, .map_container {
		height: 600px;
	}
}