@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/fontawesome-all.min.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bgs {
  -webkit-background-size: cover;
  background-size: cover;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v28/u-440qyriQwlOrhSvowK_l5Oew.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l52xwNpXw.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l52_wFpXw.ttf) format('truetype');
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #1f2ebd;
  text-decoration: none;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #1f57bd;
}
p {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #111111;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #ffffff;
}
.wrap {
  margin: 0 auto;
  max-width: 1110px;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff !important;
  background: #1f2ebd !important;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  height: auto !important;
  line-height: 22px !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  margin-left: 30px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #1f57bd !important;
}
.button:hover .fa {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #111 !important;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #1f2ebd !important;
}
.button--inverse {
  background-color: #1f2ebd !important;
  color: #ffffff !important;
  border: none;
}
.button--inverse:hover {
  background-color: #1f57bd !important;
  color: #ffffff !important;
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 70px 0;
}
@media all and (max-width: 767px) {
  .block > .wrap {
    padding: 40px 0;
  }
}
.block__title {
  position: relative;
  padding-bottom: 20px;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1f2ebd;
}
.block__title:after {
  content: "";
  display: block;
  width: 100px;
  background-color: #1f2ebd;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 20px;
  }
}
.block__title:after {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.block__title span {
  color: #1f2ebd;
}
.main > .wrap {
  min-height: 300px;
}
.main h1 {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  font-family: 'Merriweather';
}
.main h1:after {
  content: "";
  display: block;
  width: 100px;
  background-color: #1f2ebd;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .main h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
  }
}
.main h2 {
  font-size: 24px;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #1f2ebd;
  font-family: 'Merriweather';
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
  }
}
.main h3 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'Merriweather';
}
@media all and (max-width: 767px) {
  .main h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #111111;
  font-weight: bold;
  font-family: 'Merriweather';
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  padding-left: 24px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  width: 11px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #1f2ebd;
}
.main ul > li > ul > li:before {
  background: none;
  border: 1px solid #1f2ebd;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 16px;
  margin: 10px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f2ebd;
}
.main table {
  margin: 30px 0;
  width: 100% !important;
  border-collapse: collapse;
  border-color: #f1f1f1;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 6px 14px;
  background-color: #1f57bd;
  font-size: 20px;
}
.main table tr td {
  padding: 6px 14px;
  color: #111111;
}
.main ul.gallery > li {
  padding-left: 0;
}
.main ul.gallery > li:before {
  display: none;
}
#rform {
  margin-bottom: 40px;
  *zoom: 1;
}
#rform:before,
#rform:after {
  content: "";
  display: table;
}
#rform:after {
  clear: both;
}
#rform input[type=text],
#rform input[type=email],
#rform input[type=date],
#rform select,
#rform textarea {
  background-color: #ececec;
  height: 30px;
  padding: 0 20px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  color: #7b7b7b;
  display: block;
  width: 100%;
  -webkit-border-right: 4px;
  -moz-border-right: 4px;
  -ms-border-right: 4px;
  -o-border-right: 4px;
  border-right: 4px;
}
#rform input[type=submit] {
  border: none;
  background: #1f2ebd none;
  width: 170px;
  height: 50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#rform input[type=submit]:hover {
  background: #1f57bd none;
}
#rform textarea {
  padding: 20px;
  height: 150px;
}
#rform .form_table {
  background-color: #f9f9f9;
  padding: 36px 20px;
  border: none;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
#rform .form_table tbody {
  display: block;
  width: 100%;
}
#rform .form_table .rr_form_row {
  display: block;
  width: 100%;
}
#rform .form_table td {
  display: block;
  text-align: left;
  width: 100%;
}
#rform .form_table .rr_form_row .rr_required:after {
  position: relative;
  color: #ff1100;
  margin-left: 4px;
  right: 0;
}
#rform .rform-left {
  float: left;
  width: 50%;
}
@media all and (max-width: 767px) {
  #rform .rform-left {
    float: none;
    width: 100%;
  }
}
#rform .rform-right {
  float: right;
  width: 50%;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  #rform .rform-right {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.home .hposts {
  float: none;
  width: 100%;
}
.home .hposts .catlist .item:nth-child(5) {
  display: none;
}
.hposts {
  float: left;
  width: 70%;
}
@media all and (max-width: 767px) {
  .hposts {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
ul.catlist {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  ul.catlist {
    display: block;
  }
}
ul.catlist > li {
  padding: 0;
  margin: 0;
  width: 50%;
}
@media all and (max-width: 600px) {
  ul.catlist > li {
    width: 100%;
  }
}
ul.catlist > li:before {
  display: none;
}
ul.catlist .item {
  position: relative;
  text-align: center;
  color: #ffffff;
}
ul.catlist .item.full--width {
  width: 100% !important;
}
ul.catlist .item:hover .item-info {
  background: rgba(0, 0, 0, 0.7);
}
ul.catlist .item-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
ul.catlist .item-info {
  padding: 80px;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  ul.catlist .item-info {
    padding: 40px;
  }
}
ul.catlist .item-info p {
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
}
ul.catlist .item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Merriweather';
  color: #ffffff;
}
@media all and (max-width: 767px) {
  ul.catlist .item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
ul.catlist .item-title a {
  text-decoration: none;
  color: #ffffff;
}
ul.catlist .item-meta {
  font-size: 0;
  margin: 10px 0 0 0;
}
ul.catlist .item-meta .fa {
  color: #ddd;
  margin-right: 4px;
}
ul.catlist .item-kategorie {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
ul.catlist .item-kategorie a {
  margin-left: 6px;
  color: #74e1dc;
}
ul.catlist .item-kategorie a:hover {
  color: #ffffff;
}
ul.catlist .item-kategorie a:first-of-type {
  margin-left: 0;
}
ul.catlist .item-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: thin solid #cecece;
}
ul.catlist .item-rating {
  margin-bottom: 10px;
}
.category .paginator,
.tag .paginator {
  margin-bottom: 40px;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  margin: 10px;
  text-transform: uppercase;
  color: #1f2ebd;
  font-size: 16px;
  text-decoration: none;
}
.paginator .current {
  color: #111111;
  margin: 10px;
  font-weight: bold;
}
.sidebar {
  float: right;
  width: 25%;
}
@media all and (max-width: 767px) {
  .sidebar {
    width: 100%;
    float: none;
    padding: 0 20px;
  }
}
.sideblock {
  margin-bottom: 30px;
}
.sideblock__title {
  border-bottom: thin solid #111111;
  display: block;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.sideblock .post-date {
  display: block;
}
.sideblock .post-date,
.sideblock .cat-item {
  font-size: 11px;
  font-weight: 300;
  color: #666;
}
.sideblock .cat-item a {
  color: #1f2ebd;
  font-size: 15px;
  font-weight: 400;
}
.sideblock .cat-item a:hover {
  color: #1f57bd;
}
.sideblock ul {
  margin-top: 0;
}
.sideblock p {
  margin-top: 0;
}
.showcase {
  background-color: #ffffff;
  text-align: center;
}
.showcase .wrap {
  padding: 40px 0;
}
.showcase h1 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f2ebd;
  font-family: 'Merriweather';
}
@media all and (max-width: 767px) {
  .showcase h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.commentbox {
  margin: 30px 0;
  /* Highlight active form field */
}
.commentbox .bypostauthor {
  background-color: #222;
}
.commentbox input[type=text],
.commentbox input[type=email] {
  display: block;
  width: 100%;
  padding: 0 20px;
}
.commentbox textarea {
  display: block;
  width: 100%;
  padding: 20px;
  height: 150px;
}
.commentbox ol.commentlist {
  list-style: none !important;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}
.commentbox ol.commentlist li.comment {
  border-bottom: 1px dashed #cecece;
  padding: 1em;
}
.commentbox ol.commentlist li div.vcard {
  font: normal 16px georgia,times,serif;
}
.commentbox ol.commentlist li div.vcard cite.fn {
  font-style: normal;
}
.commentbox ol.commentlist li div.vcard img.avatar {
  border: 5px solid #ccc;
  float: right;
  margin: 0 0 1em 1em;
}
.commentbox ol.commentlist li div.comment-meta {
  font-size: 12px;
}
.commentbox ol.commentlist li div.comment-meta a {
  color: #ccc;
}
.commentbox ol.commentlist li p {
  font-size: 14px;
  margin: 0 0 1em;
}
.commentbox ol.commentlist li ul {
  font-size: 14px;
  list-style: square;
  margin: 0 0 1em 2em;
}
.commentbox ol.commentlist li div.reply {
  font-size: 14px;
}
.commentbox ol.commentlist li div.reply a {
  font-weight: bold;
}
.commentbox ol.commentlist li ul.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}
.commentbox ol.commentlist li ul.children li.depth-2 {
  border-left: 5px solid #1f57bd;
  margin: 0 0 .25em .25em;
}
.commentbox ol.commentlist li ul.children li.depth-3 {
  border-left: 5px solid #009ce0;
  margin: 0 0 .25em .25em;
}
.commentbox ol.commentlist li ul.children li.depth-4 {
  border-left: 5px solid #bbb;
  margin: 0 0 .25em .25em;
}
.commentbox ol.commentlist li.even {
  background: #fff;
}
.commentbox ol.commentlist li.odd {
  background: #f6f6f6;
}
.commentbox ol.commentlist li.parent {
  border-left: 5px solid #1f2ebd;
}
.commentbox ol.commentlist li.pingback {
  border-bottom: 1px dotted #666;
  padding: 1em;
}
.commentbox #respond {
  background: #f4f4f4;
  padding: 20px;
}
.commentbox #respond input[type=text],
.commentbox textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
.commentbox #respond input[type=text]:focus,
.commentbox textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  margin: 5px 1px 3px 0px;
  border: 1px solid #51cbee;
}
.commentbox #submit {
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
  border: none;
  text-decoration: none;
  background-color: #1f2ebd;
}
.commentbox #submit:hover {
  background-color: #1f57bd;
}
.commentbox #commentform label {
  display: block;
}
.intro {
  position: relative;
  overflow: hidden;
}
.intro:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.intro .wrap {
  height: 600px;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .intro .wrap {
    height: auto;
  }
}
.intro__text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .intro__text {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    position: relative;
    top: 0;
    padding: 50px;
  }
}
.intro__text .button {
  margin-top: 20px;
}
.intro__title {
  font-family: 'Merriweather';
  font-weight: 400;
}
.intro__meta {
  font-size: 0;
  margin-top: 20px;
}
.intro__meta .item-kategorie {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.intro__meta .item-kategorie a {
  margin-left: 6px;
}
.intro__meta .item-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-left: 20px;
}
.intro__meta a {
  color: #74e1dc;
}
.intro__meta a:hover {
  color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .pea_cook_wrapper.pea_cook_bottomcenter {
    left: 0 !important;
    bottom: 0 !important;
    width: 100%;
    margin: 0 !important;
  }
}
.pea_cook_wrapper {
  bottom: 0 !important;
  left: 0 !important;
  right: 0;
  width: 100%;
  margin: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
#pea_cook_btn {
  background: none #1f2ebd;
  color: #ffffff;
  text-shadow: none;
  border: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#htext {
  text-align: center;
}
#htext h2,
#htext h3,
#htext h4,
#htext h5 {
  margin-top: 0;
}
#htext p:last-of-type {
  margin-bottom: 0;
}
.bgc {
  background-color: #f3f3f3;
}
.page-template-default .showcase {
  border-bottom: thin solid #111111;
}
.home .catlist .item {
  display: none;
}
/* ------------------ HEADER ----------------*/
.header {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.header .wrap {
  padding: 10px 0;
}
.sitetitle {
  left: 140px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Merriweather';
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px) {
  .sitetitle {
    left: 180px;
  }
}
@media all and (max-width: 650px) {
  .sitetitle {
    display: none;
  }
}
@media all and (max-width: 450px) {
  .sitetitle {
    font-size: 15px;
  }
}
@media all and (max-width: 350px) {
  .sitetitle {
    font-size: 13px;
  }
}
a.logo {
  background: url(../images/logo.png) 0 0 no-repeat;
  width: 118px;
  height: 80px;
  -webkit-background-size: 118px 80px;
  background-size: 118px 80px;
  float: left;
  display: block;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  a.logo {
    width: 86px;
    height: 58px;
    -webkit-background-size: 86px 58px;
    background-size: 86px 58px;
  }
}
.socials {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  *zoom: 1;
  z-index: 1;
}
.socials:before,
.socials:after {
  content: "";
  display: table;
}
.socials:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .socials {
    right: 3%;
  }
}
@media all and (max-width: 600px) {
  .socials {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    top: 10px;
  }
}
.socials > li {
  margin-left: 12px;
  float: left;
}
.socials > li:first-of-type {
  margin-left: 0;
}
.socials > li.yt a {
  color: #d51313;
}
.socials > li.yt a:hover {
  color: #f43535;
}
.socials > li.fcb a {
  color: #4267b2;
}
.socials > li.fcb a:hover {
  color: #4267b2;
}
.socials > li.tw a {
  color: #1da1f2;
}
.socials > li.tw a:hover {
  color: #1da1f2;
}
.socials > li a {
  font-size: 18px;
  color: #1f2ebd;
}
.socials > li a:hover {
  color: #1f2ebd;
}
.btns {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  right: 100px;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px) {
  .btns {
    right: 120px;
  }
}
@media all and (max-width: 767px) {
  .btns {
    right: 130px;
  }
}
@media all and (max-width: 600px) {
  .btns {
    right: 3%;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    bottom: 8px;
  }
}
.btns .item {
  display: inline-block;
  vertical-align: middle;
}
.btns .item + .item {
  margin-left: 10px;
  padding-left: 10px;
  border-left: thin solid #cecece;
}
.btns a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.btns a:hover {
  text-decoration: none;
}
/********************* Footer ******************/
.footer {
  background-color: #1f2ebd;
  color: #ffffff;
}
.footer .wrap {
  padding: 10px 0;
}
.footer a {
  color: #ffffff;
  text-decoration: underline;
}
.footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: left;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #ffffff;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.menu {
  background-color: #1f2ebd;
}
.menu .wrap {
  padding: 20px 0;
}
.main-menu {
  font-size: 0;
  text-align: left;
}
@media all and (min-width: 990px) and (max-width: 1110px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
  }
}
.main-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:first-child > a {
  padding-left: 0;
}
.main-menu > li:hover > a {
  color: #74e1dc;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.current-menu-item > a {
  color: #74e1dc;
}
.main-menu > li > a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  color: #ffffff;
  font-family: 'Merriweather';
  position: relative;
  padding: 0 10px;
}
.main-menu > li > a:hover {
  color: #74e1dc;
  text-decoration: none;
}
.main-menu .sub-menu {
  background-color: #1f2ebd;
  position: absolute;
  left: 0;
  top: 100%;
  width: 320px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
}
.main-menu .sub-menu > li {
  position: relative;
}
.main-menu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a {
  color: #1f57bd;
  text-decoration: none;
  background-color: #1f2ebd;
}
.main-menu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #1b29a7;
}
.main-menu .sub-menu > li > a {
  font-size: 17px;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #dbdbdb;
  font-weight: 400;
}
.main-menu .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1b29a7;
}
.header.active .main-menu,
.menu.active .main-menu {
  margin-top: 0;
  left: 0;
  right: 0;
  background-color: #1f2ebd;
  z-index: 9999;
  top: 100%;
  width: 100%;
  line-height: 24px;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.header.active .main-menu > li,
.menu.active .main-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
}
.header.active .main-menu > li:hover .sub-menu,
.menu.active .main-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu,
.menu.active .main-menu > li .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.header.active .main-menu > li .sub-menu.show,
.menu.active .main-menu > li .sub-menu.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  position: relative;
  top: 0;
  width: 100%;
}
.header.active .main-menu > li .sub-menu.show > li > a,
.menu.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  text-align: center;
}
.header.active .main-menu > li > .nav-click,
.menu.active .main-menu > li > .nav-click {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 1px;
  padding: 6px;
  background-color: #182391;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before,
.menu.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.header.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #182391;
}
.header.active .main-menu > li a:after,
.menu.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a,
.menu.active .main-menu > li > a {
  padding: 14px 10px;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #2333d3;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-transform: none;
}
