@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

@font-face {
  font-family: "MortModern";
  src: url("/wp-content/themes/neffknows/fonts/mortmodern.eot");
  /* IE9 Compat Modes */
  src: url("/wp-content/themes/neffknows/fonts/mortmodern.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/neffknows/fonts/mortmodern.woff") format("woff"), url("/wp-content/themes/neffknows/fonts/mortmodern.ttf") format("truetype");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
body {
  position: relative;
  font-size: 14px;
  line-height: 1.42857143;
}

p {
  margin: 14px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

article h3.wp-block-heading {
  margin: 0px;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 20px;
  color: #08405C;
}

article p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

ul.orange {
  list-style: none;
  margin: 14px 0;
  padding-left: 40px;
}

ul.orange li {
  color: #95989A;
  font-size: 14px;
  line-height: 1.42857143;
}

ul.orange li::before {
  content: "•";
  font-weight: bold;
  font-size: 20px;
  line-height: 1.42857143;
  display: inline-block;
  width: 0.7em;
  margin-left: -1em;
  color: #EA3721;
}

.large-heading-left {
  text-align: left;
  font-family: "Montserrat";
  letter-spacing: 1px;
  font-size: 40px;
  color: #08405C;
  max-width: 1400px;
  margin: auto auto 50px auto;
  padding-left: 125px;
  padding-right: 125px;
}

@media (max-width: 767px) {
  .large-heading-left {
    font-size: 17px;
    margin: auto auto 30px auto;
  }
}
.large-heading-center {
  text-align: center;
  font-family: "Montserrat";
  letter-spacing: 1px;
  font-size: 40px;
  color: #08405C;
  max-width: 1400px;
  margin: auto auto 50px auto;
  padding-left: 125px;
  padding-right: 125px;
}

@media (max-width: 767px) {
  .large-heading-center {
    font-size: 17px;
    margin: auto auto 30px auto;
    padding: 0 15px;
  }
}
.small-heading-center {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  color: #08405C;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .small-heading-center {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.show-on-tablet {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .show-on-tablet {
    display: block !important;
  }
}
.show-on-mobile {
  display: none !important;
}

@media (min-width: 1px) and (max-width: 767px) {
  .show-on-mobile {
    display: block !important;
  }
}
div#overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  z-index: 110;
  border: 12px solid #08405C;
  border-right: none;
}

div#overlay.open {
  display: block;
  opacity: 1;
}

nav#main {
  max-width: 550px;
  position: fixed;
  top: 0;
  width: 550px;
  height: 100%;
  right: -550px;
  background-color: #EA3721;
  color: white;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  padding: 30px;
  z-index: 120;
}

nav#main.open {
  right: 0px;
}

nav#main .menu-top {
  display: grid;
  grid-template-columns: 1fr 50px;
  align-items: center;
  justify-items: end;
  grid-gap: 20px;
}
nav#main .menu-top a.btn {
  display: inline-block;
  background-color: #EA3721;
  color: white;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.5;
  width: 200px;
  height: 42px;
  border: 1px solid;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  border: 1px solid white;
  text-decoration: none;
}
nav#main .menu-top a.btn:hover {
  background-color: white;
  color: #EA3721;
}
nav#main .menu-top button.menu-toggle {
  display: inline-block;
  position: relative;
  background-color: #EA3721;
  color: white;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  cursor: pointer;
  border: 1px solid white;
}
nav#main .menu-top button.menu-toggle > span {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  display: block;
  position: absolute;
  height: 1px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  background-color: white;
  color: white;
  cursor: pointer;
}
nav#main .menu-top button.menu-toggle > span:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
nav#main .menu-top button.menu-toggle > span:nth-child(2) {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
nav#main .menu-top button.menu-toggle:hover {
  background-color: white;
  color: #EA3721;
}
nav#main .menu-top button.menu-toggle:hover > span {
  color: #EA3721;
  background-color: #EA3721;
}
nav#main .menu-container {
  position: absolute;
  top: 30%;
  left: 100px;
  width: 300px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
nav#main .menu-container ul.menu {
  list-style-type: none;
  padding: 0;
  color: white;
  letter-spacing: 2px;
  position: relative;
  position: relative;
  font-size: 38px;
  font-family: "Montserrat-Bold";
  font-weight: 300;
  font-style: normal;
  margin-bottom: 12px;
  overflow: hidden;
}
nav#main .menu-container ul.menu > li::before {
  content: "";
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  margin-right: 20px;
  position: relative;
  top: -14px;
  width: 0px;
  height: 1px;
  background-color: white;
}
nav#main .menu-container ul.menu > li:hover::before {
  width: 40px;
}
nav#main .menu-container ul#menu-main-menu li {
  position: relative;
  left: -20px;
  font-size: 38px;
  font-family: "Montserrat-Bold";
  font-weight: 300;
  font-style: normal;
  margin-bottom: 12px;
  overflow: hidden;
}
nav#main .menu-container ul#menu-small-main-menu li {
  position: relative;
  left: -20px;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  font-weight: 300;
  font-style: normal;
  margin-bottom: 12px;
  overflow: hidden;
}
nav#main .menu-container ul#menu-small-main-menu li::before {
  top: -8px;
}
nav#main .menu-container ul.menu a {
  font-weight: bold;
  color: white;
  text-decoration: none !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
nav#main .menu-container .phone {
  font-family: "MortModern";
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  nav#main {
    max-width: 100%;
    width: 100%;
    right: -100%;
  }
  nav#main .menu-container {
    top: 100px;
    left: 30px;
    width: 300px;
  }
  nav#main .menu-container ul#menu-main-menu li {
    font-size: 28px;
  }
  nav#main .menu-container ul#menu-small-main-menu li {
    font-size: 18px;
  }
}
header {
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr 250px 80px;
  place-items: center;
  grid-gap: 20px;
}
header a.logo {
  justify-self: start;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
header a.logo:hover {
  opacity: 0.8;
}
header a.logo img.logo {
  display: none;
  width: 122px;
  height: 47px;
  margin: 30px;
}
header a.logo img.alt-logo {
  width: 50px;
  height: 50px;
  margin: 30px;
}
header a.btn {
  justify-self: end;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.5;
  cursor: pointer;
  text-decoration: none !important;
  color: #002D56;
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  height: 42px;
  width: 200px;
  border: 1px solid #002D56;
}
header a.btn:hover {
  color: white;
  border-color: #EA3721;
  background-color: #EA3721;
}
header button.menu-toggle {
  justify-self: end;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #08405C;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  margin: 30px 30px 30px 0;
}
header button.menu-toggle:hover {
  background-color: #EA3721 !important;
  border: #EA3721 !important;
}
header button.menu-toggle > span {
  display: block;
  position: absolute;
  width: 14px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  background-color: #08405C;
  cursor: pointer;
}
header button.menu-toggle:hover > span {
  background-color: #fff;
}
header button.menu-toggle span:nth-child(1) {
  top: 40%;
}
header button.menu-toggle span:nth-child(2) {
  bottom: 40%;
}
header button.menu-toggle:hover span:nth-child(1) {
  top: 32%;
}
header button.menu-toggle:hover span:nth-child(2) {
  bottom: 32%;
}

@media (max-width: 767px) {
  header {
    grid-template-columns: 1fr 80px;
  }
  header a.btn {
    display: none;
  }
}
footer {
  padding-top: 350px;
}
footer div.top {
  background: url("/wp-content/themes/neffknows/images/footer-bg.jpg");
  position: relative;
}
footer div.top div.get-in-touch {
  margin: -125px auto 0;
  width: 92%;
  max-width: 1200px;
  height: 250px;
  background-color: #F4F4F4;
  text-align: center;
  padding: 50px 10px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
footer div.top div.get-in-touch .heading {
  font-weight: 300;
  font-size: 40px;
  text-align: center;
  color: #08405C;
}
footer div.top div.get-in-touch a.btn {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.5;
  color: #002D56;
  background-color: transparent;
  border-color: #08405C;
  text-decoration: none !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 230px;
  margin: auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  height: 42px;
  border: 1px solid;
}
footer div.top div.get-in-touch a.btn:hover {
  color: #fff;
  border-color: #EA3721;
  background-color: #EA3721;
}
footer div.top div.newsletter {
  padding: 200px 125px 100px 125px;
  text-align: center;
  color: #fff;
  max-width: 1400px;
  margin: auto;
}
footer div.top div.newsletter .newsletter-heading {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}
footer div.top div.newsletter .form-container {
  max-width: 880px;
  margin: auto;
  padding-bottom: 50px;
  width: 91.6666666667%;
  position: relative;
}
footer div.top div.newsletter .form-container .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
footer div.top div.newsletter .form-container .gform_fields .gfield_label {
  display: none;
}
footer div.top div.newsletter .form-container form {
  position: relative;
  padding-right: 185px;
  margin-top: 45px;
  overflow: hidden;
  color: #95989A;
  border-color: #95989A;
  letter-spacing: 1px;
}
footer div.top div.newsletter .form-container input {
  margin-left: 2%;
  margin-bottom: 20px;
  outline: none;
  border-radius: 0;
}
footer div.top div.newsletter .form-container input[type=text]:focus,
footer div.top div.newsletter .form-container input[type=email]:focus {
  border-bottom: 1px solid #EA3721;
}
footer div.top div.newsletter .form-container input::-moz-placeholder {
  color: white;
}
footer div.top div.newsletter .form-container input::placeholder {
  color: white;
}
footer div.top div.newsletter .form-container input[type=text],
footer div.top div.newsletter .form-container input[type=email] {
  top: 5px;
  width: 100%;
  color: white;
  position: relative;
  margin-right: 4%;
  background: none;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid white;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 35px;
}
footer div.top div.newsletter .form-container input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 175px;
  height: 42px;
  color: white;
  opacity: 1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  font-family: "Montserrat";
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.5;
  float: none;
  -webkit-appearance: button;
  cursor: pointer;
  border: 1px solid white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  outline: none;
  background: none;
}
footer div.top div.newsletter .form-container input[type=submit]:hover {
  background: #EA3721;
  border-color: #EA3721;
}
footer div.top div.newsletter .social a div.facebook {
  background-image: url("/wp-content/themes/neffknows/images/social/facebook.png");
}
footer div.top div.newsletter .social a div.instagram {
  background-image: url("/wp-content/themes/neffknows/images/social/instagram.png");
}
footer div.top div.newsletter .social a div.twitter {
  background-image: url("/wp-content/themes/neffknows/images/social/twitter.png");
}
footer div.top div.newsletter .social a div.linkedin {
  background-image: url("/wp-content/themes/neffknows/images/social/linkedin.png");
}
footer div.top div.newsletter .social a div.youtube {
  background-image: url("/wp-content/themes/neffknows/images/social/youtube.png");
}
footer div.top div.newsletter .social a div.behance {
  background-image: url("/wp-content/themes/neffknows/images/social/behance.png");
}
footer div.top div.newsletter .social a div.vimeo {
  background-image: url("/wp-content/themes/neffknows/images/social/vimeo.png");
}
footer div.top div.newsletter .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  opacity: 1;
  margin: 15px;
}
footer div.top div.newsletter .social a div {
  padding: 15px;
  background-size: 100% auto;
  position: relative;
  top: 0px;
  height: 60px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
footer div.top div.newsletter .social a:hover div {
  padding: 15px;
  top: -30px;
}
footer div.bottom {
  background: #0E3449;
  padding-top: 40px;
}
footer div.bottom .links {
  max-width: 560px;
  margin: 0 auto;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
footer div.bottom .links > .menu {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #949899;
}
footer div.bottom .links .contact-links {
  display: inline-block;
  vertical-align: top;
  min-width: 170px;
  margin-left: 40px;
}
footer div.bottom .links .menu-heading,
footer div.bottom .links .contact-links-heading {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
}
footer div.bottom .links > .menu .menu-footer-menu-container {
  float: left;
  padding-right: 15px;
  min-width: 170px;
  text-align: left;
}
footer div.bottom .links ul#menu-footer-menu,
footer div.bottom .links ul#menu-footer-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 15px 40px;
}
footer div.bottom .links ul#menu-footer-contact {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
footer div.bottom .links > .menu .contact-links {
  text-align: left;
}
footer div.bottom .links ul li {
  list-style-type: none;
  font-family: "Montserrat-Bold";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  min-width: 120px;
}
footer div.bottom .links ul li a {
  text-decoration: none;
  color: #949899;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
footer div.bottom .links ul li::before {
  content: "";
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  position: relative;
  top: -6px;
  width: 0px;
  height: 1px;
  background-color: #949899;
}
footer div.bottom .links ul li:hover::before {
  width: 15px;
  margin-right: 10px;
  background-color: white;
}
footer div.copyright {
  background: #0E3449;
  color: #949899;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.4;
  padding: 20px;
}
footer div.copyright a {
  padding: 5px 10px;
  display: inline-block;
  color: #949899;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  text-decoration: none;
}
footer div.copyright a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  footer div.top div.newsletter .form-container form {
    padding-right: 0px;
    padding-bottom: 50px;
    margin-top: 0px;
  }
  footer div.top div.newsletter .form-container form input[type=submit] {
    float: none;
    display: block;
    top: inherit;
    left: 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 200px;
  }
  footer div.top div.newsletter {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 200px 0 80px;
  }
  footer div.top div.newsletter .form-container .gform_fields {
    display: block;
  }
}
@media (max-width: 600px) {
  footer div.top div.get-in-touch .heading {
    font-size: 28px;
  }
  footer div.bottom .links {
    grid-template-columns: 1fr;
  }
  footer div.bottom .links > .menu {
    border-right: none;
    padding-bottom: 30px;
  }
  footer div.bottom .links .contact-links {
    margin-left: 0;
  }
}
body.home header {
  grid-template-columns: 1fr 80px;
}
body.home header a.logo img.logo {
  display: block;
}
body.home header a.logo img.alt-logo {
  display: none;
}
body.home header a.btn {
  display: none;
}
body.home header button.menu-toggle {
  border: 1px solid white;
}
body.home header button.menu-toggle > span {
  background-color: white;
}
body.home header.scrolled {
  grid-template-columns: 1fr 250px 80px;
}
body.home header.scrolled a.logo img.logo {
  display: none;
}
body.home header.scrolled a.logo img.alt-logo {
  display: block;
}
body.home header.scrolled a.btn {
  display: block;
}
body.home header.scrolled a.btn:hover {
  color: white;
  border-color: #EA3721;
  background-color: #EA3721;
}
body.home header.scrolled button.menu-toggle {
  border-color: #08405C;
  color: #08405C;
}
body.home header.scrolled button.menu-toggle > span {
  background-color: #08405C;
}
body.home header.scrolled button.menu-toggle:hover > span {
  background-color: #fff;
}

@media (max-width: 767px) {
  body.home header.scrolled {
    grid-template-columns: 1fr 80px;
  }
  body.home header.scrolled a.btn {
    display: none;
  }
}
body.single-post,
body.single-newatneff {
  background: #fff;
}
body.single-post header a.logo img.alt-logo,
body.single-newatneff header a.logo img.alt-logo {
  display: block;
}
body.single-post .post-container,
body.single-newatneff .post-container {
  padding: 30px 0;
  max-width: 1150px;
  margin: auto;
}
body.single-post .featured-img,
body.single-newatneff .featured-img {
  height: 600px;
  margin-top: 200px;
  background-size: cover;
  background-position: center;
}
body.single-post .main-content,
body.single-newatneff .main-content {
  padding-top: 90px;
  padding-left: 16.6666666667%;
  padding-right: 16.6666666667%;
}
body.single-post .date-author-container,
body.single-newatneff .date-author-container {
  color: #95989A;
  letter-spacing: 2px;
  font-size: 15px;
}
body.single-post .date-author-container div,
body.single-newatneff .date-author-container div {
  display: inline-block;
}
body.single-post .date-author-container .date,
body.single-newatneff .date-author-container .date {
  text-transform: uppercase;
}
body.single-post .date-author-container .divider,
body.single-newatneff .date-author-container .divider {
  position: relative;
  width: 2px;
  height: 15px;
  top: 2px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #95989A;
}
body.single-post .main-content .header,
body.single-newatneff .main-content .header {
  margin-top: 20px;
  text-align: left;
  width: 90%;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 38px;
  color: #08405C;
  letter-spacing: 1px;
  line-height: 1.42857143;
}
body.single-post .main-content .main-text,
body.single-newatneff .main-content .main-text {
  margin-top: 50px;
}
body.single-post .main-content .main-text p,
body.single-newatneff .main-content .main-text p {
  color: #707070;
  line-height: 1.8;
  font-size: 14px;
  margin: 14px 0;
  font-weight: 100;
}
body.single-post .main-content .main-text a,
body.single-newatneff .main-content .main-text a {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold;
  font-style: normal;
  color: #08405C;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
body.single-post .main-content .main-text a:hover,
body.single-newatneff .main-content .main-text a:hover {
  color: grey;
}
body.single-post .main-content .main-text h2,
body.single-newatneff .main-content .main-text h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}
body.single-post .main-content .main-text h4,
body.single-newatneff .main-content .main-text h4 {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #333;
  margin: 1.33em 0;
}
body.single-post .main-content .main-text ul,
body.single-post .main-content .main-text ol,
body.single-newatneff .main-content .main-text ul,
body.single-newatneff .main-content .main-text ol {
  margin: 14px 0;
  padding-left: 40px;
}
body.single-post .main-content .main-text li,
body.single-post .main-content .main-text li,
body.single-newatneff .main-content .main-text li,
body.single-newatneff .main-content .main-text li {
  font-weight: 100;
  color: #333;
}
body.single-post .main-text iframe,
body.single-newatneff .main-text iframe {
  width: 100%;
  min-height: 440px;
  padding: 10px 0px;
}
body.single-post section.more-articles,
body.single-newatneff section.more-articles {
  max-width: 1400px;
  padding-left: 125px;
  padding-right: 125px;
  margin: auto;
}
body.single-post section.more-articles .header,
body.single-newatneff section.more-articles .header {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 40px;
  color: #08405C;
  text-align: center;
  margin-bottom: 50px;
}
body.single-post .more-posts,
body.single-newatneff .more-posts {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
body.single-post .more-posts .tile .inner-wrapper a,
body.single-newatneff .more-posts .tile .inner-wrapper a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
body.single-post .more-posts .tile .inner-wrapper .image,
body.single-newatneff .more-posts .tile .inner-wrapper .image {
  background-size: cover;
  background-position: center;
  height: 200px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
body.single-post .more-posts .tile .inner-wrapper a:hover .image,
body.single-newatneff .more-posts .tile .inner-wrapper a:hover .image {
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  -ms-transform: scale(0.97);
}
body.single-post .more-posts .tile .text,
body.single-newatneff .more-posts .tile .text {
  margin-top: 10px;
  margin-left: 2%;
  overflow: hidden;
  min-height: 60px;
}
body.single-post .more-posts .tile .date,
body.single-newatneff .more-posts .tile .date {
  color: #414042;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 5px;
}
body.single-post .more-posts .tile .title,
body.single-newatneff .more-posts .tile .title {
  max-width: 80%;
  font-size: 14px;
  color: #414042;
}
body.single-post .back-to-blog,
body.single-newatneff .back-to-blog {
  text-align: center;
  padding-top: 50px;
}
body.single-post .back-to-blog a,
body.single-newatneff .back-to-blog a {
  text-decoration: none;
  color: #08405C;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
}
body.single-post .arrow,
body.single-newatneff .arrow {
  position: relative;
  top: 0px;
  left: -5px;
  width: 16px;
  height: 16px;
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  background-image: url("/wp-content/themes/neffknows/images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
body.single-post .back-to-blog a:hover .arrow,
body.single-newatneff .back-to-blog a:hover .arrow {
  left: -10px;
}

body.single-newatneff .post-container {
  max-width: 1400px;
  padding-left: 125px;
  padding-right: 125px;
  margin: auto;
}

@media (max-width: 991px) {
  body.single-post .more-posts .tile .inner-wrapper .image {
    height: 150px;
  }
  body.single-newatneff .post-container {
    padding-left: 80px;
    padding-right: 80px;
    position: inherit;
  }
  body.single-newatneff .main-content {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  body.single-newatneff .main-content .header {
    font-size: 35px;
    width: 100%;
  }
  body.single-newatneff .featured-img {
    height: 340px;
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  body.single-post .main-content,
  body.single-newatneff .main-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  body.single-post .main-content .main-text p,
  body.single-newatneff .main-content .main-text p {
    font-size: 1rem;
  }
  body.single-post section.post-container,
  body.single-newatneff section.post-container {
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
  }
  body.single-post section.post-container .featured-img,
  body.single-newatneff section.post-container .featured-img {
    margin-top: 100px;
    height: 160px;
  }
  body.single-post section.post-container .date-author-container,
  body.single-newatneff section.post-container .date-author-container {
    font-size: 14px;
    letter-spacing: 0px;
  }
  body.single-post section.post-container .header,
  body.single-newatneff section.post-container .header {
    font-size: 17px;
  }
  body.single-post .main-text iframe,
  body.single-newatneff .main-text iframe {
    width: 100%;
    height: auto;
    min-height: 160px;
    padding: 5px 0px;
  }
  body.single-post section.more-articles,
  body.single-newatneff section.more-articles {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  body.single-post section.more-articles .header,
  body.single-newatneff section.more-articles .header {
    font-size: 17px;
  }
  body.single-post .more-posts,
  body.single-newatneff .more-posts {
    max-width: 100%;
    margin: auto;
    grid-template-columns: repeat(1, 1fr);
  }
  body.single-post .more-posts .tile .date,
  body.single-newatneff .more-posts .tile .date {
    font-size: 0.85rem;
  }
  body.single-post .more-posts .tile .title,
  body.single-newatneff .more-posts .tile .title {
    font-size: 1rem;
  }
  body.single-newatneff .post-container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 320px;
  }
}
body.single-project section.project-hero {
  height: 768px;
  position: relative;
  overflow: hidden;
}
body.single-project section.project-hero .hero-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
body.single-project section.project-hero .hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.4);
}
body.single-project section.project-hero .hero-title {
  z-index: 30000;
  color: white;
  text-align: center;
  max-width: 1400px;
  padding-left: 125px;
  padding-right: 125px;
  margin: auto;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
body.single-project section.project-hero h1 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}
body.single-project section.project-hero h1 span {
  font-size: 30px;
  font-weight: 200;
  font-family: "Montserrat";
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.single-project section.project-hero h2 {
  color: white;
  font-family: "Montserrat";
  margin: 40px 0 0 0;
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
}
body.single-project section.project-hero .scroll-down-btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/neffknows/images/down-arrow.png");
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  opacity: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 99000;
}
body.single-project section.project-hero .scroll-down-btn:hover {
  opacity: 0.8;
  bottom: 10px;
}
body.single-project section.goal {
  max-width: 1400px;
  padding-left: 125px;
  padding-right: 125px;
  margin: auto;
}
body.single-project section.goal .project-description {
  position: relative;
  max-width: 1400px;
  padding-left: 125px;
  padding-right: 125px;
  margin: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
body.single-project section.goal .project-description p {
  font-size: 12px;
  line-height: 1.8;
  margin: 12px 0;
  color: #333;
}
body.single-project section.goal .project-description ul {
  font-size: 12px;
  margin: 20px 0 15px 12px;
  color: #95989A;
  margin-left: 15px;
  list-style-type: none;
  line-height: 1.8;
  padding-left: 40px;
}
body.single-project section.goal .project-description ul li {
  position: relative;
  line-height: 1.8;
}
body.single-project section.goal .project-description ul li::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 8px;
  display: inline-block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #EA3721;
}
body.single-project section.goal .project-description .view-website {
  background-image: url("/wp-content/themes/neffknows/images/arrow-right-coral.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 160px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat";
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  letter-spacing: 1px;
  margin-top: 50px;
}
body.single-project section.goal .project-description .view-website:hover {
  width: 170px;
}
body.single-project section.goal .project-description .view-website a {
  display: block;
  width: 150px;
  color: #08405C;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}
body.single-project section.goal .inner-container {
  position: relative;
  overflow: hidden;
  padding-right: 250px;
}
body.single-project section.goal .left {
  padding-right: 80px;
}
body.single-project section.goal .right {
  position: absolute;
  width: 250px;
  right: 0;
  top: 0;
}
body.single-project section.goal .right ul {
  font-size: 15px;
}
body.single-project section.goal h5 {
  margin-top: 30px;
  font-family: "Montserrat";
  font-size: 20px;
  color: #08405C;
  letter-spacing: 1px;
}
body.single-project section.project-content-section .full-screen-block {
  height: 790px;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.single-project section.project-content-section .text-block {
  padding: 100px 0px;
  line-height: 1.8;
  font-size: 14px;
}
body.single-project section.project-content-section .text-block ._container {
  max-width: 1124px;
  margin: 0px auto;
}
body.single-project section.project-content-section .text-block .inner {
  position: relative;
  width: 66.66667%;
  left: 16.66667%;
}
body.single-project section.project-content-section .text-block h2 {
  font-family: "Montserrat";
  font-size: 40px;
  color: #08405C;
  text-align: left;
  margin: 0px;
  letter-spacing: 1px;
  line-height: 1.8;
}
body.single-project section.project-content-section .text-block p {
  margin: 14px 0;
}
body.single-project section.project-content-section .video-block ._container {
  max-width: 1124px;
  margin: 0px auto;
}
body.single-project section.project-content-section .video-block .video-iframe-container iframe {
  display: block;
  height: 630px !important;
  width: 100%;
  padding: 10px 0px;
}
body.single-project section.project-content-section .video-block .video-iframe-container p {
  display: block;
  line-height: 1.8;
}
body.single-project section.project-content-section .image-block {
  padding: 10px 0px;
}
body.single-project section.project-content-section .image-block ._container {
  max-width: 1124px;
  margin: 0px auto;
}
body.single-project section.project-content-section .image-block img {
  width: 100%;
  vertical-align: middle;
}
body.single-project section.project-content-section .audio-block {
  padding: 10px 0px 80px;
  text-align: center;
}
body.single-project section.project-content-section .audio-block ._container {
  max-width: 1124px;
  margin: 0px auto;
}
body.single-project section.project-content-section .audio-block audio {
  width: 80%;
  margin: 0px auto;
  display: inline-block;
  vertical-align: baseline;
}
body.single-project section.project-content-section a {
  color: #08405C;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Montserrat";
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
body.single-project section.visit-website {
  max-width: 1150px;
  margin: 100px auto auto;
}
body.single-project section.visit-website h2 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #08405C;
  margin: 0px;
  letter-spacing: 1px;
}
body.single-project section.visit-website a.btn {
  display: block;
  height: 42px;
  margin: 40px auto;
  width: 320px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.5;
  cursor: pointer;
  text-decoration: none;
  color: #002D56;
  background-color: transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border: 1px solid #002D56;
}
body.single-project section.visit-website a.btn:hover {
  color: white;
  border-color: #EA3721;
  background-color: #EA3721;
}
body.single-project section.similiar-projects {
  max-width: 1400px;
  padding-left: 125px;
  padding-right: 125px;
  margin: auto;
}
body.single-project section.similiar-projects h2 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 40px;
  color: #08405C;
  margin-bottom: 50px;
}
body.single-project section.similiar-projects .more-posts {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
body.single-project section.similiar-projects .more-posts .tile .inner-wrapper a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
body.single-project section.similiar-projects .more-posts .tile .inner-wrapper .image {
  background-size: cover;
  background-position: center;
  height: 200px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
body.single-project section.similiar-projects .more-posts .tile .inner-wrapper a:hover .image {
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  -ms-transform: scale(0.97);
}
body.single-project section.similiar-projects .more-posts .tile .text {
  margin-top: 10px;
  margin-left: 2%;
  overflow: hidden;
  min-height: 60px;
}
body.single-project section.similiar-projects .more-posts .tile .date {
  color: #414042;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 5px;
}
body.single-project section.similiar-projects .more-posts .tile .title {
  max-width: 80%;
  font-size: 14px;
  color: #414042;
}
body.single-project .back-to-projects {
  text-align: center;
  padding-top: 50px;
}
body.single-project .back-to-projects a {
  text-decoration: none;
  color: #08405C;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
}
body.single-project .back-to-projects .arrow {
  position: relative;
  top: 0px;
  left: -5px;
  width: 16px;
  height: 16px;
  margin-left: 50%;
  margin-right: 50%;
  margin-top: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  background-image: url("/wp-content/themes/neffknows/images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}
body.single-project .back-to-projects a:hover .arrow {
  left: -10px;
}

@media (max-width: 1200px) {
  body.single-project section.project-content-section .image-block ._container {
    max-width: 900px;
  }
  body.single-project section.project-content-section .video-block ._container {
    max-width: 900px;
  }
  body.single-project section.project-content-section .audio-block ._container {
    max-width: 900px;
  }
}
@media (max-width: 1024px) {
  body.single-project section.project-hero h1 {
    font-size: 14px;
  }
  body.single-project section.goal h5 {
    font-size: 14px;
  }
  body.single-project section.goal .project-description p {
    font-size: 14px;
  }
  body.single-project section.goal .project-description ul {
    font-size: 14px;
  }
  body.single-project section.similiar-projects .more-posts .tile .title {
    min-height: 55px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  body.single-project section.project-hero .hero-title {
    padding-left: 80px;
    padding-right: 80px;
  }
  body.single-project section.project-hero h2 {
    font-size: 40px;
  }
  body.single-project section.goal {
    padding-left: 80px;
    padding-right: 80px;
  }
  body.single-project section.goal .project-description {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  body.single-project section.goal .inner-container {
    padding-right: 100px;
  }
  body.single-project section.goal .left {
    padding-right: 0;
  }
  body.single-project section.goal .right {
    position: relative;
    width: 100%;
  }
  body.single-project section.project-content-section .full-screen-block {
    height: 430px;
  }
  body.single-project section.project-content-section .text-block {
    padding: 80px 0px;
  }
  body.single-project section.project-content-section .text-block ._container {
    max-width: 600px;
  }
  body.single-project section.project-content-section .text-block h2 {
    font-size: 35px;
  }
  body.single-project section.project-content-section .image-block ._container {
    max-width: 600px;
  }
  body.single-project section.project-content-section .video-block ._container {
    max-width: 600px;
  }
  body.single-project section.project-content-section .video-block .video-iframe-container iframe {
    height: 430px !important;
    padding: 10px 0px;
  }
  body.single-project section.project-content-section .audio-block ._container {
    max-width: 600px;
  }
  body.single-project section.visit-website {
    padding-left: 80px;
    padding-right: 80px;
  }
  body.single-project section.similiar-projects {
    padding-left: 80px;
    padding-right: 80px;
  }
  body.single-project section.similiar-projects h2 {
    font-size: 35px;
  }
  body.single-project section.similiar-projects .more-posts .tile .inner-wrapper {
    min-height: 310px;
  }
  body.single-project section.similiar-projects .more-posts .tile .inner-wrapper .image {
    height: 150px;
  }
}
@media (max-width: 767px) {
  body.single-project {
    font-size: 18px;
  }
  body.single-project section.project-hero {
    height: 480px;
  }
  body.single-project section.project-hero .hero-title {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  body.single-project section.project-hero h1 span {
    font-size: 24px;
  }
  body.single-project section.project-hero h2 {
    font-size: 18px;
  }
  body.single-project section.goal {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  body.single-project section.goal .project-description {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  body.single-project section.goal .project-description ul li::before {
    top: 9px;
  }
  body.single-project section.goal .inner-container {
    padding-right: 0;
  }
  body.single-project section.project-content-section .full-screen-block {
    height: 180px;
    margin-top: 20px;
  }
  body.single-project section.project-content-section .text-block {
    padding: 50px 0px;
  }
  body.single-project section.project-content-section .text-block ._container {
    padding: 0 15px;
    max-width: 100%;
  }
  body.single-project section.project-content-section .text-block .inner {
    position: relative;
    width: unset;
    left: unset;
  }
  body.single-project section.project-content-section .text-block h2 {
    font-size: 17px;
  }
  body.single-project section.project-content-section .image-block {
    padding: 5px 0px;
  }
  body.single-project section.project-content-section .image-block ._container {
    max-width: 90%;
  }
  body.single-project section.project-content-section .video-block ._container {
    max-width: 100%;
    padding: 0 15px;
  }
  body.single-project section.project-content-section .video-block .video-iframe-container iframe {
    height: 330px !important;
  }
  body.single-project section.project-content-section .audio-block {
    padding: 15px 0px 50px;
  }
  body.single-project section.project-content-section .audio-block ._container {
    max-width: 100%;
    padding: 0 15px;
  }
  body.single-project section.visit-website {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 320px;
    padding-top: 50px;
  }
  body.single-project section.visit-website h2 {
    font-size: 24px;
  }
  body.single-project section.visit-website a.btn {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    line-height: 2.8;
    font-size: 11px;
  }
  body.single-project section.similiar-projects {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  body.single-project section.similiar-projects h2 {
    font-size: 1.35rem;
  }
  body.single-project section.similiar-projects .more-posts {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  body.single-project section.similiar-projects .more-posts .tile {
    margin-bottom: 30px;
    width: 100%;
  }
  body.single-project section.similiar-projects .more-posts .tile .inner-wrapper {
    min-height: 0px;
  }
  body.single-project section.similiar-projects .more-posts .tile .inner-wrapper .image {
    height: 150px;
  }
  body.single-project section.similiar-projects .more-posts .tile .title {
    max-width: 80%;
    width: 100%;
    font-size: 1rem;
  }
}
body.post-type-archive-newatneff section.newatneff_heading {
  max-width: 1400px;
  padding-left: 125px;
  padding-right: 125px;
}
body.post-type-archive-newatneff section.newatneff_heading .container {
  padding-top: 180px;
  max-width: 920px;
  width: 91.6666666667%;
  margin: auto;
}
body.post-type-archive-newatneff section.newatneff_heading .small-heading {
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  color: #08405C;
}
body.post-type-archive-newatneff section.newatneff_heading .heading {
  margin-top: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  color: #08405C;
}
body.post-type-archive-newatneff section.newatneff_culture {
  max-width: 1400px;
  margin: auto;
  padding-left: 125px;
  padding-right: 125px;
}
body.post-type-archive-newatneff section.newatneff_culture .container {
  margin-top: 70px;
}
body.post-type-archive-newatneff section.newatneff_culture .posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  padding-bottom: 40px;
}
body.post-type-archive-newatneff section.newatneff_culture .posts a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
body.post-type-archive-newatneff section.newatneff_culture .posts a .image {
  height: 300px;
  position: relative;
  background-size: cover;
  background-position: center;
}
body.post-type-archive-newatneff section.newatneff_culture .posts a .image .inner-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  background-size: cover;
  background-position: center;
}
body.post-type-archive-newatneff section.newatneff_culture .posts a:hover .image .inner-container {
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  -ms-transform: scale(0.97);
}
body.post-type-archive-newatneff section.newatneff_culture .posts .text {
  position: relative;
  margin-top: 10px;
  margin-left: 2%;
  overflow: hidden;
  min-height: 60px;
}
body.post-type-archive-newatneff section.newatneff_culture .posts .text .title {
  max-width: 80%;
  font-size: 14px;
  color: #414042;
  font-family: "Montserrat";
  float: left;
}
body.post-type-archive-newatneff section.newatneff_culture .posts .text .arrow {
  position: relative;
  float: left;
  top: 3px;
  width: 12px;
  height: 20px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-image: url("arrow-right-coral.png");
  background-position: center;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
body.post-type-archive-newatneff section.newatneff_culture .posts a:hover .text .arrow {
  opacity: 1;
  margin-left: 20px;
}
body.post-type-archive-newatneff section.newatneff_all_posts {
  max-width: 1400px;
  padding-left: 125px;
  padding-right: 125px;
  margin: auto;
}
body.post-type-archive-newatneff section.newatneff_all_posts .container {
  margin-top: 70px;
}
body.post-type-archive-newatneff section.newatneff_all_posts .posts-three-col {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
body.post-type-archive-newatneff section.newatneff_all_posts .posts-three-col .tile .inner-wrapper a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
body.post-type-archive-newatneff section.newatneff_all_posts .posts-three-col .tile .inner-wrapper .image {
  background-size: cover;
  background-position: center;
  height: 200px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
body.post-type-archive-newatneff section.newatneff_all_posts .posts-three-col .tile .inner-wrapper a:hover .image {
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -o-transform: scale(0.97);
  -ms-transform: scale(0.97);
}
body.post-type-archive-newatneff section.newatneff_all_posts .posts-three-col .tile .text {
  margin-top: 10px;
  margin-left: 2%;
  overflow: hidden;
  min-height: 60px;
}
body.post-type-archive-newatneff section.newatneff_all_posts .posts-three-col .tile .date {
  color: #414042;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 5px;
}
body.post-type-archive-newatneff section.newatneff_all_posts .posts-three-col .tile .title {
  max-width: 80%;
  font-size: 14px;
  color: #414042;
}
body.post-type-archive-newatneff section.newatneff_stay_connected {
  margin-top: 50px;
}
body.post-type-archive-newatneff section.newatneff_stay_connected .heading {
  font-family: "Montserrat";
  font-size: 40px;
  text-align: center;
  color: #08405C;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
body.post-type-archive-newatneff section.newatneff_stay_connected .social {
  padding: 0px;
  text-align: center;
}
body.post-type-archive-newatneff section.newatneff_stay_connected .social li {
  width: 60px;
  height: 60px;
  background-size: cover;
  overflow: hidden;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  background-repeat: no-repeat;
  background-position: center;
}
body.post-type-archive-newatneff section.newatneff_stay_connected .social a {
  display: block;
  height: 100%;
}
body.post-type-archive-newatneff section.newatneff_stay_connected .social a > div {
  background-size: cover;
  position: relative;
  top: 0px;
  height: 120px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  background-size: cover;
}
body.post-type-archive-newatneff section.newatneff_stay_connected .social li:hover div {
  top: -60px;
}
body.post-type-archive-newatneff section.newatneff_stay_connected .social div.facebook {
  background-image: url("/wp-content/themes/neffknows/images/facebook.png");
}
body.post-type-archive-newatneff section.newatneff_stay_connected .social div.instagram {
  background-image: url("/wp-content/themes/neffknows/images/instagram.png");
}
body.post-type-archive-newatneff section.newatneff_stay_connected .social div.twitter {
  background-image: url("/wp-content/themes/neffknows/images/twitter.png");
}

@media (max-width: 1024px) {
  section.newatneff_culture .posts .post-container {
    min-height: 310px;
  }
  section.newatneff_culture .posts a .image {
    height: 200px;
  }
  section.newatneff_culture .posts .text .title {
    min-height: 55px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  body.post-type-archive-newatneff section.newatneff_culture .posts a .image {
    height: 200px;
  }
  body.post-type-archive-newatneff section.newatneff_all_posts .posts-three-col .tile .inner-wrapper .image {
    height: 150px;
  }
  body.post-type-archive-newatneff section.newatneff_all_posts .posts-three-col .tile .title {
    min-height: 55px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  body.post-type-archive-newatneff section.newatneff_heading {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 80%;
    margin: auto;
  }
  body.post-type-archive-newatneff section.newatneff_heading .small-heading {
    font-size: 14px;
  }
  body.post-type-archive-newatneff section.newatneff_heading .heading {
    font-size: 24px;
  }
  body.post-type-archive-newatneff section.newatneff_culture {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 320px;
  }
  body.post-type-archive-newatneff section.newatneff_culture .posts .post-container {
    min-height: unset;
  }
  body.post-type-archive-newatneff section.newatneff_culture .posts a .image {
    height: 150px;
  }
  body.post-type-archive-newatneff section.newatneff_culture .posts {
    grid-template-columns: repeat(1, 1fr);
  }
  body.post-type-archive-newatneff section.newatneff_all_posts {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 320px;
  }
  body.post-type-archive-newatneff section.newatneff_all_posts .posts-three-col {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  body.post-type-archive-newatneff section.newatneff_stay_connected .heading {
    font-size: 24px;
    margin-bottom: 25px;
  }
  body.post-type-archive-newatneff section.newatneff_stay_connected .social li {
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  body.post-type-archive-newatneff section.newatneff_stay_connected .social li div {
    height: 60px;
  }
  body.post-type-archive-newatneff section.newatneff_stay_connected .social li:hover div {
    top: -30px;
  }
}
body.page-template-template-column > article {
  max-width: 1050px;
  margin: auto;
  padding: 0 20px;
  color: #333;
  font-size: 14px;
  line-height: 1.42857143;
}
body.page-template-template-column > article h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
body.page-template-template-column > article p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
body.page-template-template-column > article ul, body.page-template-template-column > article ol {
  padding-left: 40px;
  margin: 14px 0;
}
body.page-template-template-column > article a {
  color: black;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
body.page-template-template-column > article a:hover {
  color: #23527c;
}
body.page-template-template-column > article strong {
  font-weight: 500;
}

body.error404 section.not-found {
  padding-top: 275px;
}
body.error404 section.not-found .small-heading {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #08405C;
}
body.error404 section.not-found .heading {
  margin: 20px;
  font-family: "Montserrat";
  font-size: 40px;
  text-align: center;
  color: #08405C;
  margin: 0px;
  letter-spacing: 1px;
}
body.error404 section.not-found .text {
  margin: 20px;
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
  color: #333;
}
body.error404 section.not-found a.btn {
  display: block;
  width: 150px;
  height: 42px;
  margin: auto;
  border: 1px solid #08405C;
  color: #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 3.5;
  transition: 0.5s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  text-decoration: none !important;
}
body.error404 section.not-found a.btn:hover {
  border-color: #EA3721;
  background-color: #EA3721;
  color: white;
}/*# sourceMappingURL=theme.css.map */