@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");

/* Global Styles */

body {
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 1.4;
  font-size: 13px;
  padding-bottom: 60px;
  color: #1e1e1e;
  background-color: #fcfcfc;
}

figure {
  margin: 0;
}

.button,
button {
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  border: none;
  background-color: #727272;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
  margin: 0;
  letter-spacing: 0.05em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

a:hover.button,
button:hover {
  color: #fff;
  background-color: #575757;
  transition: all 0.5s ease;
}

a:visited.button {
  color: #fff;
}

.wp-post-image,
.wp-block-image,
.post-thumbnail {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.wp-block-image img {
  height: auto !important;
}

/* Header */

.site-header {
  padding-top: 5px;
  padding-bottom: 15px;
  position: fixed;
  background-color: #fffcfc;
  width: 100%;
  z-index: 10;
}

.header-inner {
  /* us flexbox to align header content */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 835px;
  padding: 0 25px;
  margin: auto;
}

.site-branding h1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 22px;
}

.site-branding a {
  text-decoration: none;
}

.lato-bold {
  font-weight: 700;
}

/* Navigation */

.menu {
  display: flex;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  justify-content: center;
}

.menu-item {
  margin-right: 5px;
  margin-left: 5px;
  text-transform: lowercase;
  font-size: 14px;
}

.menu-item a {
  color: #1e1e1e;
  text-decoration: none;
  transition: color 0.5s ease;
}

.menu-item a:hover {
  color: #736357;
  transition: color 0.5s ease;
}

.current_page_item > a,
.current-menu-ancestor > a {
  /* color: #736357; */
  text-decoration: underline;
}

/* Global Content Area Styling */

.article {
  max-width: 600px;
  text-align: justify;
}

.site-content {
  padding-top: 80px;
  max-width: 835px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #1e1e1e;
  transition: color 0.5s ease;
}

a:visited {
  color: #1e1e1e;
}

a:hover {
  color: #736357;
  transition: color 0.5s ease;
  text-decoration: none;
}

h2 {
  font-size: 13px;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  margin: auto;
}

/* Home Page */

.index article {
  max-width: 450px;
  margin: auto;
}

.index h2 {
  text-align: center;
}

.index .entry-content {
  padding-top: 10px;
  max-width: 344px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

/* About Page + Contacts */

/*.about p {
  margin-top: 20px;
  margin-bottom: 0;
}
*/
.contacts {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 600px;
}

.contacts a {
  color: #a07d41;
  text-decoration: none;
}

.contacts a:hover {
  text-decoration: underline;
}

.monkeymail {
  background-image: url(../assets/email-5-xxl_2x.png);
  width: 35px;
  height: 36px;
  background-position: right center;
  background-size: 35px 36px;
}

.contacts .social a {
  text-decoration: none;
}

.social {
  padding-bottom: 10px;
}

.social img {
  width: 20px;
  padding-left: 10px;
}

/* VITAE PAGE */

.vitae {
  max-width: 450px;
  margin: 0 auto;
  color: #1e1e1e;
}

.vitae h2 {
  text-decoration: underline;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 12px;
}

.vitae h2:first-of-type {
  margin-top: 0;
}

.vitae h3 {
  color: #a07d41;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
}

.vitae p {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.4;
  font-size: 12px;
}

/* Support Page */

.support h2 {
  margin: 0;
}

.support p {
  margin-top: 0;
}

.support h2 {
  margin-top: 25px;
}

/* Projects and Posts */

.projects {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.projects-entry {
  max-width: 580px;
}

.projects-nav {
  display: block;
  width: 200px;
}

.projects p:first-of-type {
  font-size: 15px;
  line-height: 1.4;
}

@media (max-width: 450px) {
  .projects p:first-of-type {
    font-size: 13px;
  }
}

.support p,
.about p,
.projects p {
  margin-block-end: 1em;
}

.wp-block-quote {
  margin: 10px 30px 30px 30px;
}

blockquote.wp-block-quote p {
  font-style: italic;
  font-size: 13px !important;
}
.wp-block-quote cite {
  font-style: normal;
}

/* Side Bar */

.sidebar {
  line-height: 1.3;
  padding-right: 30px;
}

.sidebar h2 {
  color: #a07d41;
  margin: 0 0 5px 0;
  font-weight: 500;
}

.sidebar ul {
  margin-top: 0;
  margin-bottom: 20px;
  padding-inline-start: 0px;
}

.sidebar li {
  list-style: none;
  margin-bottom: 7px;
  color: #444444;
}

.sidebar a {
  text-decoration: none;
  color: #444444;
}

.sidebar a:hover {
  text-decoration: underline;
}

.gray {
  color: #7f7f7f;
}

.gold {
  color: #a07d41;
}

.coming-soon {
  font-size: 12px;
}

/* Responsive Styles */

@media (max-width: 470px) {
  .header-inner {
    display: block;
  }

  .site-branding {
    text-align: center;
  }

  .site-header {
    padding-bottom: 5px;
  }

  .site-content {
    padding-top: 100px;
  }
}

/* Annyoing Guttenberg image fix */

.alignwide {
  /* Set these margins to work with your own theme. */
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  margin-top: 25px;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

/*  Projects Landing Page */

.upcoming {
  /* margin-left: 0.5em; */
  font-size: 0.6em;
  text-transform: uppercase;
  color: #736357;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.projects-list .projects-posts {
  text-align: left;
}

.carousel-cell a img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  margin-bottom: 10px;
}

.carousel-cell p {
  display: inline;
  line-height: 1.4;
}

.carousel-cell a {
  text-decoration: none;
  font-style: italic;
  font-weight: 600;
}

.slick-prev:before,
.slick-next:before {
  color: #444444 !important;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 34px;
  height: auto;
  align-items: top;
  padding-bottom: 34px;
  object-fit: cover;
}

.projects-list {
  margin-top: 50px;
}

.ratio {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 66.66%;
  overflow: hidden;
}

.ratio-content,
.ratio img,
.ratio video {
  position: absolute;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 430px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 300px) {
  div.slider {
    display: none;
  }

  .projects-list {
    margin-top: 0;
  }
}

@media (max-width: 850px) {
  .article {
    max-width: 850px;
  }

  .article p {
    max-width: 600px;
  }

  .projects-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;

    max-width: 600px;
    width: 100%;
  }
}


/* LANDLINES Product Page custom CSS */

.column-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
      }

      .column {
        width: 50%; /* Two columns with a small gap in between */
        box-sizing: border-box;
		  margin-bottom: 12px;
      }

.column h4, .column p{
	margin: 0;
}

.column h4{
  font-style: italic;
	
}

      @media (max-width: 375px) {
        .column {
          width: 100%; /* Single column on smaller viewports */
        }
      }

/* Banner */
/* .banner{
  background-color: black;
  width: 100vw;
  height: 40px;
  z-index: 11;
} */

/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}
.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}
.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}
.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}
.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}
.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}
.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}
.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}
.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
