/* Main stylesheet for the ithakt theme — edit this file directly.
 * It is loaded through the @import in the theme's style.css.
 * Originally generated by Compass, but the SASS source was dropped in favour of
 * maintaining this file by hand; there is no build step. */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url(http://fonts.googleapis.com/css2?family=Lato:100,300,400,700);
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
	margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ==========================================================
    Configuring Susy defaults
=========================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================
    Styles
=========================================================== */
html, body {
  height: 100%;
}

html {
  font-size: 90%;
}
@media (min-width: 484px) {
  html {
    font-size: 100%;
  }
}

/* Browserdefault, 16px  */
body {
  color: #444;
  font: 400 1.125rem 'Advent Pro', sans-serif;
  margin: 0;
}

b, strong {
  font-weight: bold;
}

hr {
  border: 1px solid #ebebeb;
}

p a {
  color: #0298d0;
}

#container {
  height: 100%;
  width: 100%;
  *zoom: 1;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
#container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 484px) {
  #container {
    *zoom: 1;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #container:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 820px) {
  #container {
    *zoom: 1;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #container:after {
    content: "";
    display: table;
    clear: both;
  }
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.3rem;
}

a {
  text-decoration: none;
  color: #444;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 484px) {
  a:hover {
    color: #0298d0;
  }
}

p {
  line-height: 1.5rem;
}
@media (min-width: 484px) {
  p {
    line-height: 2rem;
  }
}
.wrapper { margin: 0 auto; }
.wrapper {
  padding: 10px;
  max-width: 1000px;
  position: relative;
  width: 100%;
}
@media (min-width: 484px) {}
@media (min-width: 820px) {}

.overlay {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.overlay .show {
  display: inline-block;
  height: 90%;
  margin: 20px auto 0;
  max-width: 1000px;
  text-align: center;
}
.overlay .show img {
  max-width: 100%;
  max-height: 100%;
}
.overlay .show iframe {
  max-width: 100%;
}

.flex-container {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex1 {
  flex: 1;
}

#container section:nth-of-type(n+2) {
  padding: 5px 10px 15px;
}
#container section:nth-of-type(n+2) h1 {
  margin-bottom: 5px;
  font-size: 1.5rem;
}
@media (min-width: 484px) {
  #container section:nth-of-type(n+2) {
    padding: 28px 15px 40px;
  }
  #container section:nth-of-type(n+2) h1 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}
@media (min-width: 820px) {
  #container section:nth-of-type(n+2) {
    padding: 48px 0px 60px;
  }
  #container section:nth-of-type(n+2) h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
#container > header {
  background: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 15px -5px #000;
  -webkit-box-shadow: 0 0 15px -5px #000;
  box-shadow: 0 0 15px -5px #000;
  float: left;
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
}
#container > header .logo {
  float: left;
  margin: 5px 0 0;
  position: absolute;
  z-index: 50;
}
#container > header .logo img {
  width: 100px;
}
#container > header .menu-btn {
  display: block;
  float: right;
  margin: 15px 10px 14px;
  position: relative;
  z-index: 15;
}
#container > header .menu-btn a {
  background: url("../images/menu-icon.png") no-repeat 0 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding: 10px 0 10px 25px;
  text-transform: uppercase;
}
#container > header #main-navigation {
  background: #fff;
  padding: 10px;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#container > header #main-navigation > ul { padding: 0; }
#container > header #main-navigation h3 {
  font-size: 1rem;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}
#container > header #main-navigation a.close-menu-btn {
  background: #444;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #fff;
  left: 15px;
  padding: 2px 10px 3px 10px;
  position: absolute;
  top: 15px;
	height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
@media (min-width: 820px) {
	#container > header #main-navigation a.close-menu-btn {
		display: none;
	}
}
#container > header #main-navigation > div {
  border-bottom: 3px solid #ccc;
  margin: 30px 0 5px;
}
#container > header #main-navigation ul li a {
  border-bottom: 1px solid #f1f1f1;
  display: block;
  padding: 10px 0;
}
#container > header #languages {
  position: absolute;
  text-align: center;
  top: 17px;
  width: 100%;
  z-index: 10;
}
#container > header #languages ul li {
  display: inline;
}
#container > header #languages ul li:nth-of-type(2) a {
  margin-left: 5px;
  padding: 15px 16px;
}
#container > header #languages ul li a {
  padding: 15px;
  text-transform: uppercase;
}
@media (min-width: 484px) {
  #container > header {
    /* header */
    position: fixed;
  }
  #container > header .wrapper {
    text-align: initial;
  }
  #container > header .logo {
    margin: 0;
    padding: 5px 15px;
    position: absolute;
  }
  #container > header .logo img {
    width: 134px;
  }
  #container > header .menu-btn {
    margin: 20px 20px 19px;
  }
  #container > header .menu-btn a {
    background-position: 0 12px;
  }
  #container > header #main-navigation {
    -moz-box-shadow: 0 0 15px -6px #000;
    -webkit-box-shadow: 0 0 15px -6px #000;
    box-shadow: 0 0 15px -6px #000;
    height: 95%;
    padding: 15px;
    top: 15px;
    right: 0;
    width: 500px;
  }
  #container > header #main-navigation a.close-menu-btn {
    font-weight: 400;
    padding: 0 9px 3px 9px;
    top: 10px;
    left: 10px;
  }
  #container > header #main-navigation > div {
    margin: 30px 0 5px;
  }
  #container > header #languages {
    top: 17px;
  }
  #container > header #languages ul li:nth-of-type(2) a {
    margin-left: 5px;
    padding: 15px 16px;
  }
  #container > header #languages ul li a {
    background: url(../images/lang-bg.png) no-repeat;
  }
}
@media (min-width: 820px) {
  #container > header {
    /* header */
    float: none;
  }
  #container > header .logo, #container > header #main-navigation {
    display: inline-block;
    vertical-align: top;
  }
  #container > header .logo {
    background: url(../images/bg-logo-box.png) no-repeat 50% 50%;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0;
    border-radius: 0 0 15px 15px;
    -moz-box-shadow: 0 0 15px -6px #000;
    -webkit-box-shadow: 0 0 15px -6px #000;
    box-shadow: 0 0 15px -6px #000;
    float: none;
    margin: 0;
    padding: 15px 45px 10px 35px;
  }
  #container > header .menu-btn {
    display: none;
  }
  #container > header #main-navigation {
    background: none;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    padding: 0;
    display: block !important;
    position: relative;
    top: 0;
    width: 89%;
  }
  #container > header #main-navigation .tablet {
    display: none;
  }
  #container > header #main-navigation ul {
    margin: 0 0 0 235px;
  }
  #container > header #main-navigation ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    padding: 8px 0 3px;
    margin: 0 10px;
  }
  #container > header #main-navigation ul li.current-menu-item, #container > header #main-navigation ul li:hover {
    border-bottom: 5px solid #444;
  }
  #container > header #main-navigation ul li a {
    border-bottom: none;
    padding: 10px;
  }
  #container > header #languages {
    text-align: right;
  }
}
#container section#banner {
  height: 170px;
  overflow: hidden;
}
#container section#banner ul {
  height: 100%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 20000em;
}
#container section#banner ul li {
  background-position: 50% 0;
  background-size: cover;
  float: left;
  height: 100%;
}
@media (min-width: 484px) {
  #container section#banner {
    height: 350px;
  }
}
@media (min-width: 820px) {
  #container section#banner {
    height: 500px;
  }
}
#container section#projects, #container section#projects-overview {
  position: relative;
}
#container section#projects div.btns, #container section#projects-overview div.btns {
  text-align: center;
  width: 100%;
}
#container section#projects div.btns a, #container section#projects-overview div.btns a {
  padding: 0 10px;
}
#container section#projects div.btns.up, #container section#projects-overview div.btns.up {
  background: url("../images/arrow-up.png") no-repeat 50% 50%;
  margin: 5px 0 2px;
}
#container section#projects div.btns.down, #container section#projects-overview div.btns.down {
  background: url("../images/arrow-down.png") no-repeat 50% 50%;
  margin: 15px 0 0;
}
#container section#projects .jcarousel-projects, #container section#projects-overview .jcarousel-projects {
  height: 495px;
  overflow: hidden;
}
#container section#projects .jcarousel-projects ul, #container section#projects-overview .jcarousel-projects ul {
  height: 20000em;
  overflow: hidden;
  position: relative;
	padding: 0;
	margin: 0;
}
#container section#projects .jcarousel-projects ul li, #container section#projects-overview .jcarousel-projects ul li {
  display: block;
  height: 495px;
  text-align: center;
}
#container section#projects .media, #container section#projects-overview .media {
  margin: 20px 0;
  text-align: center;
}
#container section#projects .media > div, #container section#projects-overview .media > div {
  display: inline-block;
}
#container section#projects .media > div .cyrcle, #container section#projects-overview .media > div .cyrcle {
  background-size: cover;
  background-position: 50% 50%;
  border: 7px solid #f5f5f5;
  -moz-box-shadow: 0 0 12px -5px #000;
  -webkit-box-shadow: 0 0 12px -5px #000;
  box-shadow: 0 0 12px -5px #000;
  -moz-border-radius: 115px;
  -webkit-border-radius: 115px;
  border-radius: 115px;
  cursor: pointer;
  height: 190px;
  margin: 0 auto;
  width: 190px;
}
@media (min-width: 484px) {
  #container section#projects .media > div .cyrcle, #container section#projects-overview .media > div .cyrcle {
    height: 230px;
    width: 230px;
  }
}
#container section#projects .media > div p:nth-of-type(2), #container section#projects-overview .media > div p:nth-of-type(2) {
  color: #959595;
  font-size: .985rem;
  line-height: 1rem;
}
@media (min-width: 484px) {
  #container section#projects div.btns a, #container section#projects-overview div.btns a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 6px -3px #000;
    -webkit-box-shadow: 0 0 6px -3px #000;
    box-shadow: 0 0 6px -3px #000;
    padding: 12px 19px 10px 20px;
  }
  #container section#projects div.btns.up, #container section#projects-overview div.btns.up {
    margin: -10px 0 20px;
  }
  #container section#projects div.btns.down, #container section#projects-overview div.btns.down {
    margin: 32px 0 -20px;
  }
  #container section#projects .jcarousel-projects, #container section#projects-overview .jcarousel-projects {
    height: 600px;
  }
  #container section#projects .jcarousel-projects ul li, #container section#projects-overview .jcarousel-projects ul li {
    height: 600px;
  }
  #container section#projects .jcarousel-projects .media, #container section#projects-overview .jcarousel-projects .media {
    margin: 40px 0;
  }
}
@media (min-width: 820px) {
  #container section#projects .jcarousel-projects, #container section#projects-overview .jcarousel-projects {
    height: 590px;
  }
  #container section#projects .jcarousel-projects ul li, #container section#projects-overview .jcarousel-projects ul li {
    height: 590px;
  }
}
#container section#projects-overview .overview ul li {
  border-bottom: 5px dashed #f5f5f5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#container section#projects-overview .overview ul li .content {
  text-align: center;
}
#container section#projects-overview .projects-list {
  border-left: 1px solid #ebebeb;
  display: none;
  min-height: 400px;
  padding: 0 0 0 15px;
  width: 220px;
}
#container section#projects-overview .projects-list > div.fixed {
  position: fixed;
  top: 57px;
  width: 204px;
}
#container section#projects-overview .projects-list h3 {
  background: #444;
  color: #fff;
  margin: 0 0 5px -16px;
  padding: 5px 5px 5px 15px;
  text-transform: uppercase;
}
#container section#projects-overview .projects-list ul {
  list-style-type: circle;
}
#container section#projects-overview .projects-list ul li {
  margin-bottom: 5px;
}
#container section#projects-overview .projects-list ul li a {
  font-size: 1rem;
}
@media (min-width: 820px) {
  #container section#projects-overview .overview ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  #container section#projects-overview .overview ul li:last-of-type {
    border: none;
  }
  #container section#projects-overview .overview ul li .media, #container section#projects-overview .overview ul li .content {
    display: inline-block;
    vertical-align: top;
  }
  #container section#projects-overview .overview ul li .media {
    margin-top: 0;
  }
  #container section#projects-overview .overview ul li .media .cyrcle {
    border: 4px solid #f5f5f5;
    height: 140px;
    width: 140px;
  }
  #container section#projects-overview .overview ul li .content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
    text-align: left;
  }
  #container section#projects-overview .overview ul li .content h1 {
    margin-bottom: 15px;
  }
  #container section#projects-overview .projects-list {
    display: inline-block;
  }
}
#container section.posts {
  background: #363636;
  color: #fff;
  padding: 20px 10px;
}
#container section.posts article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}
#container section.posts article:last-of-type {
  margin-bottom: 0px;
}
#container section.posts article .date {
  display: block;
  font-family: 'Advent Pro', sans-serif;
  padding-right: 20px;
  text-align: right;
}
#container section.posts article .date span {
  font-size: 5rem;
  font-weight: 700;
  line-height: 4.5rem;
}
#container section.posts article .date p {
  font-size: 1.2rem;
  font-weight: 100;
  margin-top: 6px;
  text-transform: uppercase;
}
#container section.posts article .article {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#container section.posts article .article h3 {
  border-bottom: 1px solid #898989;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#container section.posts article .article p {
  color: #909090;
  font-size: 1rem;
  line-height: 1.7rem;
}
#container section.posts article .article p a {
  color: #0298d0;
}
@media (min-width: 484px) {
  #container section.posts {
    /*  section.posts */
    padding: 40px 15px;
  }
  #container section.posts article {
    margin-bottom: 30px;
  }
  #container section.posts article:last-of-type {
    margin-bottom: 0px;
  }
  #container section.posts article .date span {
    font-size: 6rem;
    font-weight: 700;
    line-height: 5rem;
  }
  #container section.posts article .date p {
    font-size: 1.4rem;
  }
  #container section.posts article .article h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
@media (min-width: 820px) {
  #container section.posts {
    /*  section.posts */
    padding: 60px 0;
  }
  #container section.posts article {
    margin-bottom: 50px;
  }
  #container section.posts article:last-of-type {
    margin-bottom: 0px;
  }
}
#container section.page {
  text-align: center;
}
#container section.page .wrapper > p {
  margin-bottom: 40px;
}
#container section#gallery .grid {
  font-size: 0;
  margin: 40px 0;
  /*
  @include at-breakpoint($tablet){
  /* .grid */
           /*
	.thumbnail{
		height: 155px;
		width: 199px;
	}
}*/
}
#container section#gallery .grid .thumbnail {
  background-size: cover;
  background-position: 50% 50%;
  display: inline-block;
  position: relative;
  height: 155px;
  margin: 0 1px 1px 0;
  width: 199px;
  z-index: 1;
}
#container section#gallery .grid .thumbnail:after {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 5;
}
#container section#gallery .grid .thumbnail:hover:after {
  background: rgba(255, 255, 255, 0);
}
#container section#gallery .grid .thumbnail a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#container section#gallery .grid.jcarousel-gallery {
  overflow: hidden;
  margin: 20px 0 0;
  width: 100%;
}
#container section#gallery .grid.jcarousel-gallery ul {
  height: 255px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 20000rem;
}
#container section#gallery .grid.jcarousel-gallery ul li {
  float: left;
  height: 255px;
}
#container section#gallery .grid.jcarousel-gallery ul li:after, #container section#gallery .grid.jcarousel-gallery ul li:hover:after {
  background: none;
}
#container section#the-team .portrait {
  border-bottom: 1px solid #efefef;
  display: inline-block;
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
#container section#the-team .portrait .photo {
  background-size: cover;
  background-position: 50% 50%;
  border: 5px solid #efefef;
  float: left;
  height: 100px;
  margin: 0 15px 0 0;
  width: 100px;
}
#container section#the-team .portrait h3 {
  color: #666666;
  font-size: 1.2rem;
  text-transform: uppercase;
	margin-bottom: 5px;
}
#container section#the-team .portrait span {
  color: #0298d0;
  font-size: 1rem;
}
#container section#the-team .portrait p {
  color: #6f6f6f;
  font: 300 .875rem/1.5rem "Open Sans", sans-serif;
  line-height: 1.5rem;
  margin-top: 10px;
}
#container section#the-team .portraits_devider {
	width: 80%;
    margin: 90px auto;
    border: 3px dashed #444;
    height: 5px;
}

@media (min-width: 484px) {
  #container section#the-team {
    /* #the-team */
  }
  #container section#the-team .portrait-cont {
    text-align: left;
  }
  #container section#the-team .portrait {
    margin: 0 -5px 0 0;
    padding: 30px;
    text-align: right;
  }
  #container section#the-team .portrait .photo {
    float: right;
    margin: 0 0 0 30px;
  }
  #container section#the-team .portrait:nth-of-type(2n) {
    border-left: 1px solid #efefef;
    text-align: left;
    margin: 0;
  }
  #container section#the-team .portrait:nth-of-type(2n) .photo {
    float: left;
    margin: 0 30px 0 0;
  }
  #container section#the-team .portrait:nth-of-type(2n+1) {
    border-right: 1px solid #efefef;
  }
}
@media (min-width: 820px) {
  #container section#the-team {
    /* #the-team */
  }
  #container section#the-team .portrait {
    width: 49%;
  }
  #container section#the-team .portrait:nth-of-type(2n) {
    border-left: none;
  }
  #container section#the-team .portrait:nth-last-of-type(-n+1) {
    border-bottom: none;
  }
}
#container section.banner-bottom {
  background-attachment: fixed;
  background-image: url("../images/bottom-banner.jpg");
  background-position: 50% 50%;
  background-size: cover;
  -moz-box-shadow: 0 0 30px -10px #000;
  -webkit-box-shadow: 0 0 30px -10px #000;
  box-shadow: 0 0 30px -10px #000;
  border-bottom: 5px solid #fff;
  border-top: 5px solid #fff;
  height: 490px;
  text-align: center;
}
#container section.banner-bottom h1 {
  color: #0298d0;
  font-family: 'Advent Pro';
  font-size: 3rem;
  font-weight: 400;
  margin: 30px 0 10px;
  text-transform: none;
}
#container section.banner-bottom .subtext {
  color: #e1e1e1;
  font-size: 1.1rem;
}
#container section.banner-bottom .logos {
  margin-top: 70px;
}
#container section.banner-bottom .logos a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  opacity: 0.5;
}
#container section.banner-bottom .logos a:hover {
  opacity: 1;
}
#container > footer {
  background-color: #363636;
  font-size: 1rem;
}
#container > footer input {
  margin-bottom: 5px;
}
#container > footer .wrapper {
  padding: 0 10px;
}
#container > footer .footer-upper {
  padding-top: 60px;
}
#container > footer .footer-upper .column {
  display: flex;
}
#container > footer .footer-upper .column > div { flex: 1; }
#container > footer .footer-upper .column h3 {
  color: #fff;
  border-bottom: 1px solid #525252;
  font-size: 1.2rem;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#container > footer .footer-upper .column #contact-response {
  border: 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: none;
  padding: 7px 10px;
  width: 98%;
}
#container > footer .footer-upper .column #contact-response.error {
  border-color: red;
  color: red;
}
#container > footer .footer-upper .column #contact-response.success {
  border-color: green;
  color: green;
}
#container > footer .footer-upper .column p {
  color: #959595;
  line-height: 1.5rem;
}
#container > footer .footer-upper .column > div {
  margin-bottom: 50px;
}
#container > footer .footer-upper .column .send-message h3 {
  margin-bottom: 10px;
}
#container > footer .footer-upper .column .social-media .fb-follow {
  border-bottom: 1px solid #525252;
  margin-top: 10px;
  overflow: hidden;
  width: 100%;
  padding: 0 0 10px 0;
}
#container > footer .footer-upper .column .social-media .social-buttons {
  margin-top: 10px;
}
#container > footer .footer-upper .column .social-media .social-buttons a {
  display: inline-block;
  margin-right: 5px;
  padding: 16px;
	background-size: contain!important;
}
#container > footer .footer-upper .column .social-media .social-buttons a:hover {
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
#container > footer .footer-upper .column .social-media .social-buttons a#facebook-link {
  background: url("../images/icon-facebook.png") no-repeat;
}
#container > footer .footer-upper .column .social-media .social-buttons a#youtube-link {
  background: url("../images/icon-youtube.png") no-repeat;
}
#container > footer .footer-upper .column .social-media .social-buttons a#instagram-link {
  background: url("../images/icon-instagram.png") no-repeat;
}
#container > footer .footer-upper .column input, #container > footer .footer-upper .column textarea {
  font: 1rem 'Advent Pro', sans-serif;
  color: #fff;
}
#container > footer .footer-upper .column input[type='text'], #container > footer .footer-upper .column input[type='email'], #container > footer .footer-upper .column textarea {
  background: #525252;
  border: none;
  padding: 5px;
  width: 98%;
}
#container > footer .footer-upper .column input[type='text']:focus, #container > footer .footer-upper .column input[type='email']:focus, #container > footer .footer-upper .column textarea:focus {
  outline: none;
}
#container > footer .footer-upper .column input[type='submit'] {
  background: #0298d0;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 8px 15px;
  text-transform: uppercase;
}
#container > footer .footer-upper .column input[type='submit']:hover {
  background: #0186b8;
}
#container > footer .footer-upper .column.small {
  display: none;
  width: 25%;
}
#container > footer .footer-bottom {
  background: #525252;
  color: #fff;
  padding: 20px 0;
}
#container > footer .footer-bottom .wrapper div:last-child {
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 484px) {
  .wrapper {
    padding: 0 15px;
  }
  #container > footer {
    /* & > footer{ */
  }
  #container > footer .footer-bottom .wrapper {
    display: flex;
    margin-top: 0;
  }
  #container > footer .footer-bottom .wrapper > div:last-child {
    flex: 1;
    text-align: right;
  }
  #container > footer .footer-upper .column {
    flex-direction: column;
    gap: 0px;
  }
}
@media (min-width: 820px) {
  .wrapper {
    padding: 0 35px;
  }
  #container > footer {
    /* & > footer{ */
  }
  #container > footer .wrapper {
    padding: 0 5px;
  }
  #container > footer .footer-upper .column {
    flex-direction: row;
    gap: 20px;
  }
}
#container .spliter {
  background: url("../images/spliter.png") repeat-x;
  height: 25px;
  margin: 10px 0 0;
}
@media (min-width: 484px) {
  #container .spliter {
    height: 35px;
  }
}
@media (min-width: 820px) {
  #container .spliter {
    height: 45px;
  }
}

.powered {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
.powered img {
  margin-bottom: 0;
  width: 35px;
}
.powered a {
  margin-right: 5px;
  text-align: left;
}
.powered a i {
  display: block;
  line-height: 1.3;
  font-style: normal;
}
.powered a i:first-child {
  color: #ccc;
  font-size: 11px;
  text-transform: uppercase;
}
.powered a i:last-child {
  color: #fff;
  font-size: 13px;
}
.powered a:hover i:first-child {
  color: #ccc;
}
.powered a:hover i:last-child {
  color: #ffd740;
}
.postplay_header {
	width: 100%;
    max-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.postplay_header img { width: 100%; height: auto; }

.postplay h1 { padding: 0; }
@media (min-width: 484px) {
	.postplay h1 { padding: 20px 0 0; }
}
@media (min-width: 820px) {
        .postplay h1 { padding: 40px 0 0; }
}

.postplay__comments { padding: 60px 0; }
.postplay__comments .commentlist li { padding: 40px 0; }
@media (min-width: 484px) {
	.postplay__comments .commentlist li { padding: 40px 15px; }
}
@media (min-width: 820px) {
	.postplay__comments .commentlist li { padding: 40px 30px; }
}
.postplay__comments .commentlist li:nth-child(odd) {
	background-color: #f9f9f9; 
}
.postplay__comments .comments-title,
.postplay__comments .commentlist li article {
	margin: 0 auto;
    max-width: 1000px;
    position: relative;
	width: 100%;
}
@media (min-width: 484px) {
	.postplay__comments .comments-title { padding: 0 15px; }
}
@media (min-width: 820px) {
	.postplay__comments .comments-title { padding: 0 30px; }
}
.postplay__comments .comments-title {
	padding: 0;
	text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.postplay__comments .commentlist li article .reply { display: none; }
.postplay__comments article header img { display: none; }
.postplay__comments article header cite {
	 display: block;
    font-size: 1.25rem;
    text-transform: capitalize;
}
.postplay__comments article header a { font-size: 1rem; }
.postplay__comments article section.comment { padding: 20px 0; }
.postplay__comments .comment-respond {
	background-color: #484848;
    color: #fff;
    margin-bottom: -80px;
	padding: 60px 0;
}
@media (min-width: 484px) {
	.postplay__comments .comment-respond { padding: 40px 15px; }
}
@media (min-width: 820px) {
	.postplay__comments .comment-respond { padding: 40px 30px; }
}
.postplay__comments .comment-respond h3,
.postplay__comments .comment-respond form {
	display: block;
	margin: 0 auto;
    max-width: 1000px;
    position: relative;
	width: 100%;
}
.postplay__comments .comment-respond h3 {
	text-transform: uppercase;
}
.postplay__comments .comment-respond form .comment-form-cookies-consent,
.postplay__comments .comment-respond .comment-notes,
.postplay__comments .comment-respond form .mc4wp-checkbox-wp-comment-form span { 
	font-size: 1rem; 
	color: #0298d0;
}
.postplay__comments .comment-respond form > p {
	margin-bottom: 10px;
}
.postplay__comments .comment-respond form > p label,
.postplay__comments .comment-respond form .mc4wp-checkbox-wp-comment-form > p label{ display: block; }
.postplay__comments .comment-respond form > p textarea,
.postplay__comments .comment-respond form > p input {
	border: none;
    width: 100%;
    max-width: 500px;
    padding: 10px;
    background-color: #363636;
    outline: none;
    color: #fff;
    font-size: 1.125rem;
}
.postplay__comments .comment-respond form > p input[type='submit'] {
	background-color: #0298d0;
}
.postplay__comments .comment-respond form .comment-form-cookies-consent {
	display: flex; 
}
.postplay__comments .comment-respond form .mc4wp-checkbox-wp-comment-form > label { display: flex; }
.postplay__comments .comment-respond form .comment-form-cookies-consent input,
.postplay__comments .comment-respond form .mc4wp-checkbox-wp-comment-form input { width: auto; }
.postplay__content p { margin-bottom: 40px; }
.postplay__content > p:last-child { margin-bottom: 0; }