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

1. Reset CSS
2. Typography
3. General
4. Header
5. Featured Slider & Promos Box
6. Posts
	- Home Layout
    - Single
    - Page, Contact Form
7. Footer
8. Widgets
9. Preloader

=========================================================================*/
/* =========== 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: #000000;*/
  color: #006400;
  background-color: transparent;
}
a:hover,
a:active {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
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: #f8f8f8;
  color: #000000;
}
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 #000000;
  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: #000000;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
}
/* =========== 2. Typography  =========== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Montserrat', serif;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
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: #000000;*/
  color: #006400;
  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,
a:active,
a:focus {
  color: #008c80 !important;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
code,
kbd,
pre,
samp {
  font-family: 'Lora', 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: #f8f8f8;
  background-color: #a4b4c4;
}
dfn {
  border-bottom: 1px dashed;
}
cite {
  font-style: normal;
}
blockquote {
  font-size: 14px;
  border: 0;
  padding: 0 0 0 20px;
  margin: 20px 0;
  overflow: hidden;
  border-left: 3px solid #008c80;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0 !important;
}
blockquote footer,
blockquote cite {
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
}
blockquote footer:before,
blockquote cite:before {
  content: '- ';
  color: #000000;
}
blockquote footer:after,
blockquote cite:after {
  content: ' ';
  color: #000000;
}
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"],
textarea {
  height: 40px;
  width: 100%;
  border: 1px solid #999999;
  padding: 0 15px;
  -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;
}
select {
  height: 40px;
  width: 100%;
  border: 1px solid #999999;
  padding: 0 15px;
  -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;
}
iframe {
  border: 0;
  max-width: 100%;
}
/* ===========  3. General  =========== */
body {
  margin: 0;
  padding: 0;
  font-family: 'Lora', sans-serif;
  font-size: 14px;
  background: #f8f8f8;
  color: #000000;
  overflow-x: hidden;
  line-height: 24px;
  letter-spacing: 1px;
}
/* ===========  4. Header  =========== */
.admin-bar .header-nav.menu-sticky {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header-nav.menu-sticky {
    top: 46px;
  }
}
.menu-active .header-nav.menu-sticky {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.menu-active .header-nav.menu-sticky + .container {
  margin-top: 0;
}
#header {
  background: #ffffff;
}
#header .header-top {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
.logo-wrap .logo-text {
  font-size: 65px;
  color: #008c80;
  text-transform: uppercase;
  font-family: "Poppins", serif;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 5px;
  overflow: hidden;
}
.logo-wrap .tagline {
  margin: 0;
  font-size: 18px;
  color: #008c80;
  letter-spacing: 2px;
  font-style: italic;
  text-transform: capitalize;
  padding-top: 10px;
}
.socials {
  line-height: 50px;
  height: 50px;
}
.socials a {
  color: #000000;
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
}
.socials a:last-child {
  margin-right: 0;
}
.hide-menu {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #000000;
  -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;
}
.menu-mobile {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 999;
}
.menu-mobile .item {
  position: absolute;
  left: 0;
  background-color: #000000;
  width: 16px;
  height: 1px;
}
.menu-mobile .item-1 {
  top: 20px;
}
.menu-mobile .item-2 {
  top: 25px;
  -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;
}
.menu-mobile .item-3 {
  bottom: 19px;
}
.header-nav {
  height: 50px;
  background: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
  letter-spacing: 2px;
  box-shadow: 0 0 10px 0 rgba(153, 153, 153, 0.2);
}
.header-nav.menu-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.header-nav.menu-sticky + .container {
  margin-top: 50px;
}
.header-nav .main-menu {
  position: relative;
}
.header-nav .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav .menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav .menu-list li {
  list-style: none;
  display: inline-block;
  float: left;
  position: relative;
}
.header-nav .menu-list li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-nav .menu-list li.current-menu-parent > a,
.header-nav .menu-list li.current-menu-item > a {
  color: #008c80;
}
.header-nav .menu-list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  z-index: 999;
  background-color: #cccccc;
  padding-bottom: 10px;
  font-size: 10px;
  letter-spacing: 1.5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-15px, 0);
  -moz-transform: translate(-15px, 0);
  transform: translate(-15px, 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-nav .menu-list .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header-nav .menu-list .sub-menu li {
  display: block;
  width: 100%;
}
.header-nav .menu-list .sub-menu li a {
  display: block;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 8px;
  line-height: 18px;
}
.header-nav .menu-list > li > a {
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 12px;
  display: inline-block;
}
.header-nav .menu-list > li:last-child > a {
  padding-right: 0;
}
.header-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(153, 153, 153, 0.95);
  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;
  color: #ffffff;
}
.header-search-popup.active {
  visibility: visible;
  opacity: 1;
}
.header-search-popup .header-table {
  display: table;
  width: 100%;
  height: 100%;
}
.header-search-popup .header-table .header-tb-cell {
  display: table-cell;
  vertical-align: middle;
}
.header-search-popup .search-wrap {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
.header-search-popup .search-wrap .header-close {
  position: absolute;
  right: 40px;
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: right;
  cursor: pointer;
}
.header-search-popup .search-wrap .header-close i {
  line-height: inherit;
}
.header-search-popup form input {
  background: none;
  border: 0;
  border-bottom: 1px solid;
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 10px;
  padding-left: 0;
  height: auto;
  width: 100%;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.header-search-popup form input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.header-search-popup form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
}
.header-search-popup form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
}
.header-search-popup form input:-ms-input-placeholder {
  color: #ffffff !important;
}
.back {
  display: none !important;
  background-color: #cccccc;
}
@media screen and (max-width: 991px) {
  body.menu-active .hide-menu {
    visibility: visible;
    opacity: 0.5;
  }
  .menu-mobile {
    display: block;
  }
  .back {
    display: block !important;
  }
  .header-nav .menu-list {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    font-size: 10px;
    background-color: #ffffff;
    z-index: 9999;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -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;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .header-nav .menu-list.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .header-nav .menu-list li {
    display: block;
    width: 100%;
  }
  .header-nav .menu-list li a,
  .header-nav .menu-list li .sub-menu a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
  }
  .header-nav .menu-list .back .fa {
    margin-right: 15px;
    font-size: 14px;
  }
  .header-nav .menu-list .menu-item-has-children > a {
    padding-right: 40px;
    position: relative;
  }
  .header-nav .menu-list .menu-item-has-children > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    display: inline-block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: inherit;
  }
  .header-nav .menu-list .sub-menu,
  .header-nav .menu-list .sub-menu .sub-menu {
    background-color: #ffffff;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    z-index: 9999;
    -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;
    visibility: visible;
    opacity: 1;
  }
  .header-nav .menu-list .sub-menu.active,
  .header-nav .menu-list .sub-menu .sub-menu.active {
    transform: translateX(0);
  }
  .admin-bar .menu-list {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .menu-list {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .logo-wrap .logo-text {
    font-size: 40px;
  }
}
/* ===========  5. Featured Slider  - Promos Box =========== */
.image {
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 65%;
}
.image img {
  display: none !important;
}
.featured-slider .item {
  position: relative;
}
.featured-slider .item .item-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 40px 20px 40px;
  background-color: rgba(0, 0, 0, 0.65);
}
.featured-slider .item.image {
  padding-bottom: 70%;
}
.featured-slider h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.featured-slider .owl-nav .owl-prev,
.featured-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  background: #008c80;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.6;
  -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;
  z-index: 99;
}
.featured-slider .owl-nav .owl-prev:hover,
.featured-slider .owl-nav .owl-next:hover {
  opacity: 1;
}
.featured-slider .owl-nav .owl-prev {
  left: 0;
}
.featured-slider .owl-nav .owl-prev i {
  -webkit-transform: translateX(-2px);
  -moz-transform: translateX(-2px);
  transform: translateX(-2px);
}
.featured-slider .owl-nav .owl-next {
  right: 0;
}
.featured-slider .owl-nav .owl-next i {
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  transform: translateX(2px);
}
.cat {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 30px;
}
.cat a {
  color: #ffffff !important;
  background-color: #008c80;
  padding: 0 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.cat a:last-child {
  margin-right: 0;
}
.cat a + a {
  display: none;
}
.promos-box {
  padding: 60px 0 65px 0;
  position: relative;
}
.promos-box:after {
  content: '';
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.promos-box .promo-box {
  position: relative;
  display: table;
  width: 100%;
  opacity: 1;
  -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;
}
.promos-box .promo-box:before {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.promos-box .promo-box:hover:before {
  opacity: 0.2;
  visibility: visible;
}
.promos-box .image {
  padding-bottom: 0;
  height: 270px;
}
.promos-box .promo-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 3;
  position: relative;
}
.promos-box h2 {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 20px;
  color: #ffffff;
  background-color: #008c80;
  display: inline-block;
  letter-spacing: 2.4px;
  opacity: 1;
  -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;
}
.promos-box h2:hover {
  opacity: 0.9;
}
.promos-box h2 a:focus,
.promos-box h2 a:active,
.promos-box h2 a:hover {
  color: inherit !important;
}
@media screen and (max-width: 991px) {
  #promos-box .promo-box {
    margin-bottom: 50px;
  }
  #promos-box .col-md-4:last-child .promo-box {
    margin-bottom: 0;
  }
  .featured-slider .item .item-inner {
    padding: 25px 30px 20px 30px;
  }
}
/* ===========  6. Posts  =========== */
.post .post-password-form label,
.page .post-password-form label {
  display: inline;
}
.post input[name="post_password"],
.page input[name="post_password"] {
  max-width: 250px;
  height: 42px;
}
.post .wp-caption,
.page .wp-caption {
  display: inline-block;
  max-width: 100%;
}
.post .wp-caption a,
.page .wp-caption a {
  display: block;
}
.post .wp-caption img,
.page .wp-caption img {
  width: 100% !important;
}
.post .wp-caption .wp-caption-text,
.page .wp-caption .wp-caption-text {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
.post .wp-caption .wp-caption-text a,
.page .wp-caption .wp-caption-text a {
  color: #008c80;
  display: inline-block;
}
.post .textwidget > p,
.page .textwidget > p,
.post .textwidget > .wp-caption,
.page .textwidget > .wp-caption {
  background-color: #f8f8f8;
  padding: 10px;
  margin-bottom: 15px;
}
.post .textwidget .wp-caption-text,
.page .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-body > .title,
.page.sticky .post-body > .title {
  position: relative;
  overflow: hidden;
}
.post.sticky .post-body > .title:before,
.page.sticky .post-body > .title:before {
  content: "\f0c6";
  font-family: 'FontAwesome';
  color: #000000;
}
.post .gallery,
.page .gallery {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.post .gallery .gallery-item,
.page .gallery .gallery-item {
  position: relative;
  padding: 10px;
  margin: 0 !important;
}
.post .gallery br,
.page .gallery br {
  display: none;
}
.post .gallery .gallery-caption,
.page .gallery .gallery-caption {
  position: absolute;
  padding: 10px 5px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #008c80;
  color: #f8f8f8;
  pointer-events: none;
}
.post .gallery a,
.page .gallery a {
  display: block;
}
.post .gallery a img,
.page .gallery a img {
  width: 100%;
  border: 0 !important;
}
.post .gallery-columns-1 .gallery-item,
.page .gallery-columns-1 .gallery-item {
  width: 100% !important;
}
.post .gallery-columns-2 .gallery-item,
.page .gallery-columns-2 .gallery-item {
  width: 50% !important;
}
.post .gallery-columns-3 .gallery-item,
.page .gallery-columns-3 .gallery-item {
  width: 33.3333333333% !important;
}
.post .gallery-columns-4 .gallery-item,
.page .gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.post .gallery-columns-5 .gallery-item,
.page .gallery-columns-5 .gallery-item {
  width: 20% !important;
}
.post .gallery-columns-6 .gallery-item,
.page .gallery-columns-6 .gallery-item {
  width: 16.6666667% !important;
}
.post .gallery-columns-6 .gallery-item .gallery-caption,
.page .gallery-columns-6 .gallery-item .gallery-caption {
  display: none;
}
.post .gallery-columns-7 .gallery-item,
.page .gallery-columns-7 .gallery-item {
  width: 14.2857143% !important;
}
.post .gallery-columns-7 .gallery-item .gallery-caption,
.page .gallery-columns-7 .gallery-item .gallery-caption {
  display: none;
}
.post .gallery-columns-8 .gallery-item,
.page .gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}
.post .gallery-columns-8 .gallery-item .gallery-caption,
.page .gallery-columns-8 .gallery-item .gallery-caption {
  display: none;
}
.post .gallery-columns-9 .gallery-item,
.page .gallery-columns-9 .gallery-item {
  width: 11.1111111111% !important;
}
.post .gallery-columns-9 .gallery-item .gallery-caption,
.page .gallery-columns-9 .gallery-item .gallery-caption {
  display: none;
}
.bypostauthor cite.fn:before {
  content: 'ï€…';
  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 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: 1px solid #008c80;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.the-excerpt table > thead {
  border-top: 1px solid #008c80;
}
.the-excerpt table > thead > tr > th {
  border-bottom: 1px solid #008c80;
  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: 1px solid #ddd;
}
.the-excerpt ul {
  list-style: inherit;
}
.the-excerpt ul strong,
.the-excerpt ul span,
.the-excerpt ul em {
  font-size: inherit !important;
  line-height: inherit !important;
}
.home .the-excerpt span,
.home .the-excerpt em,
.home .the-excerpt strong {
  line-height: inherit !important;
  font-size: inherit !important;
}
.post-inner .the-excerpt {
  text-align: center;
}
.post-password-form input[type=submit] {
  border: none;
  min-width: 100px;
  min-height: 40px;
  display: inline-block;
  padding: 0 25px;
  background-color: #008c80;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  font-family: 'Montserrat', serif;
  letter-spacing: 1px;
  color: #f8f8f8;
  position: relative;
  top: -1px;
}
.screen-reader-text {
  font-size: #008c80;
  line-height: normal;
  display: inline-block;
  margin-bottom: 10px;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#wrap-posts {
  margin: 50px 0;
}
#wrap-posts .post,
#wrap-posts .page {
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 40px;
}
#wrap-posts .cat {
  padding-top: 40px;
}
#wrap-posts .cat a {
  margin-bottom: 10px;
  border: 1px solid #008c80;
}
#wrap-posts .grid-layout .post-head {
  padding-left: 25px;
  padding-right: 25px;
}
#wrap-posts .grid-layout .title {
  font-size: 16px;
  line-height: 24px;
}
#wrap-posts .grid-layout .the-excerpt {
  padding-top: 35px;
}
#wrap-posts .grid-layout .post-body {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
}
#wrap-posts .grid-layout .read-more {
  margin-top: 35px;
}
#wrap-posts .grid-layout .col-md-6:nth-child(2n+1) {
  clear: both;
}
#wrap-posts .grid-layout.grid_3_columns .col-md-4:nth-child(3n+1) {
  clear: both;
}
#wrap-posts .grid-layout + .pagination-wrap {
  margin-top: 20px;
}
.title {
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 15px 0;
  position: relative;
}
.title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 50px;
  background-color: #000000;
}
.post-media img {
  opacity: 1;
  -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;
}
.post-media img:hover {
  opacity: 0.8;
}
.post-body {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
.post-body .title {
  padding-top: 40px;
}
.post-body .cat + .title {
  padding-top: 10px;
}
.the-excerpt {
  padding-top: 45px;
}
.the-excerpt .contact .form-submit {
  margin-bottom: 0;
}
.the-excerpt p:last-child {
  margin-bottom: 0;
}
.wpcf7-validation-errors {
  margin: 0;
}
.read-more {
  margin-top: 45px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #008c80;
  display: inline-block;
  font-family: 'Montserrat', serif;
  opacity: 1;
  -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;
}
.read-more:hover {
  opacity: 0.8;
}
.read-more a {
  display: block;
  padding: 8px 30px;
  color: #ffffff;
}
.read-more a:focus,
.read-more a:active,
.read-more a:hover {
  color: #ffffff !important;
}
.the-excerpt .post-details {
  margin-top: 40px;
}
.post-details {
  font-style: italic;
}
.post-details .post-author {
  color: #008c80;
  text-transform: capitalize;
}
.pagination-wrap {
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
}
.pagination-wrap > * {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  color: #008c80;
  margin-right: 5px;
}
.pagination-wrap > *:last-child {
  margin-right: 0;
}
.pagination-wrap > *:hover,
.pagination-wrap > *:focus,
.pagination-wrap > *:active,
.pagination-wrap > *.current {
  background-color: #008c80 !important;
  color: #ffffff !important;
}
.post-tags {
  font-style: italic;
  word-break: break-all;
}
.post-tags a {
  text-transform: capitalize;
}
.post-tags a:after {
  content: ',';
  margin-right: 5px;
}
.post-tags a:last-child:after {
  content: normal;
}
.single-post #wrap-posts {
  margin-top: 20px;
  margin-bottom: 0;
}
.single-post .the-excerpt {
  text-align: left;
}
.single-post #footer {
  margin-top: 50px;
}
.single-post .cat a + a {
  display: inline-block;
}
.single-post .post-body {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
#related-posts {
  background-color: #ffffff;
  margin-bottom: 40px;
  padding: 30px;
}
#related-posts .related-wrap {
  margin-top: 30px;
}
#related-posts .related-wrap:after {
  content: '';
  clear: both;
  display: block;
}
#related-posts .related-item {
  width: 33.333333%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
#related-posts .related-inner {
  margin-left: -5px;
  margin-right: -5px;
}
#related-posts .image {
  padding-bottom: 85%;
}
#related-posts .title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 2px;
  padding-bottom: 0;
  margin-top: 5px;
  padding-top: 0;
}
#related-posts .title:after {
  content: none;
}
#related-posts .post-details {
  font-style: italic;
  font-size: 12px;
  margin-top: 0;
}
#related-posts .related-content {
  padding-top: 15px;
}
#related-posts .image {
  opacity: 1;
  -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;
}
#related-posts .image:hover {
  opacity: 0.7;
}
#comments {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 40px;
}
#comments .comments-inner {
  margin-top: 30px;
}
#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: 30px;
}
#comments .comment-body:after {
  content: '';
  clear: both;
  display: block;
}
#comments .comment-avatar {
  width: 100px;
  height: 100px;
  padding-bottom: 0;
  float: left;
  overflow: hidden;
}
#comments .comment-head {
  padding-bottom: 10px;
}
#comments .comment-context {
  /*margin-left: 100px;*/
  /*padding-left: 20px;*/
}
#comments .comment-author {
  font-size: 12px;
  font-family: 'Montserrat', serif;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  display: inline;
  line-height: 1.2em;
}
#comments .comment-date {
  font-size: 14px;
  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;
  font-style: italic;
  color: #008c80;
}
#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;
}
.comments-inner + #respond {
  margin-top: 60px;
}
#respond {
  background-color: #ffffff;
}
#respond .contact {
  margin-top: 30px;
}
#cancel-comment-reply-link {
  letter-spacing: 1px;
  color: #008c80;
}
.contact input[type=text],
.contact input[type=email],
.contact textarea {
  background-color: transparent;
  border: 1px solid #999999;
  padding-left: 20px;
  height: 50px;
}
.contact .contact-item {
  margin-bottom: 30px;
}
.contact .form-submit {
  margin-bottom: 30px;
}
.contact .form-submit input {
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  height: 50px;
  background: #008c80;
  color: #ffffff;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
  letter-spacing: 2px;
  width: 100%;
  opacity: 1;
  -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;
}
.contact .form-submit input:hover {
  opacity: 0.7;
}
.contact textarea {
  height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.contact ::-webkit-input-placeholder {
  color: #999999;
}
.contact :-ms-input-placeholder {
  color: #999999;
}
.contact ::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.contact :-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.contact .form-login-logout {
  margin-bottom: 10px;
}
.contact .form-login-logout .is-login {
  color: #008c80;
}
.archive-header {
  padding: 30px;
  background: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.archive-header h2 {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
.archive-header .archive-name {
  color: #008c80;
}
.post_404_not_found {
  text-align: center;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page_title_404 {
  font-size: 200px;
  margin: 0;
  line-height: normal;
}
.page_title_404 span {
  color: #008c80;
}
.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;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  opacity: 1;
}
.justified-gallery > a > img:hover,
.justified-gallery > div > img:hover,
.justified-gallery > a > a > img:hover,
.justified-gallery > div > a > img:hover {
  opacity: 0.7;
}
.kd-wrap-shortcode .owl-item .image {
  padding-bottom: 70%;
}
.kd-wrap-shortcode .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 10px;
}
.kd-wrap-shortcode .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #008c80;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.kd-wrap-shortcode .owl-dots .owl-dot.active {
  background: #008c80;
}
.kd-wrap-shortcode .video-wrap {
  position: relative;
  clear: both;
  width: 100%;
}
.kd-wrap-shortcode .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kd-wrap-shortcode .video-inner {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 57.25%;
}
#post-author {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #ffffff;
}
#post-author .avatar-author {
  padding-bottom: 150px;
  width: 150px;
  float: left;
}
#post-author .post-author-content {
  margin-left: 150px;
  padding-left: 30px;
}
#post-author .post-author-content .author-name {
  color: #999999;
}
#post-author .post-author-content .title {
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4em;
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: inline;
}
#post-author .post-author-content .title:after {
  content: normal;
}
#post-author .post-author-content .author-socials {
  display: inline;
}
#post-author .post-author-content .author-socials a {
  margin-right: 10px;
  color: inherit;
}
#post-author .post-author-content .author-socials a:last-child {
  margin-right: 0;
}
#post-author .post-author-content .author-socials:before {
  content: '-';
  margin-left: 10px;
  margin-right: 10px;
}
#post-author .post-author-content .author-description {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  #wrap-posts .post-head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  #related-posts .related-inner {
    padding-left: 0;
    padding-right: 0;
  }
  #related-posts .related-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #related-posts .related-item:last-child {
    margin-bottom: 0;
  }
  #comments .comment-avatar {
    float: none;
  }
  #comments .comment-context {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 0;
  }
  #comments .children {
    padding-left: 0;
  }
  .title {
    font-size: 16px;
  }
  .title:after {
    height: 1px;
    width: 50px;
  }
  .the-excerpt {
    padding-top: 30px;
  }
  .read-more {
    margin-top: 30px;
  }
  #post-author .avatar-author {
    float: none;
  }
  #post-author .post-author-content {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
  }
}
/* ===========  7. Footer  =========== */
#footer {
  margin-top: 100px;
  background-color: #ffffff;
  text-align: center;
}
#footer .copyright {
  background-color: #f8f8f8;
  padding: 20px 0 16px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Montserrat', serif;
  font-size: 12px;
}
#footer .copyright a {
  color: #008c80;
}
#footer .copyright a:hover {
  color: #008c80 !important;
}
#footer .instagram-feed {
  text-transform: uppercase;
  padding: 80px 0;
  position: relative;
}
#footer .instagram-feed:after {
  content: '';
  clear: both;
  display: block;
}
#footer .instagram-feed .item {
  float: left;
  width: 25%;
}
#footer .instagram-feed .item .image {
  opacity: 1;
  padding-bottom: 100%;
  -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;
}
#footer .instagram-feed .item .image:hover {
  opacity: 0.8;
}
#footer .instagram-feed .instagram-text {
  display: inline-block;
  padding: 15px 30px;
  font-size: 14px;
  font-family: 'Montserrat', serif;
  background-color: #008c80;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 999;
  line-height: 30px;
  letter-spacing: 3px;
}
@media screen and (max-width: 600px) {
  #footer .instagram-feed .instagram-text {
    display: none;
  }
  #footer .instagram-feed .item {
    width: 50%;
  }
}
/* ===========  8. Widgets  =========== */
.title-2,
.widget-title {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 15px;
}
.title-2:after,
.widget-title:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #000000;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
}
.widget {
  background-color: #ffffff;
  margin-bottom: 40px;
  padding: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0;
  margin-bottom: 30px;
}
.widget.kd-about .widget-inner img {
  margin-bottom: 25px;
}
.widget.kd-about .widget-inner h2 {
  margin-bottom: 0;
}
.widget.kd-about .about-info {
  padding-top: 10px;
}
.widget.kd-follow .widget-title {
  text-align: left;
}
.widget.kd-follow .post-share {
  margin-top: 0;
}
.widget .search-inner .wrap-search {
  position: relative;
}
.widget .search-inner .search-field {
  border: none;
  background-color: #eeeeee;
  padding-left: 20px;
}
.widget .search-inner .search-submit {
  font-family: FontAwesome;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border: none;
  background-color: #008c80;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.widget.kd-mailchimp .kd-subscribe-email {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #999999;
  color: #999999;
}
.widget.kd-mailchimp ::-webkit-input-placeholder {
  color: #999999;
}
.widget.kd-mailchimp :-ms-input-placeholder {
  color: #999999;
}
.widget.kd-mailchimp ::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.widget.kd-mailchimp :-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.widget.kd-mailchimp .kd-btn {
  margin-top: 15px;
  background-color: #008c80;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Montserrat', serif;
  letter-spacing: 3px;
  color: #ffffff;
  height: 40px;
  border: none;
  padding: 0 20px;
}
.widget.kd-mailchimp .subscribe-status {
  margin-bottom: 0;
}
.widget.kd-posts-list .item {
  padding-bottom: 30px;
}
.widget.kd-posts-list .item:last-child {
  padding-bottom: 0;
}
.widget.kd-posts-list .item .image {
  width: 80px;
  height: 80px;
  padding-bottom: 0;
  float: left;
}
.widget.kd-posts-list .item .widget-item-content {
  margin-left: 80px;
  padding-left: 20px;
}
.widget.kd-posts-list .item h2 {
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1.6em;
  margin-bottom: 0;
}
.widget.kd-posts-list .item .post-details {
  padding-top: 5px;
  font-style: italic;
}
.widget.widget_archive .widget-title a,
.widget.widget_pages .widget-title a,
.widget.widget_meta .widget-title a,
.widget.widget_categories .widget-title a {
  padding: 0;
  color: #000000 !important;
}
.widget.widget_archive > ul,
.widget.widget_pages > ul,
.widget.widget_meta > ul,
.widget.widget_categories > ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.widget.widget_archive > ul li,
.widget.widget_pages > ul li,
.widget.widget_meta > ul li,
.widget.widget_categories > ul li {
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 2px;
}
.widget.widget_archive > ul > li:first-child > a,
.widget.widget_pages > ul > li:first-child > a,
.widget.widget_meta > ul > li:first-child > a,
.widget.widget_categories > ul > li:first-child > a {
  padding-top: 0;
}
.widget.widget_archive > ul > li:last-child > a,
.widget.widget_pages > ul > li:last-child > a,
.widget.widget_meta > ul > li:last-child > a,
.widget.widget_categories > ul > li:last-child > a {
  padding-bottom: 0;
}
.widget.widget_archive > ul .children,
.widget.widget_pages > ul .children,
.widget.widget_meta > ul .children,
.widget.widget_categories > ul .children {
  border-top: 1px dashed #dddddd;
  padding: 0;
  list-style: none;
  margin: 0;
}
.widget.widget_archive a,
.widget.widget_pages a,
.widget.widget_meta a,
.widget.widget_categories a {
  color: #000000;
  display: inline-block;
  padding: 10px 0;
}
.widget.widget_archive .screen-reader-text,
.widget.widget_pages .screen-reader-text,
.widget.widget_meta .screen-reader-text,
.widget.widget_categories .screen-reader-text {
  display: none;
}
.widget.widget_recent_entries > ul,
.widget.widget_rss > ul,
.widget.widget_recent_comments > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.widget_recent_entries > ul li,
.widget.widget_rss > ul li,
.widget.widget_recent_comments > ul li {
  color: #000000;
  font-family: 'Montserrat', serif;
  font-size: 12px;
  line-height: 1.6em;
  text-transform: uppercase;
  padding: 10px 0;
}
.widget.widget_recent_entries > ul li:last-child,
.widget.widget_rss > ul li:last-child,
.widget.widget_recent_comments > ul li:last-child {
  border-bottom: none;
}
.widget.widget_recent_entries > ul > li:first-child,
.widget.widget_rss > ul > li:first-child,
.widget.widget_recent_comments > ul > li:first-child {
  padding-top: 0;
}
.widget.widget_recent_entries > ul > li:last-child,
.widget.widget_rss > ul > li:last-child,
.widget.widget_recent_comments > ul > li:last-child {
  padding-bottom: 0;
}
.widget.widget_recent_entries a,
.widget.widget_rss a,
.widget.widget_recent_comments a {
  color: #000000;
}
.widget.widget_nav_menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget.widget_nav_menu ul.menu li {
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.6em;
  font-size: 12px;
}
.widget.widget_nav_menu ul.menu > li:first-child a {
  padding-top: 0;
}
.widget.widget_nav_menu ul.menu > li:last-child a {
  padding-bottom: 0;
}
.widget.widget_nav_menu ul.menu .sub-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.widget.widget_nav_menu a {
  color: #000000;
  display: inline-block;
  padding: 10px 0;
}
.widget.widget_rss .rss-date {
  font-style: italic;
  font-family: 'Lora', sans-serif;
  text-transform: none;
  font-size: 14px;
}
.widget.widget_rss .rss-date:before {
  content: '-';
  margin: 0 5px;
}
.widget.widget_rss .rssSummary {
  font-family: 'Lora', sans-serif;
  text-transform: none;
  font-size: 14px;
  margin-top: 10px;
}
.widget.widget_rss cite {
  margin-top: 10px;
  display: block;
}
.widget.widget_rss cite:before {
  content: '-';
  margin-right: 10px;
}
.widget.widget_rss > ul li {
  color: #999999;
}
.widget.widget_calendar #wp-calendar {
  width: 100%;
}
.widget.widget_calendar #wp-calendar caption {
  text-align: right;
  font-size: 12px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 8px;
}
.widget.widget_calendar #wp-calendar thead {
  font-size: 12px;
}
.widget.widget_calendar #wp-calendar thead th {
  border: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.widget.widget_calendar #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.widget.widget_calendar #wp-calendar tr td {
  border-left: 0;
  padding: 10px;
}
.widget.widget_calendar #wp-calendar tbody td {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 8px;
}
.widget.widget_calendar #wp-calendar tfoot {
  display: none;
}
.widget.widget_calendar #wp-calendar #today {
  background-color: #008c80;
  color: #ffffff;
}
.widget .tagcloud:after {
  content: '';
  clear: both;
  display: block;
}
.widget .tagcloud a {
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'Lora', sans-serif;
  color: #000000;
  font-style: italic;
  float: left;
}
.widget .tagcloud a:after {
  content: ',';
  margin-right: 5px;
}
.post-share,
.kd-share {
  text-align: center;
}
.post-share:after,
.kd-share:after {
  content: '';
  clear: both;
  display: block;
}
.post-share .widget-title,
.kd-share .widget-title {
  text-align: left;
  margin-bottom: 20px;
}
.post-share .widget-inner,
.kd-share .widget-inner {
  display: inline-block;
}
.post-share a,
.kd-share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  float: left;
  color: #ffffff;
  line-height: 40px;
  opacity: 1;
  margin-top: 10px;
}
.post-share a:first-child,
.kd-share a:first-child {
  margin-left: 0;
}
.post-share a:hover,
.kd-share a:hover {
  color: #ffffff !important;
  opacity: 0.8;
}
.post-share i,
.kd-share i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}
.post-share .fa.fa-facebook,
.kd-share .fa.fa-facebook {
  background-color: #325d94;
}
.post-share .fa.fa-twitter,
.kd-share .fa.fa-twitter {
  background-color: #00aadb;
}
.post-share .fa.fa-tumblr,
.kd-share .fa.fa-tumblr {
  background-color: #2f4e6b;
}
.post-share .fa.fa-dribbble,
.kd-share .fa.fa-dribbble {
  background-color: #fb4087;
}
.post-share .fa.fa-linkedin,
.kd-share .fa.fa-linkedin {
  background-color: #0077b5;
}
.post-share .fa.fa-envelope,
.kd-share .fa.fa-envelope {
  background-color: #d2b48c;
}
.post-share .fa.fa-skype,
.kd-share .fa.fa-skype {
  background-color: #12A5F4;
}
.post-share .fa.fa-yahoo,
.kd-share .fa.fa-yahoo {
  background-color: #720e9e;
}
.post-share .fa.fa-youtube-play,
.kd-share .fa.fa-youtube-play {
  background-color: #df2e1c;
}
.post-share .fa-flickr,
.kd-share .fa-flickr {
  background-color: #0d65d3;
}
.post-share .fa.fa-vk,
.kd-share .fa.fa-vk {
  background-color: #4C75A3;
}
.post-share .fa.fa-google-plus,
.kd-share .fa.fa-google-plus {
  background-color: #df2e1c;
}
.post-share .fa.fa-vimeo-square,
.kd-share .fa.fa-vimeo-square {
  background-color: #63b3e4;
}
.post-share .fa.fa-instagram,
.kd-share .fa.fa-instagram {
  background-color: #517FA4;
}
.post-share .fa.fa-pinterest,
.kd-share .fa.fa-pinterest {
  background-color: #CC1D24;
}
.post-share .fa.fa-behance,
.kd-share .fa.fa-behance {
  background-color: #1478FF;
}
.post-share .fa.fa-heart,
.kd-share .fa.fa-heart {
  background-color: #4BD1FA;
}
.post-share .fa.fa-digg,
.kd-share .fa.fa-digg {
  background-color: #356AA0;
}
.post-share {
  margin-top: 60px;
  display: inline-block;
}
/* ===========  9. Preloader  =========== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #f8f8f8;
  visibility: visible;
  opacity: 1;
  -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;
}
.preloader.kd-hidden {
  visibility: hidden;
  opacity: 0;
}
@keyframes loader {
  0%,
  10%,
  100% {
    width: 40px;
    height: 40px;
  }
  65% {
    width: 75px;
    height: 75px;
  }
}
@keyframes loaderBlock {
  0%,
  30% {
    transform: rotate(0);
  }
  55% {
    background-color: #008c80;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%,
  20% {
    transform: rotate(0);
  }
  55% {
    background-color: #008c80;
  }
  100% {
    transform: rotate(-90deg);
  }
}
.preloader-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.preloader-1 span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #008c80;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.preloader-1 span:nth-child(1) {
  top: 0;
  left: 0;
}
.preloader-1 span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.preloader-1 span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.preloader-1 span:nth-child(4) {
  bottom: 0;
  right: 0;
}
.preloader_2 {
  position: absolute;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.2em;
  width: 100%;
  top: 50%;
  left: 0;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.preloader_2 span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid;
  top: 1px;
  border-right-color: #d4d4d4 !important;
  border-bottom-color: #d4d4d4 !important;
  border-left-color: #d4d4d4 !important;
  border-top-color: #008c80;
  margin-right: 3px;
  -webkit-animation: kdSpin 1s cubic-bezier(0.24, 0.56, 0.54, 0.84) infinite;
  -moz-animation: kdSpin 1s cubic-bezier(0.24, 0.56, 0.54, 0.84) infinite;
  -ms-animation: kdSpin 1s cubic-bezier(0.24, 0.56, 0.54, 0.84) infinite;
  -o-animation: kdSpin 1s cubic-bezier(0.24, 0.56, 0.54, 0.84) infinite;
  animation: kdSpin 1s cubic-bezier(0.24, 0.56, 0.54, 0.84) infinite;
}
@-webkit-keyframes kdSpin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes kdSpin {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes kdSpin {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes kdSpin {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes kdSpin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
