body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  border: 0 solid #fff;
  overflow: hidden;
}
body:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  body {
    border-width: 45px;
  }
}

ul {
  list-style: none;
}

a, a:hover {
  color: #000;
}

::-webkit-input-placeholder {
  color: #F2B9B6;
}

::-moz-placeholder {
  color: #F2B9B6;
}

:-moz-placeholder {
  color: #F2B9B6;
}

:-ms-input-placeholder {
  color: #F2B9B6;
}

::-moz-selection {
  background: #FFF;
}

::selection {
  background: #FFF;
}

.widget {
  padding: 0;
}

.slick-slide {
  overflow: hidden;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
}
.slick-slide img {
  min-width: 100%;
}

/* Arrows */
.slick-prev,
.slick-next {
  top: 0;
  margin: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
.slick-prev:before,
.slick-next:before {
  content: '';
}

.slick-prev {
  left: 0;
  cursor: url(../img/arrow-left.svg) 0 15, w-resize;
}

.slick-next {
  right: 0;
  cursor: url(../img/arrow-right.svg) 60 15, e-resize;
}

.header-logo {
  position: fixed;
  top: 31px;
  left: 60px;
  margin: 0;
  width: 330px;
  height: 90px;
  z-index: 98;
}
@media only screen and (max-width: 767px) {
  .header-logo {
    top: 15px;
    left: 15px;
    width: 190px;
    height: 63px;
  }
}
.header-logo__img {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/logo.png");
  background-image: url("../img/logo.svg");
  background-size: 100% 100%;
  text-indent: -9999px;
}
.header-buttons__menu, .header-buttons__mail {
  position: fixed;
}
.header-buttons__mail {
  top: 60px;
  right: 112.5px;
  z-index: 98;
}
@media only screen and (max-width: 767px) {
  .header-buttons__mail {
    top: 30px;
    right: 60px;
  }
}
.header-buttons__menu {
  top: 60px;
  right: 60px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .header-buttons__menu {
    top: 30px;
    right: 15px;
  }
}
.header-buttons-mail__img {
  display: block;
  width: 45px;
  height: 30px;
  background-image: url("../img/mail.png");
  background-image: url("../img/mail.svg");
  background-size: 100% 100%;
  text-indent: -9999px;
}
@media only screen and (max-width: 767px) {
  .header-buttons-mail__img {
    width: 30px;
  }
}
.header-buttons-menu__img {
  display: block;
  width: 40px;
  height: 30px;
  background-image: url("../img/menu.png");
  background-image: url("../img/menu.svg");
  background-size: 100% 100%;
  text-indent: -9999px;
}
@media only screen and (max-width: 767px) {
  .header-buttons-menu__img {
    width: 30px;
  }
}
.header-buttons__menu.is-active .header-buttons-menu__img {
  background-image: url("../img/close.png");
  background-image: url("../img/close.svg");
  -webkit-animation-name: close;
  -webkit-animation-duration: 200ms;
}
.header-menu {
  position: fixed;
  top: 0;
  left: 100%;
  right: -100%;
  bottom: 0;
  background: rgba(0, 13, 255, 0.8);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-text-align: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 99;
  opacity: 0;
}
.header-menu.is-active {
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 300ms;
}
.header-menu a {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 45px;
  color: #00ffc0;
  font-size: 40px;
  display: inline-block;
  border-bottom: 3px solid rgba(0, 255, 192, 0);
}
@media only screen and (max-width: 767px) {
  .header-menu a {
    font-size: 22px;
    line-height: 36px;
  }
}
.header-menu a:hover {
  border-color: #00ffc0;
  text-decoration: none;
}

@-webkit-keyframes close {
  0% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
footer {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  footer {
    position: relative;
    padding-bottom: 15px;
  }
}

.footer {
  	/*
  	&-links {
  		float: left;
  		width: 50%;
  		text-align: left;
  	}
  
  	&-info {
  		float: right;
  		width: 50%;
  		text-align: right;
  	}
  	&-newsletter {
  		float: left;
  		width: 100%;
  	}
  	*/
}
.footer-stamp {
  z-index: 98;
  position: fixed;
  bottom: 30px;
  right: 60px;
  width: 135px;
  height: 135px;
  background-image: url("../img/stamp.png");
  background-image: url("../img/stamp.svg");
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .footer-stamp {
    right: 15px;
    width: 90px;
    height: 90px;
  }
}
.footer-content {
  width: 90%;
  margin: auto;
  text-align: center;
  font-weight: 400;
}
.footer-links, .footer-social, .footer-info {
  display: inline-block;
  padding: 15px 15px 0;
  background-color: #FFF;
}

.menu-social-container {
  display: inline-block;
  width: auto;
}

#menu-footer,
#menu-social {
  display: inline-block;
  width: auto;
}
#menu-footer li,
#menu-social li {
  display: inline-block;
}
#menu-footer a,
#menu-social a {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none !important;
}
#menu-footer .fa,
#menu-social .fa {
  font-size: 16px;
  margin-left: 7px;
}
#menu-footer .fontawesome-text,
#menu-social .fontawesome-text {
  display: none;
}

.footer-info a {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}
.footer-info a:hover {
  text-decoration: underline;
}

.footer-info__tel {
  text-decoration: none !important;
}

.footer-newsletter span,
.footer-newsletter input,
.footer-newsletter button {
  line-height: 15px;
}
.footer-newsletter span,
.footer-newsletter input {
  float: left;
}
.footer-newsletter input {
  width: 50%;
  padding: 0 7px;
  background-color: transparent;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 20px;
  border-color: #000;
  margin-left: 15px;
}
.footer-newsletter button {
  float: right;
}
.footer-newsletter span,
.footer-newsletter button {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
}
.footer-newsletter button {
  background: none;
  padding: 0;
  text-decoration: underline;
}
.footer-newsletter button:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #menu-social {
    margin-left: 0;
  }
}

#menu-footer li {
  padding-right: 15px;
}

.footer-info__tel {
  padding-left: 15px;
}

.secondary {
  float: right;
  width: 32.333%;
  padding-top: 30px;
}

.home {
  border: 0;
}
@media only screen and (min-width: 768px) {
  .home .header-logo {
    top: 50%;
    opacity: 1;
    width: 660px;
    height: 180px;
    margin-top: -90px;
    -webkit-animation-name: logo;
    -webkit-animation-duration: 800ms;
  }
  .home .header-logo.is-fixed {
    -webkit-animation-name: logo-fixed;
    -webkit-animation-duration: 1300ms;
    top: 31px;
    opacity: 1;
    width: 330px;
    height: 90px;
    margin-top: 0px;
  }
}
.home footer {
  position: relative;
  bottom: 0;
}

@-webkit-keyframes logo {
  0% {
    top: 52%;
    opacity: 0;
    width: 660px;
    height: 180px;
    margin-top: -90px;
  }
  10% {
    top: 52%;
    opacity: 0;
    width: 660px;
    height: 180px;
    margin-top: -90px;
  }
  100% {
    top: 50%;
    opacity: 1;
    width: 660px;
    height: 180px;
    margin-top: -90px;
  }
}
@-webkit-keyframes logo-fixed {
  0% {
    top: 50%;
    opacity: 1;
    width: 660px;
    height: 180px;
    margin-top: -90px;
  }
  10% {
    top: 52%;
    opacity: 0;
    width: 660px;
    height: 180px;
    margin-top: -90px;
  }
  30% {
    top: 52%;
    opacity: 0;
    width: 660px;
    height: 180px;
    margin-top: -90px;
  }
  31% {
    top: -100px;
    opacity: 0;
    width: 330px;
    height: 90px;
    margin-top: 0px;
  }
  100% {
    top: gap15px;
    opacity: 1;
    width: 330px;
    height: 90px;
    margin-top: 0px;
  }
}
.home .featured-image {
  display: block;
  margin-top: -45px;
  margin-right: -45px;
  margin-bottom: 90px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .home .featured-image {
    height: auto !important;
  }
}

.panel-row-style {
  display: table;
  width: 100%;
}

.panel-grid,
.panel-grid-cell {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .panel-grid,
  .panel-grid-cell {
    margin: 0 10px !important;
  }
  .panel-grid .so-panel,
  .panel-grid-cell .so-panel {
    margin: 10px 0 !important;
  }
}

.home-photography__text {
  font-size: 22px;
  line-height: 1.55;
  color: #333;
  position: absolute;
  top: -15px;
  background-color: #fff;
  width: 75%;
  height: 75%;
  padding: 0 135px 45px 15px;
  margin: 0 !important;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .home-photography__text {
    position: relative;
    top: 0;
    width: 100%;
    font-size: 18px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home-photography__text.is-active {
    opacity: 0;
    transition: opacity 300ms;
    cursor: default;
    display: none;
  }
}
.home-photography__image {
  margin-top: -45px;
}
@media only screen and (max-width: 767px) {
  .home-photography__image {
    margin-top: 0;
  }
}

.home-banner {
  height: 400px;
  	/*
  	// Specifications
  	&__wedding span {
  		bottom: $gap*3;
  	    left: $gap*2;
  		@media only screen and (max-width : 767px) {
  		  left: auto;
  		  right: 15px;
  		}
  	}
  	&__residencial .so-widget-sow-image {
  		bottom: $gap;
  	}
  	&__residencial span {
  		bottom: $gap*3;
  		right: $gap;
  		@media only screen and (max-width : 767px) {
  		  left: auto;
  		  right: 15px;
  		}
  	}
  	&__corporate .so-widget-sow-image {
  		right: $gap/2;
  	}
  	&__corporate span {
  		left: 35%;
  		bottom: $gap*4;
  		@media only screen and (max-width : 767px) {
  		  left: auto;
  		  right: 15px;
  		}
  	}
  	&__projects .so-widget-sow-image {
  		top: -$gap;
  		bottom: $gap*2;
  		right: 0;
  	}
  	&__projects span {
  		bottom: $gap*3;
      	left: $gap*2;
  	}
  	&__events .so-widget-sow-image {
  		top: -$gap*2;
  		right: $gap;
  	}
  	&__events span {
  		bottom: $gap*3;
      	left: $gap*2;
  	}
  	*/
}
@media only screen and (max-width: 767px) {
  .home-banner {
    height: 250px;
  }
}
.home-banner .so-widget-sow-button, .home-banner .ow-button-base, .home-banner a {
  height: 100%;
}
.home-banner a {
  font-size: 40px !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .home-banner a {
    font-size: 36px !important;
  }
}
.home-banner a .so-widget-sow-image {
  opacity: 1;
}
.home-banner a .so-widget-sow-image:last-child {
  opacity: 0;
}
.home-banner a:hover .so-widget-sow-image {
  opacity: 0;
}
.home-banner a:hover .so-widget-sow-image:last-child {
  opacity: 1;
}
.home-banner span {
  z-index: 1;
  position: absolute;
  text-align: right;
  font-weight: 400;
}
.home-banner .so-widget-sow-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
}
.home-banner .so-widget-image {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}
@media only screen and (max-width: 767px) {
  .home-banner .so-widget-image {
    max-width: 120% !important;
    height: auto !important;
  }
}

.home-modal__text {
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: #000;
  cursor: default;
  padding: 22.5px !important;
}
@media only screen and (max-width: 767px) {
  .home-modal__text {
    font-size: 16px !important;
  }
}
.home-modal__text .textwidget {
  display: inline;
  position: relative;
  line-height: 1.2em;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .home-modal__text .textwidget:hover {
    border-color: #000;
  }
  .home-modal__text .textwidget:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 5px;
    right: -35px;
    background-image: url("../img/plus.png");
    background-image: url("../img/plus.svg");
    background-size: 100% 100%;
    transform: rotate(45deg);
    transition: transform 200ms;
  }
  .home-modal__text .textwidget.is-active:after {
    transform: rotate(0deg);
  }
}
.home-modal__image {
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: 0 solid #fff;
  z-index: 2;
  opacity: 0;
  transition: opacity 300ms;
}
@media only screen and (max-width: 767px) {
  .home-modal__image {
    display: none;
  }
}
.home-modal__image.is-active {
  height: auto;
  border: 45px solid #fff;
  opacity: 1;
}
.home-modal__wrap {
  position: absolute;
  z-index: 3;
  margin: 0 0 .home-modal__wrap gap/3 !important;
}
@media only screen and (max-width: 767px) {
  .home-modal__wrap {
    position: relative;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-modal {
    display: none;
  }
}

.gallery {
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .gallery {
    overflow: auto !important;
    border: 15px solid transparent;
  }
}

.gallery-text {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .gallery-text {
    position: relative;
    height: auto;
    margin-top: -50%;
  }
}
.gallery-text .widget_text {
  padding: 15px 0;
  background: #ffffff;
}
.gallery-text h3 {
  position: absolute;
  top: -45px;
  width: 100%;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
}
.gallery-text .textwidget {
  position: relative;
  padding: 0;
  left: -15px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .gallery-text .textwidget {
    margin-top: -45px;
  }
}

@media (min-width: 767px) and (max-width: 990px) {
  #pgc-720-1-1 {
    width: 40% !important;
  }
}
.press {
  overflow: hidden;
  position: relative;
  border: 15px solid transparent;
}
.press img {
  width: 50%;
  border: 15px solid #E5FF00;
  margin-left: 15%;
}
@media only screen and (max-width: 767px) {
  .press img {
    width: 98%;
    margin: 1%;
  }
}
.press .slick-slide img {
  min-width: 0;
}

.press-carrousel .slick-prev {
  width: 25%;
}

.press-wrap {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  top: 0;
  height: 100%;
  left: 25%;
  width: 20%;
  z-index: 1000;
}
@media only screen and (max-width: 767px) {
  .press-wrap {
    width: 100%;
    left: 0%;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
}
.press-wrap .press-title {
  font-size: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .press-wrap .press-title {
    margin-top: 0px;
    display: block;
    width: 80%;
    margin-left: 10%;
    margin-bottom: -2px;
    background: #fff;
    padding-left: 15px;
    padding-top: 5px;
  }
}
.press-wrap .press-text {
  position: absolute;
  z-index: 1001;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 15px;
  font-size: 22px;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .press-wrap .press-text {
    font-size: 16px;
    display: block;
    width: 80%;
    margin-left: 10%;
  }
}
.press-wrap .press-text p {
  margin: 0;
  border-bottom: 1px solid #FFF;
}
.press-wrap .press-text:hover p {
  border-color: #000;
}
.press-wrap .press-text p:first-child {
  display: inline;
}
.press-wrap .press-text p:last-child {
  display: table;
}

.page-template-page-gallery,
.page-child.page-template-page-carrousel {
  border-color: #E5FF00;
  background-color: #E5FF00;
}
.page-template-page-gallery .footer-links, .page-template-page-gallery .footer-social, .page-template-page-gallery .footer-info,
.page-child.page-template-page-carrousel .footer-links,
.page-child.page-template-page-carrousel .footer-social,
.page-child.page-template-page-carrousel .footer-info {
  background-color: #E5FF00;
}

.gallery-page {
  background: #E5FF00;
}
@media only screen and (max-width: 767px) {
  .gallery-page {
    height: auto !important;
  }
}
.gallery-page > div, .gallery-page .panel-grid, .gallery-page .panel-grid-cell {
  height: 100%;
}
.gallery-page .panel-grid-cell {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .gallery-page .panel-grid-cell {
    display: block;
  }
}
.gallery-page .widget_sow-button {
  margin: 0;
  height: 50%;
  overflow: hidden;
}
.gallery-page .panel-grid-cell:last-child .widget_sow-button {
  height: 100%;
}
.gallery-page .widget_sow-button {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .gallery-page .widget_sow-button {
    display: block;
    height: 400px;
  }
}
.gallery-page .widget_sow-button .widget_sow-image,
.gallery-page .widget_sow-button .so-widget-sow-image,
.gallery-page .widget_sow-button .so-widget-sow-image a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .gallery-page .widget_sow-button .widget_sow-image,
  .gallery-page .widget_sow-button .so-widget-sow-image,
  .gallery-page .widget_sow-button .so-widget-sow-image a {
    display: block;
    height: 400px;
  }
}
.gallery-page .so-widget-image {
  max-width: 9999px !important;
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .gallery-page .so-widget-image {
    height: 400px !important;
  }
}
.gallery-page .so-widget-sow-button {
  position: absolute;
  bottom: 45px;
  left: 45px;
}
.gallery-page .ow-button-base a {
  background: #fff !important;
  border: 0 !important;
}
.gallery-page .ow-button-base span {
  text-transform: uppercase;
  text-decoration: none !important;
  color: #000 !important;
  position: relative;
  font-size: 40px;
  left: -45px;
}

.gallery-close {
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 45px;
  left: 45px;
  background-image: url("../img/plus.png");
  background-image: url("../img/plus.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  transition: transform 200ms;
  z-index: 99;
  cursor: pointer;
  text-indent: -9999px;
}
@media only screen and (max-width: 767px) {
  .gallery-close {
    left: -0px;
    bottom: -15px;
  }
}
.gallery-close:hover {
  transform: rotate(0deg);
}
.page-template-page-gallery .gallery-close, .page-child.page-template-page-carrousel .gallery-close {
  display: block;
}

#panel-238-0-1-0 {
  margin-bottom: 0 !important;
}

.gallery-only-text .so-widget-sow-button {
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
}

.gallery-only-text .ow-button-base span {
  line-height: 1em;
  left: 0;
}

.gallery-only-text .ow-button-base a {
  text-decoration: none !important;
}

.ow-button-base a {
  line-height: 1.8em;
}

.page-template-page-studio {
  padding-top: 60px;
}
.page-template-page-studio footer {
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-template-page-studio .panel-widget-style {
    font-size: 18px !important;
    line-height: 1.75em !important;
  }
}

.page-template-page-contact {
  overflow-x: hidden;
}
@media (min-width: 1201px) {
  .page-template-page-contact footer {
    position: relative;
  }
}

.page-template-page-contact .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .page-template-page-contact .featured-image {
    width: auto !important;
    height: auto !important;
    position: relative;
  }
}

.page-template-page-contact footer {
  background-color: #fff;
}

.contact {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .contact {
    position: relative;
  }
}

@media (max-width: 1200px) {
  #pgc-20-0-1 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #pgc-20-0-1 .textwidget {
    font-size: 16px;
    padding: 0;
  }
}
.contact .panel-grid {
  margin: 0 !important;
}

.contact .textwidget {
  background: #fff;
  padding: 45px;
  text-transform: uppercase;
  font-size: 22px;
}

.contact .textwidget p:last-child a {
  border: 1px solid #000;
  color: #000;
  padding: 15px;
  margin-top: 15px;
  display: inline-block;
  opacity: 1;
}
.contact .textwidget p:last-child a:hover {
  opacity: 0.7;
  transition: opacity 300ms;
  text-decoration: none;
}

.blog-main {
  margin-top: 135px;
}

.archive-title h1 {
  margin-left: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 20px;
}

.blog .widget-title,
.archive .widget-title {
  margin: 0 0 10px;
  font-size: 20px;
}

.blog-post {
  float: left;
  width: 33.333%;
  padding: 15px;
}
@media (max-width: 954px) {
  .blog-post {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post {
    width: 100%;
  }
}

.blog-item {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.blog-info {
  background: #fff;
  display: inline-block;
  position: absolute;
  width: 50%;
  top: 45px;
  right: 45px;
  padding: 15px;
}

.blog-post:nth-child(1) .blog-info,
.blog-post:nth-child(5) .blog-info {
  top: 45px;
  right: 45px;
}

.blog-post:nth-child(2) .blog-info,
.blog-post:nth-child(7) .blog-info {
  top: 90px;
  right: 45px;
}

.blog-post:nth-child(3) .blog-info,
.blog-post:nth-child(8) .blog-info {
  top: 45px;
  right: 90px;
}

.blog-post:nth-child(4) .blog-info,
.blog-post:nth-child(6) .blog-info {
  top: 90px;
  right: 90px;
}

.blog-title,
.blog-date {
  font-size: 22px;
  margin: 0;
  margin-right: -45px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #FFF;
}
.blog-item:hover .blog-title, .blog-item:hover
.blog-date {
  border-color: #000;
  text-decoration: none;
}

.blog-title {
  display: inline;
}

.blog-date {
  display: table;
}

.navigation {
  width: 100%;
  box-shadow: none;
}

.pagination .page-numbers {
  height: 40px;
  line-height: 40px;
  padding: 0 7px;
  color: #000;
}
.pagination .page-numbers.current {
  color: #000DFF;
}

.pagination .prev,
.pagination .next {
  position: relative;
  width: 40px;
  padding: 0;
  background-color: transparent !important;
  text-indent: 0;
  color: #000;
  overflow: inherit;
  text-align: center;
}
.pagination .prev i,
.pagination .next i {
  font-size: 12px;
  position: relative;
  top: -1px;
}
.pagination .prev:before,
.pagination .next:before {
  display: none;
}

.archive footer,
.blog footer {
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .archive footer,
  .blog footer {
    bottom: 0;
  }
}

.blog .header-logo__img,
.archive .header-logo__img,
.single-post .header-logo__img {
  background-image: url("../img/logo-blog.png");
  background-image: url("../img/logo-blog.svg");
}

.blog .header-buttons-mail__img,
.archive .header-buttons-mail__img,
.single-post .header-buttons-mail__img {
  background-image: url("../img/mail-blog.png");
  background-image: url("../img/mail-blog.svg");
}

.blog .header-buttons-menu__img,
.archive .header-buttons-menu__img,
.single-post .header-buttons-menu__img {
  background-image: url("../img/menu-blog.png");
  background-image: url("../img/menu-blog.svg");
}

.blog .footer-stamp,
.archive .footer-stamp,
.single-post .footer-stamp {
  background-image: url("../img/stamp-blog.png");
  background-image: url("../img/stamp-blog.svg");
}

.comments-area {
  float: left;
  clear: left;
  width: 40%;
  box-shadow: none;
  margin: 0 0 40px;
  padding: 0;
  border: 1px solid #ededed;
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  .comments-area {
    width: 100%;
    padding: 15px;
  }
}

.comment-meta {
  position: relative;
  bottom: 0 !important;
}
.comment-meta b {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.comment-meta b:after,
.comment-meta .edit-link:before {
  display: none !important;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback {
  padding: 10px;
}

.comment-metadata {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 0 5px;
}

.comment-content {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.comment-list .reply a {
  font-family: 'Lato', sans-serif;
  margin: 10px 0 0;
  color: #ccc;
  border: 0;
  text-decoration: underline;
}

.comment-reply-title {
  display: none;
}

.comment-form, .no-comments {
  text-align: center;
  padding: 0;
  border-top: 1px solid #f5f5f5;
  padding: 15px;
}

.comment-notes, .logged-in-as, .form-allowed-tags {
  margin-bottom: 20px;
}

.comment-awaiting-moderation {
  margin: 0 0 2px;
  color: orange;
  font-size: 11px;
}

.comment-form label {
  font-size: 10px;
  position: relative;
  left: 3px;
  top: 5px;
  text-align: left;
}

.logged-in-as {
  border: 0 !important;
}

.post {
  position: relative;
  float: left;
  width: 30%;
  margin-top: 135px;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .post {
    padding: 15px;
    width: 100%;
  }
}

.post-images {
  float: right;
  width: 45%;
  margin-right: 10%;
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .post-images {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
  }
}
.post-images img {
  margin-bottom: 15px;
}

.post-title,
.post-date {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .post-title,
  .post-date {
    font-size: 20px;
  }
}

.post-date {
  margin-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  .post-date {
    margin-bottom: 45px;
  }
}

.post-content {
  font-size: 16px;
}

.post-share {
  float: left;
  clear: left;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.post-share li {
  display: inline-block;
  padding-right: 9px;
}
.post-share a {
  color: #000;
}
.post-share i {
  cursor: pointer;
  font-size: 16px;
}

.post-back,
.post-navigation {
  float: left;
  clear: left;
}
.post-back a,
.post-navigation a {
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
}
.post-back .fa,
.post-navigation .fa {
  font-size: 11px;
  position: relative;
  top: -1px;
}

.post-navigation {
  box-shadow: none;
  margin: 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  display: inline-block;
  background-image: none !important;
  background-color: transparent;
  margin-right: 15px;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  padding: 0;
}
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
  background-color: transparent !important;
}

.single footer {
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single footer {
    bottom: 0;
  }
}