/** ==================================================

Template Name: Samanta
Autor: layerz
Autor URI: https://themeforest.net/user/layerz


[TABLE OF CONTENTS]

01. COMMONS
02. BUTTONS
03. FORMS
02. SLIDERS
03. SHOWCASE
04. PROJECTS
06. BLOG
05. PAGES

================================================== **/
/** 01. COMMONS
================================================== **/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  font-family: 'Roboto';
  font-size: 15px;
  color: #222222;
  line-height: 1.7;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #ffffff;
}
@media (max-width: 800px) {
  body {
    font-size: 13px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  color: #222222;
}
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: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}
p:not(:last-child) {
  margin-bottom: 25px;
}
p.lead {
  font-size: 19px;
  color: #222222;
}
@media (max-width: 800px) {
  p {
    font-size: inherit;
  }
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
i,
em {
  font-family: 'Lora';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.link {
  color: #222222;
  white-space: nowrap;
  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;
}
a.link::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #cccccc;
}
a.link::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -4px;
  left: 100%;
  z-index: 2;
  background: #222222;
  -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:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.responsive,
video.responsive {
  display: block;
  width: 100%;
}
iframe {
  background: #222222;
}
ul,
ol {
  list-style: none;
}
blockquote {
  font-family: 'Lora';
  font-size: 20px;
  padding: 15px 25px;
  border-left: 5px solid #222222;
}
blockquote:not(:last-child) {
  margin-bottom: 25px;
}
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;
}
.pt-50 {
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-150 {
  padding-top: 150px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-150 {
  padding-bottom: 150px;
}
div[class*="gap-"] {
  display: block;
}
.gap-25 {
  height: 25px;
}
.gap-50 {
  height: 50px;
}
.gap-100 {
  height: 100px;
}
.va {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
.va .vc {
  display: table-cell;
  vertical-align: middle;
}
.light-content {
  color: #cccccc;
}
.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6,
.light-content p.lead,
.light-content a.link,
.light-content .work-item-title,
.light-content .work-item-cat {
  color: #ffffff !important;
}
.light-content a.link::after {
  background: #666666;
}
.light-content a.link::before {
  background: #ffffff;
}
.fade {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #222222;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}
.fade.hide {
  width: 0;
}
.reveal {
  position: relative;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}
.reveal.reveal-in {
  top: 0;
  opacity: 1;
}
/** 02. 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: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-size: 12px;
  color: #ffffff;
  padding: 0 25px;
  background: #222222;
  border: none;
  border-radius: 2px;
}
/** 03. FORMS
================================================== **/
.form-group:not(:last-child) {
  margin-bottom: 10px;
}
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;
  min-width: 250px;
  font-family: inherit;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  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 #222222;
}
textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 140px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}
@media (max-width: 480px) {
  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%;
  }
}
/** 02. SLIDERS
================================================== **/
.slider {
  position: relative;
}
.slider .owl-dots {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 4vw;
  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(34, 34, 34, 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: #222222;
}
.slider .owl-nav div {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -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.owl-prev {
  left: 4vw;
  border-bottom: 2px solid #222222;
  border-left: 2px solid #222222;
}
.slider .owl-nav div.owl-prev:hover {
  border-bottom-color: #222222;
  border-left-color: #222222;
}
.slider .owl-nav div.owl-next {
  right: 4vw;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
}
.slider .owl-nav div.owl-next:hover {
  border-top-color: #222222;
  border-right-color: #222222;
}
.slider.outside .owl-dots {
  position: relative;
  top: 15px;
  bottom: 0;
}
.slider.shadow {
  box-shadow: 0 0 100px 1px rgba(34, 34, 34, 0.1);
}
.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;
}
/** 03. SHOWCASE
================================================== **/
.side-left {
  width: 50%;
  padding: 60px 0 60px 60px;
}
.side-left .list-item {
  position: relative;
  overflow: hidden;
}
.side-left .list-item:not(:last-child) {
  margin-bottom: 60px;
}
.side-left .list-item.work-item img {
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
}
.side-left .list-item.work-item:hover 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);
}
.side-left .list-item .work-item-caption {
  position: absolute;
  top: 50px;
  right: 50px;
  left: 50px;
  z-index: 1;
}
.side-left .list-item .work-item-caption .work-item-cat {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
}
.side-left .list-item .work-item-caption .work-item-cat span {
  display: block;
  font-family: 'Lora';
  font-size: 14px;
  line-height: 20px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
}
.side-left .list-item .work-item-caption .work-item-title {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
}
.side-left .list-item .work-item-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  background: #222222;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.6, 0, 0.3, 1);
}
.side-left .list-item .work-item-arrow span {
  content: '';
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  background: #ffffff;
}
.side-left .list-item .work-item-arrow span::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-left .list-item:hover .work-item-caption .work-item-cat span:nth-child(1),
.side-left .list-item:hover .work-item-caption .work-item-cat span:nth-child(2) {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.side-left .list-item:hover .work-item-arrow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.side-left .list-item.light-content .work-item-arrow {
  background: #ffffff;
}
.side-left .list-item.light-content .work-item-arrow span {
  background: #222222;
}
.side-left .list-item.light-content .work-item-arrow span::before {
  border-top-color: #222222;
  border-right-color: #222222;
}
.side-right {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background: #ffffff;
  padding: 10vw;
}
.side-right .logo {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.side-right .menu {
  margin: 50px 0;
  padding: 25px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.side-right .menu li:not(:last-child) {
  margin-bottom: 5px;
}
.side-right .footer .social li {
  display: inline-block;
  position: relative;
}
.side-right .footer .social li:not(:last-child) {
  margin-right: 15px;
}
.side-right .footer .social li a {
  font-size: 14px;
  font-weight: 500;
}
.side-right .footer .copy {
  font-size: 13px;
  color: #999999;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .side-right .intro {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .side-left {
    width: 100%;
    padding: 0 60px 60px;
  }
  .side-right {
    width: 100%;
    position: relative;
  }
  .side-right .footer .social li a {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .side-left {
    padding: 0 15px 15px;
  }
  .side-left .list-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .side-left .list-item .work-item-caption,
  .side-left .list-item .work-item-arrow {
    display: none;
  }
  .side-right {
    padding: 100px 60px;
  }
}
/** 04. PROJECTS
================================================== **/
.project-header {
  padding: 50px;
  background: #f5f5f5;
}
.project-header .project-title {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}
.project-header .project-cat {
  font-family: 'Lora';
}
.project-header .project-cat span {
  font-weight: 700;
}
.project-footer {
  padding: 50px;
  background: #f5f5f5;
}
.share-project li {
  display: inline-block;
}
.share-project li:not(:last-child) {
  margin-right: 2px;
}
.share-project li.title {
  display: block;
  margin-bottom: 10px;
}
.share-project li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #222222;
  -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;
}
.share-project li a:hover {
  background: #3c3c3c;
}
.project-nav {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #d9d9d9;
  position: relative;
}
.project-nav::after {
  content: '';
  display: table;
  clear: both;
}
.project-nav .nav {
  width: 50%;
  float: left;
  position: relative;
}
.project-nav .nav a {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.project-nav .nav a span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.project-nav .nav .arrow {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project-nav .nav.prev a {
  padding-left: 25px;
}
.project-nav .nav.prev .arrow {
  left: 0;
  border-bottom: 2px solid #222222;
  border-left: 2px solid #222222;
}
.project-nav .nav.next {
  float: right;
}
.project-nav .nav.next a {
  text-align: right;
  padding-right: 25px;
}
.project-nav .nav.next .arrow {
  right: 0;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
}
.project-close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  background: #222222;
}
.project-close::before,
.project-close::after {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  background: #ffffff;
}
.project-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 500px) {
  .project-header {
    padding: 25px;
  }
  .project-header .project-title {
    font-size: 18px;
  }
  .project-footer {
    padding: 25px;
  }
  .project-nav .nav {
    width: 100%;
  }
  .project-nav .nav:not(:last-child) {
    margin-bottom: 25px;
  }
  .project-nav .nav.prev a {
    text-align: right;
  }
  .project-nav .nav.next a {
    text-align: left;
  }
  .project-close {
    width: 40px;
    height: 40px;
  }
  .project-close::before,
  .project-close::after {
    width: 16px;
    margin-left: -8px;
  }
}
/** 06. BLOG
================================================== **/
.post-content {
  padding: 50px;
  background: #f5f5f5;
}
.post-metas:before {
    display: table;
    clear: both;
    content: " ";
}

.post-metas {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #d9d9d9;
}
.post-metas span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 500;
}
.post-metas span::after {
  display: inline-block;
  content: '-';
  margin: 0 15px;
}
.post-metas span:last-child::after {
  display: none;
}
.comments-list,
.leave-a-comment {
  padding: 50px;
  background: #f5f5f5;
}
.comments .comment:not(:last-child) {
  margin-bottom: 50px;
}
.comments .comment .comment-img {
  width: 80px;
  float: left;
}
.comments .comment .comment-img img {
  display: block;
  width: 100%;
}
.comments .comment .comment-content {
  padding-left: 100px;
}
.comments .comment .comment-content .name {
  font-weight: 500;
}
.comments .comment .comment-content .date {
  font-size: 13px;
}
.comments .comment .comment-content .desc {
  margin: 25px 0;
}
.comments .comment .comment-content a.reply {
  padding: 7px 15px;
  font-size: 13px;
  border: 1px solid #d9d9d9;
}
.comments .comments {
  padding: 50px 0 0 50px;
}
@media (max-width: 500px) {
  .post-content,
  .comments-list,
  .leave-a-comment {
    padding: 25px;
  }
  .comments .comment .comment-img {
    display: none;
  }
  .comments .comment .comment-content {
    padding-left: 0;
  }
  .comments .comments {
    padding-left: 0;
  }
}
/** 05. PAGES
================================================== **/
.about-content,
.contact-content {
  padding: 50px;
  background: #f5f5f5;
}
@media (max-width: 500px) {
  .about-content,
  .contact-content {
    padding: 25px;
  }
}

.main-nav.menu li > ul {
    display: none;
}
