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

Template Name: sima
Author: layerz (https://themeforest.net/user/layerz)

[table of contents]

01. grid
02. commons
03. buttons
04. forms
05. header
06. footer
07. pages
08. portfolio
09. blog
10. sliders
11. overlays
12. social

================================================== **/
/** 01. grid
-------------------------------------------------- **/
.container {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 600px) {
  .container {
    width: 90%;
  }
}
.column {
  float: left;
  position: relative;
  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;
  /*&:not(:last-child) {
			margin-bottom: @margin_between_columns;
		}*/
}
@media (max-width: 800px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container::after,
.row::after,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
/** 02. commons
-------------------------------------------------- **/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  font-family: 'Yantramanav';
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.7;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;
}
body.noscroll {
  padding-right: 17px;
  overflow-y: hidden;
}
body.noscroll .hero.fullscreen {
  right: 17px;
}
@media (max-width: 800px) {
  body {
    font-size: 14px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  color: #1b1b1b;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 25px;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 40px; font-family: 'Oswald'; font-weight: 400; text-transform: uppercase; line-height: 42px;
}
h3 {
  font-size: 50px; font-family: 'Oswald'; font-weight: 200; letter-spacing: 0px; line-height: 52px;
}
h4 {
  font-size: 40px; font-family: 'Oswald'; font-weight: 200; letter-spacing: 0px; line-height: 42px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
@media (max-width: 800px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
p:not(:last-child) {
  margin-bottom: 25px;
}
div.post__content > div.post__excerpt {
    margin-bottom: 25px;
}
b,
strong {
  font-weight: 500;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.link {
  position: relative;
  padding-bottom: 4px;
  color: #5a5a5a;
  -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;
}
a.link::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1b1b1b;
}
a.link:hover {
  color: #1b1b1b;
}
img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.responsive,
video.responsive {
  display: block;
  width: auto;
}
figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  right: 50px;
  bottom: 50px;
  padding: 10px 15px;
  font-size: 14px;
  background: #ffffff;
}
ul,
ol {
  list-style: none;
}
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 25px;
}
ul.spaced li:not(:last-child),
ol.spaced li:not(:last-child) {
  margin-bottom: 15px;
}
ul.liststyle {
  list-style: circle inside;
}
ol.liststyle {
  list-style: decimal inside;
}
blockquote {
  text-align: center;
  padding: 25px 100px;
}
blockquote:not(:last-child) {
  margin-bottom: 25px;
}
blockquote p {
  font-size: 20px;
  font-weight: 500;
  color: #ee3333;
}
blockquote p::before {
  display: block;
  content: open-quote;
  font-size: 28px;
  color: #b3b3b3;
  padding-right: 15px;
}
@media (max-width: 600px) {
  blockquote {
    padding: 25px 0;
  }
  blockquote p {
    font-size: 18px;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table:not(:last-child) {
  margin-bottom: 25px;
}
.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: 30px;
}
.gap-150 {
  height: 150px;
}
@media (max-width: 800px) {
  .gap-50 {
    height: 25px;
  }
  .gap-100 {
    height: 50px;
  }
  .gap-150 {
    height: 100px;
  }
}
.light-content {
  color: #ffffff;
}
.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6 {
  color: #ffffff;
}
.call__to__action {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.call__to__action .action {
  display: table-cell;
  vertical-align: middle;
}
.call__to__action .action.action__25 {
  width: 25%;
}
.call__to__action .action.action__50 {
  width: 50%;
}
.call__to__action .action.action__75 {
  width: 75%;
}
.call__to__action .action.action__100 {
  width: 100%;
}
#page-loader {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: #1b1b1b;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#page-loader.hide {
  opacity: 0;
  visibility: hidden;
}
#page-loader .dots {
  width: 20px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -10px;
}
#page-loader .dots span {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  background: #ffffff;
  border-radius: 50%;
  animation: loader 0.5s infinite linear;
}
#page-loader .dots span:nth-child(1) {
  left: 0;
  animation-delay: 0;
}
#page-loader .dots span:nth-child(2) {
  left: 50%;
  margin-left: -2px;
  animation-delay: 0.1s;
}
#page-loader .dots span:nth-child(3) {
  right: 0;
  animation-delay: 0.2s;
}
@keyframes loader {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.reveal {
  position: relative;
  overflow: hidden;
}
.reveal .reveal-content {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.reveal.reveal-in .reveal-content {
  top: 0;
  opacity: 1;
}
.back2top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background: #1b1b1b;
  -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;
}
.back2top.visible {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}
/** 03. buttons
-------------------------------------------------- **/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.btn {
  display: inline-block;
  position: relative;
  height: 46px;
  line-height: 40px;
  text-align: center;
  font-family: inherit;
  font-size: 14px;
  color: #1b1b1b;
  padding: 0 50px;
  border: 3px solid #1b1b1b;
  background: transparent;
  border-radius: 3px;
  -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="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.btn:hover {
  color: #ffffff;
  background: #1b1b1b;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block,
button.btn-block,
.btn.btn-block {
  display: block;
  width: 100%;
}
input[type="submit"].light,
input[type="reset"].light,
input[type="button"].light,
button.light,
.btn.light {
  color: #ffffff;
  border-color: #ffffff;
}
input[type="submit"].light:hover,
input[type="reset"].light:hover,
input[type="button"].light:hover,
button.light:hover,
.btn.light:hover {
  color: #1b1b1b;
  background: #ffffff;
}
/** 04. forms
-------------------------------------------------- **/
.form-group:not(:last-child) {
  margin-bottom: 15px;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: inherit;
  font-size: inherit;
  padding: 0 15px;
  border: none;
  background: #f7f7f7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s 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 {
  background: #f2f2f2;
}
textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  line-height: inherit;
  padding: 15px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
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;
}
/** 05. header
-------------------------------------------------- **/
.header {
  width: 100%;
  position: fixed;
  z-index: 10; background-color: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.11);
box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.11);
}
.header .header__logo {
  display: block;
  height: 50px;
  line-height: 50px;
}
.header .header__logo img {
  max-height: 50px;
}
.header .header__logo img.normal,
.header .header__logo span.normal {
  display: block;
}
.header .header__logo img.light,
.header .header__logo span.light {
  display: none;
}
.header .header__burger {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 30px;
  margin-top: 5px; margin-bottom: 5px;
  cursor: pointer;
}
.header .header__burger .burger,
.header .header__burger .burger::before,
.header .header__burger .burger::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #1b1b1b;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .header__burger .burger::before {
  top: 0;
  margin-top: -7px;
}
.header .header__burger .burger::after {
  top: 0;
  width: 60%;
  margin-top: 7px;
}
.header .header__burger:hover .burger::after {
  width: 100%;
}
.header.light .header__logo img.normal,
.header.light .header__logo span.normal {
  display: none;
}
.header.light .header__logo img.light,
.header.light .header__logo span.light {
  display: block;
}
.header.light .header__burger .burger,
.header.light .header__burger .burger::before,
.header.light .header__burger .burger::after {
  background: #4f387d;
}
@media (max-width: 800px) {
  .header {
    padding: 30px 0;
  }
}
.page__nav {
  display: table;
  width: 35%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -35%;
  z-index: 1000;
  background: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
  transition: all 0.5s cubic-bezier(0.6, 0.3, 0, 1);
}
.page__nav .close {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50px;
  right: 60px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page__nav .close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page__nav .close span::before,
.page__nav .close span::after {
  content: '';
  position: absolute;
  background: #1b1b1b;
  -webkit-transition: transform 0.5s ease 0.3s, background 0.2s ease;
  -moz-transition: transform 0.5s ease 0.3s, background 0.2s ease;
  -ms-transition: transform 0.5s ease 0.3s, background 0.2s ease;
  -o-transition: transform 0.5s ease 0.3s, background 0.2s ease;
  transition: transform 0.5s ease 0.3s, background 0.2s ease;
}
.page__nav .close span::before {
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page__nav .close span::after {
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page__nav .close:hover span::before {
  background: #ee3333;
  -webkit-animation: header-close-1 0.3s linear;
  animation: header-close-1 0.3s linear;
}
.page__nav .close:hover span::after {
  background: #ee3333;
  -webkit-animation: header-close-2 0.3s linear;
  animation: header-close-2 0.3s linear;
}
.page__nav .menu {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 100px 60px;
}
.page__nav .menu li {
  line-height: 1;
  position: relative;
}
.page__nav .menu li a {
  font-family: 'Oswald';
  font-size: 34px;
  line-height: 54px;
  font-weight: 400;
  color: #1b1b1b;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page__nav .menu li a.active {
  color: #ee3333;
}
.page__nav .menu li a:hover:not(.active) {
  color: #5a5a5a;
}
.page__nav .menu li ul li {
  line-height: 1;
}
.page__nav .menu li ul li:not(:last-child) {
  margin-bottom: 0;
}
.page__nav .menu li ul li a {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  color: inherit;
  line-height: 25px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page__nav .menu li ul li a.active {
  color: #5a5a5a;
}
.page__nav .menu li ul li a.active::before {
  display: none;
}
.page__nav .mail {
  position: absolute;
  right: 60px;
  bottom: 50px;
  text-align: right;
}
.page__nav .mail a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page__nav .mail a:hover {
  color: #5a5a5a;
}
.page__nav.visible {
  right: 0;
}
.page__nav.visible .close span::before,
.page__nav.visible .close span::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 800px) {
.project__navigation {
    text-align: center;
}

.project__navigation a {
    float: none;
    display: block;
}

.project__navigation .nav.next,
.project__navigation .nav.prev {
    padding-left: 0!important;
    padding-right: 0!important;
}

.project__navigation .nav.next {
    text-align: center!important;
}

  .page__nav {
    width: 80%;
    right: -80%;
  }
  .page__nav .menu li a {
    font-size: 28px;
    line-height: 48px;
  }
}
.page__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(27, 27, 27, 0.7);
  cursor: url(../img/close-cursor.png), auto;
  opacity: 0;
  visibility: 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;
}
.page__overlay.visible {
  opacity: 1;
  visibility: visible;
}
@keyframes header-bars-1 {
  49% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@keyframes header-bars-2 {
  49% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@keyframes header-close-1 {
  49% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
@keyframes header-close-2 {
  49% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
}
/** 06. footer
-------------------------------------------------- **/
.footer {
  margin: 100px 0;
  padding-top: 0px;
  position: relative;
}
.footer::before {
  content: ''; display: none;
  width: 2px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #1b1b1b;
}
.footer .copy a {
  color: #5a5a5a;
  -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: #1b1b1b;
}
/** 08. portfolio
-------------------------------------------------- **/
.gallery .entry .entry__overlay {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1b1b1b;
  opacity: 0;
  visibility: 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;
}
.gallery .entry .entry__overlay .overlay__content {
  display: table-cell;
  padding: 50px;
}
.gallery .entry .entry__overlay .overlay__content[data-pos="top"] {
  vertical-align: top;
}
.gallery .entry .entry__overlay .overlay__content[data-pos="center"] {
  vertical-align: middle;
}
.gallery .entry .entry__overlay .overlay__content[data-pos="bottom"] {
  vertical-align: bottom;
}
.gallery .entry:hover .entry__overlay {
  opacity: 1;
  visibility: visible;
}
.gallery .entry.work-entry .cat {
  display: block;
  font-size: 14px;
  color: #5a5a5a;
  position: relative;
  top: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gallery .entry.work-entry .title {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  position: relative;
  top: 15px;
  -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;
}
.gallery .entry.work-entry:hover .cat,
.gallery .entry.work-entry:hover .title {
  top: 0;
}
.gallery[data-cols="4"] .entry .entry__overlay .overlay__content {
  padding: 40px;
}
.gallery[data-cols="4"] .entry.work-entry .title {
  font-size: 24px;
}
.project__cat {
  display: block;
  font-size: 14px;
  color: #5a5a5a;
}
.project__details li {
  font-size: 14px;
}
.project__details li:not(:last-child) {
  margin-bottom: 5px;
}
.project__details li .details__title {
  display: table-cell;
  min-width: 100px;
  font-weight: 500;
}
.project__details li .details__desc {
  display: table-cell;
}
.project__navigation .nav {
  font-size: 20px;
  font-weight: 500;
  color: #1b1b1b;
  position: relative;
  -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__navigation .nav.prev {
  padding-left: 50px;
}
.project__navigation .nav.next {
  padding-right: 50px;
  text-align: right;
}
.project__navigation .nav .icon {
  width: 20px;
  height: 2px;
  background: #1b1b1b;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -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__navigation .nav .icon::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.project__navigation .nav.prev .icon {
  left: 0;
}
.project__navigation .nav.prev .icon::before {
  left: 0;
  border-right: 6px solid #1b1b1b;
}
.project__navigation .nav.next .icon {
  right: 0;
}
.project__navigation .nav.next .icon::before {
  right: 0;
  border-left: 6px solid #1b1b1b;
}
.project__navigation .nav:hover.prev {
  padding-left: 60px;
}
.project__navigation .nav:hover.next {
  padding-right: 60px;
}
.project__navigation .nav:hover .icon {
  width: 30px;
}
@media (max-width: 600px) {
  .project__navigation .nav {
    font-size: 16px;
  }
}
.filters li {
  display: inline-block;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.filters li:not(:last-child) {
  margin-right: 50px;
}
.filters li.active {
  color: #ee3333;
}
.filters li:hover:not(.active) {
  color: #5a5a5a;
}
@media (max-width: 600px) {
  .filters li {
    display: block;
  }
  .filters li:not(:last-child) {
    margin-right: 10px;
  }
}
/** 09. blog
-------------------------------------------------- **/
.post:not(:last-child) {
  margin-bottom: 50px;
}
.post .post__image,
.post .post__link,
.post .post__quote {
  margin-bottom: 25px;
}
.post .post__link a {
  display: block;
  font-size: 30px;
  font-weight: 500;
  padding: 50px;
  color: #ee3333;
  background: #f2f2f2;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post .post__link a:hover {
  color: #1b1b1b;
}
.post .post__link a .icon {
  display: block;
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 10px;
}
.post .post__quote {
  font-size: 24px;
  font-weight: 500;
  padding: 50px;
  background: #f2f2f2;
  text-align: center;
}
.post .post__quote::before {
  content: open-quote;
  font-size: 24px;
  color: #b3b3b3;
  padding-right: 15px;
}
.post .post__quote .quote__author {
  display: block;
  font-size: 14px;
  color: #5a5a5a;
}
.post .post__content .post__title {
  margin-bottom: 0;
}
.post .post__content .post__title a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post .post__content .post__title a:hover {
  color: #5a5a5a;
}
.post .post__content .post__excerpt::before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 20px 0;
}
.post__metas {
  margin-bottom: 25px;
}
.post__metas span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #5a5a5a;
}
.post__metas span:not(:last-child) {
  margin-right: 15px;
}
.post__metas span.author a {
  color: #ee3333;
}
.post__metas span a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post__metas span a:hover {
  color: #1b1b1b;
}
.post__metas span i {
  margin-right: 3px;
}
.post__tags li {
  display: inline-block;
  position: relative;
}
.post__tags li:not(:last-child) {
  margin-right: 5px;
}
.post__tags li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 10px;
  border: 2px solid #1b1b1b;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post__tags li a:hover {
  color: #5a5a5a;
  border-color: #5a5a5a;
}
.widget {
  position: relative;
}
.widget .widget__title,
.widget .widget-title {
  font-family: 'Yantramanav';     
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  color: #ffffff;
  background: #1b1b1b;
  margin-bottom: 25px;
}
.widget:not(:last-child) {
  margin-bottom: 50px;
}
.widget .widget__content img {
  margin-bottom: 25px;
}
.widget .widget__content ul li a,
.widget ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget .widget__content ul li a:hover,
.widget ul li a:hover {
  color: #5a5a5a;
}
.widget .widget__content ul li:last-child a,
.widget ul li:last-child  {
  border-bottom: 0;
}
.widget.widget__search form input {
  border: 2px solid #1b1b1b;
  line-height: 46px;
  background: none;
}
.blog__navigation,
.nav-links {
  display: block;
  text-align: center;
}
.blog__navigation li,
.nav-links > span,
.nav-links > a {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog__navigation li.active,
.nav-links > span.current {
  color: #ffffff;
  background: #1b1b1b;
}
.blog__navigation li:hover:not(.active),
.nav-links > a:hover:not(.active) {
  background: #f2f2f2;
}
.blog__navigation li a {
  display: block;
  line-height: 40px;
}
li.comment {
    margin-top: 15px;
}

.post__comments {
  padding: 50px 0;
  margin-top: 100px;
  margin-bottom: 50px;
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b; display: none;
}
.post__comments .comments__title:not(:last-child) {
  margin-bottom: 25px;
}
.post__comments .comment:not(:last-child) {
  margin-bottom: 50px;
}
.post__comments .comment .comment__img {
  width: 80px;
  float: left;
}
.post__comments .comment .comment__img img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.post__comments .comment .comment__content {
  padding-left: 120px;
}
.post__comments .comment .comment__content .name {
  font-weight: 500;
  color: #1b1b1b;
}
.post__comments .comment .comment__content .date {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 10px;
}
.post__comments .comment .comment__content a.reply {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post__comments .comment .comment__content a.reply:hover {
  color: #5a5a5a;
}
.post__comments .comment .children {
  padding: 50px 0 0 50px;
}
@media (max-width: 600px) {
  .post__comments .comment .comment-img {
    width: 50px;
  }
  .post__comments .comment .comment-content {
    padding-left: 70px;
  }
  .post__comments .comments {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 400px) {
  .post__comments .comment .comment-img {
    display: none;
  }
  .post__comments .comment .comment-content {
    padding-left: 0;
  }
}
/** 10. heros
-------------------------------------------------- **/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  top: -150px;
  overflow: hidden;
}
.hero.small {
  height: 75vh;
}
.hero.fullscreen {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero.gradient::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(27, 27, 27, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(27, 27, 27, 0));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(27, 27, 27, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(27, 27, 27, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(27, 27, 27, 0));
}
.hero .hero__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero .hero__content {
  width: 100%;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
}
.hero .hero__content .hero__va {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.hero .hero__content .hero__va .hero__vc {
  display: table-cell;
  padding: 50px 0 75px;
}
.hero .hero__content .hero__va .hero__vc[data-pos="center"] {
  vertical-align: middle;
}
.hero .hero__content .hero__va .hero__vc[data-pos="bottom"] {
  vertical-align: bottom;
}
@media (max-width: 800px) {
  .hero .hero__content .hero__va .hero__vc {
    padding-bottom: 50px;
  }
}
.hero + .page__body {
  margin-top: -50px;
}
.hero + .page__body.fullwidth {
  margin-top: -150px;
}
.hero + .page__body.personal {
  margin-top: -250px;
}
@media (max-width: 800px) {
  .hero + .page__body {
    margin-top: -50px;
  }
}
.hero__subtitle {
  display: block;  
  color: #5a5a5a;
  margin-bottom: 15px;
}
.hero.gradient .hero__subtitle {
  color: #ffffff;
}
.hero__intro__text span {
  display: inline-block;
  margin: 0 4px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  opacity: 0;
  padding-top: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hero__intro__text span.animated {
  opacity: 1;
  padding-top: 0;
}
/** 11. sliders
-------------------------------------------------- **/
.slider {
  position: relative;
}
.slider .owl-dots {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 3vw;
  left: 0;
  z-index: 99;
  text-align: center;
}
.slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
}
.slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(27, 27, 27, 0.3);
  border: none;
  box-shadow: none;
  margin: 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;
}
.slider .owl-dots .owl-dot:hover span,
.slider .owl-dots .owl-dot.active span {
  background: #1b1b1b;
}
.slider .owl-nav {
  z-index: 100;
}
.slider .owl-nav div {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background: rgba(27, 27, 27, 0.5);
  -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;
}
.slider .owl-nav div:hover {
  background: rgba(27, 27, 27, 0.7);
}
.slider .owl-nav div.owl-prev {
  left: 0;
}
.slider .owl-nav div.owl-next {
  right: 0;
}
.slider .owl-nav div.owl-prev::before,
.slider .owl-nav div.owl-next::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider .owl-nav div.owl-prev::before {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
.slider .owl-nav div.owl-next::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.slider.outside .owl-dots {
  position: relative;
  top: 15px;
  bottom: 0;
}
.slider.controls-light .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.slider.controls-light .owl-dots .owl-dot:hover span,
.slider.controls-light .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.slider.controls-light .owl-nav div.owl-prev {
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}
.slider.controls-light .owl-nav div.owl-prev:hover {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
}
.slider.controls-light .owl-nav div.owl-next {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.slider.controls-light .owl-nav div.owl-next:hover {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
/** 13. social
-------------------------------------------------- **/
.social li {
  display: inline-block;
  position: relative;
}
.social li.title {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.social li::before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  width: 10px;
  height: 2px;
  background: #1b1b1b;
  margin: -2px 10px 0;
}
.social li:first-child::before {
  display: none;
}
.social li a {
  display: inline-block;
  font-size: 17px;
  color: #1b1b1b;
  -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;
}
.social li a:hover {
  color: #5a5a5a;
}

.post-content ul,
.post-content ol,
.comment__content ul,
.comment__content ol {
    padding-left: 20px;
    list-style-type: decimal;
}

pre {
    background: #44463B;
    color: #fff;
    padding: 20px;
}

pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6 {
    color: #fff;
}

code {
    background-color: #f0f0f0;
}

.logo-text {
    font-size: 35px;
    font-weight: 500;
}

.light.logo-text {
    color: #fff;
}

.sticky-post {
    border: 3px solid #1b1b1b;
    padding: 10px;
}

.com-pingback {
    margin-bottom: 30px;
}

@media (max-width: 800px) {
.comment .comment__img {
    width: 50px!important;
}
.post__comments .comment .comment__content {
    padding-left: 60px;
}
.post__comments .comment .children {
    padding-left: 20px;
}
}
