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

1. Reset CSS
2. Typography
3. General
4. Header
5. Portfolio & Gallery
6. Posts
	- Home Layout
    - Single
    - Page, Contact Form
7. Footer
8. Widgets

=========================================================================*/
/* =========== 1. Reset CSS  =========== */
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  color: #181818;
  background-color: transparent;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ffffff;
  color: #222222;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  border-radius: 0;
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #222222;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
input,
textarea,
button,
select {
  outline: none;
}
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222222;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #222222;
}
/* =========== 2. Typography  =========== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Josefin Sans', sans-serif;
  color: #181818;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 0;
}
h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a {
  color: inherit;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
}
a {
  color: #181818;
  text-decoration: none;
  -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:hover {
  color: #ababab !important;
}
.quicklinks a:hover,
.quicklinks a:active,
.quicklinks a:focus {
  color: #00b9eb !important;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
code,
kbd,
pre,
samp {
  font-family: 'Josefin Sans', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
code {
  background-color: #eee;
  letter-spacing: 0.015em;
}
abbr {
  background-color: #A1D71A;
  color: #111;
  border-width: 2px;
}
mark,
.mark {
  color: #ffffff;
  background-color: #a4b4c4;
}
dfn {
  border-bottom: 1px dashed;
}
cite {
  font-style: normal;
}
blockquote {
  font-size: 18px;
  border: 0;
  padding: 30px;
  margin: 20px 0;
  letter-spacing: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #eeeeee;
}
blockquote:before {
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: -1;
  content: '\f10d';
  font-family: 'FontAwesome';
  display: inline-block;
  color: #ababab;
  font-size: 60px;
  opacity: 0.2;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote footer,
blockquote cite {
  font-size: 12px;
  color: #222222;
  font-weight: 700;
}
blockquote footer:before,
blockquote cite:before {
  content: '- ';
  color: #222222;
}
blockquote footer:after,
blockquote cite:after {
  content: ' ';
  color: #222222;
}
pre {
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4;
  font-style: italic;
  overflow: auto;
  white-space: pre-wrap;
  background-color: #f7f7f7;
  word-wrap: break-word;
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
  height: 40px;
  width: 100%;
  border: 1px solid #222222;
  padding: 0 10px;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
::-moz-selection {
  color: #f7f7f7;
  background-color: #222222;
}
::selection {
  color: #f7f7f7;
  background-color: #222222;
}
iframe {
  border: 0;
  max-width: 100%;
}
/* ===========  3. General  =========== */
body {
  margin: 0;
  padding: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  background: #ffffff;
  color: #222222;
  overflow-x: hidden;
  line-height: 1.8em;
  font-weight: 300;
}
.kd-btn {
  display: inline-block;
  padding: 5px 18px 1px;
  background-color: #181818;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  opacity: 1;
}
.kd-btn:hover,
.kd-btn a:hover,
.kd-btn:active,
.kd-btn a:active,
.kd-btn:focus,
.kd-btn a:focus {
  color: #ffffff !important;
  opacity: 0.8;
}
.image {
  background-color: #eeeeee;
  padding-bottom: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.image img {
  display: none !important;
}
/* ===========  4. Header  =========== */
#header {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 999;
}
#header .header-inner {
  height: 100px;
  position: relative;
}
#header .logo {
  line-height: 100px;
  float: left;
}
#header .logo > a {
  line-height: inherit;
  display: block;
}
#header .logo img {
  max-height: 24px;
}
.main-menu {
  text-transform: uppercase;
  line-height: 40px;
  padding-top: 30px;
  padding-bottom: 30px;

}
.main-menu .logo {
  display: none;
}
.main-menu .menu-list > li:last-child > a {
  padding-right: 0;
}
.main-menu li {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-family: 'Josefin Sans', sans-serif;
}
.main-menu li a {
  color: #181818;
  padding: 12px 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
}
.main-menu li:hover > a {
  color: #ababab;
}
.main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.main-menu .sub-menu {
  width: 220px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -ms-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.main-menu .sub-menu li {
  display: block;
  font-size: 11px;
}
.main-menu .sub-menu a {
  display: block;
  padding: 5px 20px;
}
.main-menu .sub-menu a:hover {
  background-color: #464647;
  color: #ffffff !important;
}
.main-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.main-menu li.current_page_item a {
  color: #101010;
  background-color: #f7f8f9;
}
.close-menu {
  display: none;
}
.item-search + form {
  display: none;
}
.header-hide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -moz-transition: visibility 0.3s ease, opacity 0.3s ease;
  -ms-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}
.header-hide.active {
  visibility: visible;
  opacity: 1;
}
.menu-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100px;
  padding-left: 16px;
  cursor: pointer;
}
.menu-mobile.active .item-2 {
  right: 0;
}
.menu-mobile .item {
  position: absolute;
  right: 0;
  background-color: #181818;
  width: 24px;
  height: 1px;
}
.menu-mobile .item-1 {
  top: 44px;
}
.menu-mobile .item-2 {
  top: 52px;
  width: 18px;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  right: 6px;
}
.menu-mobile .item-3 {
  top: 60px;
}
.menu-search-form {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-align: center;
}
.menu-search-form.active {
  opacity: 1;
  visibility: visible;
  z-index: 999999999999;
}
.menu-search-form a {
  font-size: 62px;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  background-color: transparent;
  color: #181818;
}
.menu-search-form .search-input {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: 100%;
  margin: 30px auto;
  border: 1px solid #f4f5f6;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05);
}
.menu-search-form .search-input:before {
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  background-color: #181818;
}
.menu-search-form input[type="text"] {
  display: block;
  width: 100%;
  height: 72px;
  padding-left: 25px;
  padding-right: 40px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-size: 24px;
}
.menu-search-form input[type="text"]:focus,
.menu-search-form input[type="text"]:active {
  outline: 0;
}
.menu-search-form button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 24px;
  width: 72px;
  box-shadow: none;
  background-color: #181818;
  border: 0 solid #ff6060;
  color: #ffffff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
}
.menu-search-form button:hover {
  opacity: 0.7;
}
.mt30 {
  margin-top: 30px;
}
.pt30 {
  padding-top: 30px;
}
/* ===========  5. Sections  =========== */
/* 5.1 Revolution Slider */
.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  width: 32px;
  height: 100px;
  z-index: 999;
  position: absolute;
  display: block;
}
.tparrows:before {
  display: block;
  line-height: 100px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.tparrows.tp-leftarrow:hover:before {
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}
.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.tparrows.tp-rightarrow:hover:before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}
.tparrows.tp-rightarrow .nav-allwrapper {
  right: 0;
  left: auto;
}
.tparrows.tp-rightarrow .nav-imgholder {
  -ms-transform: translateX(192px);
  transform: translateX(192px);
  -webkit-transform: translateX(192px);
}
.tparrows:hover .nav-allwrapper {
  visibility: visible;
}
.tparrows:hover .nav-imgholder {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.tparrows:hover .nav-titleholder {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  transform: rotateX(0);
}
.nav-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 160px;
  height: 130px;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.nav-imgholder {
  width: 160px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  -webkit-transform: translateX(-192px);
  -moz-transform: translateX(-192px);
  transform: translateX(-192px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.nav-titleholder {
  top: 100px;
  width: 160px;
  text-align: left;
  display: block;
  padding: 2px 10px 0;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  font-size: 11px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
}
.tp-caption.title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.tp-bannertimer {
  height: 3px;
}
/* 5.2 About */
.about-section {
  margin-top: 180px;
}
.about-section .title {
  font-size: 24px;
  line-height: 1.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 30px;
}
.about-section .title strong,
.about-section .title span {
  font-size: 36px;
  font-weight: 500;
}
.about-section .kd-btn {
  margin-bottom: 40px;
}
/* 5.3 Services Section */
.services-section .service-item i {
  display: inline-block;
  line-height: 36px;
  font-size: 28px;
  margin-bottom: 10px;
}
.services-section .service-item h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.services-section .service-item p:last-child {
  margin-bottom: 0;
}
/* 5.4 Portfolio Section */
.portfolio-section {
  padding-top: 140px;
  padding-bottom: 120px;
}
.portfolio-section .title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
#portfolio,
.projects-related {
  padding-top: 10px;
}
#portfolio.gallery .grid-item,
.projects-related.gallery .grid-item {
  cursor: pointer;
  opacity: 1;
}
#portfolio.gallery .grid-item:hover,
.projects-related.gallery .grid-item:hover {
  opacity: 0.8;
}
#portfolio .controls,
.projects-related .controls {
  font-size: 11px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
#portfolio .controls ul,
.projects-related .controls ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#portfolio .controls ul li,
.projects-related .controls ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
#portfolio .controls ul li:last-child,
.projects-related .controls ul li:last-child {
  margin-right: 0;
}
#portfolio .controls ul li a,
.projects-related .controls ul li a {
  padding: 10px 20px 8px;
}
#portfolio .controls ul li a.active,
.projects-related .controls ul li a.active {
  background-color: #f2f2f2;
}
#portfolio .grids,
.projects-related .grids {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
#portfolio .grids:after,
.projects-related .grids:after {
  content: '';
  clear: both;
  display: block;
}
#portfolio .grid-sizer,
.projects-related .grid-sizer {
  width: 33.333333%;
}
#portfolio .grid-item,
.projects-related .grid-item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333333%;
  display: inline-block;
  margin-bottom: 30px;
}
#portfolio .equal .image,
.projects-related .equal .image {
  padding-bottom: 100%;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
}
#portfolio .large,
.projects-related .large {
  width: 66.666666%;
}
#portfolio .h-double,
.projects-related .h-double {
  width: 66.666666%;
}
#portfolio .h-double .image,
.projects-related .h-double .image {
  padding-bottom: calc(50% - 15px);
}
#portfolio .v-double .image,
.projects-related .v-double .image {
  padding-bottom: calc(200% + 30px);
}
#portfolio .caption,
.projects-related .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(245, 245, 245, 0.8);
  position: absolute;
  height: 100%;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
}
#portfolio .caption-inner,
.projects-related .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%);
}
#portfolio .title,
.projects-related .title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
  letter-spacing: 1px;
}
#portfolio .cat,
.projects-related .cat {
  color: #181818;
}
#portfolio.zoom-in .caption,
.projects-related.zoom-in .caption {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
#portfolio.fade-in .caption,
.projects-related.fade-in .caption {
  opacity: 0;
  visibility: hidden;
}
#portfolio.fade-in .caption .title,
.projects-related.fade-in .caption .title {
  -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;
}
#portfolio.fade-in .caption .cat,
.projects-related.fade-in .caption .cat {
  -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;
}
#portfolio .cat,
.projects-related .cat {
  list-style: none;
  font-style: italic;
  margin: 0;
  padding: 0;
}
#portfolio .cat li,
.projects-related .cat li {
  display: inline-block;
}
#portfolio .cat li:after,
.projects-related .cat li:after {
  content: ',';
}
#portfolio .cat li:last-child:after,
.projects-related .cat li:last-child:after {
  content: normal;
}
.pagination-wrap {
  padding-top: 40px;
}
.pagination-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination-wrap ul:after {
  content: '';
  display: block;
  clear: both;
}
.pagination-wrap ul span {
  display: block;
}
.pagination-wrap ul li {
  color: #181818;
  width: 35px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
}
.pagination-wrap ul li .current {
  color: #181818;
  font-size: 40px;
}
@media screen and (min-width: 601px) {
  #portfolio.zoom-in .grid-item:hover .caption,
  .projects-related.zoom-in .grid-item:hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  #portfolio.fade-in .grid-item:hover .caption,
  .projects-related.fade-in .grid-item:hover .caption {
    opacity: 1;
    visibility: visible;
  }
  #portfolio.fade-in .grid-item:hover .caption .title,
  .projects-related.fade-in .grid-item:hover .caption .title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  #portfolio.fade-in .grid-item:hover .caption .cat,
  .projects-related.fade-in .grid-item:hover .caption .cat {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ===========  6. Posts  =========== */
#posts {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.blog-posts + .pagination-wrap {
  padding-top: 0;
  margin-bottom: 120px;
}
.featured-slider {
  box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.06);
  margin-bottom: 90px;
}
.featured-slider a {
  color: #ffffff !important;
}
.featured-slider .owl-nav {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  font-size: 30px;
  color: #ffffff;
}
.featured-slider .owl-prev {
  position: absolute;
  left: 20px;
  top: -15px;
}
.featured-slider .owl-next {
  position: absolute;
  top: -15px;
  right: 20px;
}
.featured-slider .item {
  position: relative;
}
.featured-slider .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: auto;
}
.featured-slider .item-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  text-align: center;
  width: 100%;
  height: 100%;
}
.featured-slider .table {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.featured-slider .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.featured-slider .image {
  padding-bottom: 60%;
}
.featured-slider .title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
.featured-slider .post-cat {
  margin-bottom: 10px;
  margin-top: 15px;
}
.featured-slider .post-cat a {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  margin-right: 10px;
}
.featured-slider .post-cat a:last-child {
  margin-right: 0;
}
.featured-slider .post-cat a:hover {
  text-decoration: underline;
}
.featured-slider .read-more {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
  text-decoration: underline;
}
article.post {
  text-align: center;
  margin-bottom: 80px;
}
article.post .post-media {
  box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
article.post .post-media img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
article.post .post-media:hover > a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
article.post .post-content {
  padding-top: 40px;
  padding-bottom: 60px;
  box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.06);
}
article.post .post-content:first-child {
  padding-top: 80px;
}
article.post .post-content .post-author img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin-bottom: 15px;
}
article.post .post-content .title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
article.post .post-content .title + .the-content {
  margin-top: 40px;
}
article.post .post-content .post-date {
  font-size: 14px;
  color: #ababab;
}
article.post .post-content .the-excerpt {
  margin-top: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
article.post .post-content .the-content {
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
article.post .post-content .contact-info {
  margin-top: 40px;
}
article.post .post-content .contact-info .item {
  margin-bottom: 30px;
}
article.post .post-content .contact-info .item-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 65px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 10px;
}
article.post .post-content .contact-info .item-icon i {
  font-size: 18px;
}
article.post .post-content .contact-info + .contact {
  margin-top: 40px;
}
article.post .post-content .post-cat,
article.post .post-content .post-tags {
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
article.post .post-content .post-cat span,
article.post .post-content .post-tags span,
article.post .post-content .post-cat strong,
article.post .post-content .post-tags strong {
  font-weight: 500;
}
article.post .post-content .post-cat a:after,
article.post .post-content .post-tags a:after {
  content: ',';
  margin-right: 5px;
}
article.post .post-content .post-cat a:last-child:after,
article.post .post-content .post-tags a:last-child:after {
  content: normal;
}
article.post .post-share {
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
article.post .post-share:after {
  content: '';
  clear: both;
  display: block;
}
article.post .post-share a {
  display: inline-block;
  float: left;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  text-align: center;
  background-color: #eeeeee;
  margin-right: 12px;
  color: #444444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
article.post .post-share a:last-child {
  margin-right: 0;
}
article.post .read-more {
  text-decoration: underline;
}
.single article.post .post-media:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.single article.post .related-posts {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.single article.post .related-posts .related-posts-inner {
  border-top: 1px solid #eeeeee;
  margin-top: 60px;
  padding-top: 50px;
}
.single article.post .related-posts .related-posts-inner > .title {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single article.post .related-posts .related-wrap {
  margin-left: -10px;
  margin-right: -10px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: hidden;
  vertical-align: top;
  min-height: .01%;
  overflow-x: auto;
  margin-top: 20px;
}
.single article.post .related-posts .related-wrap:after {
  content: '';
  clear: both;
  display: block;
}
.single article.post .related-posts .related-wrap .image {
  padding-bottom: 80%;
}
.single article.post .related-posts .related-wrap .image:hover {
  opacity: 0.8;
}
.single article.post .related-posts .related-wrap .related-item {
  width: 33.333333%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.single article.post .related-posts .related-wrap .related-item .title {
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: normal;
  margin: 10px 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
.single article.post .related-posts .related-wrap .related-item .item-meta {
  font-size: 11px;
  text-transform: uppercase;
  color: #181818;
}
.single article.post .related-posts .related-wrap .related-content {
  text-align: center;
  padding: 0 20px;
}
.single article.post #comments {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.single article.post #comments .comments-inner {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eeeeee;
}
.single article.post #comments .comment-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}
.single article.post #comments .comment-list ul {
  list-style: none;
  padding-left: 0;
}
.single article.post #comments .comment-list .children {
  padding-left: 30px;
}
.single article.post #comments .comment-list .comment-avatar {
  width: 70px;
  height: 70px;
  float: left;
}
.single article.post #comments .comment-list .comment-context {
  margin-left: 70px;
  padding-left: 20px;
  margin-bottom: 10px;
}
.single article.post #comments .comment-list .comment-author {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
}
.single article.post #comments .comment-list .comment-date {
  color: #ababab;
  font-size: 14px;
}
.single article.post #comments .comment-list .comment-content {
  margin-top: 10px;
}
.single article.post #comments .comment-list .reply {
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
}
.single article.post #comments .comment-list .reply > * {
  margin-right: 10px;
}
.single article.post #comments .comment-list .reply > *:last-child {
  margin-right: 0;
}
.single article.post #comments .comment-list .reply a {
  color: #ababab;
}
.single article.post .comment-respond {
  margin-top: 40px;
}
.single article.post .comment-respond .title {
  margin-bottom: 30px;
  font-size: 24px;
}
.single article.post,
.single-project article.post {
  margin-bottom: 120px;
}
.error404 article.post {
  margin-bottom: 120px;
}
.error404 article.post .post-content {
  padding-top: 60px;
}
.error404 article.post .post-content .the-content {
  text-align: center;
  margin-bottom: 0;
}
.error404 article.post .post-content .the-content h1 {
  font-size: 240px;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 500;
}
.error404 article.post .post-content .the-content h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.error404 article.post .post-content .the-content form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
  width: 90%;
}
.error404 article.post .post-content .the-content form input[type=text] {
  border: none;
  background-color: #eeeeee;
  padding-right: 40px;
  font-size: 14px;
}
.error404 article.post .post-content .the-content .btn-submit {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  background-color: #181818;
}
.contact input[type="search"],
.contact input[type="text"],
.contact input[type="url"],
.contact input[type="number"],
.contact input[type="password"],
.contact input[type="email"],
.contact input[type="file"],
.contact select,
.contact textarea {
  border: none;
  background-color: #efefef;
  font-size: 16px;
}
.contact textarea {
  height: 200px;
  display: block;
  padding-top: 10px;
}
.contact .contact-item {
  margin-bottom: 20px;
}
#post-author {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
#post-author .author-wrap {
  border-top: 1px solid #eeeeee;
  margin-top: 60px;
  padding-top: 50px;
}
#post-author .avatar-author {
  width: 150px;
  height: 150px;
  float: left;
  padding-bottom: 0;
}
#post-author .post-author-content {
  margin-left: 150px;
  padding-left: 20px;
  font-size: 16px;
}
#post-author .post-author-content .title {
  line-height: 1em;
  margin-bottom: 10px;
  font-size: 28px;
  text-transform: uppercase;
}
#post-author .post-author-content .author-socials {
  margin-top: 10px;
}
#post-author .post-author-content .author-socials:after {
  content: '';
  clear: both;
  display: block;
}
#post-author .post-author-content .author-socials a {
  color: #444444;
  font-size: 12px;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #eeeeee;
  display: inline-block;
  float: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#post-author .post-author-content .author-socials a:last-child {
  margin-right: 0;
}
.post .wp-caption {
  display: inline-block;
  max-width: 100%;
}
.post .wp-caption img {
  position: relative;
  margin-bottom: 10px;
  top: 5px;
  width: 100% !important;
}
.post .wp-caption .wp-caption-text {
  font-size: 14px;
  font-style: italic;
  color: #181818;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.post .textwidget > p,
.post .textwidget > .wp-caption {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
}
.post .textwidget .wp-caption-text {
  display: block;
  font-style: italic;
  text-align: center;
  padding: 15px 10px 5px 10px;
  font-size: 12px;
  margin-bottom: 0;
}
.post.sticky .post-content .title {
  position: relative;
  padding-left: 30px;
}
.post.sticky .post-content .title:after {
  content: '\f0c6';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 50%;
  padding: 2px;
  color: #181818;
  font-size: 16px;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
}
.post .gallery {
  margin-bottom: 20px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  overflow: hidden;
}
.post .gallery .gallery-item {
  position: relative;
  padding: 10px;
  margin: 0 !important;
}
.post .gallery br {
  display: none;
}
.post .gallery .gallery-caption {
  position: absolute;
  padding: 10px 5px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #181818;
  color: #ffffff;
  pointer-events: none;
}
.post .gallery a {
  display: block;
}
.post .gallery a img {
  width: 100%;
  border: 0 !important;
}
.post .gallery-columns-1 .gallery-item {
  width: 100% !important;
}
.post .gallery-columns-2 .gallery-item {
  width: 50% !important;
}
.post .gallery-columns-3 .gallery-item {
  width: 33.3333333333% !important;
}
.post .gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.post .gallery-columns-5 .gallery-item {
  width: 20% !important;
}
.post .gallery-columns-6 .gallery-item {
  width: 16.6666667% !important;
}
.post .gallery-columns-7 .gallery-item {
  width: 14.2857143% !important;
}
.post .gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}
.post .gallery-columns-9 .gallery-item {
  width: 11.1111111111% !important;
}
.bypostauthor cite.fn:before {
  content: '\f005';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 5px;
}
.alignright {
  float: right;
  margin-left: 30px;
}
.alignleft {
  float: left;
  margin-right: 30px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.the-excerpt ol ul,
.the-excerpt ul ol,
.the-excerpt ul ul {
  padding-left: 20px;
}
.the-excerpt table,
.comment table {
  background-color: transparent;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.the-excerpt table th,
.comment table th {
  text-align: left;
}
.the-excerpt table a,
.comment table a {
  color: inherit;
}
.the-excerpt table > thead > tr > th,
.comment table > thead > tr > th,
.the-excerpt table > tbody > tr > th,
.comment table > tbody > tr > th,
.the-excerpt table > tfoot > tr > th,
.comment table > tfoot > tr > th,
.the-excerpt table > thead > tr > td,
.comment table > thead > tr > td,
.the-excerpt table > tbody > tr > td,
.comment table > tbody > tr > td,
.the-excerpt table > tfoot > tr > td,
.comment table > tfoot > tr > td {
  border-top: 1px solid #181818;
  border-left: 1px solid #181818;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.the-excerpt table > thead > tr > th:last-child,
.comment table > thead > tr > th:last-child,
.the-excerpt table > tbody > tr > th:last-child,
.comment table > tbody > tr > th:last-child,
.the-excerpt table > tfoot > tr > th:last-child,
.comment table > tfoot > tr > th:last-child,
.the-excerpt table > thead > tr > td:last-child,
.comment table > thead > tr > td:last-child,
.the-excerpt table > tbody > tr > td:last-child,
.comment table > tbody > tr > td:last-child,
.the-excerpt table > tfoot > tr > td:last-child,
.comment table > tfoot > tr > td:last-child {
  border-right: 1px solid #181818;
}
.the-excerpt table > thead > tr:first-child,
.comment table > thead > tr:first-child,
.the-excerpt table > tbody > tr:first-child,
.comment table > tbody > tr:first-child,
.the-excerpt table > tfoot > tr:first-child,
.comment table > tfoot > tr:first-child {
  border-top: 1px solid #181818;
}
.the-excerpt table > thead > tr:last-child,
.comment table > thead > tr:last-child,
.the-excerpt table > tbody > tr:last-child,
.comment table > tbody > tr:last-child,
.the-excerpt table > tfoot > tr:last-child,
.comment table > tfoot > tr:last-child {
  border-bottom: 1px solid #181818;
}
.the-excerpt table > thead > tr > th {
  border-bottom: 1px solid #181818;
  vertical-align: bottom;
}
.the-excerpt table > caption + thead > tr:first-child > th,
.the-excerpt table > colgroup + thead > tr:first-child > th,
.the-excerpt table > thead:first-child > tr:first-child > th,
.the-excerpt table > caption + thead > tr:first-child > td,
.the-excerpt table > colgroup + thead > tr:first-child > td,
.the-excerpt table > thead:first-child > tr:first-child > td {
  border-top: 0 none;
}
.the-excerpt table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.the-excerpt ul {
  list-style: inherit;
}
.the-excerpt ul li strong,
.the-excerpt ul li span,
.the-excerpt ul li em {
  line-height: inherit !important;
  font-size: inherit !important;
}
.post-password-form input[type=submit] {
  border: none;
  min-width: 100px;
  min-height: 40px;
  display: inline-block;
  padding: 0 25px;
  background-color: #181818;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 2.5em;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.2em;
  color: #ffffff;
}
.form-submit input {
  min-width: 100px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border: none;
  font-size: 14px;
  background: #181818;
  padding: 10px 20px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-via {
  padding-top: 10px;
}
.contact-via .item-field {
  margin-bottom: 10px;
  font-style: italic;
}
.contact-via .item-field i {
  font-size: 18px;
  margin-right: 15px;
}
.maps {
  width: 100%;
  height: 400px;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  #portfolio.fade-in .caption,
  .projects-related.fade-in .caption {
    display: block;
  }
  #portfolio.fade-in .grid-item.item-hover .caption,
  .projects-related.fade-in .grid-item.item-hover .caption {
    opacity: 1;
    visibility: visible;
  }
  #portfolio.zoom-in .caption,
  .projects-related.zoom-in .caption {
    display: block;
  }
  #portfolio.zoom-in .grid-item.item-hover .caption,
  .projects-related.zoom-in .grid-item.item-hover .caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.project-attributes .name {
  font-weight: 500;
  min-width: 140px;
}
.images-project {
  margin-top: 60px;
}
.images-project .caption {
  text-align: center;
  background-color: #eeeeee;
  font-size: 16px;
}
.images-project .image-item {
  margin-bottom: 50px;
}
.images-project .image-item:last-child {
  margin-bottom: 0;
}
.images-project .navigation {
  margin-top: 40px;
}
.images-project .navigation:after {
  content: '';
  clear: both;
  display: block;
}
.images-project .navigation .older-post {
  float: left;
}
.images-project .navigation .newer-post {
  float: right;
}
/* ===========  7. Footer  =========== */
#footer {
  padding: 90px 0 70px;
  background-color: #efefef;
  font-size: 16px;
}
#footer .copyright a {
  color: #181818;
  text-decoration: underline;
}
#footer .socials {
  font-size: 16px;
  margin-top: 10px;
}
#footer .socials a {
  color: #181818;
  margin-right: 15px;
}
#footer .socials a:last-child {
  margin-right: 0;
}
/* =========== 8. Widgets  =========== */
.sidebar {
  padding-left: 10px;
  margin-bottom: 120px;
}
.col-md-pull-8 .sidebar {
  padding-left: 0;
  padding-right: 20px;
}
.widget {
  position: relative;
  line-height: 1.8em;
  margin-bottom: 50px;
  /* 1. KD About */
  /* 2. Kd Mailchimp */
  /* 3. Popular, Random, Latest Posts */
  /* 4. Twitter */
  /* 5. Instagram */
}
.widget .screen-reader-text {
  display: none;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .title {
  margin-top: 0;
  font-size: 18px;
  text-transform: capitalize;
}
.widget:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.21);
}
.widget .widget-content {
  margin-top: 20px;
}
.widget .widget-title {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 30px;
}
.widget .widget-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
}
.widget .widget-title span {
  position: relative;
  display: inline-block;
  padding: 0 0 15px;
}
.widget .widget-title span:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #444444;
}
.widget img {
  width: 100%;
}
.widget .widget-title img {
  width: auto;
}
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.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 #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: #181818;
}
.widget .rsswidget {
  color: #181818;
}
.widget.widget_search .wrap-search {
  position: relative;
}
.widget.widget_search .search-field {
  border-color: #181818;
}
.widget.widget_search .search-submit {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #181818;
  border: 1px solid transparent;
  width: 50px;
  display: inline-block;
  color: #ffffff;
}
.widget.widget_nav_menu ul ul {
  padding-left: 15px;
}
.widget.widget_tag_cloud .widget-title {
  margin-bottom: 20px;
}
.widget.widget_tag_cloud .tagcloud {
  margin-left: -5px;
  margin-bottom: -5px;
}
.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  border: none;
  font-size: 11px !important;
  padding: 10px 20px 8px;
  margin-left: 5px;
  margin-top: 10px;
  letter-spacing: 1px;
  background-color: #f2f2f2;
  text-transform: uppercase;
  line-height: 1.4em;
  font-weight: 400;
}
.widget.kd-about .title {
  margin-bottom: 15px;
}
.widget.kd-about .title span {
  color: #181818;
  font-size: 30px;
}
.widget.kd-about .widget-follow-content a {
  font-size: 14px;
  margin-left: 8px;
}
.widget.kd-about .widget-follow-content a:first-child {
  margin-left: 0;
}
.widget.kd-mailchimp {
  background: #f0f0f0;
  text-align: center;
}
.widget.kd-mailchimp .widget-content {
  padding: 30px 20px;
  background: transparent;
  font-size: 16px;
  line-height: 1.4em;
}
.widget.kd-mailchimp .description {
  font-style: italic;
  font-size: 14px;
}
.widget.kd-mailchimp .kd-subscribe {
  position: relative;
  margin-top: 20px;
}
.widget.kd-mailchimp input[type="email"] {
  border: 1px solid transparent;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 37px;
  padding: 0 10px 0;
  margin-bottom: 7px;
  font-weight: 300;
  background: white;
  margin-top: 5px;
}
.widget.kd-mailchimp input[type="submit"] {
  margin-top: 10px;
  width: 100%;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 2px 0 0;
}
.widget.kd-mailchimp .subscribe-status {
  margin: 0;
}
.widget.kd-posts-list .item {
  position: relative;
  margin-bottom: 20px;
}
.widget.kd-posts-list .image {
  padding-bottom: 75%;
}
.widget.kd-posts-list .image:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%);
}
.widget.kd-posts-list .widget-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-bottom: 15px;
}
.widget.kd-posts-list .title {
  font-size: 14px;
  color: #f6f6f6;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.widget.kd-posts-list .post-details {
  font-size: 11px;
  color: #f6f6f6;
}
.widget.kd-posts-list .post-details a {
  color: inherit;
}
.widget.kd-posts-list .post-details a.post-author {
  display: none;
}
.widget.kd-posts-list .post-details a:after {
  color: inherit !important;
}
.widget.kd-contact .item-field {
  line-height: 30px;
  margin-top: 10px;
}
.widget.kd-contact .item-field i {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #181818;
}
.widget.kd-twitter .twitter-logo {
  text-align: center;
  font-size: 50px;
  color: #181818;
}
.widget.kd-twitter .owl-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-bottom: 10px;
  padding-top: 10px;
}
.widget.kd-twitter .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #181818;
}
.widget.kd-twitter .owl-dots .owl-dot.active {
  background: #181818;
}
.widget.kd-twitter .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.widget.kd-images .kd-content {
  margin-left: -4px;
  margin-right: -4px;
  text-align: center;
}
.widget.kd-images .kd-content:after {
  content: '';
  display: block;
  clear: both;
}
.widget.kd-images .item {
  float: left;
  position: relative;
  width: 33.333333%;
  padding-top: 33.333333%;
}
.widget.kd-images .item :hover img {
  opacity: 0.8;
}
.widget.kd-images .items-group:after {
  content: '';
  clear: both;
  display: block;
}
.widget.kd-images .items-group:first-child .item:first-child {
  width: 66.666666%;
  padding-top: 66.666666%;
}
.widget.kd-images a {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
}
.widget.kd-likebox {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-right: 0;
  }
  #header .menu-mobile {
    display: block;
  }
  #header .close-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #header .close-menu i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
  }
  #header .item-search {
    display: none !important;
  }
  #header .item-search + form {
    display: block;
  }
  #header .item-search + form input {
    border: none;
    background-color: #eeeeee;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 14px;
  }
  #header .main-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    padding: 0;
    height: 100%;
    background: #ffffff;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
  #header .main-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  #header .main-menu .logo {
    display: block;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    float: none;
  }
  #header .main-menu .logo img {
    max-height: 40px;
  }
  #header .main-menu .menu-list {
    padding-left: 0;
  }
  #header .main-menu .menu-list a {
    display: block;
    padding: 2px 0;
  }
  #header .main-menu .menu-list li {
    display: block;
    text-align: center;
    border-top: 1px solid #e9e9e9;
  }
  #header .main-menu .menu-list li .sub-menu {
    width: 100%;
    position: static;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    display: none;
    background-color: #eeeeee;
  }
  #header .main-menu .menu-list li .sub-menu li {
    border-top-color: #dddddd;
  }
  .about-section {
    margin-top: 150px;
  }
  .portfolio-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .service-item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  #portfolio .grid-item {
    width: 100% !important;
  }
  #portfolio .image {
    padding-bottom: 100% !important;
  }
  #portfolio.fade-in .caption-inner {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  #portfolio.fade-in .caption-inner .title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  #portfolio.fade-in .caption-inner .cat {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .error404 article.post .post-content .the-content h1 {
    font-size: 180px;
  }
  .error404 article.post .post-content .the-content h4 {
    font-size: 24px;
  }
  .featured-slider .title {
    font-size: 24px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4em;
  }
  .featured-slider .post-cat {
    margin-top: 0;
  }
  .featured-slider .post-cat a + a {
    display: none;
  }
  .featured-slider .read-more {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #post-author .avatar-author {
    float: none;
  }
  #post-author .post-author-content {
    margin-left: auto;
    padding-left: 0;
    margin-top: 20px;
  }
  .single article.post .related-posts .related-wrap .related-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .single article.post .related-posts .related-wrap .related-item:last-child {
    margin-bottom: 0;
  }
  .single article.post #comments .comment-list .children {
    padding-left: 0;
  }
  .single article.post #comments .comment-list .comment-body:after {
    content: '';
    clear: both;
    display: block;
  }
  .single article.post #comments .comment-list .comment-context {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .single article.post #comments .comment-list .comment-context .comment-head {
    margin-left: 70px;
    padding-left: 20px;
    min-height: 70px;
  }
  .single article.post #comments .comment-list .comment-context p:last-child {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=styles.css.map */