/*
Theme Name: Walk On Ice
Template: gaia-mother
*/
@font-face {
  font-family: 'walkonice';
  src: url('/wp-content/themes/walk-onice/fonts/walkonice/walkonice.woff2') format('woff2');
}
/**
 * headers
 */
h1, .h1 {
	font-size: 6rem;
}

h2, .h2 {
	font-size: 3rem;
}

h3, .h3 {
	font-size: 2.5rem;
	margin-bottom: 0;
}

h4, .h4 {
	font-size: 2rem;
	margin-bottom: 0;
}

.container {
	max-width: 
}

.position-relative {
	position: relative;
}

.btn {
	border-radius: 1rem;
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}

.btn .h4 {
	font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cursor-pointer {
	cursor: pointer;
}

.bottom-line {
	border-bottom: 3px solid #737373;
}

#site-navigation {
	z-index: 11;
}

#searchform input {
	background: #fff;
	border: 0;
	border-bottom: 3px solid #a6c2df;
	box-sizing: border-box;
	border-radius: 1px;
	color: #1e70ba;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 1.42857143;
	padding: 0 9px;
	vertical-align: baseline;
	width: 100%;
}

#searchform .action.search {
	-moz-box-sizing: content-box;
	background-image: none;
	background: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	line-height: inherit;
	margin: 0;
	padding: 0;
	padding: .5rem 0;
	position: absolute;
	right: 5px;
	text-decoration: none;
	text-shadow: none;
	top: 0px;
	z-index: 1;
}

.action.search > span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.action.search::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1e70ba;
	content: '\f002';
	display: inline-block;
	font-family: 'walkonice';
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: top;
}

.icon-next::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #1e70ba;
	content: '\f054';
	display: inline-block;
	font-family: 'walkonice';
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
	margin: 0;
	overflow: hidden;
	speak: none;
	text-align: center;
	vertical-align: top;
}


img.logo-big {
	display: block;
	margin: auto;
	max-width: 100px;
}

p.site-description {
	font-size: 1.8rem;
}

#categories-box, #categories-box-second {
	top: 50px;
	z-index: 1;
}

#categories-box a {
	text-decoration: none;
}

.post-image img {
	width: 100%;
}

.post-article {
	width: 36rem;
}

.wp-block-image img {
	max-width: 100%;
	margin: auto;
	display: inherit;
}

.page-description {
	font-size: 1.8rem;
}

.wpcf7-form-control {
	display: block;
	width: 100%;
	height: calc(2em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
	min-height: 200px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) { 
	img.logo-big {
		max-width: 300px;
	}	
}

@media (min-width: 1200px) {
	.container {
		max-width: 1300px;
	}
}