/**
* @template:  TONA

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ Hero
		+ Numbers
		+ Services
		+ Clients
		+ Portfolio
		+ Hire
		+ Blog
		+ Contact
		+ Footer
		+ Blog Page
			- Header
			- posts
			- side-bar
		+ Single-post Page
		
*/

@import "main.css";

/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */

body {
  font-family: "Josefin Sans", sans-serif;
  overflow-x: hidden !important;
  position: relative;
}

.section-padding {
  padding: 80px 0;
}

.section-heading h4 {
  font-weight: 100;
}

p {
  color: #aaa;
}

a,
a:hover,
a:focus {
  color: inherit;
}

.tit {
  position: relative;
  font-weight: 400;
  margin-bottom: 30px;
  padding-bottom: 20px;
  letter-spacing: 2px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
}

.tit:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #c49b66;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.tit-center:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #c49b66;
  position: absolute;
  bottom: -1px;
  left: calc(50% - 35px);
}

.social-icon span {
  transition: all 0.5s;
}

.social-icon span:hover {
  background: #c49b66 !important;
  border-color: #c49b66 !important;
  color: #fff !important;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */

.navbar-default {
  padding: 20px 0 30px;
  background: none;
  border: none;
  border-radius: 0;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.nav-scroll {
  background: #111;
  height: 80px;
  line-height: 80px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  font-weight: 700;
  font-size: 40px;
  color: #c49b66;
  padding-top: 30px;
}

.navbar-default .navbar-nav > li > a {
  margin: 0 !important;
  color: #fff !important;
  padding: 0 !important;
}

.navbar-default .navbar-nav > li {
  font-size: 16px;
  margin: 30px 20px 0;
  padding: 5 10px;
  font-weight: 400;
  background: none;
  cursor: pointer;
  position: relative;
}

.navbar-default .navbar-nav > li > a.active {
  color: #c49b66 !important;
  background: none;
}

/* -------------------------------------------------------
                    Header
-------------------------------------------------------- */

.tona-header {
  background: url(../img/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 110vh;
  width: 100%;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  overflow-x: hidden !important;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.caption {
  color: #fff;
  margin-left: 10%;
}

.caption h1 {
  margin-bottom: 40px;
}

.caption .type {
  position: relative;
}

.caption h2 {
  display: inline-block;
  margin: 0 0 0 20px;
  font-weight: 600;
  padding-right: 20px;
}

.caption span {
  font-weight: 100;
  font-size: 50px;
  color: #c49b66;
}

.typed-cursor {
  position: absolute;
  bottom: 7px;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 1s infinite;
  -moz-animation: blink 1s infinite;
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.button-scroll {
  position: absolute;
  bottom: 15vh;
  left: calc(50% - 13px);
  width: 26px;
  height: 50px;
  border-radius: 15px;
  border: 2px solid #fff;
  cursor: pointer;
}

.button-scroll span {
  height: 10px;
  width: 2px;
  position: absolute;
  left: calc(50% - 1px);
  background: #fff;
  -webkit-animation: scroll 1s infinite;
  -moz-animation: scroll 1s infinite;
  animation: scroll 1s infinite;
}

@keyframes scroll {
  0% {
    top: 50%;
  }
  25% {
    top: 55%;
  }
  50% {
    top: 60%;
  }
  75% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 50%;
  }
  25% {
    top: 55%;
  }
  50% {
    top: 60%;
  }
  75% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}
@-moz-keyframes scroll {
  0% {
    top: 50%;
  }
  25% {
    top: 55%;
  }
  50% {
    top: 60%;
  }
  75% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}

/* -------------------------------------------------------
                    Hero
-------------------------------------------------------- */

.hero .social-icon span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
}

.hero .skills {
  margin: 80px 0;
}

.skill-items .skill-title span {
  font-size: 35px;
  color: #c49b66;
  margin-bottom: 30px;
}

.skills .skills-progress {
  width: 100%;
  height: 2px;
  background: #eee;
  margin: 15px 0 0;
}

.skills-progress span {
  width: 0;
  height: 100%;
  background: #c49b66;
  display: block;
}

/* -------------------------------------------------------
                    Numbers
-------------------------------------------------------- */

.numbers {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  background-image: url(../img/numbers.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.numbers .num-items span {
  font-size: 40px;
  color: #c49b66;
}

.numbers .num-items p {
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto;
}

.numbers .num-items h6 {
  color: #fff;
}

/* -------------------------------------------------------
                    Services
-------------------------------------------------------- */

.services .services-items {
  overflow: hidden;
}

.services .services-items:first-child {
  border-bottom: 1px solid #eee;
}

.services-items .item {
  padding: 40px;
}

.services-items .bord {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.services-items .item span {
  font-size: 40px;
  color: #c49b66;
}

.services-items .item h5 {
  margin: 20px 0;
}

/* -------------------------------------------------------
                    Clients
-------------------------------------------------------- */

.clients {
  background-blend-mode: overlay;
  background: rgba(0, 0, 0, 0.8);
  background-image: url(../img/client-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.clients .client-say {
  padding: 100px;
}

.client-say .client-item span {
  font-size: 40px;
  color: #fff;
}

.client-say .client-item h5 {
  letter-spacing: 2px;
  color: #fff;
}

.client-say .client-item p {
  font-size: 20px;
  color: #ccc;
}

.client-say .client-item h6 {
  font-size: 14px;
  color: #888;
  margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #c49b66;
}

/* -------------------------------------------------------
                    Portfolio
-------------------------------------------------------- */

.portfolio {
  overflow: hidden;
}

.portfolio .filtering span {
  padding: 0 25px 0 20px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.portfolio .filtering .active {
  color: #c49b66;
}

.portfolio .filtering span:after {
  content: "-";
  color: #111;
  position: absolute;
  right: 0;
  top: 0;
}

.portfolio .filtering span:last-child:after {
  content: " ";
}

.item-img {
  padding: 15px;
  position: relative;
}

.item-img-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.item-img-overlay .icon {
  position: relative;
  width: 70px;
  height: 70px;
}

.item-img-overlay .icon:before {
  content: "";
  width: 1px;
  height: 70px;
  background: #eee;
  position: absolute;
  top: 0;
  left: 50%;
}

.item-img-overlay .icon:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 50%;
  left: 0;
}

.item-img-overlay .overlay-info {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #aaa;
  transition: all 0.5s;
}

.item-img-overlay .overlay-info h6 {
  margin-bottom: 0;
}

.item-img-overlay .overlay-info p {
  text-transform: uppercase;
}

.item-img-overlay:hover .overlay-info {
  bottom: 10px;
}

.item-img:hover .item-img-overlay {
  opacity: 1;
}

/* -------------------------------------------------------
                    Hire
-------------------------------------------------------- */

.hire {
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  background-image: url(../img/blog/hire-me.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.hire h3 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 100;
  margin-bottom: 30px;
}

.hire button {
  padding: 7px 25px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  background: #c49b66;
  border: 1px solid #c49b66;
  transition: all 0.5s;
}

.hire button:hover {
  background: transparent;
}

/* -------------------------------------------------------
                    Blog
-------------------------------------------------------- */

.blog {
  background: #fafafa;
}

.blog .post {
  box-shadow: 0px 0px 5px #eee;
}

.blog .to-blog p {
  margin: 80px auto 0;
  padding: 20px;
  color: #555;
  border: 1px solid #000;
  letter-spacing: 4px;
  display: inline-block;
  transition: all 0.5s;
}

.blog .to-blog p:hover {
  background: #000;
  color: #fff;
}

/* -------------------------------------------------------
                    Contact
-------------------------------------------------------- */

.contact {
  background-image: url(../img/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.contact .tit {
  color: #fff;
}

.contact-item .form {
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.2);
}

.contact .form-group {
  margin-bottom: 30px;
}

.contact-item input,
.contact-item textarea {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
  color: #fff;
}

.contact-item textarea {
  height: 120px;
  max-height: 120px;
  max-width: 100%;
}

.contact-item input:focus,
.contact-item textarea:focus {
  border-color: #c49b66;
}

.contact-item .button {
  width: auto;
  padding: 8px 22px;
  margin-left: 15px;
  background: #c49b66;
  color: #fff;
  border: 1px solid #c49b66;
  transition: all 0.5s;
}

.contact-item .button:hover {
  background: transparent;
}

/* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */

.footer {
  background: #000;
  padding: 40px 0;
}

.footer .social-icon span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #111;
  color: #888;
  border-radius: 50%;
}

.footer p {
  margin-bottom: 20px;
}

.footer p span {
  color: #c49b66;
}

/* -------------------------------------------------------
                     Particle Demo 
-------------------------------------------------------- */

.particle {
  background-image: url(../img/bg3.jpg);
  background-position: 50% 0% !important;
  height: 100vh;
  position: relative;
  overflow: hidden;
  overflow-x: hidden !important;
}

.particle .header-overlay {
  background: rgba(138, 127, 127, 0);
}

.particle .button-scroll {
  bottom: 5vh;
}

#particles-js {
  width: 100%;
  height: 100%;
}

/* -------------------------------------------------------
                     Video Demo 
-------------------------------------------------------- */

.bg-video {
  position: relative;
  height: 100vh;
  background-size: cover;
  overflow-x: hidden !important;
}

.bg-video .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, 0.5);
}

.bg-video .button-scroll {
  bottom: 5vh;
}

/* -------------------------------------------------------
                     Blog Page 
-------------------------------------------------------- */

/* ----- Header ----- */

.tona-blog {
  height: 70vh;
  background-image: url(../img/blog/hire-me.jpg);
  background-size: cover;
  position: relative;
}

.blog-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.tona-blog .caption {
  margin: auto;
}

.tona-blog .caption h1 {
  color: #c49b66;
  font-weight: 100;
}

.tona-blog .caption span {
  color: #eee;
  font-size: 18px;
  margin: 2px;
}

/* ------------- posts ----------------- */

.posts {
  background: #f7f8f8;
}

.posts .container {
  padding: 0;
}

.post {
  background: #fff;
  overflow: hidden;
}

.post .img-post {
  position: relative;
}

.post .img-post .img-overlay {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.post .img-post .img-overlay span {
  font-size: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: -100%;
  left: calc(50% - 25px);
  background: #fff;
  color: #222;
  border-radius: 50%;
  box-shadow: 0px 0px 4px #999;
  transition: all 0s;
  z-index: 2;
}

.post .img-post:hover .img-overlay {
  opacity: 1;
}

.post .img-post:hover .img-overlay span {
  top: calc(50% - 25px);
  transition: all 0.5s;
}

.post-content {
  padding: 20px;
}

.post .post-title h6 {
  font-size: 14px;
  color: #c49b66;
}

.post-content .tona-post {
  margin-left: 20px;
  padding: 20px;
  background: #fafafa;
  border-left: 2px solid #c49b66;
}

.post .post-info {
  padding: 15px 20px 10px;
  border-top: 1px solid #eee;
  text-align: right;
}

.post .post-info li {
  display: inline-block;
  margin-left: 20px;
  color: #888;
}

.post .post-info span {
  margin-right: 5px;
  color: #c49b66;
}

/* ------------- side-bar ----------------- */

.side-bar {
  padding: 0;
}

.side-bar .bars {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.side-bar .tit:after {
  background: #c49b66;
}

.side-bar .about-bar img {
  margin-bottom: 20px;
}

.side-bar .pop-item {
  padding: 20px 0;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
}

.side-bar .social-icon span {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 2px;
  border: 1px solid #222;
  border-radius: 50%;
}

.side-bar .pop-item img {
  float: left;
  width: 40%;
  padding-right: 10px;
}

.side-bar .pop-item h6 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}

.side-bar .pop-item span {
  color: #888;
}

.side-bar .categ p {
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
}

.side-bar .categ p span {
  float: right;
}

.side-bar .tags span {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 2px;
  background: #fafafa;
}

.side-bar .inst img {
  width: calc(50% - 2px);
  padding: 2px 1px;
}

/* -------------------------------------------------------
                     Single-post Page 
-------------------------------------------------------- */

.rel-post {
  padding: 30px 10px;
}

.rel-post .rel-img h6 {
  font-size: 14px;
  font-weight: 700;
}

.rel-post .rel-img span {
  color: #888;
}

/* ------------- comment ----------------- */

.comment {
  padding: 30px 20px;
}

.comment .com-img {
  width: 70px;
  height: 70px;
}

.comment .com-post {
  padding: 40px 0;
}

.comment .com-post.tona-com {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-left: 50px;
}

.comment .com-img img {
  border-radius: 50%;
}

.comment .com-content {
  margin-left: 80px;
}

.comment .com-content h6 span {
  color: #c49b66;
  font-size: 14px;
  float: right;
}

.comment .com-content h6 {
  margin-bottom: 0;
}

.comment .com-content .date {
  color: #888;
}

.comment .com-content p {
  margin: 20px 0 0 20px;
}

/* ------------- comment-form ----------------- */

.com-form {
  padding: 30px 10px;
}

.com-form input,
.com-form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border: 1px solid #eee;
}

.com-form input:focus,
.com-form textarea:focus {
  border: 1px solid #ccc;
}

.com-form textarea {
  height: 120px;
  max-width: 100%;
  max-height: 120px;
}

.com-form button {
  padding: 10px 30px;
  color: #fff;
  background: #c49b66;
  border: 1px solid #c49b66;
  margin-left: 15px;
  transition: all 0.5s;
}

.com-form button:hover {
  background: transparent;
  color: #111;
}
