.menu-mobile {
  position: relative;
  height: 81px;
  width: 42px;
  display: inline-block;
  float: right;
  cursor: pointer;
  -webkit-transform: translateX(22px);
  -moz-transform: translateX(22px);
  transform: translateX(22px);
  margin-top:-5px;
}
.menu-mobile .item {
  width: 22px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 22px;
}
.menu-mobile .item-1 {
  top: 36px;
}
.menu-mobile .item-2 {
  top: 43px;
}
.menu-mobile .item-3 {
  bottom: 29px;
}
body.menu-active .main-menu {
  visibility: visible;
  opacity: 1;
}
body.menu-active .menu-list > li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
body.menu-active .menu-mobile .item-2 {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.menu-active .main-menu {
  cursor: url(../images/cursor.png), auto;
}
.main-menu {
  background-color: rgba(7, 7, 7, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 11;
}
.main-menu nav {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.main-menu .menu-list {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  cursor: auto;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.main-menu .menu-list > li {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: block;
}
.main-menu .menu-list > li:nth-child(1) {
  transition-delay: 50ms;
}
.main-menu .menu-list > li:nth-child(2) {
  transition-delay: 100ms;
}
.main-menu .menu-list > li:nth-child(3) {
  transition-delay: 150ms;
}
.main-menu .menu-list > li:nth-child(4) {
  transition-delay: 200ms;
}
.main-menu .menu-list > li:nth-child(5) {
  transition-delay: 250ms;
}
.main-menu .menu-list > li:nth-child(6) {
  transition-delay: 300ms;
}
.main-menu .menu-list > li:nth-child(7) {
  transition-delay: 350ms;
}
.main-menu .menu-list > li:nth-child(8) {
  transition-delay: 350ms;
}
.main-menu ul,
.main-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu .menu-list {
  font-family: "Nunito Sans", serif;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  line-height: 2em;
}
.main-menu .menu-list a {
  color: inherit;
  display: block;
  color: #fff;
}

.main-menu .menu-list a:hover{ color:#c09c4f;}

.main-menu .sub-menu {
  display: none;
  color: #bbbbbb;
  font-size: 90%;
  line-height: 1.6em;
  text-transform: none;
}
.menu-close {
  position: absolute;
  top: 0;
  right: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
#header .socials {
  font-size: 12px;
}
#header .socials a {
  display: inline-block;
  padding: 27px 5px 23px;
  float: left;
  opacity: 1;
}
#header .socials a:hover {
  color: inherit !important;
  opacity: 0.5;
}
#header .socials i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #ebebeb;
}
#header .socials-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 11;
  cursor: url(../images/cursor.png), auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#header .socials-mobile .wrap-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
#header .socials-mobile .inner {
  display: table-cell;
  vertical-align: middle;
}
#header .socials-mobile .inner-socials {
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: auto;
  display: inline-block;
}
#header .socials-mobile a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
}
#header .socials-mobile a:last-child {
  margin-right: 0;
}
#header .popup-socials {
  opacity: 1 !important;
}
#slider-section .image {
  padding-bottom: 0;
}
#slider-section .item {
  position: relative;
}
#slider-section .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
}
#slider-section .item-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  max-width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
#slider-section .item-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 30px 40px 30px;
  -webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -ms-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
#slider-section h2 {
  font-size: 24px;
  margin: 0;
}
#slider-section p.caption {
  margin-top: 10px;
}
#slider-section.classic .item {
  height: 600px;
}
#slider-section.classic .container {
  padding-top: 40px;
}
#slider-section.single-image .item {
  height: 600px;
}
#slider-section.single-image .map:after {
  content: normal;
}
#slider-section.single-image .map + .contact-via {
  display: none;
}
#slider-section.single-image .map .item-icon-left {
  line-height: 24px;
}
#slider-section.single-image .container {
  padding-top: 40px;
}
.owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 12;
}
.owl-dots .owl-dot {
  width: 60px;
  height: 40px;
  float: left;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 3px solid #dedede;
  color: #dedede;
  margin-right: 5px;
  -webkit-transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-dots .owl-dot.active {
  color: #000000;
  border-bottom: 3px solid #000000;
}
/* ===========  5. Portfolio & Gallery  =========== */
.portfolio {
  padding-top: 100px;
  padding-bottom: 100px;
}
.controls {
  font-size: 18px;
  margin-bottom: 60px;
}
.controls ul {
  display: inline-block;
}
.controls ul,
.controls li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.controls li {
  float: left;
}
.controls li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.controls li a:after {
  content: normal;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 18px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.controls li a.active:after {
  content: '';
}
.container {
  max-width: 1000px;
}
.grids {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.grids:after {
  content: '';
  clear: both;
  display: block;
}
.grids .grid-sizer {
  width: 33.333333%;
}
.grids .grid-item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333333%;
  display: inline-block;
  margin-bottom: 30px;
}
.grids .grid-item:hover .caption {
  visibility: visible;
  opacity: 1;
}
.grids .grid-item:hover .title,
.grids .grid-item:hover .more,
.grids .grid-item:hover .cat {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.grids.grid-2-column .grid-sizer {
  width: 50%;
}
.grids.grid-2-column .grid-item {
  width: 50%;
}
.grids.grid-4-column .grid-sizer {
  width: 25%;
}
.grids.grid-4-column .grid-item {
  width: 25%;
}
.grids.equals .image {
  padding-bottom: 120%;
}
.grids.dark .caption {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.grids.dark .title {
  color: #ffffff;
}
.grids.dark .cat {
  color: #ffffff;
}
.grids.dark .cat a {
  color: inherit;
}
.grids.effect-drop .title,
.grids.effect-drop .cat,
.grids.effect-drop .more {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  transform: translateY(-50px);
}
.grids.effect-none .title,
.grids.effect-none .cat,
.grids.effect-none .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.grids.effect-zoom-in .title,
.grids.effect-zoom-in .cat,
.grids.effect-zoom-in .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.grids.effect-zoom-in .caption {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grids.effect-zoom-in .grid-item:hover .caption {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.grids ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grids ul li {
  display: inline-block;
}
.grids .caption {
  -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;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  height: 100%;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.grids .caption-inner {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-delay: 300ms;
}
.grids .title {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  padding-bottom: 5px;
  letter-spacing: 2px;
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.grids .title:last-child {
  padding-bottom: 0;
}
.grids .cat {
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transform: translateY(15px);
}
.grids .cat li a:after {
  content: ',';
}
.grids .cat li:last-child a:after {
  content: normal;
}
.grids .more {
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  transform: translateY(25px);
}
.grids .more a {
  background-color: rgba(0, 0, 0, 0.65);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 10px;
  display: inline-block;
  margin-right: 16px;
  color: #ffffff;
}
.grids .more a:first-child {
  margin-right: 0;
}
.grids.classic .media {
  position: relative;
}
.grids.classic .caption {
  left: 0;
  right: 0;
}
.grids.classic .grid-more {
  padding-top: 20px;
  padding-left: 5px;
}
.grids.classic .title,
.grids.classic .cat {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
}
.grids.classic .more a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.images-project {
  margin-top: 40px;
}
.images-project a .image,
.images-project a img {
  margin-bottom: 20px;
}
.images-project a:last-child .image,
.images-project a:last-child img {
  margin-bottom: 0;
}
.images-project a .image {
  opacity: 1;
}
.images-project a .image:hover {
  opacity: 0.8;
}
.images-project .owl-dots {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  text-align: center;
}
.images-project .owl-dots .owl-dot {
  width: 30px;
  display: inline-block;
  float: none;
  border-bottom-width: 4px;
}
.navigation {
  margin-top: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.navigation:after {
  content: '';
  clear: both;
  display: block;
}
.navigation i {
  font-size: 24px;
}
.navigation .previous {
  line-height: 24px;
  display: inline-block;
  float: right;
}
.navigation .previous:before {
  content: '|';
  margin-right: 5px;
}
.navigation .previous:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
  line-height: inherit;
  display: inline-block;
  position: relative;
  top: 1px;
}
.navigation .previous:last-child:before {
  content: normal;
}
.navigation .next {
  line-height: 24px;
  display: inline-block;
  float: right;
}
.navigation .next:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 10px;
  line-height: inherit;
  display: inline-block;
  position: relative;
  top: 1px;
}
.navigation .next:after {
  content: '|';
  margin-left: 5px;
}
.navigation .next:first-child:after {
  content: normal;
}
/* ===========  6. Posts  =========== */
#wrap-posts {
  padding-top: 80px;
  padding-bottom: 80px;
}
#wrap-posts article {
  margin-top: 60px;
}
#wrap-posts article:first-child {
  margin-top: 0;
}
#wrap-posts .portfolio {
  padding: 0;
}
#wrap-posts .cat {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
#wrap-posts .post-media {
  margin-bottom: 40px;
}
#wrap-posts .title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#wrap-posts .post-content .cat a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #ebebeb;
  margin-bottom: 5px;
}
#wrap-posts .post-content .post-tags:after {
  content: '';
  clear: both;
  display: block;
}
#wrap-posts .post-content .post-tags span {
  float: left;
  margin-right: 6px;
}
#wrap-posts .post-content .post-tags a {
  color: #bbbbbb;
  float: left;
  font-style: italic;
  opacity: 1;
}
#wrap-posts .post-content .post-tags a:after {
  content: ',';
  margin-right: 5px;
}
#wrap-posts .post-content .post-tags a:hover {
  opacity: 0.5;
}
#wrap-posts .post-content .post-tags a:last-child:after {
  content: normal;
}
#wrap-posts .post-content .post-share {
  margin-top: 40px;
}
#wrap-posts .post-content .post-share .kd-sharing-post-social {
  display: inline-block;
}
#wrap-posts .post-content .post-share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #ebebeb;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
}
#wrap-posts .post-content .post-share a:last-child {
  margin-right: 0;
}
#wrap-posts .the-excerpt {
  margin-top: 20px;
}
#wrap-posts .post-details > * {
  margin-right: 10px;
  color: #bbbbbb;
}
#wrap-posts .post-details > *:last-child {
  margin-right: 0;
}
#wrap-posts .post-author {
  text-transform: capitalize;
}
#wrap-posts .post-author:before {
  content: '\f007';
  font-family: FontAwesome;
  margin-right: 5px;
}
#wrap-posts .post-date:before {
  content: '\f017';
  font-family: FontAwesome;
  margin-right: 5px;
}
#wrap-posts .read-more {
  display: inline-block;
  min-width: 100px;
  padding: 6px 20px;
  line-height: 24px;
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  margin-top: 20px;
}
.pagination-wrap {
  margin-top: 60px;
  text-align: center;
}
.pagination-wrap ul,
.pagination-wrap li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-wrap ul {
  display: inline-block;
}
.pagination-wrap li {
  display: inline-block;
  float: left;
}
.pagination-wrap a,
.pagination-wrap span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 50%;
  margin-right: 8px;
}
.pagination-wrap a.current,
.pagination-wrap span.current {
  color: #ffffff;
  background-color: #000000;
}
.post-tags {
  margin-top: 20px;
}
#comments {
  margin-top: 60px;
}
#comments .title {
  margin-bottom: 30px;
  border-left: 3px solid #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
}
#comments .comment-list {
  padding: 0;
  list-style: none;
}
#comments ul.children {
  list-style: none;
}
#comments .comment-list > li:last-child > .comment-body {
  margin-bottom: 0;
}
#comments .comment-body {
  margin-bottom: 20px;
}
#comments .comment-body:after {
  content: '';
  clear: both;
  display: block;
}
#comments .comment-avatar {
  width: 80px;
  height: 80px;
  padding-bottom: 0;
  float: left;
  overflow: hidden;
}
#comments .comment-head {
  padding-bottom: 10px;
}
#comments .comment-context {
  margin-left: 80px;
  padding-left: 20px;
}
#comments .comment-author {
  font-size: 12px;
  font-family: "Nunito Sans", serif;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  display: inline;
  line-height: 1.2em;
  font-weight: 700;
}
#comments .comment-date {
  font-size: 12px;
  font-style: italic;
  color: #999999;
  letter-spacing: 1px;
}
#comments .comment-date:before {
  content: '-';
  margin-left: 5px;
  margin-right: 5px;
}
#comments .reply {
  text-align: right;
  font-size: 14px;
  color: #999999;
}
#comments .reply a {
  color: inherit !important;
}
#comments .reply span {
  margin-right: 10px;
}
#comments .reply span:last-child {
  margin-right: 0;
}
#comments .comment-content p:last-child {
  margin-bottom: 10px;
}
#comments .children {
  padding-left: 30px;
}
#comments .children .children .children {
  padding-left: 0;
}
#cancel-comment-reply-link {
  text-transform: capitalize;
  letter-spacing: 0;
}
#respond {
  margin-top: 60px;
}
#respond .title {
  margin-bottom: 30px;
  border-left: 3px solid #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
}
#respond .contact-item {
  margin-bottom: 20px;
}
#respond .form-submit {
  margin-bottom: 0;
}
#respond input,
#respond textarea {
  background-color: #f6f6f6;
  border: none;
}
#respond .form-message {
  height: 120px;
}
#respond textarea {
  height: 120px;
  padding-top: 10px;
  resize: none;
}
#respond .submit {
  width: 100%;
  border: none;
  height: 40px;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#respond .submit:hover {
  opacity: 0.8;
}
.post_404_not_found {
  text-align: center;
  margin-bottom: 0;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page_title_404 {
  font-size: 250px;
  margin: 0;
  line-height: normal;
}
.page_title_404 span {
  color: #000000;
}
.page_sub_title_404 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.8em;
}
.page_message_404 {
  padding-top: 12px;
  font-style: italic;
}
.post_404_not_found .widget_search {
  width: 60%;
  margin: 0 auto;
}
.go-to-home {
  font-size: 12px;
  line-height: 1.8;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30px;
}
.go-to-home a {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer;
  letter-spacing: 2px;
  padding: 12px 30px;
}
/* ===========  7. Footer  =========== */
#footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ebebeb;
}
#footer .logo-wrap {
  padding-top: 0;
}
#footer .socials {
  font-size: 12px;
  display: inline-block;
}
#footer .socials a {
  display: inline-block;
  float: left;
  opacity: 1;
  margin-right: 10px;
}
#footer .socials a:last-child {
  margin-right: 0;
}
#footer .socials a:hover {
  color: inherit !important;
  opacity: 0.5;
}
#footer .socials i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
}
/* ===========  8. Widgets  =========== */
.widget-title {
  border-left: 3px solid #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
  margin-bottom: 20px;
}
.widget {
  margin-bottom: 50px;
}
.widget .screen-reader-text {
  display: none;
}
.widget ul {
  list-style: square;
  margin: 0;
  padding-left: 14px;
}
.widget ul li {
  padding-bottom: 5px;
}
.widget ul li:last-child {
  padding-bottom: 0;
}
.widget label {
  display: block;
  margin-bottom: 10px;
}
.widget select {
  display: block;
  width: 100%;
}
.widget .sub-menu {
  padding-top: 5px;
  padding-bottom: 0;
}
.widget #wp-calendar {
  width: 100%;
}
.widget #wp-calendar caption {
  text-align: right;
  font-size: 12px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 8px;
}
.widget #wp-calendar thead {
  font-size: 12px;
}
.widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
.widget #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.widget #wp-calendar tr td {
  border-left: 0;
  padding: 10px;
}
.widget #wp-calendar tbody td {
  background: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 8px;
}
.widget #wp-calendar #today a {
  font-weight: 700;
}
.widget #wp-calendar tfoot {
  display: none;
}
.widget .recentcomments .comment-author-link {
  text-transform: capitalize;
}
.widget .recentcomments a {
  color: #000000;
}
.widget .rsswidget {
  color: #000000;
}
.widget.widget_search .wrap-search {
  position: relative;
}
.widget.widget_search .search-field {
  border-color: #000000;
}
.widget.widget_search .search-submit {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  border: 1px solid transparent;
  width: 50px;
  display: inline-block;
  color: #ffffff;
}
.widget.widget_nav_menu ul ul {
  padding-left: 15px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget.kd-about img + .widget-content {
  margin-top: 20px;
}
.widget.kd-follow .widget-follow-content:after {
  content: '';
  clear: both;
  display: block;
}
.widget.kd-follow a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #ebebeb;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
}
.widget.kd-follow a:last-child {
  margin-right: 0;
}
.widget.widget_tag_cloud a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #ebebeb;
  margin-bottom: 5px;
  font-size: 14px !important;
}
.widget.kd-contact .item-icon-left {
  margin-bottom: 5px;
}
.widget.kd-contact .item-icon-left:last-child {
  margin-bottom: 0;
}
.widget.kd-contact .item-icon-left i {
  display: inline-block;
  width: 24px;
}
/* ===========  9. Preloader  =========== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #ffffff;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.preloader.deactivate {
  visibility: hidden;
  opacity: 0;
}
.preloader-1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 1px 1px 0 0 #000000;
  animation: 3s loading infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader_2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kd-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: kd-bounce 2.4s infinite ease-in-out;
  -moz-animation: kd-bounce 2.4s infinite ease-in-out;
  -ms-animation: kd-bounce 2.4s infinite ease-in-out;
  -o-animation: kd-bounce 2.4s infinite ease-in-out;
  animation: kd-bounce 2.4s infinite ease-in-out;
}
.kd-circle-2 {
  animation-delay: -1.2s;
}
@keyframes kd-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0);
    box-shadow: 1px 1px 0 0 #000000;
  }
  25% {
    transform: rotate(180deg);
    box-shadow: 0 0 1px 0 #000000;
  }
  50% {
    transform: rotate(360deg);
    box-shadow: -1px -1px 0 0 #000000;
  }
  75% {
    transform: rotate(540deg);
    box-shadow: 0 0 1px 0 #000000;
  }
  100% {
    transform: rotate(720deg);
    box-shadow: 1px 1px 0 0 #000000;
  }
}
@media screen and (max-width: 991px) {
  #slider-section .image {
    max-height: 500px;
  }
  .admin-bar .menu-close {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #header .socials-mobile.active {
    visibility: visible;
    opacity: 1;
  }
  .grids .grid-sizer {
    width: 100% !important;
  }
  .grids .grid-item {
    width: 100% !important;
  }
  .controls li {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .controls li:last-child {
    margin-bottom: 0;
  }
  .sidebar {
    margin-top: 60px;
  }
  #comments .children {
    padding-left: 0;
  }
  .page_title_404 {
    font-size: 120px;
  }
}


@media only screen and (max-width: 600px) {
	
	.header_menu_dropdown {
    position: relative;
    margin: 0px 10px;
	display:inline-block !important;
}

	
	
	}