/*
Theme Name: AMTA
Theme URI:  
Author: Defectors
Description: custom theme
Version: 1.0 
Text Domain: amta
*/
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue.woff") format("woff"), url("fonts/HelveticaNeue.ttf") format("truetype"), url("fonts/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Bold.woff") format("woff"), url("fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Stag";
  src: url("fonts/Stag-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Stag-Medium.otf") format("opentype"), url("fonts/Stag-Medium.woff") format("woff"), url("fonts/Stag-Medium.ttf") format("truetype"), url("fonts/Stag-Medium.svg#Stag-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "StagSansRound";
  src: url("fonts/StagSansRound-Book.eot?#iefix") format("embedded-opentype"), url("fonts/StagSansRound-Book.otf") format("opentype"), url("fonts/StagSansRound-Book.woff") format("woff"), url("fonts/StagSansRound-Book.ttf") format("truetype"), url("fonts/StagSansRound-Book.svg#StagSansRound-Book") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "StagSansRound";
  src: url("fonts/StagSansRound-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/StagSansRound-Medium.otf") format("opentype"), url("fonts/StagSansRound-Medium.woff") format("woff"), url("fonts/StagSansRound-Medium.ttf") format("truetype"), url("fonts/StagSansRound-Medium.svg#StagSansRound-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
header, footer, article, section, hgroup, nav, figure, aside {
  display: block;
}

body, html {
  margin: 0;
  position: relative;
  padding: 0;
}

figure {
  margin: 0;
}

:focus, :active {
  outline: 0;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

h1 {
  font-family: "Stag";
  font-weight: 500;
  font-size: 30px;
  line-height: 1.23;
}

h2 {
  font-family: "Stag";
  font-weight: 500;
  font-size: 25px;
  line-height: 1.68;
}

h3 {
  font-family: "Stag";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}

h4 {
  font-size: 17px;
  font-family: "Stag";
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1.13px;
}

div {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 24px;
}

#mobile-menu:not(.mm-menu) {
  display: none;
}

#menu-toggle {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 12px;
  right: 15px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  display: none;
}
#menu-toggle.active span {
  background: none;
}
#menu-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#menu-toggle.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#menu-toggle.active span::before, #menu-toggle.active span::after {
  background: #fff;
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
#menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#menu-toggle span:before {
  top: -9px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
}
#menu-toggle span:after {
  bottom: -9px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
}
#menu-toggle span:before, #menu-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  left: 0;
  background-color: #000;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 23px;
  width: 28px;
  height: 28px;
  z-index: 1;
  display: none;
}
.close-btn:before, .close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #264a69;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.close-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  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. */
}

.wp-pagenavi {
  margin: 0 0 20px;
  text-align: center;
}

#dark-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

body.ie #header #nav .menu > li:hover > .sub-menu {
  display: block;
  columns: 2;
}
body.ie #header #nav .menu > li:hover > .sub-menu li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.to-top-page {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: url(images/arrow-thin-up.svg) no-repeat center rgba(68, 210, 248, 0.5);
  background-size: 16px;
  z-index: 999;
}

#ajax-posts {
  position: relative;
}
#ajax-posts:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
#ajax-posts.loading:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#load-more-posts {
  display: block;
  width: 200px;
  text-align: center;
  background: #44c8f5;
  color: #fff;
  padding: 16px 20px;
  font-family: "Stag";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
}

.read-more {
  width: 200px;
  text-align: center;
  background: #44c8f5;
  color: #fff;
  padding: 16px 20px;
  font-family: "Stag";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  margin-top: 20px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.read-more:hover {
  background-color: #264a69;
}

#mobile-menu a {
  color: #264a69;
}

#data-table {
  display: none;
}
#data-table .link-title-m {
  display: none;
}
@media (max-width: 479px) {
  #data-table .link-title-d {
    display: none;
  }
  #data-table .link-title-m {
    display: inline;
  }
}

div.dt-container #data-table {
  display: table;
}

div.dt-container .dt-paging .dt-paging-button,
div.dt-container .dt-search input,
div.dt-container .dt-input {
  border-radius: 0;
}
div.dt-container .dt-search {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 5px;
  border: 1px solid #264a69;
  border-radius: 20px;
  padding: 6px 20px;
  display: flex;
  align-items: center;
}
div.dt-container .dt-search label {
  display: none;
}
div.dt-container .dt-search input {
  border: none;
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-family: "Helvetica Neue", sans-serif;
  padding: 4px 0;
  background: url("images/search.png") no-repeat 100% center;
}
div.dt-container .dt-search input:focus {
  outline: none;
}
div.dt-container .dt-search input[type=search]::-webkit-search-decoration,
div.dt-container .dt-search input[type=search]::-webkit-search-cancel-button,
div.dt-container .dt-search input[type=search]::-webkit-search-results-button,
div.dt-container .dt-search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
div.dt-container .dt-paging .dt-paging-button:hover {
  border-color: #44c8f5;
  background: #44c8f5;
  color: #fff;
}
div.dt-container .dt-layout-row:first-of-type div.dt-layout-cell.dt-end {
  text-align: center;
}
div.dt-container .dt-info {
  display: none;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  background: #264a69;
  color: #fff;
  border: none;
}

.page-content a.btn {
  display: block;
  margin: 20px auto;
  background: #44c8f5;
  color: #fff;
  font-size: 14px;
  width: 100%;
  max-width: 300px;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  transition: all 400ms ease-in-out;
}
.page-content a.btn:hover, .page-content a.btn:active, .page-content a.btn:focus {
  color: #fff;
  opacity: 0.8;
}

.imei-check-form .input-hold {
  max-width: 300px;
  width: 100%;
  border: 1px solid #264a69;
  border-radius: 20px;
  padding: 6px 6px 6px 20px;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  position: relative;
}
.imei-check-form .input-hold input {
  border: none;
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-family: "Helvetica Neue", sans-serif;
  padding: 4px 0;
  -webkit-appearance: none;
}
.imei-check-form .input-hold button {
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  background: #44c8f5;
  color: #fff;
  border: none;
  padding: 5px 17px;
  border-radius: 20px;
}
.imei-check-form .input-hold.error-item {
  margin-bottom: 34px;
}
@media (max-width: 479px) {
  .imei-check-form .input-hold.error-item {
    margin-bottom: 42px;
  }
}
.imei-check-form .input-hold label.error {
  position: absolute;
  bottom: -22px;
  left: 19px;
}
@media (min-width: 480px) {
  .imei-check-form .input-hold label.error {
    white-space: nowrap;
  }
}
@media (max-width: 479px) {
  .imei-check-form .input-hold label.error {
    bottom: -34px;
    min-height: 30px;
  }
}
.imei-check-form label.error {
  color: #c00;
  font-size: 14px;
  line-height: 15px;
}
.imei-check-form .checkbox-hold {
  position: relative;
}
.imei-check-form .checkbox-hold.error-item {
  padding-bottom: 30px;
}
.imei-check-form .checkbox-hold label.error {
  position: absolute;
  bottom: 0;
  left: 19px;
}
.imei-check-form .check-result,
.imei-check-form .ok-result {
  border-radius: 8px;
  padding: 8px;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}
.imei-check-form .ok-result {
  color: #4cb52c;
  border: 1px solid #4cb52c;
}
.imei-check-form .check-result {
  color: #c00;
  border: 1px solid #c00;
}

.popup-fade-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  z-index: 9999;
}
.popup-fade-bg .hold {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.popup-fade-bg .popup-hold {
  position: relative;
  max-width: 800px;
  width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 479px) {
  .popup-fade-bg .popup-hold {
    padding: 20px;
  }
}
.popup-fade-bg .popup-hold h2 {
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .popup-fade-bg .popup-hold h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 10px;
  }
}
.popup-fade-bg .popup-hold .terms-text-hold {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.popup-fade-bg .popup-hold .terms-text-hold .terms-text {
  height: 45vh;
  padding-right: 15px;
}
.popup-fade-bg .popup-hold .terms-text-hold .terms-text p, .popup-fade-bg .popup-hold .terms-text-hold .terms-text ul li, .popup-fade-bg .popup-hold .terms-text-hold .terms-text ol li {
  font-size: 14px;
  line-height: 25px;
}
.popup-fade-bg .popup-hold .terms-text-hold .terms-text ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.popup-fade-bg .popup-hold .terms-text-hold .terms-text ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.popup-fade-bg .popup-hold .terms-text-hold .terms-text ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.popup-fade-bg .popup-hold .terms-text-hold .terms-text li ol > li {
  margin: 0;
}
.popup-fade-bg .popup-hold .terms-text-hold .terms-text li ol > li:before {
  content: counters(item, ".") " ";
}
.popup-fade-bg .popup-hold .buttons-hold {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
  column-gap: 30px;
}
@media (max-width: 479px) {
  .popup-fade-bg .popup-hold .buttons-hold {
    margin: 20px 0 0;
    column-gap: 20px;
  }
}
.popup-fade-bg .popup-hold .buttons-hold .btn {
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  -webkit-appearance: none;
  background: #44c8f5;
  color: #fff;
  border: none;
  padding: 9px 30px;
  border-radius: 24px;
}
.popup-fade-bg .popup-hold .buttons-hold .btn.btn-decline {
  background-color: #f55d44;
}

body {
  min-width: 320px;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue", sans-serif;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  /* header /footer */
  /* content */
  /* category page */
  /* single post */
  /* search page */
  /* resposivness styles */
  /*
  @media (min-width: 1680px) {
      .posts-list .post.post-image-left{
          &:first-of-type {
              .hold{
                  .text{
                      .categories a{font-size: 1.6vw;}
                      .title{font-size: 2.1vw}
                      .post-preview{
                          max-height: unset;
                          p{font-size: 1.1vw;line-height:1.4;}
                      }
                  }
              }
          }
      }
  }*/
  /*
  @media (min-width: 769px){
      .posts-list{
          position:relative;            
          .post {
              &.post-default{ 
                  min-height: calc(100vh - 162px);
                  max-height: 1000px;
              }
          }
      }
  }*/
}
body .wrap {
  margin: 0 auto;
  width: 100%;
  /*max-width: 1024px;*/
  padding: 0 15px;
}
body #header .wrap,
body .search-content .wrap,
body .post-content .wrap,
body .page-content .wrap,
body .category-content .wrap,
body footer-bottom .footer-bottom .wrap {
  max-width: 1190px;
}
body.admin-bar #header.fixed {
  top: calc(-62px + 32px);
}
body.admin-bar #header.fixed.show {
  top: 32px;
}
body .top-bar {
  background-color: #254c68;
  color: #fff;
  height: 42px;
  box-sizing: border-box;
  padding: 8px 0;
}
body .top-bar:after {
  content: "";
  display: block;
  clear: both;
}
body .top-bar .wrap {
  max-width: 1190px;
}
body .top-bar .searchform {
  float: left;
}
body .top-bar .searchform input[type=text] {
  border: none;
  background: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 0px;
  padding: 3px 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
body .top-bar .searchform input[type=text]:focus {
  outline: none;
  /*border-bottom-color: $cyan_color;*/
}
body .top-bar .searchform input[type=text].shown {
  padding: 3px 3px;
  width: 120px;
}
body .top-bar .searchform input[type=submit] {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: url("images/search-white.png") no-repeat center;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  width: 25px;
  height: 20px;
}
body .top-bar .menu-member-menu-container {
  float: right;
}
body .top-bar .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .top-bar .menu a {
  font-family: "StagSansRound";
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  -webkit-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}
body .top-bar .menu a:hover {
  text-decoration: underline;
}
body .top-bar .menu > li {
  display: inline-block;
  margin-left: 15px;
}
body .top-bar .menu .sub-menu {
  display: none;
}
body #header {
  padding: 14px 0 0px;
  z-index: 15;
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
}
body #header.fixed {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  top: -62px;
  height: 62px;
  padding: 0;
}
body #header.fixed .logo {
  top: 12px;
  left: 15px;
  width: 45px;
  height: 38px;
  position: absolute;
}
body #header.fixed .wrap {
  padding-left: 90px;
}
body #header.fixed .member-block {
  display: none;
}
body #header.fixed #nav {
  margin-top: 0;
}
body #header.fixed #nav .menu > li {
  padding: 22px 0;
}
body #header.fixed.show {
  top: 0px;
  -webkit-transition: top 400ms ease-in-out;
  -moz-transition: top 400ms ease-in-out;
  -ms-transition: top 400ms ease-in-out;
  -o-transition: top 400ms ease-in-out;
  transition: top 400ms ease-in-out;
}
body #header .wrap {
  position: relative;
}
body #header .logo {
  width: 93px;
  height: 80px;
  margin: 0 auto 16px;
  display: block;
}
body #header .member-block {
  position: absolute;
  right: 15px;
  top: 0px;
}
body #header .member-block .searchform {
  float: left;
}
body #header .member-block .searchform input[type=text] {
  border: none;
  border-bottom: 1px solid #264a69;
  width: 0px;
  padding: 3px 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
body #header .member-block .searchform input[type=text]:focus {
  outline: none;
  border-bottom-color: #44c8f5;
}
body #header .member-block .searchform input[type=text].shown {
  padding: 3px 3px;
  width: 120px;
}
body #header .member-block .searchform input[type=submit] {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  background: url("images/search.png") no-repeat center;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  width: 25px;
  height: 20px;
}
body #header .member-block .menu-member-menu-container {
  float: left;
}
body #header .member-block .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #header .member-block .menu a {
  font-family: "StagSansRound";
  font-weight: 300;
  font-size: 12px;
  color: #264a69;
  -webkit-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}
body #header .member-block .menu a:hover {
  color: #44c8f5;
}
body #header .member-block .menu > li {
  display: inline-block;
  margin-left: 9px;
}
body #header .member-block .menu .sub-menu {
  display: none;
}
body #header #nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
body #header #nav .menu a {
  font-family: "StagSansRound";
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #264a69;
  -webkit-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}
body #header #nav .menu a:hover {
  color: #44c8f5;
}
body #header #nav .menu > li {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
body #header #nav .menu > li:last-child > .sub-menu {
  right: 0;
  left: auto;
}
body #header #nav .menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
body #header #nav .menu > li > a {
  text-transform: none;
  position: relative;
}
body #header #nav .menu > li > a:after {
  content: "";
  display: block;
  background: #44c8f5;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: -9px;
  height: 3px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
body #header #nav .menu > li > a:hover {
  color: inherit;
}
body #header #nav .menu > li > a:hover:after {
  left: 0;
  width: 100%;
}
body #header #nav .menu > li.current-menu-item > a:after {
  left: 0;
  width: 100%;
}
body #header #nav .menu > li > .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #264a69;
  background: #fff;
  top: 100%;
  left: -4px;
  position: absolute;
  padding: 22px;
  /*display: none;*/
  display: flex;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
body #header #nav .menu > li > .sub-menu:after {
  content: "";
  display: block;
  clear: both;
}
body #header #nav .menu > li > .sub-menu > li:not(:last-child) {
  padding-right: 48px;
}
body #header #nav .menu > li > .sub-menu > li > a {
  text-transform: uppercase;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 500;
}
body #header #nav .menu > li > .sub-menu > li .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 17px;
}
body #header #nav .menu > li > .sub-menu > li .sub-menu li {
  margin-top: 12px;
}
body #header #nav .menu > li > .sub-menu > li .sub-menu li:first-child {
  margin-top: 6px;
}
body #header #nav .menu > li > .sub-menu > li .sub-menu li a {
  white-space: nowrap;
}
body main {
  min-height: calc(100vh - 259px - 168px - 42px);
  padding-top: 168px;
  display: block;
  box-sizing: border-box;
}
body #footer .footer-top {
  overflow: hidden;
  position: relative;
  /*padding-top: 90px;
  padding-bottom: 26px;
  min-height: 215px;*/
  padding: 50px 0 30px;
  min-height: 180px;
  z-index: 1;
  background: #264a69;
  /*&:before {
      content: '';
      display: block;
      background: url("images/footer-wave-bg.svg") no-repeat top center; 
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 500px;
      z-index: -1;
      background-size: 100%;
  }*/
}
body #footer .footer-top:after {
  content: "";
  display: block;
  clear: both;
}
body #footer .footer-top .wrap {
  position: relative;
}
body #footer .footer-top .logo {
  position: absolute;
  left: 15px;
  top: 0;
  max-width: 125px;
}
body #footer .footer-top .socials {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 20%;
  margin-left: 40%;
  padding-top: 12px;
}
body #footer .footer-top .socials li {
  display: inline-block;
  margin: 0 10px;
}
body #footer .footer-top .socials li a {
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
body #footer .footer-top .socials li.fb a {
  background: url("images/facebook.svg") no-repeat center #fff;
  background-size: 43%;
}
body #footer .footer-top .socials li.tw a {
  background: url("images/twitter.svg") no-repeat center #fff;
  background-size: 60%;
}
body #footer .footer-top .socials li.li a {
  background: url("images/linkedin.svg") no-repeat center #fff;
  background-size: 60%;
}
body #footer .footer-top #footer-nav {
  float: left;
  width: 40%;
  padding-top: 12px;
}
body #footer .footer-top #footer-nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 3;
}
body #footer .footer-top #footer-nav .menu a {
  color: #fff;
  font-family: "StagSansRound";
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}
body #footer .footer-top #footer-nav .menu li {
  margin: 0 0 5px;
}
body #footer .footer-top #footer-nav .menu .sub-menu {
  display: none;
}
body #footer .footer-bottom {
  padding: 15px 0;
}
body #footer .footer-bottom .copyright {
  font-size: 12px;
  color: #264a69;
}
body .category-banner,
body .main-banner {
  position: relative;
}
body .category-banner .wrap-holder,
body .main-banner .wrap-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 12;
  align-items: center;
}
body .category-banner img,
body .main-banner img {
  max-width: none;
  width: 100%;
  height: auto;
}
body .category-banner h1,
body .main-banner h1 {
  text-align: center;
  color: #ffffff;
  font-family: "Stag";
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
  font-size: 2.5vw;
  max-width: 55vw;
}
body .main-posts {
  padding: 0;
}
body .category-banner {
  max-height: 400px;
  overflow: hidden;
  object-fit: cover;
}
body .category-banner .description {
  margin: 5px auto 0;
  color: #fff;
  max-width: 750px;
  text-align: center;
}
body .category-banner .description p {
  font-family: "StagSansRound";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
body .category-banner .description p:last-of-type {
  margin-bottom: 0;
}
body.category-22 .inner-banner:after,
body.category-22 .category-banner:after, body.category-23 .inner-banner:after,
body.category-23 .category-banner:after, body.category-24 .inner-banner:after,
body.category-24 .category-banner:after, body.category-25 .inner-banner:after,
body.category-25 .category-banner:after, body.category-26 .inner-banner:after,
body.category-26 .category-banner:after, body.category-27 .inner-banner:after,
body.category-27 .category-banner:after, body.category-49 .inner-banner:after,
body.category-49 .category-banner:after {
  content: "";
  display: block;
  position: absolute;
  width: 104px;
  height: 92px;
  background: url("images/MCF_logo.gif") no-repeat center;
  right: 50px;
  top: 50%;
  margin-top: -46px;
  z-index: 12;
}
body .category-content {
  padding: 70px 0 100px;
}
body .category-content .wrap {
  overflow: hidden;
}
body .categories-tiles {
  margin-left: -26px;
  margin-right: -26px;
}
body .categories-tiles:after {
  content: "";
  display: block;
  clear: both;
}
body .categories-tiles .category-item {
  width: 50%;
  float: left;
  padding: 0 26px;
  margin: 0 0 47px;
}
body .categories-tiles .category-item:nth-of-type(2n+1) {
  clear: left;
}
body .categories-tiles .category-item a {
  display: block;
  position: relative;
}
body .categories-tiles .category-item a:after {
  content: "";
  display: block;
  opacity: 0.15;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  background: #000;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body .categories-tiles .category-item a:hover:after {
  opacity: 0.3;
}
body .categories-tiles .category-item a img {
  max-width: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
body .categories-tiles .category-item a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Stag";
  font-size: 28px;
  font-weight: 500;
  z-index: 2;
}
body .posts-list {
  margin-left: -10px;
  margin-right: -10px;
}
body .posts-list:after {
  content: "";
  display: block;
  clear: both;
}
body .posts-list .post {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 80px;
}
body .posts-list .post.post-ads {
  padding-top: 26px;
}
body .posts-list .post.post-default .post-preview {
  max-height: unset !important;
}
body .posts-list .post.post-default .title {
  min-height: 0;
}
body .posts-list .post.post-default:nth-of-type(3n+1) {
  clear: left;
}
body .posts-list .post.post-image-right ~ .post-image-left, body .posts-list .post.post-image-left ~ .post-image-right {
  margin-bottom: 0;
}
body .posts-list .post.post-image-right, body .posts-list .post.post-image-left {
  width: 100%;
  clear: both;
}
body .posts-list .post.post-image-right .hold, body .posts-list .post.post-image-left .hold {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
body .posts-list .post.post-image-right:not(:first-of-type) .hold, body .posts-list .post.post-image-left:not(:first-of-type) .hold {
  background: #f7f5f6;
}
body .posts-list .post.post-image-right:not(:first-of-type) .hold:after, body .posts-list .post.post-image-left:not(:first-of-type) .hold:after {
  content: "";
  display: block;
  clear: both;
}
body .posts-list .post.post-image-right:not(:first-of-type) .hold .text > *, body .posts-list .post.post-image-left:not(:first-of-type) .hold .text > * {
  /*max-width: 578px;*/
}
body .posts-list .post.post-image-right:not(:first-of-type) .hold .title, body .posts-list .post.post-image-left:not(:first-of-type) .hold .title {
  margin-bottom: 20px;
}
body .posts-list .post.post-image-right:first-of-type, body .posts-list .post.post-image-left:first-of-type {
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 100px;*/
  float: none;
  /*min-height: calc(100vh - 62px);*/
  /*max-height: 1200px; */
  padding: 8vw 3rem;
  position: relative;
}
body .posts-list .post.post-image-right:first-of-type .hold, body .posts-list .post.post-image-left:first-of-type .hold {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  /*position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);*/
}
body .posts-list .post.post-image-right:first-of-type .text, body .posts-list .post.post-image-left:first-of-type .text {
  padding-left: 80px;
  padding-top: 30px;
}
body .posts-list .post.post-image-right:first-of-type .text .post-preview, body .posts-list .post.post-image-left:first-of-type .text .post-preview {
  margin-bottom: 25px;
}
body .posts-list .post.post-image-right:after, body .posts-list .post.post-image-left:after {
  content: "";
  display: block;
  clear: both;
}
body .posts-list .post.post-image-right .image,
body .posts-list .post.post-image-right .text, body .posts-list .post.post-image-left .image,
body .posts-list .post.post-image-left .text {
  float: left;
  width: 50%;
}
body .posts-list .post.post-image-right .image .thumb, body .posts-list .post.post-image-left .image .thumb {
  margin-bottom: 0;
}
body .posts-list .post.post-image-right .image .thumb img, body .posts-list .post.post-image-left .image .thumb img {
  max-width: none;
  width: 100%;
}
body .posts-list .post.post-image-right .text, body .posts-list .post.post-image-left .text {
  padding: 40px 5% 40px;
}
body .posts-list .post.post-image-right .categories, body .posts-list .post.post-image-left .categories {
  margin-bottom: 15px;
}
body .posts-list .post.post-image-right .title, body .posts-list .post.post-image-left .title {
  font-size: 38px;
  line-height: 46px;
  font-weight: 300;
  min-height: 0;
  font-family: "Stag";
}
body .posts-list .post.post-image-right .post-preview, body .posts-list .post.post-image-left .post-preview {
  max-height: 63px;
}
body .posts-list .post.post-image-right .post-preview p, body .posts-list .post.post-image-left .post-preview p {
  font-size: 12px;
  line-height: 21px;
}
body .posts-list .post.post-image-right .post-preview a, body .posts-list .post.post-image-left .post-preview a {
  color: #264a69;
}
body .posts-list .post .categories {
  min-height: 18px;
  margin-bottom: 8px;
  display: none;
}
body .posts-list .post .categories a {
  font-family: "StagSansRound";
  font-size: 16px;
  font-weight: 300;
  color: #264a69;
}
body .posts-list .post .thumb {
  margin-bottom: 30px;
  display: block;
}
body .posts-list .post .title {
  font-family: "Stag";
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #44c8f5;
  min-height: 60px;
  margin: 0 0 20px;
  display: block;
}
body .posts-list .post .post-preview {
  overflow: hidden;
  max-height: 90px;
}
body .posts-list .post .post-preview p {
  font-size: 16px;
  line-height: 25px;
}
body .posts-list .post .post-preview p:last-of-type {
  margin-bottom: 0;
}
body .posts-list .post .post-preview p a {
  color: #264a69;
}
body.home .posts-list .post {
  margin-bottom: 0;
}
body.home .posts-list .post.post-default:nth-of-type(3n+1) {
  clear: none;
}
body .inner-banner {
  position: relative;
}
body .inner-banner .wrap-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 12;
  align-items: center;
}
body .inner-banner img {
  max-width: none;
  width: 100%;
  height: auto;
}
body .inner-banner .category-title {
  text-align: center;
  color: #ffffff;
  font-family: "Stag";
  font-size: 27px;
  font-weight: 500;
  line-height: 40px;
  font-size: 2.5vw;
  line-height: 1.5;
}
body .page-content,
body .post-content {
  /*max-width: 694px;*/
  margin: 0 auto;
  padding: 76px 0;
}
body .page-content h1,
body .post-content h1 {
  text-align: left;
  color: #44c8f5;
  margin: 0 0 31px;
  font-size: 46px;
}
body .page-content .thumb,
body .post-content .thumb {
  margin: 0 0 41px;
}
body .page-content .thumb img,
body .post-content .thumb img {
  max-width: none;
  width: 100%;
}
body .page-content a,
body .post-content a {
  color: #264a69;
  text-decoration: underline;
}
body .page-content a:hover,
body .post-content a:hover {
  color: #44c8f5;
}
body .page-content ul li,
body .page-content ol li,
body .post-content ul li,
body .post-content ol li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
body .related-topics {
  border-top: 1px solid #979797;
  padding-top: 45px;
  margin-top: 59px;
}
body .related-topics .block-title {
  font-size: 19px;
  font-weight: 300;
  font-family: "Stag";
  color: #264a69;
  margin: 0 0 27px;
}
body .related-topics .posts-list .post {
  width: 50%;
}
body .related-topics .posts-list .post .title {
  min-height: 0;
}
body .related-topics .posts-list .post a {
  text-decoration: none;
}
body .related-topics .posts-list .post a.read-more {
  color: #fff;
}
body .related-topics .posts-list:nth-of-type(3n+2) {
  clear: none;
}
body .related-topics .posts-list:nth-of-type(2n+2) {
  clear: left;
}
body .search-content {
  padding: 76px 0;
}
body .search-content .searchform {
  margin-bottom: 30px;
}
body .search-content .searchform input[type=text] {
  border: none;
  border-bottom: 1px solid #264a69;
  padding: 4px 12px;
}
body .search-content .searchform input[type=submit] {
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  background: #44c8f5;
  color: #fff;
  padding: 5px 20px;
  font-family: "Stag";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  body .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  body #header .member-block {
    right: 30px;
  }
  body #header .member-block .menu a {
    font-size: 13px;
  }
  body #header #nav .menu a {
    font-size: 16px;
  }
  body #footer .footer-top .logo {
    left: 30px;
  }
  body .posts-list .post.post-image-right .hold,
body .posts-list .post.post-image-left .hold {
    margin-left: -30px;
    margin-right: -30px;
  }
  body .posts-list .post.post-image-right .post-preview p,
body .posts-list .post.post-image-left .post-preview p {
    font-size: 16px;
    line-height: 25px;
  }
  body.home .posts-list .post.post-default {
    padding: 0 1%;
  }
  body.home .posts-list .post.post-default .title {
    font-size: 24px;
    line-height: 1.4;
    /*min-height: 65px;*/
  }
  body.home .posts-list .post.post-default .post-preview {
    max-height: 90px;
  }
  body.home .posts-list .post.post-default .post-preview p {
    font-size: 16px;
    line-height: 25px;
  }
  body.home .posts-list .post.post-image-left {
    /*margin-bottom: 100px;*/
  }
  body.home .posts-list .post.post-image-right {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  body .posts-list .post.post-image-right .post-preview,
body .posts-list .post.post-image-left .post-preview {
    max-height: unset;
  }
}
@media (min-width: 1440px) {
  body.home .posts-list .post.post-default .categories a {
    font-size: 18px;
    line-height: 1.25;
  }
  body.home .posts-list .post.post-default .title {
    font-size: 28px;
  }
  body.home .posts-list .post.post-default .post-preview p {
    font-size: 18px;
    line-height: 1.6;
  }
  body .posts-list .post.post-image-left .hold .categories,
body .posts-list .post.post-image-right .hold .categories {
    margin-bottom: 20px;
  }
  body .posts-list .post.post-image-left .hold .categories a,
body .posts-list .post.post-image-right .hold .categories a {
    font-size: 18px !important;
    line-height: 1.25;
  }
  body .posts-list .post.post-image-left .hold .title,
body .posts-list .post.post-image-right .hold .title {
    font-size: 40px;
    line-height: 1.25;
  }
  body .posts-list .post.post-image-left .hold .post-preview,
body .posts-list .post.post-image-right .hold .post-preview {
    margin-bottom: 40px;
  }
  body .posts-list .post.post-image-left .hold .post-preview p,
body .posts-list .post.post-image-right .hold .post-preview p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media (min-width: 769px) and (max-width: 1150px) {
  body .posts-list .post.post-image-left:not(:first-of-type) .hold .title,
body .posts-list .post.post-image-right:not(:first-of-type) .hold .title {
    font-size: 2.5vw;
    line-height: 1.4;
  }
  body .posts-list .post.post-image-left:not(:first-of-type) .hold .post-preview,
body .posts-list .post.post-image-right:not(:first-of-type) .hold .post-preview {
    max-height: 100px;
  }
  body .posts-list .post.post-image-left:not(:first-of-type) .hold .post-preview p,
body .posts-list .post.post-image-right:not(:first-of-type) .hold .post-preview p {
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  body #footer .footer-top .socials {
    width: 30%;
    margin-left: 20%;
  }
  body #footer .footer-top #footer-nav {
    width: 50%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body #header.fixed #nav .menu > li > a {
    font-size: 11px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar #header.fixed {
    top: calc(-62px + 45px);
  }
  body.admin-bar #header.fixed.show {
    top: 45px;
  }
}
@media (min-width: 789px) and (max-width: 1200px) {
  body .posts-list .post.post-image-left:first-of-type .hold .text .title {
    font-size: 2.5vw;
  }
}
@media (min-width: 768px) {
  body.home .posts-list .post.post-image-right {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  body .posts-list .post.post-image-right .hold, body .posts-list .post.post-image-left .hold {
    display: block;
  }
  body .posts-list .post.post-image-right .image,
body .posts-list .post.post-image-right .text, body .posts-list .post.post-image-left .image,
body .posts-list .post.post-image-left .text {
    float: none;
    width: 100%;
  }
  body .posts-list .post.post-image-left:first-of-type {
    margin: 50px 0;
    min-height: unset;
    max-height: unset;
  }
  body .posts-list .post.post-image-left:first-of-type .hold {
    position: relative;
    top: unset;
    transform: none;
  }
  body .posts-list .post.post-image-left:first-of-type .hold .image {
    padding-left: 25px;
    padding-right: 25px;
  }
  body .posts-list .post.post-image-left:first-of-type .hold .text {
    padding: 10px 25px 20px;
  }
  body .posts-list .post.post-image-right .hold {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  body.admin-bar .close-btn {
    top: 69px;
  }
  body main {
    min-height: calc(100vh - 259px - 75px);
    padding-top: 75px;
  }
  body .top-bar .searchform {
    display: none;
  }
  body #header {
    padding: 10px 0 0px;
  }
  body #header.fixed .logo {
    top: 12px;
  }
  body #header.fixed #menu-toggle {
    top: 16px;
  }
  body #header .logo {
    margin-left: 0;
    width: 66px;
    height: 55px;
  }
  body #header #nav {
    display: none;
    position: fixed;
    z-index: 1000;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  body #header #nav .close-btn {
    display: block;
  }
  body #header #nav .menu {
    display: block;
  }
  body #header #nav .menu > li {
    display: block;
  }
  body #header #nav .menu .sub-menu {
    display: none !important;
  }
  body #header .member-block {
    right: 75px;
    top: 16px;
  }
  body #menu-toggle {
    display: block;
  }
  body #footer .footer-bottom {
    text-align: center;
  }
  body .posts-list .post {
    width: 50%;
    margin-bottom: 50px;
  }
  body .posts-list .post.post-default:nth-of-type(3n+1) {
    clear: none;
  }
  body .posts-list .post.post-default:nth-of-type(2n+1) {
    clear: left;
  }
  body .posts-list .post.post-image-right .title, body .posts-list .post.post-image-left .title {
    font-size: 24px;
    line-height: 28px;
  }
  body .posts-list .post.post-image-left:first-of-type {
    padding: 0 10px 0;
  }
  body .posts-list .post.post-image-left:first-of-type .hold .image {
    padding-left: 0;
    padding-right: 10px;
  }
  body .posts-list .post.post-image-left:first-of-type .hold .text {
    padding-right: 0;
    padding-left: 10px;
  }
  body.home .posts-list .post.post-default {
    margin-bottom: 40px;
  }
  body .category-banner h1,
body .main-banner h1 {
    font-size: 27px;
  }
  body .inner-banner .category-title {
    font-size: 27px;
  }
  body .category-content,
body .page-content,
body .post-content,
body .search-content {
    padding: 48px 0;
  }
  body .category-banner .description p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
  }
  body .categories-tiles {
    margin-left: -15px;
    margin-right: -15px;
  }
  body .categories-tiles .category-item {
    padding: 0 15px;
    margin: 0 0 30px;
  }
  body .categories-tiles .category-item a span {
    font-size: 18px;
    padding: 0 10px;
    width: calc(100% - 20px);
  }
  body .main-posts .posts-list .post.post-default:nth-of-type(3) {
    clear: none;
  }
  body .main-posts .posts-list .post.post-ads {
    width: 100%;
    padding-top: 0;
  }
  body .main-posts .posts-list .post.post-ads img {
    margin: 0 auto;
  }
  body .posts-list .post.post-image-left .text, body .posts-list .post.post-image-right .text {
    padding: 10px 15px 34px 15px;
  }
  body #footer .footer-top {
    padding-top: 70px;
  }
  body #footer .footer-top:before {
    height: 300px;
  }
  body #footer .footer-top .logo {
    width: 90px;
  }
  body #footer .footer-top .socials {
    width: 100%;
    margin-left: 0;
    text-align: right;
    float: none;
  }
  body #footer .footer-top #footer-nav {
    width: 100%;
    float: none;
    padding-top: 50px;
  }
  body #footer .footer-top #footer-nav .menu {
    column-count: 2;
    text-align: center;
  }
  body .inner-banner:after,
body .category-banner:after {
    right: 15px !important;
    margin-top: -31px !important;
    width: 70px !important;
    height: 62px !important;
    background-size: 72px !important;
  }
  body .hide-desktop {
    display: block;
  }
  body .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  body #wpadminbar {
    position: fixed !important;
  }
}
@media (max-width: 579px) {
  body .posts-list .post.post-image-right .hold, body .posts-list .post.post-image-left .hold {
    display: block;
  }
  body .posts-list .post.post-image-right .image,
body .posts-list .post.post-image-right .text, body .posts-list .post.post-image-left .image,
body .posts-list .post.post-image-left .text {
    float: none;
    width: 100%;
  }
  body .posts-list .post.post-image-right .hold {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 479px) {
  body #header .member-block .searchform {
    display: none;
  }
  body .inner-banner .category-title,
body .category-banner h1,
body .main-banner h1 {
    font-size: 20px;
    line-height: 32px;
    max-width: none;
  }
  body .main-banner {
    height: calc(100vh - 75px - 42px);
    overflow: hidden;
  }
  body .main-banner img {
    width: auto;
    height: 100%;
    margin-left: -40%;
  }
  body .main-banner h1 {
    font-size: 24px;
    line-height: 40px;
  }
  body .main-banner.have-mobile img {
    display: none;
  }
  body .page-content h1,
body .post-content h1 {
    font-size: 28px;
  }
  body .posts-list {
    margin-left: 0;
    margin-right: 0;
  }
  body .posts-list .post {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  body .posts-list .post.post-image-right, body .posts-list .post.post-image-left {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  body .posts-list .post.post-image-right .post-preview, body .posts-list .post.post-image-left .post-preview {
    max-height: 100px;
  }
  body .posts-list .post.post-image-right .post-preview p, body .posts-list .post.post-image-left .post-preview p {
    font-size: 16px;
    line-height: 25px;
  }
  body .posts-list .post.post-image-right .hold, body .posts-list .post.post-image-left .hold {
    padding-top: 25px;
  }
  body .posts-list .post.post-image-right .image, body .posts-list .post.post-image-right .text, body .posts-list .post.post-image-left .image, body .posts-list .post.post-image-left .text {
    float: none;
    width: 100%;
  }
  body .posts-list .post.post-image-right .image, body .posts-list .post.post-image-left .image {
    padding-left: 25px;
    padding-right: 25px;
  }
  body .posts-list .post.post-image-right .text, body .posts-list .post.post-image-left .text {
    padding: 20px 25px 20px;
  }
  body .posts-list .post.post-image-left:first-of-type {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
  }
  body .posts-list .post.post-image-left:first-of-type .hold {
    flex-direction: column;
  }
  body .posts-list .post.post-image-left:first-of-type .hold .image {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .posts-list .post.post-image-left:first-of-type .hold .text {
    padding: 10px 20px 20px;
  }
  body .related-topics .posts-list .post {
    width: 100%;
    float: none;
  }
  body .category-banner .description {
    display: none;
  }
  body .category-banner:not(.with-text) {
    background: none !important;
  }
  body .category-banner.with-text {
    max-height: none;
  }
  body .category-banner.with-text img {
    display: none;
  }
  body .category-banner.with-text .wrap-holder {
    padding: 20px 0;
    position: relative;
  }
  body .category-banner.with-text .description {
    display: block;
  }
  body .categories-tiles .category-item {
    width: 100%;
    float: none;
  }
  body .inner-banner:after,
body .category-banner:after {
    right: 15px !important;
    width: 38px !important;
    height: 35px !important;
    background-size: 40px !important;
  }
  body .category-banner:after {
    top: 15px !important;
    margin-top: 0 !important;
  }
  body .inner-banner:after {
    margin-top: -17.5px !important;
  }
  body #footer .footer-top {
    padding-top: 30px;
  }
  body #footer .footer-top:before {
    height: 273px;
  }
  body #footer .footer-top #footer-nav .menu {
    max-width: 300px;
    margin: 0 auto;
    padding-right: 12%;
  }
  body #footer .footer-top #footer-nav .menu li {
    text-align: right;
  }
}

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