/** ==================================================

LAYERZ - Coraline

[TABLE OF CONTENTS]

01. COMMONS
02. HEADER
03. PORTFOLIO
04. FOOTER
05. BLOG

================================================== **/
/** 01. COMMONS
================================================== **/
.container {
  max-width: 1400px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 800px) {
  .container {
    padding: 0 30px;
  }
}
.column {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 0 25px;
}
.column.col-1 {
  width: 8.333%;
}
.column.col-2 {
  width: 16.666%;
}
.column.col-3 {
  width: 24.999%;
}
.column.col-4 {
  width: 33.332%;
}
.column.col-5 {
  width: 41.665%;
}
.column.col-6 {
  width: 49.998%;
}
.column.col-7 {
  width: 58.331%;
}
.column.col-8 {
  width: 66.664%;
}
.column.col-9 {
  width: 74.997%;
}
.column.col-10 {
  width: 83.33%;
}
.column.col-11 {
  width: 91.663%;
}
.column.col-12 {
  width: 100%;
}
.column.offset-1 {
  margin-left: 8.333%;
}
.column.offset-2 {
  margin-left: 16.666%;
}
.column.offset-3 {
  margin-left: 24.999%;
}
.column.offset-4 {
  margin-left: 33.332%;
}
.column.offset-5 {
  margin-left: 41.665%;
}
.column.offset-6 {
  margin-left: 49.998%;
}
.column.offset-7 {
  margin-left: 58.331%;
}
.column.offset-8 {
  margin-left: 66.664%;
}
.column.offset-9 {
  margin-left: 74.997%;
}
.column.offset-10 {
  margin-left: 83.33%;
}
.column.offset-11 {
  margin-left: 91.663%;
}
@media (max-width: 800px) {
  .column {
    float: none;
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .column:not(:last-child) {
    margin-bottom: 50px;
  }
}
.row {
  display: block;
  position: relative;
  margin: 0 -25px;
}
@media (max-width: 800px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container::after,
.row::after,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Muli';
  font-size: 17px;
  color: #808080;
  line-height: 1.8;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;
}
@media (max-width: 600px) {
  body {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  color: #111111;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
@media (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
em {
  font-family: 'Muli';
  font-style: italic;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.responsive,
video.responsive {
  display: block;
  width: 100%;
}
figure {
  text-align: center;
}
figure figcaption {
  font-size: 12px;
}
figure img:not(.mfp-img) + figcaption {
  margin-top: 10px;
  color: #111111;
  opacity: 0.4;
}
ul,
ol {
  list-style: none;
}
blockquote {
  font-family: 'Muli';
  font-size: 18px;
  color: #111111;
  padding: 15px 0 15px 50px;
  border-left: 2px solid #111111;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
div[class*='gap-'] {
  display: block;
}
.gap-25 {
  height: 25px;
}
.gap-50 {
  height: 50px;
}
.gap-100 {
  height: 100px;
}
.gap-150 {
  height: 150px;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child) {
  margin-bottom: 25px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: 'Muli';
  font-size: 12px;
  font-weight: 700;
  padding: 0 50px;
  color: #ffffff;
  letter-spacing: 5px;
  background: #a4c5cc;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #2b2b2b;
}
.btn:hover.mfp-arrow,
button:hover.mfp-arrow,
input[type="submit"]:hover.mfp-arrow,
input[type="reset"]:hover.mfp-arrow,
input[type="button"]:hover.mfp-arrow,
.btn:hover.mfp-close,
button:hover.mfp-close,
input[type="submit"]:hover.mfp-close,
input[type="reset"]:hover.mfp-close,
input[type="button"]:hover.mfp-close {
  background: none;
}
@media (max-width: 600px) {
  .btn,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    height: 45px;
    line-height: 45px;
    font-size: 11px;
    padding: 0 25px;
  }
}
.form__group:not(:last-child) {
  margin-bottom: 15px;
}
.form__group:not(:last-child).last {
  margin-top: 25px;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  font-family: inherit;
  padding: 15px;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #cccccc;
}
textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b3b3b3;
}
input[type]::-moz-input-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder {
  color: #b3b3b3;
}
input[type]:-moz-input-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder {
  color: #b3b3b3;
}
input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b3b3b3;
}
.fade {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fade.hide {
  opacity: 0;
  visibility: hidden;
}
.main__content {
  padding-top: 80px;
}
/** 02. HEADER
================================================== **/
.header {
  padding: 50px 0 35px 0;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}
.header .header__logo {
  font-size: 20px;
  font-weight: 700;
  color: #111111;
}
.header .header__nav .menu li {
  display: inline-block;
  position: relative;
}
.header .header__nav .menu > li {
    padding-bottom: 15px;
}
.header .header__nav .menu li:not(:last-child) {
  margin-right: 25px;
}
.header .header__nav .menu li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header__nav .menu li a:hover,
.header .header__nav .menu li a.active {
  color: #111111;
}
.header .header__nav .menu li ul {
  min-width: 180px;
  position: absolute;
  top: 150%;
  left: -30px;
  z-index: 10;
  padding: 25px 30px;
  background: #111111;
  opacity: 0;
-webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header .header__nav .menu li:hover > ul {
  display: block!important;
  opacity: 1;
  top: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header .header__nav .menu li:hover > ul:after {
    display: block;
    content: '';
    position: absolute;
    top: -6px;
    left: 20%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: transparent transparent #000;
}

.header .header__nav .menu li ul li {
  display: block;
  white-space: nowrap;
}
.header .header__nav .menu li ul li:not(:last-child) {
  margin-right: 0;
}
.header .header__nav .menu li ul li a {
  display: block;
  font-size: 13px;
  color: #b3b3b3;
}
.header .header__nav .menu li ul li a:hover,
.header .header__nav .menu li ul li a.active {
  color: #ffffff;
}
.header .header__trigger {
  width: 20px;
  height: 16px;
  margin-top: 7px;
  position: relative;
  cursor: pointer;
}
.header .header__trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #111111;
  position: absolute;
  left: 0;
}
.header .header__trigger span.top {
  top: 0;
}
.header .header__trigger span.middle {
  top: 50%;
  margin-top: -1px;
}
.header .header__trigger span.bottom {
  bottom: 0;
}
.header .mobile__nav {
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 15px 30px;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(17, 17, 17, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .mobile__nav.visible {
  opacity: 1;
  visibility: visible;
}
.header .mobile__nav .menu li {
  display: block;
  position: relative;
  line-height: 50px;
}
.header .mobile__nav .menu li:not(:last-child) {
  margin-right: 0;
}
.header .mobile__nav .menu > li {
    padding-top: 10px;
    margin-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.header .mobile__nav .menu li.social__link {
  display: none;
}
.header .mobile__nav .menu li a {
  display: block;
  font-size: 13px;
}
.header .mobile__nav .menu li ul {
  padding: 0 15px;
}
.header .mobile__nav .menu li ul li {
  line-height: 40px;
}
.header .mobile__nav .menu li ul li:not(:first-child) {
  border-top: 0;
}
.header .header__nav .menu > li.social__link.first {
    margin-left: 50px;
}

/** 03. PORTFOLIO
================================================== **/
.entry .entry__thumb {
    overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry:hover .entry__thumb {
  opacity: 0.8;
}
.entry .entry__header {
  width: 100%;
  display: table;
  margin-top: 10px;
}
.entry .entry__header .entry__title .title {
  display: block;
  font-size: 20px;
  color: #111111;
}
.entry .entry__header .entry__title .cat {
  display: block;
  font-size: 11px;
  color: #b3b3b3;
}
.entry .entry__header .love-it {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 13px;
}
.entry .entry__header .love-it i {
  margin-left: 5px;
  color: #a4c5cc;
}

//
.entry .entry__thumb {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.entry .entry__thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.entry:hover .entry__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.entry .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry .overlay .overlay__caption {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.entry .overlay .overlay__caption .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 50px;
}
.entry .overlay .overlay__caption .text span.title {
  display: block;
  font-size: 24px;
  color: #111111;
}
.entry .overlay .overlay__caption .text span.cat {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
}
.entry:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio__filters {
  margin: 80px 0 50px;
}
.portfolio__filters ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio__filters ul li:not(:last-child) {
  margin-right: 50px;
}
.portfolio__filters ul li:not(.title) {
  cursor: pointer;
}
.portfolio__filters ul li:hover:not(.title) {
  color: #111111;
}
.portfolio__filters ul li.title {
  font-weight: 700;
  color: #111111;
}
.portfolio__filters ul li.active,
.portfolio__filters ul li:hover {
  color: #111111;
  border-bottom: 1px dashed #b3b3b3;
  transition-duration: 0s;
}
@media (max-width: 600px) {
  .portfolio__filters ul li:not(:last-child) {
    margin-right: 25px;
  }
}
.project__title {
  font-family: 'Muli';
}
.project__cat {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
}
.project__cat a {
  padding-bottom: 2px;
  border-bottom: 1px dashed #b3b3b3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project__cat a:hover {
  color: #111111;
}
.project__desc {
  margin-top: 25px;
}
.project__content {
  margin-top: 100px;
}
.project__images .project__img {
  position: relative;
  text-align: center;
}
.project__images .project__img:not(:last-child) {
  margin-bottom: 100px;
}
.project__images .project__img a {
  display: inline-block;
}
.project__images .project__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 600px;
}
.project__share {
  margin-top: 100px;
  text-align: center;
}
.project__share .share li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.project__share .share li:not(:last-child) {
  margin-right: 25px;
}
.project__share .share li.divider {
  width: 1px;
  height: 25px;
  background: #b3b3b3;
}
.project__share .share li.love-it {
  cursor: pointer;
  color: #a4c5cc;
}
.project__share .share li.love-it i {
  margin-left: 5px;
}
.project__share .share li a {
  color: #111111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project__share .share li a:hover {
  color: #919191;
}
/** 04. FOOTER
================================================== **/
.footer {
  padding: 50px 0;
  margin-top: 100px;
  text-align: center;
  border-top: 1px solid #eee;
}
.footer .copy {
  font-size: 14px;
}
.footer .copy a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .copy a:hover {
  color: #111111;
}
.footer .container,
.project-navigation {
    display: table;
    width: 100%;
}

.project-navigation {
    margin-top: 100px;
}

.footer .container > .copy,
.footer .container > .backtotop,
.footer .container > .social-icons,
.project-navigation .nav.prev,
.project-navigation .nav.next,
.project-navigation .project__share {
    display: table-cell;
    width: 33.3333%;
    text-align: left;
}

.footer .container > .backtotop,
.project-navigation .project__share {
    text-align: center;
}

.footer .container > .social-icons,
.project-navigation .nav.next {
    text-align: right;
}

.footer .container > .social-icons li:not(:last-child) {
    margin-right: 25px;
}

.footer .container > .social-icons li {
    display: inline-block;
}

.footer .container > .backtotop a,
.footer .container > .social-icons li a,
.project-navigation .nav.prev a,
.project-navigation .nav.next a,
.post-nav a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer .container > .backtotop a:hover,
.footer .container > .social-icons li a:hover,
.project-navigation .nav.prev a:hover,
.project-navigation .nav.next a:hover,
.post-nav a:hover {
    color: #111;
}

/** 05. BLOG
================================================== **/
.blog .entry__title {
  font-family: 'Muli';
  color: #111111;
  margin-bottom: 0;
}
.blog .entry__title a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog .entry__title a:hover {
  color: #515151;
}
@media (max-width: 600px) {
  .blog .entry__title {
    font-size: 22px;
  }
}
.entry__metas span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
}
.entry__metas span:not(:last-child) {
  margin-right: 15px;
}
.entry__metas span a {
  padding-bottom: 2px;
  border-bottom: 1px dashed #b3b3b3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.entry__metas span a:hover {
  color: #111111;
}
.blog__pages {
  margin-top: 100px;
  text-align: center;
}
.post__title {
  font-family: 'Muli';
  word-wrap: break-word;
}
.post__img {
  margin-top: 50px;
}
.post__content {
  padding: 0 50px;
}
@media (max-width: 600px) {
  .post__content {
    padding: 0;
  }
}
.post__content p.tags {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #111111;
}
.post__content p.tags a {
  color: #808080;
  padding-bottom: 2px;
  border-bottom: 1px dashed transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post__content p.tags a:hover {
  color: #111111;
  border-bottom: 1px dashed #b3b3b3;
}
.post__content p.share {
  font-size: 14px;
  color: #111111;
}
.post__content p.share a {
  color: #808080;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post__content p.share a:hover {
  color: #111111;
}
.comments {
  margin-top: 50px;
}
.comments:before {
  display: block;
  content: '';
  width: 15px;
  height: 1px;
  background: #111111;
  margin-bottom: 15px;
}
.comments .comments__list .comment:not(:last-child) {
  margin-bottom: 25px;
}
.comments .comments__list .comment .comment-img {
  width: 60px;
  float: left;
}
.comments .comments__list .comment .comment-img img {
  display: block;
  width: 100%;
}
.comments .comments__list .comment .comment-content {
  padding-left: 100px;
}
.comments .comments__list .comment .comment-content .name {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
}
.comments .comments__list .comment .comment-content .date {
  font-family: 'Muli';
  font-size: 12px;
}
.comments .comments__list .comment .comment-content .desc {
  font-size: 14px;
  margin: 25px 0;
}
.comments .comments__list .comment .comment-content a.reply {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
  padding-bottom: 2px;
  border-bottom: 1px dashed #b3b3b3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments .comments__list .comment .comment-content a.reply:hover {
  color: #111111;
}
.comments .comments__list .children {
  padding: 25px 0 0 60px;
}
.map-container {
    width: 100%;
    height: 400px;
}
.map-container .fwp-map {
    height: 100%;
}
@media (max-width: 600px) {
  .comments .comments__list .comment .comment-img {
    width: 50px;
  }
  .comments .comments__list .comment .comment-content {
    padding-left: 70px;
  }
  .comments .comments__list .children {
    padding: 50px 0 0 0;
  }
.footer .container,
.project-navigation {
    display: block;
}

.project-navigation {
    margin-top: 100px;
}

.project-navigation .project__share {
    margin: 20px 0;
}

.footer .container > .copy,
.footer .container > .backtotop,
.footer .container > .social-icons {
    display: block;
    width: 100%;
    text-align: center;
}

.project-navigation .nav.prev,
.project-navigation .nav.next,
.project-navigation .project__share {
    display: block;
    width: 100%;
}

.footer .container > .backtotop {
    margin: 20px 0;
}

}
@media (max-width: 400px) {
  .comments .comments__list .comment .comment-img {
    display: none;
  }
  .comments .comments__list .comment .comment-content {
    padding-left: 0;
  }
}
