/*
Theme Name: Larion
Theme URI: https://masmedia.hu
Author: MásMédia
Author URI: https://masmedia.hu
Description: Custom made theme
Version: 0.1
Text Domain: larion
Tags: multiple-columns, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, featured-images
*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), url('../font/Roboto/Roboto-Thin.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: local('Roboto Light'), url('../font/Roboto/Roboto-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), url('../font/Roboto/Roboto-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), url('../font/Roboto/Roboto-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), url('../font/Roboto/Roboto-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: local('Roboto Medium'), url('../font/Roboto/Roboto-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), url('../font/Roboto/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: local('Roboto Bold'), url('../font/Roboto/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), url('../font/Roboto/Roboto-Black.ttf') format('truetype');
  font-display: swap;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, nav, section {
  display: block;
}
del {
  text-decoration: line-through;
}
table {
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}
table th {
  border: 0;
  padding: 5px 7px;
  text-align: center;
}
table td {
  padding: 5px 10px;
  text-align: center;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus, img:focus, input:focus, textarea:focus, button:focus {
  outline: 0;
}
a img {
  border: none;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
html {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56;
  color: #535353;
  background-color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #0074bc;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
h2 {
  font-size: 20px;
  font-weight: 700;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 14px;
}
strong, b {
  font-weight: 700;
}
input::-moz-focus-inner {
  border: 0;
}
input[type="submit"], button {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
input, textarea, button {
  font-family: 'Roboto', sans-serif;
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
  border: 1px solid #a9a9a9;
  background-color: #f8f8f8;
  border-radius: 10px;
  line-height: 1.56;
  padding: 5px 20px;
  font-weight: 400;
  color: #535353;
  font-size: 16px;
  height: 51px;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
  color: #acacac;
  opacity: 1;
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio])::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
  color: #acacac;
  opacity: 1;
}
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):hover, input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):focus {
  background-color: #fff;
}
textarea {
  border: 1px solid #a9a9a9;
  background-color: #f8f8f8;
  border-radius: 10px;
  line-height: 1.56;
  padding: 5px 20px;
  font-weight: 400;
  color: #535353;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  resize: none;
  margin-bottom: 0;
  height: 150px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea::-webkit-input-placeholder {
  color: #acacac;
  opacity: 1;
}
textarea:-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #acacac;
  opacity: 1;
}
textarea:hover, textarea:focus {
  background-color: #fff;
}
input[type=checkbox] {
  display: none;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
input[type=checkbox] + label, input[type=checkbox] + span.wpcf7-list-item-label {
  display: block;
  vertical-align: middle;
  position: relative;
  padding-left: 35px;
}
input[type=checkbox] + label:before, input[type=checkbox] + span.wpcf7-list-item-label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #4ca13c;
  border-radius: 6px;
}
input[type=checkbox] + label:after, input[type=checkbox] + span.wpcf7-list-item-label:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: #4ca13c;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=checkbox] + label a, input[type=checkbox] + span.wpcf7-list-item-label a {
  text-decoration: underline;
}
input[type=checkbox]:checked + label:after, input[type=checkbox]:checked + span.wpcf7-list-item-label:after {
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
table {
  width: 100%;
}
table tr th, table tr td {
  padding: 20px 10px;
}
table tr th:first-child, table tr td:first-child {
  text-align: left;
}
[class*="btn-"] {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
  min-width: 100px;
  padding: 16px 22px;
  border: 0;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}