
/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 2.Header
 3.General
 4.content
 5.Single project
 6.Right fixed sidebar
 7.Blog
 8.Single Post
 9.About Page
 10.Contact page
 11.footer
 12.Responsive part
-------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-default {
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 35px 30px 30px;
  letter-spacing: 2.5px;
}
.navbar-header {
  z-index: 2;
  position: relative;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #999999 !important;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 37px 15px 33px;
  position: relative;
}
.navbar-nav > li > a i {
  padding-right: 15px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #222222 !important;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav li.drop ul.dropdown {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #ffffff;
  border-top: 2px solid #87d37c;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav li.drop ul.dropdown ul.dropdown{
  top: 0px;
  left: 100%;
}
.navbar-nav li.drop ul.dropdown li {
  display: block;
}
.navbar-nav li.drop ul.dropdown li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #777777;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
}
.navbar-nav li.drop ul.dropdown li a:hover {
  color: #222222;
}
.navbar-nav li.drop ul.dropdown li:first-child {
  border-top: none;
}
.navbar-nav li.drop:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;
}
.navbar-collapse {
  position: relative;
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
p {
  
  margin: 0 0 10px;
}
#container {
  padding-top: 90px;
  background: #222222;
}
/*-------------------------------------------------*/
/* =  content
/*-------------------------------------------------*/
.title-section {
  text-align: center;
  margin-bottom: 70px;
}
.title-section h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.title-section h1:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
  width: 30px;
  height: 3px;
  background: #87d37c;
}
.title-section p {
  font-family: 'Droid Serif', serif;
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
#home-section .tp-caption.small_text {
  position: absolute;
  color: #eee;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
#home-section .tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: 'Josefin Sans', sans-serif;
  background-color: none;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 0px;
  border-color: transparent;
  border-style: none;
  text-align: center;
  letter-spacing: -0.5px;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #87d37c !important;
}
#home-section .slotholder:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.2);
  z-index: 2;
}
#home-section .tp-bannertimer {
  display: none !important;
}
.portfolio-section {
  padding: 15px;
}
.portfolio-section .project-post {
  width: 25%;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.portfolio-section .project-post img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.portfolio-section .project-post .hover-box {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
}
.portfolio-section .project-post .hover-box .inner-hover {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -10px;
  padding: 0 15px;
}
.portfolio-section .project-post .hover-box .inner-hover h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 0px;
}
.portfolio-section .project-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.portfolio-section .project-post .hover-box .inner-hover h2 a:hover {
  color: #87d37c;
}
.portfolio-section .project-post .hover-box .inner-hover span {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  color: #999999;
}
.portfolio-section .project-post .post-gallery {
  position: relative;
  overflow: hidden;
}
.portfolio-section .project-post .post-content {
  text-align: center;
  padding: 20px;
}
.portfolio-section .project-post .post-content h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 0px;
}
.portfolio-section .project-post .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.portfolio-section .project-post .post-content h2 a:hover {
  color: #87d37c;
}
.portfolio-section .project-post .post-content span {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  color: #999999;
}
.portfolio-section .project-post:hover .hover-box {
  opacity: 1;
}
.portfolio-section .portfolio-box.col3 .project-post {
  width: 33.33333%;
}
.portfolio-section .portfolio-box.col2 .project-post {
  width: 50%;
  padding: 0;
}
.portfolio-section .portfolio-box.fullwidth .project-post {
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
.portfolio-section .project-post a.zoom {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  outline: none;
}
.portfolio-section .project-post:hover a.zoom {
  opacity: 1;
}
button.mfp-close,
button.mfp-arrow {
  outline: none;
}
/*-------------------------------------------------*/
/* =  single project
/*-------------------------------------------------*/
.white-area-box {
  padding: 30px;
  background: #ffffff;
}
.single-project-section {
  padding: 30px 0;
}
.single-project-section .images-box {
  margin-bottom: 40px;
}
.single-project-section .images-box .img-box {
  margin: 0;
  width: 33.333333%;
  position: relative;
}
.single-project-section .images-box .img-box img {
  width: 100%;
}
.single-project-section .images-box .img-box a.zoom {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  outline: none;
}
.single-project-section .images-box .img-box:hover a.zoom {
  opacity: 1;
}
.single-project-section .single-content h1,
.single-project-section .single-content h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}
.single-project-section .single-content h2 {
  margin-bottom: 5px;
}
.single-project-section .single-content ul.tag-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.single-project-section .single-content ul.tag-list li {
  display: inline-block;
  margin-right: 5px;
}
.single-project-section .single-content ul.tag-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
}
.single-project-section .single-content ul.tag-list li a:hover {
  color: #87d37c;
}
.single-project-section .single-content span {
  display: inline-block;
  color: #222222;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
}
.single-project-section .single-content span a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #87d37c;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  text-decoration: underline;
}
.single-project-section .single-content ul.social-share {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.single-project-section .single-content ul.social-share li {
  display: inline-block;
  margin-right: 5px;
}
.single-project-section .single-content ul.social-share li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #87d37c;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
}
.single-project-section .single-content ul.social-share li a:hover {
  background: #222222;
}
/*-------------------------------------------------*/
/* =  right fixed sidebar
/*-------------------------------------------------*/
#right-sidebar {
  width: 400px;
  position: fixed;
  top: 0;
  right: -400px;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  z-index: 999999;
  /*border-left: 1px solid @skin-color;*/
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  max-width: 100%;
}
#right-sidebar .inner-sidebar {
  padding: 70px 30px 0;
  overflow-y: scroll;
  max-height: 100%;
}
#right-sidebar a.close-sidebar {
  position: absolute;
  left: 30px;
  top: 60px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
#right-sidebar a.close-sidebar:hover {
  opacity: 0.7;
}
#right-sidebar .sidebar-widget {
  margin-bottom: 50px;
  text-align: center;
}
#right-sidebar .sidebar-widget h2 {
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
#right-sidebar .sidebar-widget p {
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
#right-sidebar .filter-widget ul.filter {
  margin: 0;
  padding: 0;
}
#right-sidebar .filter-widget ul.filter li {
  display: block;
  margin-bottom: 5px;
}
#right-sidebar .filter-widget ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
}
#right-sidebar .filter-widget ul.filter li a.active {
  position: relative;
  padding-left: 15px;
}
#right-sidebar .filter-widget ul.filter li a.active:before {
  content: '';
  width: 10px;
  height: 2px;
  background: #87d37c;
  position: absolute;
  top: 5px;
  left: 0;
}
#right-sidebar .about-widget {
  text-align: center;
}
#right-sidebar .about-widget img {
  max-width: 100%;
  margin-bottom: 30px;
}
#right-sidebar form {
  margin: 0;
  overflow: hidden;
}
#right-sidebar form input[type="text"],
#right-sidebar form input[type="search"] {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding: 16px 20px;
  background: transparent;
  margin: 0;
}
#right-sidebar form button {
  outline: none;
  border: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  padding: 0;
  font-size: 15px;
  color: #222222;
  margin-right: 18px;
  margin-top: -35px;
}
#right-sidebar form button:hover {
  color: #999999;
}
#right-sidebar .instagram-widget ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#right-sidebar .instagram-widget ul li {
  list-style: none;
  display: inline-block;
  margin: 5px 1px 0;
}
#right-sidebar .instagram-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  max-width: 95px;
}
#right-sidebar .instagram-widget ul li a img {
  width: 100%;
}
#right-sidebar.active {
  right: 0;
}
/*-------------------------------------------------*/
/* =  Blog
/*-------------------------------------------------*/
.blog-section {
  padding: 30px 0;
}
.blog-section .white-area-box {
  background: #ffffff;
  padding: 30px;
}
.blog-section .blog-box .blog-post {
  margin-bottom: 50px;
}
.blog-section .blog-box .blog-post img {
  max-width: 100%;
  margin-bottom: 30px;
}
.blog-section .blog-box .blog-post iframe {
  margin-bottom: 30px;
  width: 100%;
  height: 420px;
}
.blog-section .blog-box .blog-post .blog-content .blog-meta {
  border-top: 1px solid #eee;
  color: #999;
  font-family: 'Merriweather', sans-serif;
  padding-top: 10px;
  font-size: 12px;
}
.blog-section .blog-box .blog-post .blog-content .blog-meta a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  /*color: #222222;*/
}
.blog-section .blog-box .blog-post .blog-content .blog-meta a:hover {
  color: #87d37c;
}
.blog-section .blog-box .blog-post .blog-content .blog-meta span {
  margin-right: 10px;
}
.post-title, .blog-section .blog-box .blog-post .blog-content-text h2.post-title, .comment-section #reply-title, .comment-section .comments-title {
  color: #222222;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
}
.blog-content-text h2{
  font-size: 16px;
}
.blog-section .blog-box .blog-post .blog-content-text h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blog-section .blog-box .blog-post .blog-content-text h2 a:hover {
  color: #87d37c;
}
div.pagination-list ul {
  margin: 0;
  padding: 0;
}
div.pagination-list ul li {
  display: inline-block;
  margin-right: 10px;
}
div.pagination-list ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
}
div.pagination-list ul li a:hover {
  color: #87d37c;
}
div.pagination-list ul li span {
  display: inline-block;
  color: #87d37c;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
}
.sidebar .sb-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sidebar .widget {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.sidebar .widget .text-box img {
  width: 100%;
  margin-bottom: 20px;
}
.sidebar .widget > h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 30px;
}
.sidebar .widget ul, .widget_pages ul, .widget_nav_menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .widget > ul li, .widget_pages ul li, .widget_nav_menu ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  color: #888
}
.sidebar .widget > ul li:before, .widget_pages ul li:before, .widget_nav_menu ul li:before {
  position: absolute;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  color: #ccc;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .widget > ul li a, .widget_pages ul li a, .widget_nav_menu ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #888;
}
.sidebar .widget > ul li:hover:before, .widget_pages ul li:hover:before, .widget_nav_menu ul li:hover:before  {
  content: "\f178";
  font-size: 13px;
  color: #87d37c;
}
.sidebar .widget > ul li:hover > a, .widget_pages ul li:hover > a, .widget_nav_menu ul li:hover > a {
  color: #87d37c;
  padding-left: 6px;
}
.sidebar .widget.widget_search {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar .widget .tagcloud {
  margin-top: 35px;
}
.searchform {
  position: relative;
}
.searchform .form-control {
  border: 1px solid #eee;
}
.searchform .form-control:focus {
  outline: 0;
}
.searchform input[type="text"] {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding: 16px 20px;
  height: auto;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.searchform button{
  outline: none;
  border: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: right;
  padding: 0;
  font-size: 15px;
  color: #222222;
  margin-right: 18px;
  margin-top: -35px;
}
.searchform button:hover {
  color: #999999;
}
.popular-post-list {
  padding-right: 40px;
}
.popular-post-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popular-post-list ul li {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.popular-post-list ul li img {
  float: left;
  margin-right: 20px;
  max-width: 80px;
}
.popular-post-list ul li h2 {
  margin-top: 0;
  
  line-height: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.popular-post-list ul li h2 a {
  color: #666;
  font-size: 13px;
}
.popular-post-list ul li span,
.tagcloud a {
  font-size: 13px;
}
.popular-post-list ul li h3:hover a {
  color: #87d37c;
}
.tagcloud a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #999;
  margin-right: 5px;
  margin-bottom: 8px;
  font-size: 13px !important;
}
.tagcloud a:hover {
  border-color: #666;
  color: #666;
}
/*-------------------------------------------------*/
/* =  single post
/*-------------------------------------------------*/
.comment-section {
  margin-top: 60px;
}
/*.comment-section #reply-title, .comment-section .comments-title {
  color: #222222;
  font-size: 28px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
}*/
.comment-section ul {
  margin: 0;
  padding: 0;
}
.comment-section ul .comment-content ul, .comment-section ul .comment-content ol{
  padding-left: 30px;
  
}
.comment-section ul .comment-content ul li{
  list-style: disc;
}
 .comment-section ul .comment-content ol li{
  list-style: decimal;
 }
 @media(min-width: 768px){ 
  .comment-section ul .children{
    padding-left: 100px;
  }
 }

.comment-section ul li {
  list-style: none;
}
.comment-section ul li .comment-box {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.blog-section .blog-box .blog-post .comment-section ul li .comment-box img {
  width: auto;
  max-width: 100px;
  float: left;
  margin-bottom: 0;
}
.comment-section ul li .comment-box .comment-content {
  margin-left: 130px;
}
.comment-section ul li .comment-box .comment-content h4 {
  color: #222;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.comment-section ul li .comment-box .comment-content h4 a{
  color: #222;
}
.comment-section ul li .comment-box .comment-content h4 a.comment-reply-link {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222;
  float: right;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.comment-section ul li .comment-box .comment-content h4 a.comment-reply-link:hover {
  color: #87d37c;
  text-decoration: underline;
}
.comment-section ul li .comment-box .comment-content span {
  font-size: 13px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.comment-section ul li .comment-box .comment-content p {
  margin: 0!important;
}
.comment-section ul.depth .comment-box {
  padding-left: 100px;
}
.comment-section .comment-form {
  margin-bottom: 40px;
}
.comment-section .comment-form textarea {
  min-height: 125px;
  margin-bottom: 30px;
}
.comment-section .comment-form .form-control {
  border: 1px solid #eee;
}
.comment-section .comment-form label {
  color: #333;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
}
.comment-section .comment-form label .fa {
  margin-right: 5px;
  color: #999;
}
.comment-form input[type="text"],
.comment-form textarea, input[type="password"] {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding: 16px 20px;
  height: auto;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
}

 .blog-content-text label{
  width: 100%;
 }
.comment-form input[type="submit"], input[type="submit"]  {
  outline: none;
  border: none;
  padding: 13px 30px 10px;
  background: #87d37c;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.comment-form input[type="submit"]:hover, input[type="submit"]:hover {
  opacity: 0.7;
}
/*-------------------------------------------------*/
/* =  About page
/*-------------------------------------------------*/
.about-section {
  padding: 30px 0;
}
.about-section .white-area-box {
  padding: 30px;
  background: #ffffff;
}
.about-section .about-us img {
  width: 100%;
  margin-bottom: 30px;
}
.about-section .about-us .about-us-content {
  padding-top: 10px;
}
.about-section .about-us .about-us-content h1 {
  color: #222222;
  font-size: 36px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
}
.about-section .about-us .about-us-content h1:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #87d37c;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.about-section .about-box-serv {
  padding-top: 30px;
}
.about-section .about-box-serv .about-post {
  margin-bottom: 40px;
}
.about-section .about-box-serv .about-post i {
  float: left;
  font-size: 30px;
  color: #87d37c;
}
.about-section .about-box-serv .about-post h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-left: 60px;
  margin-bottom: 5px;
}
.about-section .about-box-serv .about-post p {
  margin-left: 60px;
}
.about-section .testimonial-box {
  text-align: center;
  border-top: 1px solid #f3f3f3;
  max-width: 860px;
  margin: 30px auto;
  padding: 30px 0;
}
.about-section .testimonial-box ul.bxslider {
  margin: 0;
  padding: 0;
}
.about-section .testimonial-box p {
  color: #aaa;
  font-size: 14px;
  
  margin-bottom: 25px;
  line-height: 30px;
}
.about-section .testimonial-box h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  color: #87d37c;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.about-section .testimonial-box span {
  font-size: 13px;
  color: #999999;
  
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  display: inline-block;
}
.about-section #bx-pager {
  text-align: center;
  margin-bottom: 52px;
}
.about-section #bx-pager a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0 13px;
  opacity: 0.9;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}
.about-section #bx-pager a.active {
  opacity: 1;
  transform: scale(1.35);
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -o-transform: scale(1.35);
  z-index: 2;
}
.about-section #bx-pager a.active:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/*-------------------------------------------------*/
/* =  Contact page
/*-------------------------------------------------*/
.contact-section {
  overflow: hidden;
  padding: 30px 0;
}
.contact-section .white-area-box {
  padding: 30px;
  background: #ffffff;
  overflow: hidden;
}
.contact-section .map-holder {
  height: 380px;
  margin-bottom: 40px;
}
.contact-section .map-holder #map {
  position: relative;
  width: 100%;
  height: 100%;
}
.contact-section h1 {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  font-family: 'Josefin Sans', sans-serif;
  margin: 0 0 20px;
}
.contact-section p {
  margin-bottom: 40px;
}
.contact-section ul.social-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.contact-section ul.social-list li {
  display: inline-block;
  margin-right: 5px;
}
.contact-section ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #87d37c;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
}
.contact-section ul.social-list li a:hover {
  background: #222222;
}
.wpcf7-form {
  margin: 0;
  padding: 0;
}
.wpcf7-form label span {
  color: red;
}
.wpcf7-form input[type="text"],.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  padding: 16px 20px;
  margin: 0 0 25px;
}
.wpcf7-form textarea {
  border: 1px solid #cccccc;
  height: 150px;
}
.wpcf7-form input[type="submit"] {
  outline: none;
  border: none;
  border-bottom: 2px solid #222222;
  color: #222222;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  padding: 7px 10px;
  background: transparent;
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.wpcf7-form input[type="submit"]:hover {
  color: #ffffff;
  background: #222222;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
  background: #f7f7f7;
}
footer .up-footer {
  padding: 65px 0 25px;
}
footer .up-footer .footer-widget {
  margin-bottom: 30px;
}
footer .up-footer .footer-widget > h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
footer .up-footer .text-widget img {
  max-width: 100%;
  margin-bottom: 20px;
}
footer .up-footer .text-widget p {
  margin-bottom: 10px;
}
footer .up-footer ul.social-icons {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.social-icons li {
  display: inline-block;
  margin-right: 5px;
}
footer .up-footer ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #555555;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}
footer .up-footer ul.social-icons li a:hover {
  background: #87d37c;
}
footer .up-footer .posts-widget ul {
  margin: 0;
  padding: 0;
}
footer .up-footer .posts-widget ul li {
  display: block;
  margin-bottom: 20px;
}
footer .up-footer .posts-widget ul li h2 {
  font-size: 13px;
  color: #999999;
  
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
}
footer .up-footer .posts-widget ul li h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
}
footer .up-footer .posts-widget ul li h2 a:hover {
  color: #87d37c;
}
footer .up-footer .posts-widget ul li > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
  font-size: 13px;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 0;
}
footer .up-footer .posts-widget ul li > a:hover {
  opacity: 0.7;
}
footer .up-footer .instagram-widget ul {
  margin: 0;
  padding: 0;
}
footer .up-footer .instagram-widget ul li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 5px;
}
footer .up-footer .instagram-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
footer .up-footer .instagram-widget ul li a img {
  max-width: 83px;
}
footer .up-footer .instagram-widget ul li a:hover {
  opacity: 0.7;
}
footer .up-footer .links-widget ul {
  margin: 0;
  padding: 0;
}
footer .up-footer .links-widget ul li {
  display: block;
  margin-bottom: 13px;
}
footer .up-footer .links-widget ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 13px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
footer .up-footer .links-widget ul li a:hover {
  color: #222222;
}
footer p.copyright {
  padding: 25px 0;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px;
  margin: 0;
}
footer.dark-style {
  background: #333333;
}
footer.dark-style .up-footer .footer-widget > h2 {
  color: #ffffff;
}
footer.dark-style .up-footer .posts-widget ul li > a {
  color: #777777;
}
footer.dark-style .up-footer .links-widget ul li a:hover {
  color: #87d37c;
}
footer.dark-style p.copyright {
  border-top: 1px solid #444444;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1199px) {
  .portfolio-section .project-post {
    width: 33.33333%;
  }
  .blog-section .blog-box .blog-post .blog-content .blog-meta span {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .portfolio-section .project-post,
  .portfolio-section .portfolio-box.col3 .project-post,
  .single-project-section .images-box .img-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog-section .blog-box .blog-post .comment-section ul li .comment-box img{
    width: 50px;
  }
  .comment-section ul li .comment-box .comment-content{
    margin-left: 70px;
  }
  .portfolio-section .portfolio-box.col2 .project-post,
  .single-project-section .images-box .img-box {
    width: 100%;
  }
  .navbar-toggle {
    margin-top: 30px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-nav li.drop ul.dropdown {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    border-top: none;
    opacity: 1;
    visibility: visible;
  }
  .comment-section ul.depth .comment-box {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .portfolio-section .project-post,
  .portfolio-section .portfolio-box.col3 .project-post {
    width: 100%;
  }
}
