/* Courgette regular */
@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: url(../../src/library/fonts/Courgette/Courgette-Regular.ttf);
  src: local('Courgette Regular'), local('Courgette-Regular'),
	   url(../../src/library/fonts/Courgette/Courgette-Regular.ttf) format('ttf'), 
	   
}

/* PTSerif bold */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url(../../src/library/fonts/PTSerif/PTSerif-Bold.ttf);
  src: local('PT Serif Bold'), local('PTSerif-Bold'),
	   url(../../src/library/fonts/PTSerif/PTSerif-Bold.ttf) format('ttf'), 
	   
}

/* PTSerif bold italic */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: url(../../src/library/fonts/PTSerif/PTSerif-BoldItalic.ttf);
  src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'),
	   url(../../src/library/fonts/PTSerif/PTSerif-BoldItalic.ttf) format('ttf'), 
	   
}

/* PTSerif italic */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url(../../src/library/fonts/PTSerif/PTSerif-Italic.ttf);
  src: local('PT Serif Italic'), local('PTSerif-Italic'),
	   url(../../src/library/fonts/PTSerif/PTSerif-Italic.ttf) format('ttf'), 
	   
}

/* PTSerif regular */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url(../../src/library/fonts/PTSerif/PTSerif-Regular.ttf);
  src: local('PT Serif Regular'), local('PTSerif-Regular'),
	   url(../../src/library/fonts/PTSerif/PTSerif-Regular.ttf) format('ttf'), 
	   
}

/* InknutAntiqua black */
@font-face {
  font-family: 'Inknut Antiqua';
  font-style: bold;
  font-weight: 900;
  src: url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-Black.ttf);
  src: local('Inknut Antiqua Black'), local('InknutAntiqua-Black'),
	   url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-Black.ttf) format('ttf'), 
	   
}

/* InknutAntiqua bold */
@font-face {
  font-family: 'Inknut Antiqua';
  font-style: bold;
  font-weight: 700;
  src: url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-Bold.ttf);
  src: local('Inknut Antiqua Bold'), local('InknutAntiqua-Bold'),
	   url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-Bold.ttf) format('ttf'), 
	   
}

/* InknutAntiqua ExtraBold  */
@font-face {
  font-family: 'Inknut Antiqua';
  font-style: bold;
  font-weight: 800;
  src: url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-ExtraBold.ttf);
  src: local('Inknut Antiqua ExtraBold'), local('InknutAntiqua-ExtraBold'),
	   url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-ExtraBold.ttf) format('ttf'), 
	   
}

/* InknutAntiqua Light */
@font-face {
  font-family: 'Inknut Antiqua';
  font-style: normal;
  font-weight: 300;
  src: url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-Light.ttf);
  src: local('Inknut Antiqua Light'), local('InknutAntiqua-Light'),
	   url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-Light.ttf) format('ttf'), 
	   
}

/* InknutAntiqua Medium */
@font-face {
  font-family: 'Inknut Antiqua';
  font-style: normal;
  font-weight: 500;
  src: url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-Medium.ttf);
  src: local('Inknut Antiqua Medium'), local('InknutAntiqua-Medium'),
	   url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-Medium.ttf) format('ttf'), 
	   
}

/* InknutAntiqua Regular */
@font-face {
  font-family: 'Inknut Antiqua';
  font-style: normal;
  font-weight: 400;
  src: url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-Regular.ttf);
  src: local('Inknut Antiqua Regular'), local('InknutAntiqua-Regular'),
	   url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-Regular.ttf) format('ttf'), 
	   
}

/* InknutAntiqua SemiBold */
@font-face {
  font-family: 'Inknut Antiqua';
  font-style: normal;
  font-weight: 600;
  src: url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-SemiBold.ttf);
  src: local('Inknut Antiqua SemiBold'), local('InknutAntiqua-SemiBold'),
	   url(../../src/library/fonts/InknutAntiqua/InknutAntiqua-SemiBold.ttf) format('ttf'), 
	   
}




/*---------------------------------
		Colors Variables
-----------------------------------*/
/*---------------------------------
		Opacity
-----------------------------------*/
/*---------------------------------
		Gradient
-----------------------------------*/
/*---------------------------------
		Element Colors
-----------------------------------*/
/*---------------------------------
		Border Colors
-----------------------------------*/
/*----------------
		Font
------------------*/
/*---------------------------------
		Body Text Font Sizes
-----------------------------------*/
/**
 * Add font scale with media query as per configuration on $body-text
 * Ex: @include body-text( h1 );
 * This will add font-size and line-height with different breakpoints.
 */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ccc;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -8px;
}

sub {
  bottom: -4px;
}

/* Embedded content
   ========================================================================== */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #ccc;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: 700;
}

/* Note: This file is updated by Sagar, To remove ducplication of styles. */
figure {
  margin: 0;
  max-width: 100%;
}

/*---------------------------
		Accessiblity
---------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  left: -999em;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  clip-path: none;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*---------------------------
		Alignments
---------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

/*---------------------------
		Others
---------------------------*/
.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.img-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.img-container img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inset-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* stylelint-disable */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* stylelint-enable */
/**
 * 1. Fallback for when there is no custom background color defined. [WordPress]
 * 2. Remove default margin. [normalize.css]
 * 3. Set the base elements `font-size` to the value of your choosing.
 * 4. Work out the unitless `line-height` for your project based around your
 *    desired `line-height` (defined previously in pixels), and your projects
 *    base font size.
 */
body {
  margin: 0;
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  line-height: 1.43;
  background: #EFFFE8;
  color: #414042;
}
@media (min-width: 64em) {
  body {
    font-size: 18px;
    line-height: 1.43;
  }
}
body.mce-content-body {
  font-family: inherit;
  margin: 15px;
}

blockquote,
q,
blockquote.wp-block-quote {
  quotes: "" "";
  border-left: 4px solid #eee;
  font-style: italic;
  margin: 0 0 30px 30px;
  padding-left: 16px;
  background: transparent;
  text-align: left;
  /* stylelint-disable */
  /* stylelint-enable */
}
blockquote p,
q p,
blockquote.wp-block-quote p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
q cite,
q .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  text-transform: uppercase;
}
blockquote p:last-of-type,
q p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote.is-large, blockquote.is-style-large,
q.is-large,
q.is-style-large,
blockquote.wp-block-quote.is-large,
blockquote.wp-block-quote.is-style-large {
  margin: 0 auto;
}

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-left: 0;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
  padding: 16px 0;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* Image Support
--------------------------------------------- */
.wp-block-image.size-medium img, .wp-block-image.size-thumbnail img, .wp-block-image.is-resized img {
  width: auto;
}
.wp-block-image figcaption {
  text-align: left;
  padding: 10px 0;
}

figure {
  max-width: 100%;
}

a {
  cursor: pointer;
  color: #0192cc;
  text-decoration: none;
  transition: 0.3s;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a a:active {
  color: #355180;
  text-decoration: underline;
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/* stylelint-disable */
h1 {
  font-size: 31.5px;
  line-height: 1.27;
}

h2 {
  font-size: 31.5px;
  line-height: 1;
}

h3 {
  font-size: 24.5px;
  line-height: 1.27;
}

h4 {
  font-size: 17.5px;
  line-height: 1.142;
}

h5 {
  font-size: 14px;
  line-height: 1.43;
}

h6 {
  font-size: 11.9px;
  line-height: 1.681;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  text-rendering: optimizelegibility;
}

/*---------------------------
		Lists
---------------------------*/
ul,
ol {
  margin: 0 0 18px 0;
}
ul.no-bullet,
ul.no-bullet ul,
ul.no-bullet ol,
ol.no-bullet,
ol.no-bullet ul,
ol.no-bullet ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  padding: 0;
  margin: 0 0 10px 25px;
}
@media (min-width: 48em) {
  ul {
    margin: 0 0 5px 0;
  }
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 18px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 24px 24px;
}

p:empty {
  display: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/*------------------------------------*\
    #TABLE
\*------------------------------------*/
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 48em) {
  table {
    max-width: 350px;
  }
}

/* Button
--------------------------------------------- */
.wp-block-button .wp-block-button__link {
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 20px 24px;
}
.wp-block-button .wp-block-button__link:hover {
  background: #ccc;
  text-decoration: none;
}

/* stylelint-enable */
/*------------------------------------*\
    Form Fields
\*------------------------------------*/
input,
button,
select,
textarea {
  font-family: "PT Serif", sans-serif;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  height: 20px;
  width: 206px;
  padding: 14px 6px; /* adjusting border-box difference on live site */
  margin: 0 0 10px;
  line-height: 1.43;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea {
  height: auto;
  padding: 4px 6px;
  max-width: 100%;
  outline: none;
  overflow: auto;
}

select {
  box-shadow: none;
  transition: none;
  width: 220px;
  padding: 0 6px;
}

select,
input[type=file] {
  height: 30px;
  line-height: 2.15;
}

button {
  margin: 0;
}

label {
  display: block;
  margin-bottom: 5px;
}

label,
input,
button,
select,
textarea {
  font-size: 16px;
  line-height: 1.43;
  font-weight: 400;
}
@media (min-width: 64em) {
  label,
  input,
  button,
  select,
  textarea {
    font-size: 18px;
    line-height: 1.43;
  }
}

label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*------------------------------------*\
    #OTHER
\*------------------------------------*/
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.54;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background-color: #e2eaee;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-family: "PT Serif", sans-serif, monospace;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  font-family: "PT Serif", sans-serif, monospace;
  font-size: 12px;
  border-radius: 3px;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  width: 100%;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
  box-sizing: content-box;
}
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #eff3f6;
  border: 0;
  height: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
hr:not(.is-style-wide):not(.is-style-dots)::before {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background: #eff3f6;
}
.wp-block-separator.is-style-dots::before,
hr.is-style-dots::before {
  color: #eff3f6;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px;
}

/*-----------
	Media
-------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.site-content {
  word-wrap: break-word;
}

/*---------------------------
      Icons
---------------------------*/
.home-page-wrap .entry-content > * {
  margin: 60px auto 60px auto;
}
.home-page-wrap .entry-content > *:not(.alignfull) {
  max-width: 1140px;
  padding: 0 15px 0 15px;
}
.home-page-wrap .entry-content > .alignwide {
  max-width: 1240px;
}

.slick-slide:focus {
  outline: none;
}

.slick-slider {
  margin: 0 -15px;
}

.slick-slide {
  padding: 10px;
  text-align: center;
  margin-right: 15px;
  margin-left: 15px;
}

.slick-prev:before {
  content: "<";
  color: red;
  font-size: 30px;
}

.slick-next:before {
  content: ">";
  color: red;
  font-size: 30px;
}

@media (min-width: 48em) {
  .search-card-container {
    display: flex;
  }
}
.search-card-container .search-card-content {
  margin-top: 16px;
}
@media (min-width: 48em) {
  .search-card-container .search-card-content {
    margin-top: 0;
  }
}
@media (min-width: 48em) {
  .search-card-container .search-card-thumbnail {
    margin-right: 16px;
  }
}

/* Entry meta */
.updated:not(.published) {
  display: none;
}

@media (min-width: 48em) {
  .post-card-title {
    height: 62px;
  }
}

/* Pagination */
.page-numbers.current > span {
  background-color: #e2e2e2;
  color: #fff;
}

/* stylelint-disable */
/* Nav item */
.nav-item:hover .dropdown-menu:not(.show) {
  display: block;
}

.info-section {
  width: 100vw;
  background-color: #D7E6D1;
  height: 60px;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  height: 100%;
  font-family: "Inknut Antiqua", serif;
  font-style: italic bold;
}
.info a {
  color: #778074;
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Inknut Antiqua", serif;
  font-style: normal;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.info .facebook-logo {
  background: url(../../src/img/facebook_icon60.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.info a:hover {
  color: #3C403A;
  text-decoration: none;
}

.phone a {
  display: block;
}

.custom-logo-link img {
  max-width: 150px;
  margin-right: 20px;
}

.nav {
  position: static;
}

.open-btn {
  color: #778074;
  font-size: 30px;
  cursor: pointer;
}

.navbar {
  padding: 0 20px;
  display: flex !important;
  justify-content: space-between;
  width: 100vw;
  height: 80px;
  align-items: center;
  border-bottom: 2px solid #ccc;
  box-shadow: 0px 15px 10px -15px #111;
}

.nav-brand {
  font-family: "Inknut Antiqua", serif;
  font-style: normal;
  font-size: 1.2rem;
  color: #778074;
  font-weight: 700;
}

/* stylelint-enable */
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #EFFFE8; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav-logo {
  width: 200px;
  height: auto;
  padding: 20px 0;
}

a.close-btn {
  color: #778074;
  font-size: 30px;
  z-index: 9999;
  position: absolute;
  top: 30px;
  right: 25px;
  text-decoration: none;
}

.sidenav a {
  color: #778074;
  font-weight: 600;
}
.sidenav a:hover {
  color: #3C403A;
}

.nav-item {
  color: #778074;
  font-size: 0.8rem;
  font-weight: 400;
  font-family: "Inknut Antiqua", serif;
  font-style: italic;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.nav-item a:hover {
  color: #3C403A;
  text-decoration: none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media only screen and (max-height: 600px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .info-section {
    height: 80px;
  }
  .info {
    padding: 0 16px;
  }
  .info a {
    font-size: 0.6rem;
  }
  .phone {
    display: none;
  }
  .email {
    display: none;
  }
  .navbar {
    padding: 0 10px;
  }
  .nav-brand {
    display: none;
  }
}
.landing {
  background: url(../../src/img/landing.jpg) center center no-repeat;
  background-size: cover;
  width: 100vw;
  height: calc(100vh - 140px);
}
.landing .title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 40px;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
}
.landing h1 {
  font-family: "Inknut Antiqua", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 10px #3C403A;
  margin-bottom: 20px;
  display: block;
}
.landing h2 {
  font-family: "Courgette", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 10px #3C403A;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .landing .title > h1 {
    font-size: 0.8rem;
  }
  .landing .title > h2 {
    font-size: 0.6rem;
  }
}

.welcome {
  width: 100vw;
  background-color: #D7E6D1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3vh 1rem;
}
.welcome .message {
  width: 50vw;
  padding: 0 4vw;
}
.welcome .message h1 {
  font-family: "Courgette", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #778074;
}
.welcome .message p {
  font-family: "Inknut Antiqua", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #778074;
}
.welcome .welcome-img {
  width: 50vw;
  height: 80vh;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.welcome .welcome-img .welcome01 {
  background: url(../../src/img/welcome01.jpeg) no-repeat center center;
  background-size: contain;
  grid-column: 2/6;
  grid-row: 1/6;
}
.welcome .welcome-img .welcome02 {
  background: url(../../src/img/welcome02.jpeg) no-repeat center center;
  background-size: contain;
  grid-column: 4/9;
  grid-row: 4/9;
}

@media only screen and (max-width: 600px) {
  .welcome {
    flex-direction: column;
    padding: 3vh 0.5rem;
  }
  .welcome .message {
    width: 100vw;
    padding: 0 3vw;
  }
  .welcome .message h1 {
    font-size: 1rem;
  }
  .welcome .message p {
    font-size: 0.6rem;
  }
  .welcome .welcome-img {
    display: block;
    width: 100vw;
    padding: 0 20px;
  }
  .welcome .welcome-img .welcome01 {
    display: block;
    background: url(../../src/img/welcome01.jpeg) no-repeat center center;
    background-size: contain;
    width: 80vw;
    height: 80vh;
    margin-bottom: 1rem;
  }
  .welcome .welcome-img .welcome02 {
    display: none;
  }
}
.motto {
  background-color: #EFFFE8;
  width: 100vw;
  margin: auto;
  padding: 20px 25vw;
  text-align: center;
}
.motto .quote {
  font-family: "Courgette", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3C403A;
}
.motto .author {
  font-family: "PT Serif", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: #778074;
}

@media only screen and (max-width: 600px) {
  .motto {
    padding: 20px 2vw;
  }
  .motto .quote {
    font-size: 0.8rem;
  }
  .motto .author {
    font-size: 0.6rem;
  }
}
.video {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vh 0;
}
.video div {
  width: 50vw;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D7E6D1;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.video div iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .video {
    padding: 2vh 0;
  }
  .video div {
    width: 90vw;
    height: 50vh;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .video {
    padding: 2vh 0;
  }
  .video div {
    width: 90vw;
    height: 50vh;
  }
}
.goals {
  background-color: #D7E6D1;
  height: calc(100vh - 140px);
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.short-goals {
  display: inline-block;
  width: 50vw;
  padding: 0 2vw;
}
.short-goals h1 {
  font-family: "Courgette", serif;
  font-size: 1.5rem;
  color: #778074;
}
.short-goals p {
  font-family: "Inknut Antiqua", sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 400;
  color: #778074;
}

.about-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: calc(100vh - 140px);
  background-color: #D7E6D1;
}
.about-main .about-img {
  background: url(../../src/img/about-main.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 80%;
}

@media only screen and (max-width: 768px) {
  .goals {
    flex-direction: column;
    height: auto;
  }
  .short-goals {
    width: 100vw;
    padding: 0 5vw;
  }
  .about-main {
    width: 100vw;
    height: auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .goals {
    flex-direction: column;
    height: auto;
  }
  .short-goals {
    order: 2;
    display: block;
  }
  .short-goals h1 {
    font-size: 1rem;
  }
  .short-goals p {
    font-size: 0.6rem;
  }
  .about-main {
    width: 100vw;
    height: 80vh;
    order: 1;
  }
  .about-img {
    width: 80%;
    height: 80%;
  }
}
.members {
  width: 100vw;
  background-color: #EFFFE8;
  padding-bottom: 3vh;
}
.members h1 {
  text-align: center;
  margin: auto;
  padding: 1rem 0;
  font-family: "Courgette", serif;
  font-size: 2rem;
  font-weight: 900;
  color: #778074;
}

.member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.member-list div {
  margin: 1rem;
  padding: 1rem;
  width: 300px;
  height: 300px;
  background-color: #D7E6D1;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.member-list div h2 {
  font-family: "Courgette", serif;
  font-size: 1.5rem;
  color: #778074;
  text-align: center;
  margin: 0.5rem 0;
}
.member-list div p {
  font-family: "Inknut Antiqua", serif;
  font-size: 0.8rem;
  color: #778074;
  text-align: center;
  margin: 0.5rem 0;
}

.base-doc {
  width: 100vw;
  background-color: #D7E6D1;
  text-align: center;
  padding: 3vh 0;
}
.base-doc h1 {
  font-family: "Courgette", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #778074;
  margin: auto;
  padding: 2vh 0;
}

.doc-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: 3vh 0;
}
.doc-list .doc01 {
  background: url(../../src/img/elethinta-okirat01.jpg) center center no-repeat;
  background-size: contain;
  width: 30vw;
  height: 40vh;
}
.doc-list .doc01:hover {
  transform: scale(2.5);
}
.doc-list .doc02 {
  background: url(../../src/img/elethinta-okirat02.jpg) center center no-repeat;
  background-size: contain;
  width: 30vw;
  height: 40vh;
}
.doc-list .doc02:hover {
  transform: scale(2.5);
}
.doc-list .doc03 {
  background: url(../../src/img/elethinta-okirat03.jpg) center center no-repeat;
  background-size: contain;
  width: 30vw;
  height: 40vh;
}
.doc-list .doc03:hover {
  transform: scale(2.5);
}

@media only screen and (max-width: 600px) {
  .doc-list {
    flex-direction: column;
    width: 100vw;
    margin: 3vh 0;
  }
  .doc-list .doc01 {
    width: 100vw;
    height: 40vh;
  }
  .doc-list .doc02 {
    width: 100vw;
    height: 40vh;
  }
  .doc-list .doc03 {
    width: 100vw;
    height: 40vh;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .doc-list {
    flex-direction: column;
    width: 100vw;
    margin: 3vh 0;
  }
  .doc-list .doc01 {
    width: 25vw;
    height: 40vh;
  }
  .doc-list .doc02 {
    width: 25vw;
    height: 40vh;
  }
  .doc-list .doc03 {
    width: 25vw;
    height: 40vh;
  }
}
.businesses {
  width: 100vw;
  background-color: #EFFFE8;
  text-align: center;
}
.businesses h2, .businesses h1 {
  font-family: "Courgette", cursive;
  color: #3C403A;
}

.business-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem 0;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.business-list .business-item {
  margin: 1rem;
  padding: 20px;
  width: 300px;
  height: auto;
  background-color: #D7E6D1;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
.business-list .business-item .business-item__content h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3C403A;
  margin-bottom: 1rem;
}
.business-list .business-item .business-item__logo {
  width: 90%;
  height: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.kapcsolat-info {
  text-align: center;
}
.kapcsolat-info h1 {
  font-family: "Inknut Antiqua", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #3C403A;
  margin-top: 2rem;
}
.kapcsolat-info h2 {
  font-family: "Courgette", cursive;
  font-size: 1.5rem;
  font-weight: 400;
  color: #3C403A;
  margin-top: 1rem;
}

.data {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: self-start;
  padding: 2rem 0;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.data .data-item {
  margin: 1rem;
  padding: 20px;
  width: 350px;
  height: auto;
  background-color: #D7E6D1;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
.data h6, .data a {
  font-family: "Inknut Antiqua", serif;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #3C403A;
  margin-top: 1rem;
}

.info-part {
  margin-bottom: 40px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 2rem;
}
.contact-form form {
  width: 50vw;
}

.gallery {
  width: 96vw;
  margin: 0 auto;
  padding-top: 40px;
}

.search-form input.form-control {
  margin: 0;
  padding: 18px 12px;
}

#site-footer {
  padding: 2rem;
  background-color: #D7E6D1;
}
#site-footer h1 {
  font-size: 1.2rem;
  font-family: "Inknut Antiqua", serif;
  color: #3C403A;
}

/*# sourceMappingURL=main.css.map*/