@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&subset=cyrillic,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=devanagari,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&subset=cyrillic,latin-ext');
/*------------------------------------------------------------------
Project:	    GreenShine
Version:	    1.0
Last change:	16/10/17
Assigned to:	CubeCreation Themes
Author link:    https://themeforest.net/user/cubecreation/portfolio
Primary use:	Charity
-------------------------------------------------------------------*/
/*
  CSS STRUCTURE:

  1. GENERAL TYPOGRAPHY
   1.1 Global Reset
   1.2 General Styles
   1.3 Typography
   1.4 Buttons

  2. SITE STRUCTURE
   2.1 Header
   2.2 Header Section (First Section)
   2.3 Demo List
   2.4 Footer
*/
/*-----------------------------------*/
/*           Global Reset            */
/*-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
/*-----------------------------------*/
/*         General Styles            */
/*-----------------------------------*/
body {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  color: #444444;
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
::-moz-selection {
  background: #8db392;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #8db392;
  color: #fff;
  text-shadow: none;
}
iframe {
  max-width: 100%;
}
img {
  display: inline-block;
  max-width: 100%;
}
/* FadeIn */
.fadeIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Spinner */
.spinner-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.spinner-wrap .spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spinner-wrap .spinner-container .spinner-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #999999;
  border-radius: 50%;
  float: left;
  margin: 0 5px;
  transform: scale(0);
  animation: fx 1000ms ease infinite 0ms;
}
.spinner-wrap .spinner-container .spinner-dot:nth-child(2) {
  animation: fx 1000ms ease infinite 300ms;
}
.spinner-wrap .spinner-container .spinner-dot:nth-child(3) {
  animation: fx 1000ms ease infinite 600ms;
}
@-webkit-keyframes fx {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fx {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-----------------------------------*/
/*     General Content Styles        */
/*-----------------------------------*/
.itable {
  display: table;
  height: 100%;
  width: 100%;
}
.icell {
  display: table-cell;
  vertical-align: middle;
}
.site {
  position: relative;
}
.header-sticky .site-main section:first-child {
  padding-top: 86px;
}
.full-height-section {
  overflow: hidden;
}
.content-area {
  padding-top: 100px;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-45 {
  margin-top: 45px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-55 {
  margin-top: 55px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-65 {
  margin-top: 65px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-75 {
  margin-top: 75px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-85 {
  margin-top: 85px;
}
.margin-top-90 {
  margin-top: 90px;
}
.margin-top-95 {
  margin-top: 95px;
}
.margin-top-100 {
  margin-top: 100px;
}
.margin-top-105 {
  margin-top: 105px;
}
.margin-top-110 {
  margin-top: 110px;
}
.margin-top-115 {
  margin-top: 115px;
}
.margin-top-120 {
  margin-top: 120px;
}
.margin-top-125 {
  margin-top: 125px;
}
.margin-top-130 {
  margin-top: 130px;
}
.margin-top-135 {
  margin-top: 135px;
}
.margin-top-140 {
  margin-top: 140px;
}
.margin-top-145 {
  margin-top: 145px;
}
.margin-top-150 {
  margin-top: 150px;
}
.margin-top-155 {
  margin-top: 155px;
}
.margin-top-160 {
  margin-top: 160px;
}
.margin-top-165 {
  margin-top: 165px;
}
.margin-top-170 {
  margin-top: 170px;
}
.margin-top-175 {
  margin-top: 175px;
}
.margin-top-180 {
  margin-top: 180px;
}
.margin-top-185 {
  margin-top: 185px;
}
.margin-top-190 {
  margin-top: 190px;
}
.margin-top-195 {
  margin-top: 195px;
}
.margin-top-200 {
  margin-top: 200px;
}
.margin-top-205 {
  margin-top: 205px;
}
.margin-top-210 {
  margin-top: 210px;
}
.margin-top-215 {
  margin-top: 215px;
}
.margin-top-220 {
  margin-top: 220px;
}
.margin-top-225 {
  margin-top: 225px;
}
.margin-top-230 {
  margin-top: 230px;
}
.margin-top-235 {
  margin-top: 235px;
}
.margin-top-240 {
  margin-top: 240px;
}
.margin-top-245 {
  margin-top: 245px;
}
.margin-top-250 {
  margin-top: 250px;
}
.margin-top-255 {
  margin-top: 255px;
}
.margin-top-260 {
  margin-top: 260px;
}
.margin-top-265 {
  margin-top: 265px;
}
.margin-top-270 {
  margin-top: 270px;
}
.margin-top-275 {
  margin-top: 275px;
}
.margin-top-280 {
  margin-top: 280px;
}
.margin-top-285 {
  margin-top: 285px;
}
.margin-top-290 {
  margin-top: 290px;
}
.margin-top-295 {
  margin-top: 295px;
}
.margin-top-300 {
  margin-top: 300px;
}
.margin-top-305 {
  margin-top: 305px;
}
.margin-top-310 {
  margin-top: 310px;
}
.margin-top-315 {
  margin-top: 315px;
}
.margin-top-320 {
  margin-top: 320px;
}
.margin-top-325 {
  margin-top: 325px;
}
.margin-top-330 {
  margin-top: 330px;
}
.margin-top-335 {
  margin-top: 335px;
}
.margin-top-340 {
  margin-top: 340px;
}
.margin-top-345 {
  margin-top: 345px;
}
.margin-top-350 {
  margin-top: 350px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-65 {
  margin-bottom: 65px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-75 {
  margin-bottom: 75px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-85 {
  margin-bottom: 85px;
}
.margin-bottom-90 {
  margin-bottom: 90px;
}
.margin-bottom-95 {
  margin-bottom: 95px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-bottom-105 {
  margin-bottom: 105px;
}
.margin-bottom-110 {
  margin-bottom: 110px;
}
.margin-bottom-115 {
  margin-bottom: 115px;
}
.margin-bottom-120 {
  margin-bottom: 120px;
}
.margin-bottom-125 {
  margin-bottom: 125px;
}
.margin-bottom-130 {
  margin-bottom: 130px;
}
.margin-bottom-135 {
  margin-bottom: 135px;
}
.margin-bottom-140 {
  margin-bottom: 140px;
}
.margin-bottom-145 {
  margin-bottom: 145px;
}
.margin-bottom-150 {
  margin-bottom: 150px;
}
.margin-bottom-155 {
  margin-bottom: 155px;
}
.margin-bottom-160 {
  margin-bottom: 160px;
}
.margin-bottom-165 {
  margin-bottom: 165px;
}
.margin-bottom-170 {
  margin-bottom: 170px;
}
.margin-bottom-175 {
  margin-bottom: 175px;
}
.margin-bottom-180 {
  margin-bottom: 180px;
}
.margin-bottom-185 {
  margin-bottom: 185px;
}
.margin-bottom-190 {
  margin-bottom: 190px;
}
.margin-bottom-195 {
  margin-bottom: 195px;
}
.margin-bottom-200 {
  margin-bottom: 200px;
}
.margin-bottom-205 {
  margin-bottom: 205px;
}
.margin-bottom-210 {
  margin-bottom: 210px;
}
.margin-bottom-215 {
  margin-bottom: 215px;
}
.margin-bottom-220 {
  margin-bottom: 220px;
}
.margin-bottom-225 {
  margin-bottom: 225px;
}
.margin-bottom-230 {
  margin-bottom: 230px;
}
.margin-bottom-235 {
  margin-bottom: 235px;
}
.margin-bottom-240 {
  margin-bottom: 240px;
}
.margin-bottom-245 {
  margin-bottom: 245px;
}
.margin-bottom-250 {
  margin-bottom: 250px;
}
.margin-bottom-255 {
  margin-bottom: 255px;
}
.margin-bottom-260 {
  margin-bottom: 260px;
}
.margin-bottom-265 {
  margin-bottom: 265px;
}
.margin-bottom-270 {
  margin-bottom: 270px;
}
.margin-bottom-275 {
  margin-bottom: 275px;
}
.margin-bottom-280 {
  margin-bottom: 280px;
}
.margin-bottom-285 {
  margin-bottom: 285px;
}
.margin-bottom-290 {
  margin-bottom: 290px;
}
.margin-bottom-295 {
  margin-bottom: 295px;
}
.margin-bottom-300 {
  margin-bottom: 300px;
}
.margin-bottom-305 {
  margin-bottom: 305px;
}
.margin-bottom-310 {
  margin-bottom: 310px;
}
.margin-bottom-315 {
  margin-bottom: 315px;
}
.margin-bottom-320 {
  margin-bottom: 320px;
}
.margin-bottom-325 {
  margin-bottom: 325px;
}
.margin-bottom-330 {
  margin-bottom: 330px;
}
.margin-bottom-335 {
  margin-bottom: 335px;
}
.margin-bottom-340 {
  margin-bottom: 340px;
}
.margin-bottom-345 {
  margin-bottom: 345px;
}
.margin-bottom-350 {
  margin-bottom: 350px;
}
/*----> Responsive <---- */
/* Screen 568px */
@media (max-width: 767px) {
  .content-area {
    padding-top: 80px;
  }
}
/* Screen 600px */
@media (max-width: 600px) {
  .content-area {
    padding-top: 50px;
  }
}
/*-----------------------------------*/
/*            Typography             */
/*-----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin-bottom: .26em;
  word-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #151515;
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 13px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 200;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #151515;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #2f2f2f;
}
a {
  color: #8db392;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus {
  color: #8db392;
}
a:hover {
  color: #acc7af;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
a:active {
  background-color: transparent;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 85%;
}
i {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
}
p {
  word-wrap: break-word;
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
/*-----------------------------------*/
/*              Buttons              */
/*-----------------------------------*/
.btn,
.widget.widget_subscribe form input.button {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 13px 20px;
  letter-spacing: 2px;
  border: 2px solid transparent;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Button 1 */
  /* Button 2 */
}
.btn.btn-1,
.widget.widget_subscribe form input.button {
  color: #808080;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.btn.btn-1:hover,
.widget.widget_subscribe form input.button:hover {
  background-color: #8db392;
  border-color: #8db392;
  color: #ffffff;
}
.btn.btn-2 {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-2:hover {
  background-color: #ffffff;
  color: #151515;
}
/*-----------------------------------*/
/*           Form Style              */
/*-----------------------------------*/
/*Forms Style*/
::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a9a9a9;
}
::-webkit-input-placeholder {
  color: #a9a9a9;
}
form {
  width: 100%;
}
form input[type="text"],
form input[type="password"],
form input[type="search"],
form input[type="url"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form textarea {
  border: 1px solid #dddddd;
  width: 250px;
  padding: 4px 10px;
  margin-bottom: 15px;
  background-color: transparent;
}
form textarea {
  width: 100%;
  min-height: 132px;
  margin-bottom: 20px;
  resize: vertical;
}
form .required-label {
  display: inline-block;
  float: right;
  margin-left: 4px;
}
form label {
  font-size: 12px;
  font-style: italic;
  color: #999999;
  margin-right: 40px;
  position: relative;
  top: -1px;
}
form p {
  margin-bottom: 0;
}
.selectize-control.single .selectize-input {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 13px 10px 14px 21px;
  border-bottom: 1px solid #8db392;
  background: transparent;
}
.selectize-control.single .selectize-input .item {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #8db392;
}
.selectize-control.single .selectize-input:after {
  border-color: #dddddd transparent transparent transparent;
  right: 11px;
}
.selectize-control.single .selectize-input.input-active {
  background: transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  border-color: transparent transparent #dddddd transparent;
}
/* Custom CheckBox  & Radio */
/* Styled Checkboxes, Radios */
/*-----------------------------------*/
.custom-checkbox,
.custom-radio {
  position: relative;
}
.custom-checkbox::selection,
.custom-radio::selection {
  background: transparent;
  color: inherit;
}
.custom-checkbox input,
.custom-radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-checkbox label,
.custom-radio label {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: #151515;
  line-height: 17px;
  padding: 0 0 0 26px;
  margin-bottom: 21px;
  cursor: pointer;
  min-height: 17px;
}
.custom-checkbox label::selection,
.custom-radio label::selection {
  background: transparent;
  color: inherit;
}
.custom-checkbox label.focus,
.custom-radio label.focus {
  outline: none;
}
.custom-checkbox label:before,
.custom-radio label:before,
.custom-checkbox label:after,
.custom-radio label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.custom-checkbox label:before,
.custom-radio label:before {
  width: 17px;
  height: 17px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.custom-checkbox label.checked:after,
.custom-radio label.checked:after {
  width: 9px;
  height: 9px;
  margin: 4px;
  background-color: #999999;
  border-radius: 2px;
}
.custom-radio label:before,
.custom-radio label.checked:after {
  border-radius: 50%;
}
/*----> Responsive <---- */
/* Screen 320px */
@media (max-width: 479px) {
  form {
    max-width: 100%;
  }
}
/*-----------------------------------*/
/*           Table Styles            */
/*-----------------------------------*/
table {
  border: 1px solid #dddddd;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  color: #8db392;
  font-size: 17px;
}
table tr {
  border-top: 1px solid #dddddd;
}
table tr:first-child {
  border: none;
}
table tr th,
table tr td {
  border-left: 1px solid #dddddd;
  padding: 20px 15px;
}
table tr th:first-child,
table tr td:first-child {
  border-left: none;
  font-weight: bold;
}
table tr th {
  font-weight: bold;
}
/*----> Responsive <---- */
/* Screen 568px */
@media (max-width: 767px) {
  table tr th,
  table tr td {
    padding: 10px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  table {
    font-size: 11px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  table tr th,
  table tr td {
    padding: 2px;
  }
}
/*-----------------------------------*/
/*         Page Navigation           */
/*-----------------------------------*/
.page-navigation-wrap {
  position: relative;
}
.page-navigation-wrap .page-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 75px;
  /* Light version */
  /* Dark version */
}
.page-navigation-wrap .page-navigation li {
  margin-bottom: 8px;
}
.page-navigation-wrap .page-navigation li:last-child {
  margin-bottom: 0;
}
.page-navigation-wrap .page-navigation li a {
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.page-navigation-wrap .page-navigation li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-navigation-wrap .page-navigation.page-navigation-light li a {
  color: #ffffff;
}
.page-navigation-wrap .page-navigation.page-navigation-light li a:before {
  border: 1px solid #ffffff;
}
.page-navigation-wrap .page-navigation.page-navigation-light li.active-item a:before,
.page-navigation-wrap .page-navigation.page-navigation-light li:hover a:before {
  background-color: #ffffff;
}
.page-navigation-wrap .page-navigation.page-navigation-dark li a {
  color: #151515;
}
.page-navigation-wrap .page-navigation.page-navigation-dark li a:before {
  border: 1px solid #151515;
}
.page-navigation-wrap .page-navigation.page-navigation-dark li.active-item a:before,
.page-navigation-wrap .page-navigation.page-navigation-dark li:hover a:before {
  background-color: #151515;
}
/*----> Responsive <---- */
@media (max-width: 1199px) {
  .page-navigation-wrap .page-navigation {
    left: 15px;
  }
}
/* Screen 667px */
@media (max-width: 767px) {
  .page-navigation-wrap .page-navigation {
    margin-bottom: 15px;
    left: 15px;
  }
  .page-navigation-wrap .page-navigation li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .page-navigation-wrap .page-navigation li:first-child {
    margin-left: 0;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .page-navigation-wrap .page-navigation {
    left: 5px;
  }
  .page-navigation-wrap .page-navigation li:first-child {
    margin-left: 10px;
  }
}
/*-----------------------------------*/
/*          Header Styles            */
/*-----------------------------------*/
/* Header Sticky */
.header-sticky header.header {
  position: fixed;
  width: 100%;
}
header.header {
  background-color: #ffffff;
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.09);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
header.header > div {
  display: table;
}
header.header .logo-wrap,
header.header .menu-wrap,
header.header .wrap-donate-button {
  display: table-cell;
  vertical-align: middle;
}
header.header .logo-wrap .logo {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #8db392;
}
header.header .menu-wrap {
  text-align: right;
}
header.header .menu-wrap .mmenu-link {
  display: none;
  font-size: 25px;
}
header.header .wrap-donate-button {
  width: 22px;
  padding-left: 68px;
}
header.header .wrap-donate-button form {
  width: auto;
  height: 22px;
}
header.header .wrap-donate-button form input[type="image"] {
  width: 22px;
}
/*-----------------------------------*/
/*        Import Header Menu         */
/*-----------------------------------*/
/*-----------------------------------*/
/*        Header Menu Styles         */
/*-----------------------------------*/
.menu-wrap .menu > ul {
  display: block;
}
.menu-wrap .menu > ul li {
  display: inline-block;
  margin-left: 52px;
  position: relative;
  /* Level 2 */
}
.menu-wrap .menu > ul li a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.5px;
  color: #151515;
  font-weight: bold;
  padding: 31px 10px;
  display: block;
}
.menu-wrap .menu > ul li:first-child {
  margin-left: 0;
}
.menu-wrap .menu > ul li ul {
  display: none;
}
.menu-wrap .menu > ul li:hover > a,
.menu-wrap .menu > ul li.active-item > a,
.menu-wrap .menu > ul li.current-menu-parent > a {
  color: #8db392;
}
.menu-wrap .menu > ul li:hover > ul {
  display: block;
}
.menu-wrap .menu > ul li ul {
  min-width: 239px;
  max-width: 100%;
  padding: 18px 0;
  position: absolute;
  top: 86px;
  left: 0;
  background-color: #151515;
  z-index: 500;
  /* Level 3 */
}
.menu-wrap .menu > ul li ul > li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.menu-wrap .menu > ul li ul > li a {
  color: #ffffff;
  padding: 10px 30px;
  display: block;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}
.menu-wrap .menu > ul li ul > li:hover > a,
.menu-wrap .menu > ul li ul > li > a.active-item {
  background-color: rgba(34, 34, 34, 0.94);
}
.menu-wrap .menu > ul li ul ul {
  padding: 0;
  left: 240px;
  top: 0;
  background-color: transparent;
}
.menu-wrap .menu > ul li ul ul a {
  background-color: #151515;
}
.menu-wrap .menu > ul li ul ul.dropdown-outer-container {
  left: -240px;
}
.menu-wrap .menu > ul li ul ul.dropdown-outer-container ul {
  left: -240px;
}
/*----> Responsive <---- */
/* Screen 768px */
@media (max-width: 991px) {
  .menu-wrap .menu > ul {
    display: none;
  }
}
/*----> Responsive <---- */
/* Screen 768px */
@media (max-width: 991px) {
  .header {
    padding: 30px 0;
  }
  header.header .menu-wrap .mmenu-link {
    display: block;
  }
  header.header .wrap-donate-button {
    padding-left: 30px;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  header.header .logo-wrap {
    width: 100%;
  }
}
/* Screen 320px */
/*-----------------------------------*/
/*         Home Page Slider          */
/*-----------------------------------*/
.full-height-section .homepage-slider .carousel {
  height: 100%;
}
.full-height-section .homepage-slider .carousel .carousel-inner {
  height: 100%;
}
.full-height-section .homepage-slider .carousel .carousel-inner .item {
  height: 100%;
}
.homepage-slider {
  position: relative;
  z-index: 10;
}
.homepage-slider .carousel-inner .item {
  width: 100%;
  height: 990px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.homepage-slider .carousel-inner .item .slider-content {
  padding-left: 50px;
}
.homepage-slider .carousel-inner .item .slider-title {
  font-family: 'Playfair Display', serif;
  font-size: 70px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 900;
}
.homepage-slider .carousel-inner .item .carousel-indicators {
  position: relative;
  bottom: 0;
  left: auto;
  margin: 0;
  display: block;
  text-align: left;
  width: 100%;
  max-width: 100%;
}
.homepage-slider .carousel-inner .item .carousel-indicators li {
  color: #ffffff;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  text-indent: 0;
  position: relative;
}
.homepage-slider .carousel-inner .item .carousel-indicators li:after {
  content: '/';
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
  color: #ffffff;
}
.homepage-slider .carousel-inner .item .carousel-indicators li:last-child:after {
  display: none;
}
.homepage-slider .carousel-inner .item .carousel-indicators li.active,
.homepage-slider .carousel-inner .item .carousel-indicators li:hover {
  color: #8db392;
}
.homepage-slider.full-height-section .carousel,
.homepage-slider.full-height-section .carousel-inner,
.homepage-slider.full-height-section .carousel-inner .item {
  height: 100%;
}
/*----> Responsive <---- */
/* Screen 667 */
@media (max-width: 767px) {
  .homepage-slider .carousel-inner .item .slider-content {
    padding-left: 110px;
  }
  .homepage-slider .carousel-inner .item .slider-title {
    font-size: 35px;
    line-height: 40px;
  }
}
/* Screen 568px */
@media (max-width: 600px) {
  .homepage-slider .carousel-inner .item .slider-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .homepage-slider .carousel-inner .item .slider-title {
    line-height: 42px;
  }
  .homepage-slider .carousel-inner .item .slider-content {
    padding-left: 15px;
  }
}
/*-----------------------------------*/
/*          Event Type 1             */
/*-----------------------------------*/
.full-height-section .event-type1 .event-content {
  padding: 0 0 50px 50px;
}
.event-type1 {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.event-type1 .event-content {
  color: #ffffff;
  padding: 315px 0 180px 50px;
}
.event-type1 .event-content .event-title {
  margin-bottom: 15px;
  font-weight: 900;
}
.event-type1 .event-content .event-title a {
  font-size: 70px;
  line-height: 80px;
  color: #ffffff;
}
.event-type1 .event-content .event-date {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
  display: block;
}
.event-type1 .event-content .event-info {
  line-height: 1.5em;
  margin-bottom: 55px;
}
.event-type1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(21, 21, 21, 0.35);
}
.event-type1.full-height-section .event-content {
  padding-top: 100px;
  padding-bottom: 90px;
}
.event-type1.full-height-section .page-navigation-wrap.page-navigation {
  margin-bottom: 0;
}
/*----> Responsive <---- */
/* Screen 568px */
@media (max-width: 767px) {
  .event-type1 .event-content {
    padding: 10px 15px 0 !important;
  }
  .event-type1 .event-content .event-title a {
    font-size: 40px;
    line-height: 48px;
  }
  .event-type1 .event-content .event-date {
    margin-bottom: 20px;
  }
  .event-type1 .event-content .event-info {
    display: none;
  }
}
/* Screen 568px */
@media (max-width: 600px) {
  .event-type1 .event-content .event-date {
    float: left;
  }
  .event-type1 .event-content .event-btn {
    float: right;
    position: relative;
    top: -10px;
    right: 15px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .event-type1 .event-content .event-info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
  }
  .event-type1 .event-content .event-date {
    float: none;
  }
  .event-type1 .event-content .event-btn {
    float: none;
    top: auto;
    right: auto;
  }
}
/*-----------------------------------*/
/*          Event Type 2             */
/*-----------------------------------*/
.event-type2 .calendar-wrap {
  background: #8db392;
  padding: 42px 0 45px;
  /* Calendar navigation */
}
.event-type2 .calendar-wrap .calendar {
  width: 83% !important;
  margin: 0 auto;
}
.event-type2 .calendar-wrap .cal-row-fluid.cal-row-head [class*="cal-cell"]:first-child,
.event-type2 .calendar-wrap .cal-row-fluid.cal-row-head [class*="cal-cell"] {
  height: 77px;
  padding-top: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
.event-type2 .calendar-wrap .cal-row-head:hover,
.event-type2 .calendar-wrap .cal-row-head [class*="cal-cell"]:hover {
  background-color: transparent;
}
.event-type2 .calendar-wrap .cal-month-box,
.event-type2 .calendar-wrap .cal-year-box,
.event-type2 .calendar-wrap .cal-week-box {
  border: none;
  border-radius: 0;
}
.event-type2 .calendar-wrap .cal-month-box .cal-row-fluid {
  border-bottom: 3px solid #8db392;
}
.event-type2 .calendar-wrap .cal-month-box .cal-row-fluid:hover {
  background-color: transparent;
}
.event-type2 .calendar-wrap .cal-month-box [class*="cal-cell"] {
  border-right: 3px solid #8db392;
}
.event-type2 .calendar-wrap .cal-month-box [class*="cal-cell"]:hover {
  background-color: transparent;
}
.event-type2 .calendar-wrap .cal-month-box #cal-slide-content.cal-event-list {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-bottom: 3px solid #8db392;
  border-right: 3px solid #8db392;
}
.event-type2 .calendar-wrap .cal-month-box #cal-slide-content.cal-event-list .list-unstyled li a {
  color: #151515;
}
.event-type2 .calendar-wrap .cal-month-box #cal-slide-content.cal-event-list .list-unstyled li a:hover {
  color: #8db392;
}
.event-type2 .calendar-wrap .cal-month-box #cal-slide-content.cal-event-list .list-unstyled li span {
  display: none;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 {
  height: 126px;
  /* cal before eventlist */
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day {
  height: 100%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /* Today */
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day:hover {
  background-color: #eb9532;
  cursor: pointer;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day:hover span[data-cal-date] {
  color: #fff;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day span[data-cal-date] {
  font-family: 'Karla', sans-serif;
  color: #151515;
  font-size: 25px;
  opacity: 1;
  float: left !important;
  margin-top: 30px;
  margin-left: 20px;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day #cal-week-box {
  display: none !important;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.cal-day-today {
  background-color: #81cfe0;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.cal-day-today span[data-cal-date] {
  color: #ffffff;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.cal-day-today .text-today {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.cal-day-today:hover {
  background-color: #eb9532;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day .events-list {
  display: none;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day #cal-day-tick {
  display: none !important;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day .list-events {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 12px;
  color: #151515;
  font-weight: bold;
  text-transform: uppercase;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.event-day {
  background-color: #eb9532;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.event-day span[data-cal-date],
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.event-day .list-events {
  color: #fff;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.cal-day-outmonth span[data-cal-date] {
  color: rgba(21, 21, 21, 0.35);
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-day-outmonth,
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-day-outmonth:hover {
  background-color: rgba(255, 255, 255, 0.35);
  cursor: default;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-day-outmonth.event-day span[data-cal-date],
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-day-outmonth:hover.event-day span[data-cal-date] {
  color: #fff;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-day-outmonth.event-day:hover,
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-day-outmonth:hover.event-day:hover {
  background-color: #eb9532;
  cursor: pointer;
}
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-day-outmonth.event-day:hover span[data-cal-date],
.event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-day-outmonth:hover.event-day:hover span[data-cal-date] {
  color: #fff;
}
.event-type2 .calendar-wrap .calendar-navigation {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.event-type2 .calendar-wrap .calendar-navigation * {
  display: inline-block;
}
.event-type2 .calendar-wrap .calendar-navigation h3 {
  font-family: 'Karla', sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 65px;
}
.event-type2 .calendar-wrap .calendar-navigation .prev,
.event-type2 .calendar-wrap .calendar-navigation .next {
  font-size: 25px;
  color: #ffffff;
}
/*----> Responsive <---- */
/* Screen 1024px */
@media (max-width: 1199px) {
  .event-type2 .calendar-wrap .cal-year-box [class*="span"],
  .event-type2 .calendar-wrap .cal-month-box [class*="cal-cell"],
  .event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 {
    height: 7em;
    min-height: 7em;
  }
}
/* Screen 768px */
@media (max-width: 991px) {
  .event-type2 .calendar-wrap .cal-year-box [class*="span"],
  .event-type2 .calendar-wrap .cal-month-box [class*="cal-cell"],
  .event-type2 .calendar-wrap .cal-row-fluid .cal-cell1,
  .event-type2 .calendar-wrap .cal-row-fluid.cal-row-head [class*="cal-cell"]:first-child,
  .event-type2 .calendar-wrap .cal-row-fluid.cal-row-head [class*="cal-cell"] {
    height: 5em;
    min-height: 5em;
  }
  .event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.cal-day-today .text-today {
    right: 7px;
  }
  .event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day span[data-cal-date] {
    font-size: 20px;
    margin-top: 25px;
    margin-left: 15px;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  .event-type2 .calendar-wrap .calendar {
    width: 90% !important;
  }
  .event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day span[data-cal-date] {
    margin-top: 30px;
  }
  .event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.cal-day-today .text-today {
    top: 6px;
  }
  .event-type2 .calendar-wrap .calendar-navigation h3 {
    font-size: 20px;
    margin: 0 40px;
  }
  .event-type2 .calendar-wrap .cal-row-fluid.cal-row-head [class*="cal-cell"]:first-child,
  .event-type2 .calendar-wrap .cal-row-fluid.cal-row-head [class*="cal-cell"] {
    font-size: 10px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .event-type2 .calendar-wrap {
    padding: 20px 0 25px;
  }
  .event-type2 .calendar-wrap .calendar {
    width: 95% !important;
  }
  .event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day.cal-day-today .text-today {
    display: none;
  }
  .event-type2 .calendar-wrap .cal-year-box [class*="span"],
  .event-type2 .calendar-wrap .cal-month-box [class*="cal-cell"],
  .event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 {
    height: 3em;
    min-height: 3em;
  }
  .event-type2 .calendar-wrap .cal-row-fluid .cal-cell1 .cal-month-day span[data-cal-date] {
    margin: 10px 7px;
  }
  .event-type2 .calendar-wrap .calendar-navigation h3 {
    margin: 0 25px;
  }
}
/*-----------------------------------*/
/*          Gallery Style            */
/*-----------------------------------*/
/* Gallery Nav */
.gallery-wrap {
  /* Gallery Grid */
}
.gallery-wrap .gallery-nav {
  display: block;
  width: 100%;
  margin-bottom: 65px;
  text-align: center;
}
.gallery-wrap .gallery-nav .gallery-nav-item {
  display: inline-block;
  margin: 0 27px;
}
.gallery-wrap .gallery-nav .gallery-nav-item a {
  color: #999999;
  font-weight: bold;
}
.gallery-wrap .gallery-nav .gallery-nav-item a:hover {
  color: #8db392;
}
.gallery-wrap .gallery-nav .gallery-nav-item.active a {
  color: #8db392;
}
.gallery-wrap .gallery-list .gallery-grid li {
  padding: 0 4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery-wrap .gallery-list .gallery-grid li img {
  width: 100%;
  max-width: 100%;
}
.gallery-wrap .gallery-list .gallery-grid li:hover {
  opacity: 0.8;
}
/*----> Responsive <---- */
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 18px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .gallery-wrap.margin-bottom-150 {
    margin-bottom: 75px;
  }
}
/*-----------------------------------*/
/*            Other Style            */
/*-----------------------------------*/
/* More Section */
.full-height-section .more-section .more-section-content {
  padding: 0 0 100px;
}
.more-section .more-section-content {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #8db392;
  padding-top: 250px;
  padding-bottom: 250px;
}
.more-section .more-section-content a {
  color: #151515;
}
.more-section .more-section-content a:hover {
  color: #444444;
}
.more-section.full-height-section .more-section-content {
  padding-top: 0;
  padding-bottom: 90px;
}
.more-section.full-height-section .page-navigation-wrap.page-navigation {
  margin-bottom: 0;
}
/* Contact Page */
.contact-form {
  /* Contact form copyright */
}
.contact-form form ::-webkit-input-placeholder {
  color: #8db392;
  font-size: 24px;
  opacity: 0.35;
  font-weight: bold;
}
.contact-form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8db392;
  font-size: 24px;
  opacity: 0.35;
  font-weight: bold;
}
.contact-form form :-moz-placeholder {
  /* Firefox 18- */
  color: #8db392;
  font-size: 24px;
  opacity: 0.35;
  font-weight: bold;
}
.contact-form form :-ms-input-placeholder {
  color: #8db392;
  font-size: 24px;
  opacity: 0.35;
  font-weight: bold;
}
.contact-form form .text-area {
  margin-bottom: 30px;
}
.contact-form form .text-area label {
  font-size: 17px;
  font-style: normal;
  color: #8db392;
  font-weight: bold;
}
.contact-form form .text-area textarea {
  min-height: 210px;
  line-height: 40px;
  padding-top: 10px;
  font-size: 20px;
  border: none;
  background-image: url("images/contact-line.png");
  background-repeat: repeat;
}
.contact-form form .info-wrap {
  position: relative;
  /* Form button */
}
.contact-form form .info-wrap .form-info {
  font-size: 17px;
  font-style: normal;
  color: #8db392;
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}
.contact-form form .info-wrap input {
  border: none;
  background: none;
  font-size: 20px;
  padding: 0;
}
.contact-form form .info-wrap .submit {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
.contact-form form .info-wrap .submit button {
  background: none;
  border: none;
  color: #8db392;
  font-size: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form form .info-wrap .submit button:hover {
  color: #151515;
}
.contact-form .contact-form-copyright-wrap {
  margin-top: 70px;
}
.contact-form .contact-form-copyright-wrap .contact-form-social {
  margin-bottom: 8px;
}
.contact-form .contact-form-copyright-wrap .contact-form-social li {
  display: inline-block;
  margin-right: 15px;
}
.contact-form .contact-form-copyright-wrap .contact-form-social li:last-child {
  margin-right: 0;
}
.contact-form .contact-form-copyright-wrap .contact-form-social li a {
  color: #8db392;
}
.contact-form .contact-form-copyright-wrap .contact-form-social li a:hover {
  color: #151515;
}
.contact-form .contact-form-copyright-wrap .contact-form-copyright {
  color: #8db392;
  font-size: 16px;
  font-weight: bold;
}
.contact-form .contact-form-copyright-wrap .contact-form-copyright p {
  margin-bottom: 9px;
  line-height: normal;
}
.contact-form .contact-form-copyright-wrap .contact-form-copyright p a:hover {
  color: #444;
}
/*----> Responsive <---- */
/* Screen 1024px */
@media (max-width: 1199px) {
  .more-section .page-navigation-wrap .page-navigation {
    margin-bottom: 20px;
  }
}
/* Screen 667px */
@media (max-width: 767px) {
  .more-section .more-section-content {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 50px !important;
  }
  .contact-form .contact-form-copyright-wrap {
    margin-top: 55px;
  }
  .contact-form form .info-wrap input {
    font-size: 18px;
  }
  .contact-form form .text-area textarea {
    font-size: 15px;
  }
}
/* Screen 568px */
@media (max-width: 600px) {
  .more-section.full-height-section .more-section-content {
    margin-top: 30px;
  }
  .more-section .more-section-content {
    font-size: 16px;
    line-height: 20px;
  }
}
/*-----------------------------------*/
/*        Info Section Style         */
/*-----------------------------------*/
.info-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Background Position */
  /* Dark */
  /* Light */
}
.info-section.info-section-bg-pos-top {
  background-position: top center;
}
.info-section.info-section-bg-pos-center {
  background-position: center center;
}
.info-section.info-section-bg-pos-bottom {
  background-position: bottom center;
}
.info-section.info-section-bg-pos-left {
  background-position: left center;
}
.info-section.info-section-bg-pos-right {
  background-position: right center;
}
.info-section.info-section-dark .info-section-content {
  color: #151515;
}
.info-section.info-section-dark .info-section-content .info-section-title,
.info-section.info-section-dark .info-section-content .info-section-title a,
.info-section.info-section-dark .info-section-content .info-section-subtitle {
  color: #151515;
}
.info-section.info-section-light .info-section-content {
  color: #ffffff;
}
.info-section.info-section-light .info-section-content .info-section-title,
.info-section.info-section-light .info-section-content .info-section-title a,
.info-section.info-section-light .info-section-content .info-section-subtitle {
  color: #ffffff;
}
.info-section .info-section-content {
  padding: 315px 0 180px 50px;
  font-weight: bold;
}
.info-section .info-section-content .info-section-title {
  margin-bottom: 57px;
  font-weight: 900;
  font-size: 70px;
  line-height: 80px;
  color: #151515;
}
.info-section .info-section-content .info-section-title a {
  font-size: 70px;
  line-height: 80px;
  color: #151515;
}
.info-section .info-section-content .info-section-subtitle {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
}
.info-section .info-section-content .info-section-info {
  line-height: 1.6em;
}
.info-section.full-height-section {
  /* Story Page */
  /* Other Page */
}
.info-section.full-height-section.story-page .info-section-content {
  padding-top: 0;
  padding-bottom: 200px;
}
.info-section.full-height-section .info-section-content {
  padding-top: 0;
  padding-bottom: 0;
}
.info-section.full-height-section .page-navigation-wrap {
  margin-bottom: 0;
}
/*----> Responsive <---- */
/* Screen 1024px */
@media (max-width: 1199px) {
  .info-section.full-height-section.story-page .info-section-content,
  .info-section .info-section-content {
    padding: 0 0 20px 50px;
  }
}
/* Screen 768px */
@media (max-width: 991px) {
  .info-section.full-height-section.story-page .info-section-content,
  .info-section.full-height-section .info-section-content {
    padding: 0 15px;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  .info-section .info-section-content .info-section-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .info-section .info-section-content .info-section-info {
    line-height: 1.3em;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .info-section .info-section-content .info-section-info p {
    margin-bottom: 1em;
    overflow: hidden;
  }
  .info-section.full-height-section.story-page .info-section-content,
  .info-section.full-height-section .info-section-content {
    padding-bottom: 15px;
  }
}
/* Screen 600px */
@media (max-width: 600px) {
  .info-section.full-height-section .icell {
    vertical-align: bottom;
  }
  .info-section.full-height-section.story-page .info-section-content,
  .info-section.full-height-section .info-section-content {
    padding-bottom: 40px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .info-section.full-height-section .icell {
    vertical-align: middle;
  }
  .info-section .info-section-content .info-section-info {
    -webkit-line-clamp: 20;
  }
}
/*-----------------------------------*/
/*            Post Style             */
/*-----------------------------------*/
.sidebar {
  padding-top: 100px;
}
.postlist .post {
  color: #ffffff;
  margin-bottom: 100px;
  position: relative;
}
.postlist .post .post-image {
  position: relative;
  z-index: 5;
}
.postlist .post .post-content {
  position: absolute;
  top: 50%;
  z-index: 6;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.postlist .post .post-content .entry-header {
  margin-bottom: 25px;
}
.postlist .post .post-content .entry-header .entry-title {
  font-size: 56px;
  line-height: 60px;
  font-weight: 900;
  color: #ffffff;
}
.postlist .post .post-content .entry-header .entry-title a {
  color: #ffffff;
}
.postlist .post .post-content .entry-header .entry-title a:hover {
  color: #151515;
}
.postlist .post .post-content .entry-content {
  margin-bottom: 40px;
  padding-right: 30px;
}
/* Older Posts Button */
.older-posts {
  text-align: center;
}
/*----> Responsive <---- */
/* Screen 768px */
@media (max-width: 991px) {
  .postlist .post {
    margin-bottom: 60px;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  .postlist .post .post-content .entry-header {
    margin-bottom: 20px;
  }
  .postlist .post .post-content .entry-header .entry-title {
    font-size: 40px;
    line-height: 45px;
  }
  .postlist .post .post-content .entry-content {
    padding-right: 0;
  }
}
/* Screen 600px */
@media (max-width: 600px) {
  .postlist .post {
    margin-bottom: 40px;
  }
  .postlist .post .post-content .entry-content {
    margin-bottom: 25px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .postlist .post {
    margin-bottom: 30px;
  }
  .postlist .post .post-content .entry-header .entry-title {
    font-size: 25px;
    line-height: 35px;
  }
  .postlist .post .post-content .entry-content {
    display: none;
  }
  .postlist .post .post-content .entry-meta .btn-read-more {
    font-size: 11px;
    padding: 10px 15px;
  }
}
/*-----------------------------------*/
/*       Post Details Style          */
/*-----------------------------------*/
.post.post-details .entry-header {
  text-align: center;
  margin-bottom: 75px;
}
.post.post-details .entry-header .entry-title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  color: #151515;
}
.post.post-details .entry-header .entry-title a {
  color: #151515;
}
.post.post-details .entry-header .entry-title a:hover {
  color: #8db392;
}
.post.post-details .entry-header .events-meta {
  margin-top: 30px;
}
.post.post-details .entry-header .events-meta * {
  display: inline-block;
}
.post.post-details .entry-header .events-meta .start-date,
.post.post-details .entry-header .events-meta .end-date {
  font-weight: bold;
  font-size: 15px;
  color: #8db392;
}
.post.post-details .entry-header .events-meta .events-separator {
  width: 20px;
  height: 1px;
  background-color: #999999;
  position: relative;
  top: -4px;
  margin: 0 25px;
}
.post.post-details footer.entry-meta {
  font-family: 'Lora', serif;
  color: #aaaaaa;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 60px 0 0;
  padding: 0 18px;
}
.post.post-details footer.entry-meta a {
  color: #aaaaaa;
}
.post.post-details footer.entry-meta > * {
  display: inline-block;
}
.post.post-details footer.entry-meta .entry-date,
.post.post-details footer.entry-meta .entry-author {
  padding: 15px 0;
  font-style: italic;
}
.post.post-details footer.entry-meta .entry-date a,
.post.post-details footer.entry-meta .entry-author a {
  font-family: 'Karla', sans-serif;
  font-style: normal;
  text-transform: uppercase;
}
.post.post-details footer.entry-meta .separator {
  width: 3px;
  height: 3px;
  background-color: #aaaaaa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 15px;
}
.post.post-details footer.entry-meta .social-comment-wrap {
  float: right;
}
.post.post-details footer.entry-meta .social-comment-wrap > * {
  display: inline-block;
}
.post.post-details footer.entry-meta .social-comment-wrap .entry-social {
  padding-right: 15px;
}
.post.post-details footer.entry-meta .social-comment-wrap .entry-social li {
  display: inline-block;
  margin-left: 10px;
}
.post.post-details footer.entry-meta .social-comment-wrap .entry-social li:first-child {
  margin-left: 0;
}
.post.post-details footer.entry-meta .social-comment-wrap .entry-social li a:hover {
  color: #8db392;
}
.post.post-details footer.entry-meta .social-comment-wrap .comment-link {
  font-family: 'Karla', sans-serif;
  padding: 15px 0 15px 15px;
  border-left: 1px solid #e8e8e8;
  font-weight: bold;
}
.post.post-details footer.entry-meta .social-comment-wrap .comment-link:hover {
  color: #8db392;
}
.post.post-details footer.entry-meta .social-comment-wrap .comment-link span {
  margin-right: 5px;
}
/* Events Map */
.maps {
  height: 650px;
}
.maps #map {
  height: 100%;
}
.maps #map .marker-container .event-location {
  font-size: 15px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
/* Styling blockquote */
blockquote {
  font-family: 'Lora', serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  color: #888888;
  line-height: 1.5em;
  padding: 5px 0 5px 21px;
  margin-bottom: 1.5em;
  position: relative;
}
blockquote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #dddddd;
}
/* Post Navigation */
.blog-post-navigation {
  margin-top: 60px;
}
.blog-post-navigation a {
  width: 50%;
  height: 310px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.blog-post-navigation a:hover {
  opacity: 0.8;
}
.blog-post-navigation a span,
.blog-post-navigation a strong {
  display: block;
}
.blog-post-navigation a span {
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-post-navigation a strong {
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 900;
}
.blog-post-navigation a[rel="prev"] {
  background-image: url("images/Posts/Post-navigation/post-navigation-prev.jpg");
}
.blog-post-navigation a[rel="next"] {
  background-image: url("images/Posts/Post-navigation/post-navigation-next.jpg");
}
/*----> Responsive <---- */
/* Screen 768px */
@media (max-width: 991px) {
  .post.post-details .entry-header .entry-title {
    font-size: 55px;
    line-height: 65px;
  }
}
/* Screen 568px */
@media (max-width: 767px) {
  .post.post-details .entry-header {
    margin-bottom: 65px;
  }
  .blog-post-navigation a {
    height: 200px;
  }
  .blog-post-navigation a strong {
    font-size: 25px;
    line-height: 35px;
  }
}
/* Screen 600px */
@media (max-width: 600px) {
  .post.post-details .entry-header {
    margin-bottom: 50px;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  .post.post-details .entry-header {
    margin-bottom: 25px;
  }
  .post.post-details .entry-header .entry-title {
    font-size: 30px;
    line-height: 35px;
  }
  blockquote {
    font-size: 16px;
  }
  .post.post-details footer.entry-meta {
    margin-top: 35px;
    padding: 0 10px;
  }
  .post.post-details footer.entry-meta .separator {
    margin: 0 10px;
  }
  .post.post-details footer.entry-meta .entry-date,
  .post.post-details footer.entry-meta .entry-author {
    font-size: 13px;
  }
  .post.post-details footer.entry-meta .social-comment-wrap {
    float: none;
    width: 100%;
  }
  .blog-post-navigation {
    margin-top: 35px;
  }
  .blog-post-navigation a {
    height: 110px;
  }
  .blog-post-navigation a strong {
    display: none;
  }
  .post.post-details .entry-header .events-meta .events-separator {
    display: none;
  }
}
/*---------------------------------------------------*/
/*      Post Comments & Comments Form Style          */
/*---------------------------------------------------*/
/* Comments */
.comments-area {
  margin-top: 60px;
}
.comments-area .comments-title {
  font-family: 'Karla', sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.comments-area .comment-list .comment .comment-body {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px dotted #e8e8e8;
}
.comments-area .comment-list .comment .comment-body .comment-avatar {
  float: left;
  width: 50px;
  height: 50px;
}
.comments-area .comment-list .comment .comment-body .comment-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comments-area .comment-list .comment .comment-body .comment-aside {
  padding-left: 67px;
}
.comments-area .comment-list .comment .comment-body .comment-meta {
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author,
.comments-area .comment-list .comment .comment-body .comment-meta .comment-date {
  display: block;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author {
  font-size: 13px;
  line-height: normal;
  color: #151515;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author a {
  color: #151515;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author a:hover {
  color: #8db392;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-date {
  font-size: 12px;
  line-height: normal;
  font-style: italic;
  color: #999999;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-reply-link {
  color: #fff;
  font-size: 10px;
  line-height: normal;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 40px;
  padding: 7px 10px;
  background-color: #aaaaaa;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-reply-link:hover {
  background-color: #8db392;
  color: #fff;
}
.comments-area .comment-list .comment .children .depth-2 {
  margin-left: 55px;
}
.comments-area .comment-list .comment .children .depth-3 {
  margin-left: 55px;
}
.comments-area .comment-list .comment .children .depth-4 {
  margin-left: 55px;
}
/* Comments Form */
.comment-respond {
  margin-top: 45px;
  margin-bottom: 150px;
}
.comment-respond .comment-reply-title {
  font-family: 'Karla', sans-serif;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 23px;
  letter-spacing: 2px;
}
.comment-respond .comment-form-website label {
  margin-right: 37px;
}
.comment-respond .form-submit {
  margin-top: 25px;
}
/*----> Responsive <---- */
/* Screen 320px */
@media (max-width: 479px) {
  .comments-area {
    margin-top: 35px;
  }
  .comments-area .comment-list .comment .children .depth-2 {
    margin-left: 20px;
  }
  .comment-respond {
    margin-bottom: 45px;
  }
  .comment-form input[type="text"],
  .comment-form input[type="email"] {
    width: 207px;
  }
}
/*-----------------------------------*/
/*         Widgets Styles            */
/*-----------------------------------*/
.widget {
  margin-bottom: 55px;
  /* Widget Subscribe */
  /* Widget Categories */
  /* Widget Recent Entries */
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  font-weight: bold;
}
.widget .widget-title span {
  font-weight: bold;
}
.widget ul li {
  margin-bottom: 15px;
}
.widget ul li a {
  font-weight: bold;
}
.widget ul li a:hover {
  color: #151515;
}
.widget.widget_subscribe {
  background-color: #f2f2f2;
  padding: 40px 20px;
  text-align: center;
}
.widget.widget_subscribe .widget-title {
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  line-height: normal;
  font-weight: 900;
  color: #151515;
  text-transform: uppercase;
  margin-bottom: 11px;
  border: none;
  padding: 0;
}
.widget.widget_subscribe .widget-title i {
  font-size: 15px;
  top: 1px;
  margin-right: 5px;
}
.widget.widget_subscribe .widget_subscribe_description {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  color: #9e9e9b;
  font-weight: 300;
  margin-bottom: 24px;
}
.widget.widget_subscribe form input.email {
  width: 100%;
  background-color: #fff;
  border: none;
  font-size: 13px;
  padding: 9px 15px;
  margin-bottom: 12px;
}
.widget.widget_subscribe form input.button {
  width: 100%;
  background-color: #8db392;
  border-color: #8db392;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.widget.widget_subscribe form input.button:hover {
  background-color: #151515;
  border-color: #151515;
}
.widget.widget_categories ul li {
  position: relative;
}
.widget.widget_categories ul li:before {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #b0b0b0;
  font-size: 13px;
  margin-right: 10px;
}
.widget.widget_recent_entries ul li {
  overflow: hidden;
  display: table;
  margin-bottom: 25px;
}
.widget.widget_recent_entries ul li .widget-post-image {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 15px 0 0;
}
.widget.widget_recent_entries ul li .widget-post-image a {
  display: block;
}
.widget.widget_recent_entries ul li .widget-post-image a:hover {
  opacity: 0.8;
}
.widget.widget_recent_entries ul li .posts-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.widget.widget_recent_entries ul li .posts-content .post-title,
.widget.widget_recent_entries ul li .posts-content .post-date {
  display: block;
  width: 100%;
}
.widget.widget_recent_entries ul li .posts-content .post-title {
  font-size: 17px;
  margin-bottom: 8px;
}
.widget.widget_recent_entries ul li .posts-content .post-date {
  font-size: 14px;
  color: #999999;
}
/*-----------------------------------*/
/*           Footer Style            */
/*-----------------------------------*/
footer.footer {
  overflow: hidden;
  background-color: #8db392;
  padding-bottom: 75px;
  color: #ffffff;
  /* Footer Nav */
  /* Footer Back To Top */
  /* Footer Info */
}
footer.footer .footer-row:last-child {
  display: flex;
  align-items: flex-end;
}
footer.footer .footer-nav-wrap {
  font-family: 'Playfair Display', serif;
}
footer.footer .footer-nav-wrap .footer-nav {
  min-width: 385px;
  max-width: 100%;
  display: inline-block;
  padding-left: 2px;
}
footer.footer .footer-nav-wrap .footer-nav li {
  position: relative;
  margin-bottom: 25px;
  line-height: 35px;
}
footer.footer .footer-nav-wrap .footer-nav li:last-child {
  margin-bottom: 0;
}
footer.footer .footer-nav-wrap .footer-nav li a {
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 5px;
  font-weight: 900;
}
footer.footer .footer-nav-wrap .footer-nav li a:after {
  content: '\e901';
  font-family: 'cubecreation-font';
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  right: -47px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.footer .footer-nav-wrap .footer-nav li a:hover:after {
  cursor: default;
  right: 0;
  opacity: 1;
}
footer.footer .footer-nav-wrap .footer-nav li.active-item a:after {
  right: 0;
  opacity: 1;
}
footer.footer .back-to-top {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
footer.footer .back-to-top i {
  margin-right: 10px;
  font-size: 15px;
}
footer.footer .back-to-top:hover {
  color: #151515;
}
footer.footer .footer-info {
  position: relative;
  /* Footer Social */
  /* Footer Copyright */
}
footer.footer .footer-info .footer-social {
  margin-bottom: 8px;
}
footer.footer .footer-info .footer-social li {
  display: inline-block;
  margin-right: 15px;
}
footer.footer .footer-info .footer-social li:last-child {
  margin-right: 0;
}
footer.footer .footer-info .footer-social li a {
  color: #ffffff;
}
footer.footer .footer-info .footer-social li a:hover {
  color: #151515;
}
footer.footer .footer-info .footer-copyright {
  font-weight: bold;
}
footer.footer .footer-info .footer-copyright p {
  margin-bottom: 7px;
}
footer.footer .footer-info .footer-copyright p:last-child {
  margin-bottom: 0;
}
footer.footer .footer-info .footer-copyright a {
  color: #151515;
}
footer.footer .footer-info .footer-copyright a:hover {
  color: #444444;
}
/*----> Responsive <---- */
/* Screen 568px */
@media (max-width: 767px) {
  footer.footer {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  footer.footer .footer-nav-wrap {
    display: none;
  }
}
/* Screen 320px */
@media (max-width: 479px) {
  footer.footer {
    padding-bottom: 85px;
  }
  footer.footer .footer-row:last-child {
    display: block;
  }
  footer.footer .back-to-top {
    display: block;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */