/*
Theme Name: Agency
Theme URI: https://niteothemes.com/cmp-coming-soon-maintenance?theme=agency
Author: NiteoThemes
Author URI: https://niteothemes.com
Version: 1.9

Agency CMP Theme, Copyright 2018 NiteoThemes
Agency CMP Theme is distributed under the terms of the GNU GPL

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl.html

All used scripts are distributed under the terms of the GNU GPL v2 or later or under MIT license. 
Bundled images are distributed under the terms of the GNU GPL v2 or later or under MIT license or Unsplash license.

Normalizing styles have been helped along thanks to the fine work of

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  background: transparent;
}

button, input {
  /* 1 */
  overflow: visible;
}

button, select {
  /* 1 */
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  padding-top: 10px;
  max-width: calc(100% - 7px);
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

input[type="submit"], .button {
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
}

input[type="submit"]:hover, button:hover {
  background: transparent;
}

.button:hover {
  background: #fff;
}

/*AGENCY STYLES*/

header, .footer-credits {
  display: flex;
  padding: 3em 2em;
  max-width: calc(100% - 4em);
  width: calc(1150px - 4em);
  margin: 0 auto;
  line-height: 2;
  align-items: center;
  justify-content: center;
}

.graphic-logo {
  max-height: 55px;
  max-width: 100%;
}

.text-logo {
  margin: 0;
  font-size: 2em;
}

section {
  max-width: 720px;
  margin: 6em auto;
  padding: 0 2em;
  text-align: center;
}

#background-wrapper {
  position: relative;
  height: 600px;
}

#background-image {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 600px;
  opacity: 0;
  transition: opacity 400ms;
}

.video-banner {
  height: 600px;
}

#background-image.loaded {
  opacity: 1;
}

#background-image.pattern {
  background-size: initial;
  background-repeat: repeat;
}

.background-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.overlay-content {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
  font-size: 1.4em;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 0 2em;
  z-index: 1;
}

.overlay-content h2 {
  margin-bottom: 0;
}

.overlay-content .button {
  color: white;
  text-decoration: none;
  padding: 0.7em 2em;
  border-radius: 27px;
  margin-top: 0;
}

.counter-box {
  display: inline-block;
  width: calc((100% / 4) - 10px);
}

.counter-box span {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
}

.counter-box p {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 700;
}

.section-blog {
  max-width: calc(100% - 4em);
  width: calc(1150px - 4em);
}

.blog-flex-wrap {
  display: flex;
}

.blog-column {
  padding: 1em;
  flex-grow: 1;
  flex-basis: 0;
  /*max-width: 520px*/
}

.blog-column:first-of-type {
  padding-left: 0;
}

.blog-column:last-of-type {
  padding-right: 0;
}

.blog-column h3 {
  font-size: 1em;
  text-transform: uppercase;
}

.blog-column a {
  text-decoration: none;
}

.blog-column p {
  text-align: left;
}

.blog-thumb {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  transform: translateZ(0);
}

.blog-thumb a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.blog-thumb img {
  opacity: 1;
  width: 100%;
  height: auto;
  vertical-align: top;
  /*     -o-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; */
}

.blog-thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.blog-thumb:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blog-thumb:hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-thumb:hover a {
  opacity: 0.5;
}

.video-wrapper {
  background: black;
  max-width: calc(100% - 4em);
  width: calc(1150px - 4em);
  margin: 0 2em;
  margin: 0 auto;
  margin-bottom: 5em;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: 0;
  left: 0;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button {
  cursor: pointer;
}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
  position: absolute;
}

.youtube .play-button, .youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d( -50%, -50%, 0);
  transform: translate3d( -50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.social-list li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}

.social-icons {
  flex-grow: 1;
  text-align: right;
}

.social-list a {
  display: block;
  height: 2em;
  width: 2em;
  line-height: 2em;
  background: transparent;
  transition: color 300ms linear;
  text-align: right;
}

.social-list i {
  transition: all 300ms linear;
}

.social-list a:hover i.fa-facebook {
  color: #3b5998;
}

.social-list a:hover i.fa-google-plus {
  color: #dd4b39;
}

.social-list a:hover i.fa-twitter {
  color: #1da1f2;
}

.social-list a:hover i.fa-instagram {
  color: #cd486b;
}

.social-list a:hover i.fa-skype {
  color: #00aff0;
}

.social-list a:hover i.fa-500px {
  color: #0099e5;
}

.social-list a:hover i.fa-deviantart {
  color: #05cc47;
}

.social-list a:hover i.fa-behance {
  color: #1769ff;
}

.social-list a:hover i.fa-dribbble {
  color: #ea4c89;
}

.social-list a:hover i.fa-pinterest {
  color: #bd081c;
}

.social-list a:hover i.fa-linkedin {
  color: #0077b5;
}

.social-list a:hover i.fa-tumblr {
  color: #35465c;
}

.social-list a:hover i.fa-youtube {
  color: #cd201f;
}

.social-list a:hover i.fa-vimeo {
  color: #1ab7ea;
}

.social-list a:hover i.fa-flickr {
  color: #0063dc;
}

.social-list a:hover i.fa-vk {
  color: #45668e;
}

.social-list a:hover i.fa-envelope-o {
  color: #2c2b2b;
}

.social-list a:hover i.fa-soundcloud {
  color: #ff7700;
}

.social-list a:hover i.fa-whatsapp {
  color: #075e54;
}

.social-list a:hover i.fa-phone {
  color: #2c2b2b;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-details {
  display: flex;
  max-width: calc(100% - 4em);
  width: calc(1150px - 4em);
  margin: 0 auto;
  padding: 0 2em;
  padding-bottom: 3em;
}

.contact-details .column {
  padding: 1em;
  flex-grow: 1;
  flex-basis: 0;
}

.contact-details .column:first-of-type {
  padding-left: 0;
}

.contact-details .column:last-of-type {
  padding-right: 0;
}

.contact-details h4 {
  margin: 0;
  margin-top: .5em;
  font-size: 1em;
}

.contact-details .text-logo {
  font-size: 1.5em;
}

.contact-details p {
  margin: 0.5em 0;
}

.footer-divider {
  background: green;
  height: 2px;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.cmp-subscribe input {
  display: inline-block;
  font-size: 0.9em;
  line-height: 3em;
  height: 3em;
  box-sizing: border-box;
  vertical-align: middle;
  margin-bottom: 10px;
}

input[type="email"], input[type="text"], textarea {
  width: calc(100% - 2px);
  border-radius: 5px;
  text-indent: 15px;
  font-style: italic;
  outline: none;
}

input[type="email"], input[type="text"] {
  line-height: 2;
  border: 1px solid;
}

input[type="submit"] {
  padding: 0 1em;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 27px;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
}

.cmp-subscribe input[type="email"] {
  width: calc(100% - 60px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cmp-subscribe input[type="submit"] {
  margin-left: -7px;
  width: 55px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*modal full view*/

#post-modal {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 40vw;
  min-width: 600px;
  height: 100%;
  background: #fff;
  -webkit-transform: translate3d(40vw, 0, 0);
  transform: translate3d(40vw, 0, 0);
  box-shadow: 3px 0 10px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  z-index: 100;
}

.modal-active #post-modal {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000000;
  transition: visibility 500ms, opacity 500ms;
  z-index: 1;
}

.modal-active #overlay {
  opacity: 0.4;
  visibility: visible;
}

.perspective {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.modal-active .wrapper {
  -webkit-transform: translate3d(-200px, 0, -300px);
  transform: translate3d(-200px, 0, -300px);
}

body.modal-active {
  overflow: hidden;
  margin-right: 9px;
}

#modal-img img {
  width: 100%;
  height: auto;
}

.modal-content {
  padding: 5em;
}

.share-container {
  padding-top: 3em;
}

.share-container a {
  font-size: 1.3em;
  padding: 0.5em;
}

#close {
  visibility: hidden;
  position: fixed;
  right: calc(40vw + 25px);
  top: 25px;
  width: 42px;
  height: 39px;
  background-color: #000000;
  z-index: 10;
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.modal-active #close {
  visibility: visible;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

#close:before, #close:after {
  position: absolute;
  left: 20px;
  top: 5px;
  content: ' ';
  ;
  height: 28px;
  width: 2px;
  background-color: #fff;
}

#close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#close.animated {
  visibility: visible;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.lang-switcher {
  padding-left: 2em;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/*spinner*/

#spinner-wrapper {
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background: white;
  padding-top: 50px;
  opacity: 1;
  visibility: visible;
}

.loaded #spinner-wrapper {
  display: block;
}

.post-loaded #spinner-wrapper {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

/* contact form 7 */

.wpcf7 .screen-reader-response, .wpcf7 .wpcf7-validation-errors {
  display: none!important;
}

.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -25px;
  left: 10px;
  text-align: left;
  font-size: 0.7em;
  color: #fb0000;
}

div.wpcf7-mail-sent-ng {
  border: none;
}

div.wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.8);
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

::-webkit-scrollbar-track {
  background: rgba(170, 170, 170, 0.8);
}

.video-banner iframe, .video-banner video {
  transition: opacity 1500ms;
}

.section-contact {
  margin-bottom: 12em;
}

.cmp-form-notes p {
  width: 100%;
}

.cmp-subscribe {
  display: flex;
  flex-direction: column;
}

.cmp-form-inputs {
  order: 1;
}

.form-wrapper {
  text-align: left;
}

.form-wrapper label {
  margin: 1em 0;
  display: block;
}

.form-wrapper input, .form-wrapper textarea {
  margin: .5em 0;
}

.form-wrapper .wpcf7-submit {
  float: right;
  min-width: 180px;
  line-height: 3;
}

/*--------------------------------------------------------------
  16.1 Galleries
  --------------------------------------------------------------*/

[id^="gallery-"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

[id^="gallery-"] img {
  border: none !important;
  max-width: 100%;
  height: auto;
}

[id^="gallery-"] .gallery-item {
  margin: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}

[id^="gallery-"] .gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-columns-1 .gallery-item {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
}

.gallery-columns-2 .gallery-item, .column.x50 {
  flex: 1 0 calc(50% - 10px);
  -webkit-flex: 1 0 calc(50% - 10px);
  -ms-flex: 1 0 47%;
}

.gallery-columns-3 .gallery-item, .column.x33 {
  flex: 1 0 calc(33.3333% - 10px);
  -webkit-flex: 1 0 calc(33.3333% - 10px);
  -ms-flex: 1 0 30%;
}

.gallery-columns-4 .gallery-item, .column.x25 {
  flex: 1 0 25%;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 21%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay-small {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.delay-big {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.delay-huge {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@media only screen and (max-width: 1440px) {
  #close {
    right: 625px;
  }
  #post-modal {
    -webkit-transform: translate3d(600px, 0, 0);
    transform: translate3d(600px, 0, 0);
  }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 980px) {
  body {
    font-size: 15px!important
  }
  .blog-flex-wrap, .contact-details {
    display: block;
  }
  .blog-column {
    padding: 0;
    padding-bottom: 2em;
    max-width: 100%;
  }
  .contact-details .column {
    padding: 2em 0;
  }
  .overlay-content {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 768px) {
  .copyright, .social-icons {
    max-width: 50%;
  }
  .social-list {
    padding: 0;
  }
}

@media only screen and (max-width: 680px) {
  .graphic-logo {
    max-height: 100px;
  }
  .footer-credits, header {
    flex-wrap: wrap;
  }
  .copyright, header .social-icons {
    min-width: 100%;
    text-align: center;
    order: 1;
  }
  .lang-switcher {
    padding: 0;
    order: 2;
  }
  .social-icons {
    text-align: center;
    max-width: 100%
  }
  .social-list a {
    text-align: center;
  }
  section {
    margin: 3em auto;
  }
  h1:not(.text-logo), h2 {
    font-size: 1.5em!important
  }
  .overlay-content {
    font-size: 1em;
  }
  .counter-box span {
    font-size: 50px;
  }
  #close {
    right: calc(100% - 70px);
    z-index: 1000;
  }
}

@media only screen and (max-width: 600px) {
  #post-modal {
    width: 100%;
    min-width: initial;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .modal-content {
    padding: 2em;
  }
}

@media only screen and (max-width: 480px) {
  .counter-box span {
    font-size: 40px;
  }
}