
@font-face{
  font-family: 'Montserrat-Light';
  src: url(fonts/Montserrat-Light.otf);
}






.transition {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/* Header Style
====================================*/

header#header {
  width: 100%;
  display: block;
  position: relative;
}

header#header nav.main-nav {
  position: relative;
  z-index: 998;
}

header#header nav.main-nav > ul > li:hover > ul {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

header#header nav.main-nav > ul > li ul {
  position: absolute;
  top: 77px;
  left: -3px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background-color: #fdfdfd;
  width: 182px;
  text-align: left;
  border-top: 3px solid #169642;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}

header#header nav.main-nav > ul > li ul li {
  position: relative;
  line-height: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header#header nav.main-nav > ul > li ul li:hover {
  background-color: #faeef2;
}

header#header nav.main-nav > ul > li ul li:hover > ul {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

header#header nav.main-nav > ul > li ul li.menu-item-has-children > a::after {
  content: '';
  font-family: Fontawesome;
  float: right;
  opacity: 0.5;
}

header#header nav.main-nav > ul > li ul li a {
  display: block;
  padding: 10px 20px;
  color: #333333;
}

header#header nav.main-nav > ul > li ul li a:hover {
  text-decoration: none;
}

header#header nav.main-nav > ul > li ul li ul {
  top: -3px;
  left: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}

header#header .topbar {
  position: relative;
  z-index: 900;
}

header#header .topbar .social-links a {
  color: #888888;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#header .topbar .social-links a:hover {
  text-decoration: none;
  color: #169642;
}

header#header .topbar .social-links a + a {
  margin-left: 10px;
}

header#header .header-wrapper {
  text-align: center;
}

header#header #logo {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

header#header #logo.logo-image {
    height: 65px;
    color: #fff!important;
    font-size: 49px;
    text-decoration: none;
    font-weight: 600;
}

header#header #header-search {
  display: inline-block;
  font-size: 16px;
  color: #888;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff!important;
}

header#header #header-search:hover {
  text-decoration: none;
  color: #169642;
}

header#header.menu-top-center .topbar {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  height: 80px;
  line-height: 80px;
}

header#header.menu-top-center nav.main-nav {
  font-family: 'Montserrat-Light';
  font-size: 12px;
}

header#header.menu-top-center nav.main-nav > ul {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

header#header.menu-top-center nav.main-nav > ul > li {
  display: inline-block;
  position: relative;
  line-height: 80px;
  padding-left: 20px;
}

header#header.menu-top-center nav.main-nav > ul > li::after {
  content: '|';
  margin-left: 20px;
  opacity: 0.6;
}

header#header.menu-top-center nav.main-nav > ul > li:first-child {
  padding-left: 0px;
}

header#header.menu-top-center nav.main-nav > ul > li:last-child {
  padding-right: 0px;
}

header#header.menu-top-center nav.main-nav > ul > li:last-child::after {
  display: none;
}

header#header.menu-top-center nav.main-nav > ul > li > a {
  color: #444444;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#header.menu-top-center nav.main-nav > ul > li > a:hover {
  text-decoration: none;
  color: #169642;
}

header#header.menu-top-center nav.main-nav > ul > li.menu-item-has-children > a::after {
  content: '';
  font-family: Fontawesome;
  font-size: 12px;
  margin-left: 10px;
}

header#header.menu-top-center nav.main-nav > ul > li.current-menu-item::before,
header#header.menu-top-center nav.main-nav > ul > li.current-menu-parent::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: -3px;
  height: 3px;
  width: 95%;
  background-color: #169642;
}

header#header.menu-top-center .topbar-left-content {
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 999;
}

header#header.menu-top-center .topbar-right-content {
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 999;
}

header#header.menu-top-left .topbar {
  height: 60px;
  line-height: 60px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.078);
}

header#header.menu-top-left nav.main-nav {
  font-family: 'Montserrat-Light';
  font-size: 12px;
  float: left;
}

header#header.menu-top-left nav.main-nav > ul {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

header#header.menu-top-left nav.main-nav > ul > li {
  display: inline-block;
  position: relative;
  line-height: 60px;
}

header#header.menu-top-left nav.main-nav > ul > li + li {
  margin-left: 40px;
}

header#header.menu-top-left nav.main-nav > ul > li > a {
  color: #444444;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#header.menu-top-left nav.main-nav > ul > li > a:hover {
  text-decoration: none;
  color: #169642;
}

header#header.menu-top-left nav.main-nav > ul > li.menu-item-has-children > a::after {
  content: '';
  font-family: Fontawesome;
  font-size: 12px;
  margin-left: 10px;
}

header#header.menu-top-left nav.main-nav > ul > li.current-menu-item > a,
header#header.menu-top-left nav.main-nav > ul > li.current-menu-parent > a {
  color: #169642;
}

header#header.menu-top-left nav.main-nav > ul > li > ul {
  top: 57px;
}

header#header.menu-top-left .topbar-right-content {
  float: right;
}

header#header.menu-top-left .topbar-right-content a,
header#header.menu-top-left .topbar-right-content a#header-search {
  line-height: 60px;
  display: inline-block;
  border-right: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  width: 46px;
  color: rgba(68, 68, 68, 0.7);
  float: left;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#header.menu-top-left .topbar-right-content a:first-child,
header#header.menu-top-left .topbar-right-content a#header-search:first-child {
  border-left: 1px solid #eee;
}

header#header.menu-top-left .topbar-right-content a:hover,
header#header.menu-top-left .topbar-right-content a#header-search:hover {
  color: #444;
}

header#header.menu-below-logo .topbar {
  height: 60px;
  line-height: 60px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.078);
  box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.039);
}

header#header.menu-below-logo nav.main-nav {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  margin-bottom: 60px;
}

header#header.menu-below-logo nav.main-nav > ul {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

header#header.menu-below-logo nav.main-nav > ul > li {
  display: inline-block;
  position: relative;
  line-height: 70px;
}

header#header.menu-below-logo nav.main-nav > ul > li + li {
  margin-left: 45px;
}

header#header.menu-below-logo nav.main-nav > ul > li > a {
  color: #444444;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#header.menu-below-logo nav.main-nav > ul > li > a:hover {
  text-decoration: none;
  color: #169642;
}

header#header.menu-below-logo nav.main-nav > ul > li.menu-item-has-children > a::after {
  content: '';
  font-family: Fontawesome;
  font-size: 12px;
  margin-left: 10px;
}

header#header.menu-below-logo nav.main-nav > ul > li.current-menu-item > a,
header#header.menu-below-logo nav.main-nav > ul > li.current-menu-parent > a {
  color: #169642;
}

header#header.menu-below-logo nav.main-nav > ul > li > ul {
  top: 67px;
  font-family: 'Montserrat-Light';
}

header#header.menu-below-logo .topbar-left-content,
header#header.menu-below-logo .topbar-right-content {
  float: left;
}

header#header.menu-below-logo .topbar-left-content .social-links a,
header#header.menu-below-logo .topbar-right-content .social-links a {
  font-size: 14px;
  color: rgba(68, 68, 68, 0.7);
  display: inline-block;
}

header#header.menu-below-logo .topbar-left-content .social-links a + a,
header#header.menu-below-logo .topbar-right-content .social-links a + a {
  margin-left: 10px;
}

header#header.menu-below-logo .topbar-left-content .social-links a:hover,
header#header.menu-below-logo .topbar-right-content .social-links a:hover {
  text-decoration: none;
  color: #169642;
}

header#header.menu-below-logo .topbar-left-content ul,
header#header.menu-below-logo .topbar-right-content ul {
  display: inline-block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

header#header.menu-below-logo .topbar-left-content ul li,
header#header.menu-below-logo .topbar-right-content ul li {
  display: inline-block;
  font-family: 'Montserrat-Light';
  font-size: 13px;
}

header#header.menu-below-logo .topbar-left-content ul li a,
header#header.menu-below-logo .topbar-right-content ul li a {
  display: inline-block;
  color: #444;
}

header#header.menu-below-logo .topbar-left-content ul li + li::before,
header#header.menu-below-logo .topbar-right-content ul li + li::before {
  content: '|';
  margin-left: 20px;
  margin-right: 20px;
  color: rgba(68, 68, 68, 0.7);
}

header#header.menu-below-logo .topbar-right-content {
  float: right;
}

header#header.menu-above-logo .topbar {
  height: 60px;
  line-height: 60px;
  box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.039);
}

header#header.menu-above-logo nav.main-nav {
  font-family: 'Montserrat-Light';
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
  margin-top: 10px;
}

header#header.menu-above-logo nav.main-nav > ul {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

header#header.menu-above-logo nav.main-nav > ul > li {
  display: inline-block;
  position: relative;
  line-height: 70px;
}

header#header.menu-above-logo nav.main-nav > ul > li + li {
  margin-left: 45px;
}

header#header.menu-above-logo nav.main-nav > ul > li > a {
  color: #444444;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#header.menu-above-logo nav.main-nav > ul > li > a:hover {
  text-decoration: none;
  color: #169642;
}

header#header.menu-above-logo nav.main-nav > ul > li.menu-item-has-children > a::after {
  content: '';
  font-family: Fontawesome;
  font-size: 12px;
  margin-left: 10px;
}

header#header.menu-above-logo nav.main-nav > ul > li.current-menu-item > a,
header#header.menu-above-logo nav.main-nav > ul > li.current-menu-parent > a {
  color: #333333;
  position: relative;
}

header#header.menu-above-logo nav.main-nav > ul > li.current-menu-item > a::before,
header#header.menu-above-logo nav.main-nav > ul > li.current-menu-parent > a::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #169642;
  top: -8px;
  left: 50%;
  margin-left: -10px;
}

header#header.menu-above-logo nav.main-nav > ul > li.current-menu-item.menu-item-has-children > a::before,
header#header.menu-above-logo nav.main-nav > ul > li.current-menu-parent.menu-item-has-children > a::before {
  margin-left: -18px;
}

header#header.menu-above-logo nav.main-nav > ul > li > ul {
  top: 68px;
  font-family: 'Montserrat-Light';
}

header#header.menu-above-logo .topbar-left-content,
header#header.menu-above-logo .topbar-right-content {
  float: left;
}

header#header.menu-above-logo .topbar-left-content .social-links a,
header#header.menu-above-logo .topbar-right-content .social-links a {
  font-size: 14px;
  color: rgba(68, 68, 68, 0.7);
  display: inline-block;
}

header#header.menu-above-logo .topbar-left-content .social-links a + a,
header#header.menu-above-logo .topbar-right-content .social-links a + a {
  margin-left: 10px;
}

header#header.menu-above-logo .topbar-left-content .social-links a:hover,
header#header.menu-above-logo .topbar-right-content .social-links a:hover {
  text-decoration: none;
  color: #169642;
}

header#header.menu-above-logo .topbar-left-content ul,
header#header.menu-above-logo .topbar-right-content ul {
  display: inline-block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

header#header.menu-above-logo .topbar-left-content ul li,
header#header.menu-above-logo .topbar-right-content ul li {
  display: inline-block;
  font-family: 'Montserrat-Light';
  font-size: 13px;
}

header#header.menu-above-logo .topbar-left-content ul li a,
header#header.menu-above-logo .topbar-right-content ul li a {
  display: inline-block;
  color: #444;
}

header#header.menu-above-logo .topbar-left-content ul li + li::before,
header#header.menu-above-logo .topbar-right-content ul li + li::before {
  content: '|';
  margin-left: 20px;
  margin-right: 20px;
  color: rgba(68, 68, 68, 0.7);
}

header#header.menu-above-logo .topbar-left-content #header-search span,
header#header.menu-above-logo .topbar-right-content #header-search span {
  font-family: 'Merriweather';
  font-style: italic;
  font-size: 13px;
  color: #888888;
  font-weight: 100;
  display: inline-block;
  margin-right: 30px;
}

header#header.menu-above-logo .topbar-right-content {
  float: right;
}

header#header.menu-full-bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 90px;
}

header#header.menu-full-bg .topbar {
  text-align: center;
    padding-top: 120px;
    padding-bottom: 120px
}

header#header.menu-full-bg .menu-container {
  background-color: #0f0f0f;
}

header#header.menu-full-bg #logo {
  margin: 0px;
}

header#header.menu-full-bg nav.main-nav {
  font-family: 'Montserrat-Light';
  font-size: 12px;
  font-weight: normal;
}

header#header.menu-full-bg nav.main-nav > ul {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

header#header.menu-full-bg nav.main-nav > ul > li {
  display: inline-block;
  position: relative;
  line-height: 70px;
}

header#header.menu-full-bg nav.main-nav > ul > li + li {
  margin-left: 46px;
}

header#header.menu-full-bg nav.main-nav > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#header.menu-full-bg nav.main-nav > ul > li > a:hover {
  text-decoration: none;
  color: #169642;
}

header#header.menu-full-bg nav.main-nav > ul > li.menu-item-has-children > a::after {
  content: '';
  font-family: Fontawesome;
  font-size: 12px;
  margin-left: 10px;
}

header#header.menu-full-bg nav.main-nav > ul > li > ul {
  top: 68px;
  font-family: 'Montserrat-Light';
}

header#header.menu-full-bg .topbar-left-content,
header#header.menu-full-bg .topbar-right-content {
  float: left;
  width: 0px;
  position: relative;
}

header#header.menu-full-bg .topbar-left-content .social-links,
header#header.menu-full-bg .topbar-right-content .social-links {
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
}

header#header.menu-full-bg .topbar-left-content .social-links a,
header#header.menu-full-bg .topbar-right-content .social-links a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

header#header.menu-full-bg .topbar-left-content .social-links a + a,
header#header.menu-full-bg .topbar-right-content .social-links a + a {
  margin-left: 5px;
}

header#header.menu-full-bg .topbar-left-content .social-links a:hover,
header#header.menu-full-bg .topbar-right-content .social-links a:hover {
  text-decoration: none;
  color: #169642;
  border-color: #169642;
}

header#header.menu-full-bg .topbar-left-content ul,
header#header.menu-full-bg .topbar-right-content ul {
  display: inline-block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

header#header.menu-full-bg .topbar-left-content ul li,
header#header.menu-full-bg .topbar-right-content ul li {
  display: inline-block;
  font-family: 'Montserrat-Light';
  font-size: 13px;
}

header#header.menu-full-bg .topbar-left-content ul li a,
header#header.menu-full-bg .topbar-right-content ul li a {
  display: inline-block;
  color: #444;
}

header#header.menu-full-bg .topbar-left-content ul li + li::before,
header#header.menu-full-bg .topbar-right-content ul li + li::before {
  content: '|';
  margin-left: 20px;
  margin-right: 20px;
  color: rgba(68, 68, 68, 0.7);
}

header#header.menu-full-bg .topbar-left-content #header-search,
header#header.menu-full-bg .topbar-right-content #header-search {
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  white-space: nowrap;
  color: #fff!important;
}

header#header.menu-full-bg .topbar-left-content #header-search span,
header#header.menu-full-bg .topbar-right-content #header-search span {
  font-family: 'Merriweather';
  font-style: italic;
  font-size: 13px;
  font-weight: 100;
  display: inline-block;
  margin-right: 30px;
}

header#header.menu-full-bg .topbar-right-content {
  float: right;
}

header#header #close-menu {
  width: 50px;
  height: 50px;
  position: fixed;
  color: #169642;
  font-size: 30px;
  right: 50px;
  top: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 1010;
  cursor: pointer;
  display: none;
}
/* Elements
====================================*/


blockquote.link-element {
  margin: 0px;
  padding: 0px;
  border: 2px solid rgba(119, 119, 119, 0.2);
  border-color: rgba(119, 119, 119, 0.2) !important;
  padding: 70px 50px !important;
  text-align: center;
  font-size: 17px;
  line-height: 37px;
}

blockquote.link-element::before {
  content: '';
  font-family: Fontawesome;
  font-size: 40px;
  color: #169642;
  display: block;
  margin-bottom: 40px;
}

blockquote.link-element cite {
  display: block;
  margin-top: 40px;
  font-size: 15px;
  font-family: 'Montserrat';
  color: #169642;
  font-style: normal;
}

blockquote.link-element cite a {
  color: #169642;
}

blockquote.link-element.with-background {
  background-color: #169642;
  color: #fff !important;
  position: relative;
  z-index: 10;
  padding: 50px 50px !important;
}

blockquote.link-element.with-background::before,
blockquote.link-element.with-background::after {
  display: none;
}

blockquote.link-element.with-background::before {
  content: '';
  display: block;
  margin: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: -1;
}

blockquote.link-element.with-background cite {
  color: #eec7d5;
}

blockquote.link-element.with-background cite a {
  color: #eec7d5;
}

.heading h6 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  color: #333333;
}

.heading h4 {
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  color: #333333;
}

.heading h4::after {
  content: '';
  display: block;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  width: 40px;
  height: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.circle-posts {
  position: relative;
}

.circle-posts::after {
  content: '';
  width: 100%;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 0px;
  border-top: 1px solid rgba(51, 51, 51, 0.05);
  margin-top: -0.5px;
}

.circle-posts::before {
  content: '';
  height: 100%;
  width: 0px;
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid rgba(51, 51, 51, 0.05);
  margin-left: -0.5px;
}

.circle-posts .circle-item {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-posts .circle-item::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.circle-posts .circle-item .entry-circle {
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.circle-posts .circle-item .entry-circle .circle-img {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.circle-posts .circle-item .entry-circle .circle-txt {
  display: block;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  font-style: italic;
}

.circle-posts .circle-post {
  position: absolute;
  width: 40%;
  top: 49%;
  left: 50%;
  margin-left: -20%;
  z-index: 20;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  box-shadow: 7.5px 12.99px 80px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.circle-posts .circle-post::before {
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.circle-posts .circle-post article.blog-item {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.circle-posts .circle-post article.blog-item .entry-date {
  color: #fff;
}

.circle-posts .circle-post article.blog-item .post-title {
  color: #fff;
}

.circle-posts .circle-post article.blog-item .seperator {
  margin-bottom: 0px;
}
/* Content
====================================*/

body {
  font-family: 'Merriweather';
  font-size: 14px;
  font-weight: 100;
  line-height: 26px;
  letter-spacing: 0.2px;
  background-color: #ffffff;
}

a:focus {
  outline: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

.button,
button,
input[type=button],
input[type=submit] {
  box-shadow: none;
  color: #169642;
  border: 1px solid #169642;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat';
  text-transform: uppercase;
  padding: 10px 25px;
  background-color: transparent;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  text-decoration: none;
  background-color: #169642;
  color: #fff;
}

.button.button-full,
button.button-full,
input[type=button].button-full,
input[type=submit].button-full {
  width: 100%;
}

.button.button-fill,
button.button-fill,
input[type=button].button-fill,
input[type=submit].button-fill {
  background-color: #169642;
  color: #fff!important;
}

.button.button-fill:hover,
button.button-fill:hover,
input[type=button].button-fill:hover,
input[type=submit].button-fill:hover {
  background-color: transparent;
  color: #169642!important;
  border: 1px solid #169642;
}

.button.button-bordered,
button.button-bordered,
input[type=button].button-bordered,
input[type=submit].button-bordered {
  border-radius: 30px;
}

.button.button-small,
button.button-small,
input[type=button].button-small,
input[type=submit].button-small {
  font-size: 11px;
  padding: 12px 28px;
  line-height: 1em;
}

form {
  position: relative;
}

form input[type=text],
form input[type=password],
form input[type=url],
form input[type=email] {
  border: 1px solid rgba(51, 51, 51, 0.2);
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  width: 100%;
  letter-spacing: 0.7px;
  font-family: 'Merriweather';
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
  color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

form input[type=text]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=url]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

form input[type=text]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=url]:-moz-placeholder,
form input[type=email]:-moz-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

form input[type=text]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=url]::-moz-placeholder,
form input[type=email]::-moz-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

form input[type=text]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=url]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

form textarea {
  border: 1px solid rgba(51, 51, 51, 0.2);
  background-color: #fff;
  width: 100%;
  letter-spacing: 0.7px;
  font-family: 'Merriweather';
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
  color: #333333;
  padding: 20px;
  min-height: 180px;
}

form textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

form textarea:-moz-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

form textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

form textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

img.full-size {
  width: 100%;
}

.big-text {
  font-size: 210px;
  font-family: 'Merriweather';
  font-weight: normal;
  color: #777777;
}

.entry-excerpt .search_form {
  position: relative;
  margin-bottom: 20px;
}

.entry-excerpt .search_form input {
  width: 100%;
  margin: 0px;
  padding-right: 120px;
}

.entry-excerpt .search_form button {
  position: absolute;
  right: 0px;
  top: 0px;
  border: 0px;
  background-color: #169642;
  color: #fff;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
}

.tt-google-map {
  width: 100%;
  height: 458px;
}

.post-navigation {
  display: block;
  text-align: center;
}

.post-navigation ul {
  display: block;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.post-navigation ul li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.post-navigation ul li a,
.post-navigation ul li span {
  font-size: 14px;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.post-navigation ul li span,
.post-navigation ul li a:hover {
  text-decoration: none;
  background-color: #169642;
  color: #fff;
  border-color: #169642;
}

.seperator {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
  text-align: center;
  position: relative;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
}

.seperator:before,
.seperator:after {
  content: '';
  height: 1px;
  width: 160px;
  left: 50%;
  margin-left: -174px;
  top: 11px;
  position: absolute;
  background-color: rgba(119, 119, 119, 0.2);
}

.seperator:after {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -174px;
}

.seperator span {
  display: inline-block;
  position: relative;
  width: 7px;
  height: 7px;
  line-height: 7px;
  border: 1px solid rgba(119, 119, 119, 0.2);
  background-color: transparent;
  transform: rotate(45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.seperator span::before,
.seperator span::after {
  content: '';
  width: 7px;
  height: 7px;
  line-height: 7px;
  border: 1px solid rgba(119, 119, 119, 0.2);
  background-color: transparent;
  position: absolute;
}

.seperator span::before {
  left: -8px;
  top: 6px;
}

.seperator span::after {
  right: -8px;
  top: -8px;
}

.seperator.with-colored::before,
.seperator.with-colored::after {
  background-color: #16964240;
}

.seperator.with-colored span {
  border-color: #16964240;
}

.seperator.with-colored span::before,
.seperator.with-colored span::after {
  border-color: #16964240;
}

.seperator.size-small {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.carousel-posts {
  background-color: #eee;
  position: relative;
}

.carousel-posts .swiper-slide-active .style-active-meta .entry-media .entry-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.carousel-posts .swiper-slide-active .style-active-meta .entry-info {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

.carousel-posts .swiper-slide-active .style-active-meta .entry-info .read-more {
  visibility: visible;
  opacity: 1;
}

.carousel-posts .swiper-slide-active .style-active-meta .entry-info .read-more .button {
  margin: 0px;
}

.carousel-posts .swiper-button-next,
.carousel-posts .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  line-height: 49px;
  text-align: center;
  display: block;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  font-family: Fontawesome;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.carousel-posts .swiper-button-next:hover,
.carousel-posts .swiper-button-prev:hover {
  color: #169642;
  border-color: #169642;
}

.carousel-posts .swiper-button-next {
  right: 22px;
}

.carousel-posts .swiper-button-next::after {
  content: '';
  margin-left: 4px;
}

.carousel-posts .swiper-button-prev {
  left: 22px;
}

.carousel-posts .swiper-button-prev::after {
  content: '';
  margin-left: -4px;
}

.fullwidth-post-slider {
  position: relative;
  margin-top: -61px;
}

.fullwidth-post-slider .swiper-container {
  padding-bottom: 150px;
}

.fullwidth-post-slider .blog-item {
  position: relative;
  overflow: visible;
}

.fullwidth-post-slider .blog-item .entry-media .entry-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.fullwidth-post-slider .blog-item .post-title {
  color: #333333;
}

.fullwidth-post-slider .blog-item .entry-box {
  position: absolute;
  z-index: 10;
  bottom: -50px;
  left: 0px;
  width: 100%;
}

.fullwidth-post-slider .blog-item .entry-box .entry-box-bg {
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.fullwidth-post-slider .swiper-button-next,
.fullwidth-post-slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -124px;
  width: 52px;
  height: 52px;
  line-height: 49px;
  text-align: center;
  display: block;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  font-family: Fontawesome;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.fullwidth-post-slider .swiper-button-next:hover,
.fullwidth-post-slider .swiper-button-prev:hover {
  color: #169642;
  border-color: #169642;
}

.fullwidth-post-slider .swiper-button-next {
  right: 22px;
}

.fullwidth-post-slider .swiper-button-next::after {
  content: '';
  margin-left: 4px;
}

.fullwidth-post-slider .swiper-button-prev {
  left: 22px;
}

.fullwidth-post-slider .swiper-button-prev::after {
  content: '';
  margin-left: -4px;
}

.fullwidth-post-slider .swiper-pagination {
  position: absolute;
  left: 0px;
  bottom: 50px;
  width: 100%;
  display: block;
  text-align: center;
}

.fullwidth-post-slider .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
}

.fullwidth-post-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #333333;
  width: 14px;
  height: 14px;
  top: 2px;
}

.blog-masonry-container .blog-item.blog-item-quote {
  padding: 30px;
}

.blog-masonry-container .blog-item.blog-item-quote .entry-media blockquote {
  padding: 30px 0px;
}

.blog-grid-row .blog-item.blog-item-quote .entry-media blockquote {
  padding: 0px;
}
/* Blog
====================================*/

article.blog-item {
  margin-bottom: 20px;
  display: block;
}

article.blog-item::last-child {
  margin-bottom: 0px;
}

article.blog-item .entry-date {
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #777777;
  line-height: 24px;
     margin-top: 20px;
}

article.blog-item .entry-date .icon-clock {
  width: 14px;
}

article.blog-item .entry-date span {
  display: inline-block;
}

article.blog-item .entry-date.text-left {
  text-align: left;
}

article.blog-item .post-title {
    font-size: 18px;
  color: #169642;
  line-height: 1em;
margin-bottom: 20px;
}
 
article.blog-item .post-title a {
  color: #169642!important;
  line-height: 1.3;
}

article.blog-item .post-title.text-left {
  text-align: left;
}

article.blog-item .entry-meta {
  position: relative;
  text-align: center;
  height: 87px;
  line-height: 87px;
  overflow: hidden;
}

article.blog-item .entry-meta > span {
  color: #169642;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

article.blog-item .entry-meta > span img {
  width: 14px;
  margin-right: 5px;
}

article.blog-item .entry-meta > span span {
  display: inline-block;
  margin-right: 12px;
}

article.blog-item .entry-meta > span span:last-child {
  margin-right: 0px;
}

article.blog-item .entry-meta > span::before,
article.blog-item .entry-meta > span::after {
  content: '';
  height: 1px;
  width: 500%;
  background-color: rgba(119, 119, 119, 0.2);
  position: absolute;
  top: 43px;
  left: -500%;
}

article.blog-item .entry-meta > span::after {
  left: auto;
  right: -500%;
}

article.blog-item .entry-meta.text-left {
  text-align: left;
}

article.blog-item .entry-meta.text-left > span {
  padding-left: 0px;
}

article.blog-item .entry-meta.text-left > span::before {
  display: none;
}

article.blog-item .entry-media {
  position: relative;
}

article.blog-item .entry-media img {
    max-width: 100%;
      height: 250px;
    width: 100%;
    object-fit: cover;
}


article.blog-item .entry-media .entry-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}

article.blog-item .entry-media blockquote.quote-element {
  margin: 0px;
  padding: 0px;
  border: 2px solid rgba(119, 119, 119, 0.2);
  padding: 70px 50px;
  text-align: center;
  font-family: 'Merriweather';
  font-size: 20px;
  font-style: italic;
  line-height: 35px;
}

article.blog-item .entry-media blockquote.quote-element::before {
  content: '“';
  display: block;
  color: #169642;
  font-size: 150px;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 40px;
  line-height: 100px;
  height: 50px;
}

article.blog-item .entry-media blockquote.quote-element cite {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

article.blog-item .entry-media blockquote.quote-element cite strong {
  color: #333333;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
}

article.blog-item .entry-media blockquote.quote-element cite::before,
article.blog-item .entry-media blockquote.quote-element cite::after {
  content: '-';
  margin-left: 5px;
  margin-right: 5px;
}

article.blog-item .entry-social {
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

article.blog-item .entry-social a {
  font-size: 17px;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #169642;
  color: #169642;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

article.blog-item .entry-social a:hover {
  background-color: #169642;
  color: #fff;
}

article.blog-item .entry-social a + a {
  margin-left: 5px;
}

article.blog-item .author-info {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #169642;
  padding: 30px 25px;
  overflow: hidden;
}

article.blog-item .author-info::before,
article.blog-item .author-info::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #169642;
  z-index: -1;
}

article.blog-item .author-info::after {
  top: 5px;
  left: 5px;
}

article.blog-item .author-info .author-image img {
  width: 129px;
  height: 129px;
  float: left;
      object-fit: cover;
}

article.blog-item .author-info .info-entry {
  margin-left: 154px;
}

article.blog-item .author-info .info-entry h5 {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

article.blog-item .author-info .info-entry h5 a {
  color: #fff;
}

article.blog-item .author-info .info-entry p {
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #fff;
  margin: 0px;
}

article.blog-item .author-info .info-entry .info-social {
  display: block;
  text-align: right;
  font-size: 14px;
}

article.blog-item .author-info .info-entry .info-social a {
  color: #16964240;
  display: inline-block;
  margin-left: 10px;
}

article.blog-item .author-info .info-entry .info-social a:hover {
  text-decoration: none;
  color: #fff;
}

article.blog-item.blog-item-quote {
  border: 2px solid rgba(119, 119, 119, 0.2);
  padding: 50px;
  margin-bottom: 60px;
}

article.blog-item.blog-item-quote .entry-media blockquote {
  border: 0px;
  padding: 50px 30px;
}

article.blog-item.blog-item-quote .entry-meta {
  height: 27px;
  line-height: 27px;
}

article.blog-item.blog-item-quote .entry-meta span::before,
article.blog-item.blog-item-quote .entry-meta span::after {
  display: none;
}

article.blog-item.blog-single .dropcap {
  float: left;
  font-size: 58px;
  font-weight: bold;
  color: #169642;
  width: 72px;
  height: 72px;
  line-height: 72px;
  display: inline-block;
  text-align: center;
}

article.blog-item.blog-single blockquote {
  font-size: 17px;
  font-style: italic;
  color: rgba(51, 51, 51, 0.8);
  line-height: 28px;
  letter-spacing: 0.3px;
  border-left: 2px solid #333333;
  padding: 0px;
  padding-left: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative;
}

article.blog-item.blog-single blockquote.with-symbol {
  border-color: rgba(51, 51, 51, 0.2);
  padding-left: 30px;
  font-size: 17px;
  line-height: 32px;
}

article.blog-item.blog-single blockquote.with-symbol::before {
  content: '“';
  font-family: 'Playfair Display';
  font-style: italic;
  font-size: 40px;
  position: absolute;
  line-height: 52px;
  height: 34px;
  left: -13px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(51, 51, 51, 0.8);
}

article.blog-item.blog-single blockquote.with-image {
  border: 0px;
  padding: 90px 50px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  text-align: center;
  font-size: 17px;
  line-height: 32px;
}

article.blog-item.blog-single blockquote.with-image::before {
  content: '';
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -2;
}

article.blog-item.blog-single blockquote.with-image::after {
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: -1;
}

article.blog-item.blog-single ul {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  font-weight: normal;
}

article.blog-item.style-horizontal {
  margin-bottom: 80px;
}

article.blog-item.style-horizontal.mvb0 {
  margin-bottom: 0px;
}

article.blog-item.style-horizontal .row {
  display: table;
  width: 100%;
}

article.blog-item.style-horizontal .row > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

article.blog-item.style-horizontal .row > div .entry-date {
  margin-left: 50px;
  margin-right: 50px;
}

article.blog-item.style-horizontal .row > div .seperator {
  margin-bottom: 0px;
}

article.blog-item.style-horizontal .row > div .entry-meta {
  margin-left: 50px;
  margin-right: 50px;
}

article.blog-item.style-horizontal .row > div .entry-excerpt {
  margin-left: 50px;
  margin-right: 50px;
}

article.blog-item.style-horizontal .row > div .post-title {
  margin-bottom: 25px;
  margin-top: 25px;
  margin-left: 50px;
  margin-right: 50px;
}

article.blog-item.style-horizontal .row > div .entry-meta {
  height: 27px;
  line-height: 27px;
  margin-bottom: 25px;
}

article.blog-item.style-horizontal .row > div .entry-meta span::before,
article.blog-item.style-horizontal .row > div .entry-meta span::after {
  top: 13px;
}

article.blog-item.with-bordered {
  border: 1px solid rgba(51, 51, 51, 0.1);
}

.blog-item-boxed {
  text-align: center;
  padding: 0px;
  margin: 0px;
  position: relative;
}

.blog-item-boxed .entry-date {
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #777777;
  line-height: 24px;
  text-align: center;
}

.blog-item-boxed .entry-date .icon-clock {
  width: 14px;
}

.blog-item-boxed .entry-date svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.blog-item-boxed .entry-date svg circle,
.blog-item-boxed .entry-date svg polyline {
  stroke: #fff;
}

.blog-item-boxed .entry-date span {
  display: inline-block;
  color: #fff;
}

.blog-item-boxed .post-title {
  font-size: 40px;
  font-family: 'Playball';
  color: #fff;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 1em;
  margin-bottom: 40px;
  margin-top: 30px;
}

.blog-item-boxed .post-title a {
  color: #fff;
}

.blog-item-boxed .post-title a:hover {
  text-decoration: none;
}

.blog-item-boxed .entry-meta {
  position: relative;
  text-align: center;
  height: 87px;
  line-height: 87px;
  overflow: hidden;
}

.blog-item-boxed .entry-meta > span {
  color: #fff;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.blog-item-boxed .entry-meta > span img {
  width: 14px;
  margin-right: 5px;
}

.blog-item-boxed .entry-meta > span svg {
  width: 14px;
  height: 13px;
  top: 3px;
  position: relative;
  margin-right: 5px;
}

.blog-item-boxed .entry-meta > span svg path,
.blog-item-boxed .entry-meta > span svg polygon,
.blog-item-boxed .entry-meta > span svg polyline {
  stroke: #fff;
}

.blog-item-boxed .entry-meta > span span {
  display: inline-block;
  margin-right: 12px;
}

.blog-item-boxed .entry-meta > span span:last-child {
  margin-right: 0px;
}

.blog-item-boxed .entry-meta > span::before,
.blog-item-boxed .entry-meta > span::after {
  content: '';
  height: 1px;
  width: 500%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 43px;
  left: -500%;
}

.blog-item-boxed .entry-meta > span::after {
  left: auto;
  right: -500%;
}

.blog-item-boxed p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
}

.blog-item-boxed .button {
  font-size: 11px;
  padding: 12px 28px;
  line-height: 1em;
  border-radius: 30px;
  margin-top: 40px;
}

.blog-item-boxed .entry-media {
  width: 100%;
  position: relative;
}

.blog-item-boxed .entry-media img {
  width: 100%;
}

.blog-item-boxed .entry-media .entry-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-item-boxed .entry-media .entry-overlay::after {
  content: '';
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  border: 0px solid #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-item-boxed .entry-info {
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-item-boxed .entry-info .video-play {
  display: block;
  margin-bottom: 25px;
}

.blog-item-boxed .entry-info .video-play i {
  display: inline-block;
  width: 63px;
  height: 63px;
  line-height: 63px;
  background-color: #fff;
  font-size: 20px;
  color: rgba(34, 34, 34, 0.8);
  border-radius: 50%;
  padding-left: 6px;
  padding-top: 2px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-item-boxed .entry-info .post-title {
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-item-boxed .entry-info .entry-meta {
  height: 26px;
  line-height: 26px;
}

.blog-item-boxed .entry-info .entry-meta span::before,
.blog-item-boxed .entry-info .entry-meta span::after {
  top: 13px;
}

.blog-item-boxed .entry-info .read-more {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-item-boxed .entry-info .read-more .button {
  margin: 0px;
  background-color: #fff;
  color: #333333;
  border-color: #fff;
}

.blog-item-boxed.post-format-quote .entry-media {
  border: 2px solid rgba(119, 119, 119, 0.2);
}

.blog-item-boxed.post-format-quote .entry-info .entry-date svg circle,
.blog-item-boxed.post-format-quote .entry-info .entry-date svg polyline {
  stroke: #777777;
}

.blog-item-boxed.post-format-quote .entry-info .entry-date span {
  color: #777777;
}

.blog-item-boxed.post-format-quote .entry-info blockquote {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 100;
  font-size: 18px;
  line-height: 32px;
  color: #777777;
}

.blog-item-boxed.post-format-quote .entry-info blockquote::before {
  content: '“';
  display: block;
  font-family: 'Playfair Display';
  font-size: 120px;
  color: #169642;
  height: 40px;
  line-height: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-item-boxed.post-format-quote .entry-info blockquote cite {
  display: block;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-item-boxed.post-format-quote .entry-info blockquote cite strong {
  font-style: normal;
  font-family: 'Montserrat';
}

.blog-item-boxed.post-format-quote .entry-info .entry-meta span {
  color: #169642;
}

.blog-item-boxed.post-format-quote .entry-info .entry-meta svg path,
.blog-item-boxed.post-format-quote .entry-info .entry-meta svg polygon,
.blog-item-boxed.post-format-quote .entry-info .entry-meta svg polyline {
  stroke: #333333;
}

.blog-item-boxed.post-format-quote.format-link blockquote::before {
  content: '';
  font-family: Fontawesome;
  font-size: 40px;
  line-height: 40px;
}

.blog-item-boxed.post-format-quote.format-link blockquote cite {
  font-size: 15px;
  font-style: normal;
  text-decoration: underline;
  font-family: 'Montserrat';
  letter-spacing: -0.2px;
}

.blog-item-boxed.post-format-quote.format-link blockquote cite a {
  color: #169642;
}

.blog-item-boxed:hover .entry-media .entry-overlay {
  background-color: rgba(178, 55, 99, 0.9);
}

.blog-item-boxed:hover .entry-media .entry-overlay::after {
  border: 1px solid #fff;
  top: 22px;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.blog-item-boxed:hover .entry-info .read-more {
  visibility: visible;
  opacity: 1;
  height: 40px;
}

.blog-item-boxed:hover .entry-info .read-more .button {
  margin-top: 40px;
}

.blog-item-boxed.style-hover-meta .entry-media .entry-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.blog-item-boxed.style-hover-meta .entry-info {
  visibility: hidden;
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-item-boxed.style-hover-meta .entry-info .post-title {
  font-size: 50px;
  line-height: 60px;
}

.blog-item-boxed.style-hover-meta .entry-info .read-more {
  margin: 0px;
  padding: 0px;
  height: auto;
  margin-bottom: 40px;
}

.blog-item-boxed.style-hover-meta .entry-info .read-more .button {
  background-color: #169642;
  border-color: #169642;
  color: #fff;
}

.blog-item-boxed.style-hover-meta .entry-info .seperator {
  width: 196px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.blog-item-boxed.style-hover-meta:hover .entry-media .entry-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.blog-item-boxed.style-hover-meta:hover .entry-info {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

.blog-item-boxed.style-hover-meta:hover .entry-info .read-more .button {
  margin: 0px;
}

.blog-item-boxed.style-active-meta .entry-media .entry-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

.blog-item-boxed.style-active-meta .entry-info {
  visibility: hidden;
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-item-boxed.style-active-meta .entry-info .post-title {
  font-size: 50px;
  line-height: 60px;
}

.blog-item-boxed.style-active-meta .entry-info .read-more {
  margin: 0px;
  padding: 0px;
  height: auto;
  margin-bottom: 40px;
}

.blog-item-boxed.style-active-meta .entry-info .read-more .button {
  background-color: #169642;
  border-color: #169642;
  color: #fff;
}

.blog-item-boxed.style-active-meta .entry-info .seperator {
  width: 196px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.blog-item-boxed.style-active-meta:hover .entry-media .entry-overlay::after {
  display: none;
}
/* Comments
====================================*/

#comments {
  margin-top: 80px;
  margin-bottom: 80px;
}

#comments .comments-wrapper .comments-title {
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 20px;
}

#comments .comments-wrapper ol.comment-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-bottom: 60px;
}

#comments .comments-wrapper ol.comment-list li {
  overflow: hidden;
  display: block;
}

#comments .comments-wrapper ol.comment-list li article {
  overflow: hidden;
  display: block;
  width: 100%;
  border-bottom: 1px solid #169642;
  padding-top: 35px;
  padding-bottom: 35px;
}

#comments .comments-wrapper ol.comment-list li article img.avatar {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 1px solid rgba(119, 119, 119, 0.5);
  padding: 4px;
  float: left;
}

#comments .comments-wrapper ol.comment-list li article .comment-body {
  margin-left: 140px;
}

#comments .comments-wrapper ol.comment-list li article .comment-body .meta-data {
  overflow: hidden;
  margin-bottom: 15px;
}

#comments .comments-wrapper ol.comment-list li article .comment-body .meta-data .comment-author {
  font-size: 16px;
  font-family: 'Merriweather';
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}

#comments .comments-wrapper ol.comment-list li article .comment-body .meta-data .comment-date {
  float: right;
  font-size: 13px;
  color: #777777;
}

#comments .comments-wrapper ol.comment-list li article .comment-body .comment-content {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 25px;
}

#comments .comments-wrapper ol.comment-list li article .comment-body .comment-reply a {
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #169642;
  border: 1px solid #169642;
  padding: 10px 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#comments .comments-wrapper ol.comment-list li article .comment-body .comment-reply a:hover {
  text-decoration: none;
  background-color: #169642;
  color: #fff;
}

#comments .comments-wrapper ol.comment-list li ul,
#comments .comments-wrapper ol.comment-list li ol {
  padding-left: 40px;
}

#respond .comment-reply-title {
  font-size: 30px;
  font-family: 'Montserrat';
  font-weight: normal;
  letter-spacing: 0px;
  margin-bottom: 40px;
}

#respond .form-submit > span {
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}
/* Page
====================================*/

.footer-row {
  position: relative;
}

.footer-row .row {
  margin: 0px;
}

.footer-row .row > div {
  padding: 0px;
}

.footer-row img {
  width: 100%;
}

.footer-row .fi-caption {
  position: absolute;
  background-color: rgba(34, 34, 34, 0.95);
  top: 50%;
  left: 50%;
  padding: 25px 50px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.footer-row .fi-caption a {
  color: #fff;
}

#overlay-search {
  background-color: rgba(255, 255, 255, 0.91);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#overlay-search form {
  width: 80%;
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 9;
}

#overlay-search form input {
  font-family: 'Merriweather';
  font-weight: 100;
  font-size: 80px;
  line-height: 80px;
  box-shadow: none;
  border: 0px;
  background: none;
  height: auto;
  color: rgba(51, 51, 51, 0.9);
  font-style: italic;
  padding: 0px;
}

#overlay-search form input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

#overlay-search form input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

#overlay-search form input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

#overlay-search form input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

#overlay-search form button {
  display: none;
}

#overlay-search form p {
  font-size: 11px;
  color: #333333;
  font-weight: 100;
}

#overlay-search .close-search {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 10%;
  right: 10%;
  z-index: 10;
}

#overlay-search .close-search::before,
#overlay-search .close-search::after {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #169642;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#overlay-search .close-search::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#overlay-search .close-search::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#overlay-search .close-search:hover::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#overlay-search .close-search:hover::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

#overlay-search .close-search:focus {
  outline: none;
}

#overlay-search.active {
  visibility: visible;
  opacity: 1;
}

.katharine-post-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.katharine-post-slider .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.katharine-post-slider .swiper-slide::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.katharine-post-slider .swiper-slide .blog-item-boxed .post-title {
  color: #fff;
}

.katharine-post-slider .swiper-slide .blog-item-boxed .seperator {
  margin-bottom: 0px;
}

.katharine-post-slider .swiper-button-next,
.katharine-post-slider .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  line-height: 49px;
  text-align: center;
  display: block;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  font-family: Fontawesome;
  z-index: 10;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.katharine-post-slider .swiper-button-next:hover,
.katharine-post-slider .swiper-button-prev:hover {
  color: #169642;
  border-color: #169642;
}

.katharine-post-slider .swiper-button-next {
  right: 22px;
}

.katharine-post-slider .swiper-button-next::after {
  content: '';
  margin-left: 4px;
}

.katharine-post-slider .swiper-button-prev {
  left: 22px;
}

.katharine-post-slider .swiper-button-prev::after {
  content: '';
  margin-left: -4px;
}

.katharine-post-slider .swiper-pagination {
  position: absolute;
  left: 0px;
  bottom: 50px;
  width: 100%;
  display: block;
  text-align: center;
}

.katharine-post-slider .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
}

.katharine-post-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  top: 2px;
}
/* Portfolio
====================================*/
/* Widgets
====================================*/

.widget {
  margin-bottom: 20px;
}

.widget:last-child {
  margin-bottom: 0px;
}

.widget img {
  max-width: 100%;
  height: auto;
}

.widget .image-feed {
  overflow: hidden;
}

.widget .image-feed img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.widget .image-feed a {
  display: inline-block;
  width: 70px;
  float: left;
  margin-bottom: 10px;
  border-radius: 2px;
  overflow: hidden;
}

.widget .image-feed a + a {
  margin-left: 10px;
}

.widget .image-feed a:nth-child(3n+1) {
  margin-left: 0px;
}

.widget .image-feed a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.widget .subscribe-form {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.widget .subscribe-form input {
  margin: 0px;
  background-color: #7c7b7b;
  box-shadow: none;
  border: 0px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  font-style: normal;
  font-family: 'Montserrat';
  font-weight: normal;
  padding-left: 15px;
  padding-right: 50px;
  color: rgba(255, 255, 255, 0.7);
}

.widget .subscribe-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.widget .subscribe-form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.widget .subscribe-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.widget .subscribe-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.widget .subscribe-form input:focus {
  outline: none;
}

.widget .subscribe-form button {
  margin: 0px;
  padding: 0px;
  position: absolute;
  font-size: 12px;
  color: #fff;
  box-shadow: none;
  border: 0px;
  background-color: #000000;
  top: 0px;
  right: 0px;
  height: 45px;
  line-height: 42px;
  width: 45px;
}

.widget .social-links a {
  font-size: 14px;
  margin-right: 15px;
}

.widget.about-author {
  position: relative;
}

.widget.about-author img {
  width: 100%;
}

.widget.about-author .overlay {
  background-color: #222222;
  opacity: 0.4;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.widget.about-author .entry-info {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 30px;
  text-align: center;
  color: #fff;
}

.widget.about-author .entry-info::before {
  content: '';
  position: absolute;
  left: -25px;
  right: -25px;
  bottom: -30px;
  top: 0px;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  /* IE6-9 */
}

.widget.about-author .entry-info > * {
  position: relative;
  z-index: 10;
}

.widget.about-author .entry-info h6 {
  font-family: 'Merriweather';
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
  margin-bottom: 10px;
}

.widget.about-author .entry-info h3 {
  font-family: 'Playball';
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0px;
}

.widget.about-author .entry-info p {
  font-size: 14px;
  letter-spacing: 0.1px;
  font-family: 'Merriweather';
  font-weight: normal;
  line-height: 25px;
}

.widget .seperator {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  position: relative;
  height: 20px;
  line-height: 20px;
}

.widget .seperator:before,
.widget .seperator:after {
  content: '';
  height: 1px;
  width: 66px;
  left: 50%;
  top: 11px;
  margin-left: -80px;
  position: absolute;
  background-color: #16964240;
}

.widget .seperator:after {
  left: auto;
  right: 50%;
  margin-left: auto;
  margin-right: -80px;
}

.widget .seperator span {
  display: inline-block;
  position: relative;
  width: 7px;
  height: 7px;
  line-height: 7px;
  border: 1px solid #16964240;
  background-color: transparent;
  transform: rotate(45deg);
}

.widget .seperator span::before,
.widget .seperator span::after {
  content: '';
  width: 7px;
  height: 7px;
  line-height: 7px;
  border: 1px solid #16964240;
  background-color: transparent;
  position: absolute;
}

.widget .seperator span::before {
  left: -8px;
  top: 6px;
}

.widget .seperator span::after {
  right: -8px;
  top: -8px;
}

.widget .popular-posts {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 30px;
}

.widget .popular-posts .rp-featured .rp-media {
  position: relative;
  margin-bottom: 36px;
}

.widget .popular-posts .rp-featured .rp-media img {
  width: 100%;
}

.widget .popular-posts .rp-featured .rp-media span {
  font-size: 13px;
  color: #fff;
  font-family: 'Merriweather';
  font-weight: bold;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  z-index: 10;
}

.widget .popular-posts .rp-featured .rp-media span::before,
.widget .popular-posts .rp-featured .rp-media span::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  z-index: -1;
}

.widget .popular-posts .rp-featured .rp-media span::before {
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #169642 transparent;
  top: -12px;
  left: -7px;
}

.widget .popular-posts .rp-featured .rp-media span::after {
  border-width: 20px 15px 0 15px;
  border-color: #169642 transparent transparent transparent;
  top: 8px;
  left: -7px;
}

.widget .popular-posts .rp-featured .rp-category {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.widget .popular-posts .rp-featured .rp-category a {
  color: #777777;
  font-family: 'Merriweather';
  font-weight: 100;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.widget .popular-posts .rp-featured h5 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Merriweather';
  font-weight: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
  padding-left: 25px;
  padding-right: 25px;
}

.widget .popular-posts .rp-featured h5 a {
  color: #169642;
}

.widget .popular-posts ol.rp-items {
  padding: 0px;
  margin: 0px;
  padding-left: 40px;
  padding-right: 25px;
}

.widget .popular-posts ol.rp-items li {
  font-family: 'Merriweather';
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-bottom: 5px;
}

.widget .popular-posts ol.rp-items li:first-child {
  visibility: hidden;
  height: 0px;
}

.widget .popular-posts ol.rp-items li a {
  color: #333333;
}

.widget .popular-posts ol.rp-items li a.link-cat {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.8);
}

.widget .popular-posts ol.rp-items li a.link-cat::before {
  content: ' - ';
}

.sidebar {
  margin-bottom: 80px;
}

.sidebar .widget {
  border: 1px solid rgba(136, 136, 136, 0.2);
  overflow: hidden;
  margin-bottom: 25px;
}

.sidebar .widget .widget-title {
  display: block;
  text-align: center;
  font-family: 'Merriweather';
  font-weight: bold;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #169642;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 18px;
}

.sidebar .widget .widget-title span {
  display: inline-block;
  border: 1px solid rgba(136, 136, 136, 0.2);
  padding: 15px 25px;
  position: relative;
}

.sidebar .widget .widget-title span::before,
.sidebar .widget .widget-title span::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(136, 136, 136, 0.2);
  position: absolute;
}

.sidebar .widget .widget-title span::before {
  top: 50%;
  left: -100%;
}

.sidebar .widget .widget-title span::after {
  top: 50%;
  right: -100%;
}

.sidebar .widget > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Merriweather';
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.4px;
}

.sidebar .widget > ul li {
  margin-bottom: 22px;
}

.sidebar .widget > ul li:last-child {
  margin-bottom: 0px;
}

.sidebar .widget > ul li a {
  color: #333333;
}

.sidebar .widget > ul li a + span::before {
  content: '(';
}

.sidebar .widget > ul li a + span::after {
  content: ')';
}

.sidebar .widget.widget-subscribe {
  background-color: #169642;
  border: 0px;
  padding: 14px;
  text-align: center;
}

.sidebar .widget.widget-subscribe .entry-subscribe {
  border: 1px solid #fff;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar .widget.widget-subscribe .entry-subscribe h2 {
  font-family: 'Playball';
  font-size: 30px;
  margin: 0px;
}

.sidebar .widget.widget-subscribe .entry-subscribe h3 {
  font-family: 'Montserrat';
  font-size: 30px;
  margin: 0px;
}

.sidebar .widget.widget-subscribe .entry-subscribe .seperator {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sidebar .widget.widget-subscribe .entry-subscribe form {
  position: relative;
}

.sidebar .widget.widget-subscribe .entry-subscribe form input {
  margin: 0px;
  width: 100%;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border: 0px;
  box-shadow: none;
  font-size: 11px;
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 100;
  color: #333333;
  padding-left: 20px;
  padding-right: 120px;
}

.sidebar .widget.widget-subscribe .entry-subscribe form button {
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  border: 0px;
  width: 100px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  line-height: 40px;
  background-color: #222222;
  font-family: 'Montserrat';
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.sidebar .widget .image-feed {
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}

.sidebar .widget .image-feed a {
  width: 30%;
  display: inline-block;
  float: none;
  margin-bottom: 8px;
}

.sidebar .widget .image-feed a + a {
  margin-left: 3%;
}

.sidebar .widget .image-feed a:nth-child(3n+1) {
  margin-left: 0px;
}

.sidebar .widget .widget-tags {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}

.sidebar .widget .widget-tags a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Merriweather';
  font-weight: normal;
  color: #fff;
  background-color: #222;
  padding: 10px 20px;
  margin-bottom: 10px;
  margin-right: 8px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sidebar .widget .widget-tags a:hover {
  text-decoration: none;
  background-color: #169642;
  color: #fff;
}

.sidebar .widget .search_form {
  position: relative;
}

.sidebar .widget .search_form input {
  margin: 0px;
  padding: 0px;
  height: 50px;
  line-height: 50px;
  border: 0px;
  box-shadow: none;
  font-family: 'Merriweather';
  font-weight: 100;
  font-style: italic;
  font-size: 13px;
  color: #333333;
  width: 100%;
  padding-left: 20px;
  padding-right: 50px;
}

.sidebar .widget .search_form button {
  margin: 0px;
  padding: 0px;
  box-shadow: none;
  border: 0px;
  background-color: transparent;
  color: rgba(51, 51, 51, 0.5);
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  text-align: center;
}
/* Footer
====================================*/

footer#footer {
  overflow: hidden;
}

footer#footer .footer-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

footer#footer .footer-cp-text {
  font-family: 'Montserrat-Light';
  font-size: 12px;
}

footer#footer .widget {
  font-family: 'Merriweather';
  font-size: 14px;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
}

footer#footer .widget .widget-title {
  color: #444444;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 25px;
}

footer#footer .widget ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.7px;
}

footer#footer .widget ul li a {
  color: rgba(0, 0, 0, 0.4);
}

footer#footer .widget .tag-cloud {
  font-family: 'Montserrat';
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

footer#footer .widget .tag-cloud a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  line-height: 0px;
  padding: 15px 20px;
  margin-right: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

footer#footer .widget .tag-cloud a:hover {
  text-decoration: none;
  color: #169642;
  border-color: #169642;
}

footer#footer .sub-footer {
  background-color: #222;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

footer#footer .sub-footer .widget {
  font-family: 'Merriweather';
  font-weight: 100;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 15px;
}

footer#footer .sub-footer .widget:last-child {
  margin-bottom: 0px;
}

footer#footer .sub-footer .widget .social-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

footer#footer .sub-footer .widget .social-links a:hover {
  color: rgba(255, 255, 255, 0.8);
}

footer#footer .sub-footer .widget p {
  margin: 0px;
}

footer#footer.footer-dark {
  background-color: #222;
}

footer#footer.footer-dark .widget {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 20px;
}

footer#footer.footer-dark .widget .widget-title {
  color: #fff;
}

footer#footer.footer-dark .widget a {
  color: #fff;
}

footer#footer.footer-dark .widget .tag-cloud a {
  border-color: #fff;
}

footer#footer.footer-dark .widget .tag-cloud a:hover {
  border-color: #169642;
  color: #169642;
}

footer#footer.footer-dark-topmenu {
  background-color: #222;
}

footer#footer.footer-dark-topmenu .footer-menu-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 70px;
  padding-bottom: 70px;
}

footer#footer.footer-dark-topmenu .footer-menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
  font-family: 'Montserrat-Light';
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

footer#footer.footer-dark-topmenu .footer-menu ul li {
  display: inline-block;
  margin-right: 45px;
}

footer#footer.footer-dark-topmenu .footer-menu ul li:last-child {
  margin-right: 0px;
}

footer#footer.footer-dark-topmenu .footer-menu ul li a {
  color: #fff;
  font-weight: bold;
}

footer#footer.footer-dark-topmenu .footer-menu ul li a:hover {
  text-decoration: none;
  color: #169642;
}

footer#footer.footer-dark-topmenu .footer-menu ul li ul {
  display: none;
}

footer#footer.footer-dark-topmenu .footer-container {
  padding-top: 70px;
  padding-bottom: 65px;
}

footer#footer.footer-dark-topmenu .widget .widget-title {
  color: #fff;
}

footer#footer.footer-dark-topmenu .widget .social-links a {
  color: rgba(255, 255, 255, 0.7);
}

footer#footer.footer-dark-topmenu .widget .social-links a:hover {
  color: #fff;
}

footer#footer.footer-dark-topmenu .widget.widget-subscribe-form {
  overflow: hidden;
  margin-left: 30px;
  margin-right: 30px;
}

footer#footer.footer-dark-topmenu .widget.widget-subscribe-form .widget-title {
  float: left;
  line-height: 45px;
  margin-right: 20px;
}

footer#footer.footer-dark-topmenu .copyright-text {
  padding-top: 20px;
}

footer#footer.footer-dark-topmenu .copyright-text .widget {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

footer#footer.footer-dark-topmenu .copyright-text .widget p {
  margin: 0px;
}

footer#footer.footer-dark-subfooter {
  background-color: #111;
}

footer#footer.footer-dark-subfooter .footer-container {
  padding-bottom: 0px;
  padding-top: 116px;
}

footer#footer.footer-dark-subfooter .footer-menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
  font-family: 'Montserrat-Light';
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

footer#footer.footer-dark-subfooter .footer-menu ul li {
  display: inline-block;
  margin-right: 45px;
}

footer#footer.footer-dark-subfooter .footer-menu ul li:last-child {
  margin-right: 0px;
}

footer#footer.footer-dark-subfooter .footer-menu ul li a {
  color: #fff;
}

footer#footer.footer-dark-subfooter .footer-menu ul li a:hover {
  text-decoration: none;
  color: #169642;
}

footer#footer.footer-dark-subfooter .footer-menu ul li ul {
  display: none;
}

footer#footer.footer-dark-subfooter .copyright-text {
  padding-top: 80px;
  padding-bottom: 80px;
}

footer#footer.footer-dark-subfooter .copyright-text .widget {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

footer#footer.footer-dark-subfooter .copyright-text .widget p {
  margin: 0px;
}

footer#footer.footer-dark-subline {
  background-color: #222;
}

footer#footer.footer-dark-subline .footer-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

footer#footer.footer-dark-subline .sub-footer {
  border-top: 1px solid rgba(68, 68, 68, 0.5);
  padding-top: 40px;
  padding-bottom: 80px;
}

footer#footer.footer-dark-subline .widget .widget-title {
  letter-spacing: 0px;
  text-transform: none;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Merriweather';
  color: rgba(255, 255, 255, 0.5);
}

footer#footer.footer-dark-subline .widget.widget-subscribe-form {
  margin-left: 30px;
  margin-right: 30px;
}

footer#footer.footer-dark-subline .widget.widget-subscribe-form input {
  background-color: #e1e1e1;
  font-weight: 100;
  font-style: italic;
  font-family: 'Merriweather';
  color: rgba(0, 0, 0, 0.2);
}

footer#footer.footer-dark-subline .widget .custom-links a {
  font-family: 'Montserrat-Light';
  font-size: 13px;
  letter-spacing: 0.4px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 15px;
}

footer#footer.footer-dark-subline .widget .custom-links a:last-child {
  margin-right: 0px;
}
/* Helpers
====================================*/

.inner-table {
  display: table;
  width: 100%;
  height: 100%;
}

.inner-table .inner-cell {
  display: table-cell;
  vertical-align: middle;
}

.padding4x {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-light {
  color: #fff;
}

.text-light.title-lg,
.text-light.title-md {
  color: #fff;
}

.text-thin {
  font-weight: 100;
}

.color-brand {
  color: #169642;
}

.text-brand {
  color: #169642;
}

.ph1 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph2 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph3 {
  padding-left: 30px;
  padding-right: 30px;
}

.ph4 {
  padding-left: 40px;
  padding-right: 40px;
}

.ph5 {
  padding-left: 50px;
  padding-right: 50px;
}

.ph6 {
  padding-left: 60px;
  padding-right: 60px;
}

.ph7 {
  padding-left: 70px;
  padding-right: 70px;
}

.ph8 {
  padding-left: 80px;
  padding-right: 80px;
}

.ph9 {
  padding-left: 90px;
  padding-right: 90px;
}

.ph10 {
  padding-left: 100px;
  padding-right: 100px;
}

.ph11 {
  padding-left: 110px;
  padding-right: 101px;
}

.ph12 {
  padding-left: 120px;
  padding-right: 120px;
}

.ph13 {
  padding-left: 130px;
  padding-right: 130px;
}

.ph14 {
  padding-left: 140px;
  padding-right: 140px;
}

.ph15 {
  padding-left: 150px;
  padding-right: 150px;
}

.ph16 {
  padding-left: 160px;
  padding-right: 160px;
}

.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}

.phl0 {
  padding-left: 0px;
}

.phr0 {
  padding-right: 0px;
}

.pv1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pv4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pv5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pv6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pv7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pv8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pv9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pv10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pv11 {
  padding-top: 110px;
  padding-bottom: 101px;
}

.pv12 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pv13 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pv14 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pv15 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pv16 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pvt0 {
  padding-top: 0px;
}

.pvb0 {
  padding-bottom: 0px;
}

.mv1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mv4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mv5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mv6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mv7 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mv8 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mv9 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mv10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mv11 {
  margin-top: 110px;
  margin-bottom: 101px;
}

.mv12 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mv13 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.mv14 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.mv15 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mv16 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mvt0 {
  margin-top: 0px;
}

.mvb0 {
  margin-bottom: 0px;
}

.mh1 {
  margin-left: 10px;
  margin-right: 10px;
}

.mh2 {
  margin-left: 20px;
  margin-right: 20px;
}

.mh3 {
  margin-left: 30px;
  margin-right: 30px;
}

.mh4 {
  margin-left: 40px;
  margin-right: 40px;
}

.mh5 {
  margin-left: 50px;
  margin-right: 50px;
}

.mh6 {
  margin-left: 60px;
  margin-right: 60px;
}

.mh7 {
  margin-left: 70px;
  margin-right: 70px;
}

.mh8 {
  margin-left: 80px;
  margin-right: 80px;
}

.mh9 {
  margin-left: 90px;
  margin-right: 90px;
}

.mh10 {
  margin-left: 100px;
  margin-right: 100px;
}

.mh11 {
  margin-left: 110px;
  margin-right: 101px;
}

.mh12 {
  margin-left: 120px;
  margin-right: 120px;
}

.mh13 {
  margin-left: 130px;
  margin-right: 130px;
}

.mh14 {
  margin-left: 140px;
  margin-right: 140px;
}

.mh15 {
  margin-left: 150px;
  margin-right: 150px;
}

.mh16 {
  margin-left: 160px;
  margin-right: 160px;
}

.mh0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mhl0 {
  margin-left: 0px;
}

.mhr0 {
  margin-right: 0px;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.bg-center-top {
  background-position: center top;
}

.bg-center-center {
  background-position: center center;
}

.bg-left-top {
  background-position: left center;
}

.bg-left-center {
  background-position: left center;
}

.border-top {
  border-top: 1px solid #f0f0f0;
}

.border-bottom {
  border-bottom: 1px solid #f0f0f0;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}
/* Responsive
====================================*/
/* Large Devices - Desktops */
@media screen and (min-width: 1200px) {
  
  .blog-item-boxed.col-lg-3 .entry-date {
    font-size: 11px;
  }
  
  .blog-item-boxed.col-lg-3 .entry-info .video-play i {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
  .blog-item-boxed.col-lg-3 .entry-info .post-title {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  
  .blog-item-boxed.col-lg-3 .entry-info .entry-meta {
    font-size: 11px;
  }
  
  .blog-item-boxed.col-lg-3 .entry-info .read-more .button {
    margin-top: 25px;
  }
  
  .blog-item-boxed.col-lg-3 .entry-info blockquote {
    font-size: 16px;
    line-height: 28px;
  }
  
  .blog-item-boxed.col-lg-3 .entry-info blockquote::before {
    height: 30px;
    line-height: 76px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .blog-item-boxed.col-lg-3 .entry-info blockquote cite {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .blog-item-boxed.col-lg-3.post-format-quote.format-link .entry-info blockquote::before {
    line-height: 38px;
  }
  
  .blog-grid-row > .col-md-4:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
  
  .blog-item-boxed.col-lg-3 .entry-info .post-title {
    max-height: 64px;
    overflow: hidden;
  }
  
  .blog-item-boxed.col-lg-3.post-format-quote .entry-info blockquote::before {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 50px;
    font-size: 76px;
    height: 20px;
  }
  
  .blog-item-boxed.col-lg-3.post-format-quote .entry-info blockquote cite {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .blog-item-boxed.col-lg-3.post-format-quote.format-link .entry-info blockquote::before {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 30px;
    height: 20px;
  }
}
/* Medium Devices - Desktops */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  
  .blog-item-boxed.col-md-4 .entry-date {
    font-size: 11px;
  }
  
  .blog-item-boxed.col-md-4 .entry-info .video-play i {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
  .blog-item-boxed.col-md-4 .entry-info .post-title {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  
  .blog-item-boxed.col-md-4 .entry-info .entry-meta {
    font-size: 11px;
  }
  
  .blog-item-boxed.col-md-4 .entry-info .read-more .button {
    margin-top: 25px;
  }
  
  .blog-item-boxed.col-md-4 .entry-info blockquote {
    font-size: 16px;
    line-height: 28px;
  }
  
  .blog-item-boxed.col-md-4 .entry-info blockquote::before {
    height: 30px;
    line-height: 76px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .blog-item-boxed.col-md-4 .entry-info blockquote cite {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
  .blog-item-boxed.col-md-4.post-format-quote.format-link .entry-info blockquote::before {
    line-height: 38px;
  }
  
  .blog-grid-row > .col-md-4:nth-child(3n+1) {
    clear: left;
  }
}
/* Small Devices - Tablets */
@media screen and (min-width: 768px) and (max-width: 991px) {
  
  .container {
    width: 100%;
  }
  
  .fullwidth-post-slider .blog-item .entry-box .entry-box-bg .entry-date {
    font-size: 11px;
    line-height: 11px;
  }
  
  .fullwidth-post-slider .blog-item .entry-box .entry-box-bg .post-title {
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  .fullwidth-post-slider .blog-item .entry-box .entry-box-bg .seperator {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .blog-grid-row > .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Extra Small Devices - Phones */
@media screen and (max-width: 767px) {
  
  .col-sm-8.pull-right {
    float: none !important;
  }
  
  article.blog-item.style-horizontal {
    margin-bottom: 60px;
  }
  
  article.blog-item.style-horizontal > .row {
    display: block;
    width: auto;
  }
  
  article.blog-item.style-horizontal > .row > div {
    display: block;
  }
  
  article.blog-item.style-horizontal > .row > div .entry-media {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .fullwidth-post-slider .swiper-container {
    padding-bottom: 80px;
  }
  
  .fullwidth-post-slider .blog-item .entry-box {
    position: relative;
    bottom: auto;
  }
  
  .fullwidth-post-slider .blog-item .entry-box .entry-box-bg {
    padding-bottom: 20px;
  }
  
  .fullwidth-post-slider .blog-item .entry-box .entry-box-bg .entry-date {
    font-size: 11px;
    line-height: 11px;
  }
  
  .fullwidth-post-slider .blog-item .entry-box .entry-box-bg .post-title {
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  .fullwidth-post-slider .blog-item .entry-box .entry-box-bg .seperator {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  
  .circle-posts .circle-post .blog-item .seperator,
  .circle-posts .circle-post .blog-item .entry-date {
    display: none;
  }
  
  .circle-posts .circle-post .blog-item .post-title {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  
  .katharine-post-slider .swiper-slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .katharine-post-slider .swiper-button-prev,
  .katharine-post-slider .swiper-button-next {
    display: none;
  }
  
  .katharine-post-slider .swiper-pagination {
    bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  
  .carousel-posts .swiper-slide-active .blog-item-boxed .entry-date {
    display: none;
  }
  
  .carousel-posts .swiper-slide-active .blog-item-boxed .post-title {
    font-size: 36px;
    line-height: 1.3em;
    margin-top: 0px;
  }
  
  article.blog-item .author-info .author-image img {
    float: none;
    margin-bottom: 20px;
  }
  
  article.blog-item .author-info .info-entry {
    margin-left: 0px;
  }
}
@media (max-width: 996px) {
  
  header#header.menu-above-logo nav.main-nav,
  header#header.menu-below-logo nav.main-nav,
  header#header.menu-full-bg nav.main-nav,
  header#header.menu-top-center nav.main-nav,
  header#header.menu-top-left nav.main-nav {
    position: relative;
  }
  
  header#header.menu-above-logo nav.main-nav::before,
  header#header.menu-below-logo nav.main-nav::before,
  header#header.menu-full-bg nav.main-nav::before,
  header#header.menu-top-center nav.main-nav::before,
  header#header.menu-top-left nav.main-nav::before {
    content: '';
    font-family: Fontawesome;
    font-size: 24px;
    color: #333333;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  header#header.menu-above-logo nav.main-nav > ul,
  header#header.menu-below-logo nav.main-nav > ul,
  header#header.menu-full-bg nav.main-nav > ul,
  header#header.menu-top-center nav.main-nav > ul,
  header#header.menu-top-left nav.main-nav > ul {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1009;
    overflow: scroll;
    padding: 80px;
    display: none;
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li,
  header#header.menu-below-logo nav.main-nav > ul > li,
  header#header.menu-full-bg nav.main-nav > ul > li,
  header#header.menu-top-center nav.main-nav > ul > li,
  header#header.menu-top-left nav.main-nav > ul > li {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    line-height: 1em;
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li::before,
  header#header.menu-below-logo nav.main-nav > ul > li::before,
  header#header.menu-full-bg nav.main-nav > ul > li::before,
  header#header.menu-top-center nav.main-nav > ul > li::before,
  header#header.menu-top-left nav.main-nav > ul > li::before,
  header#header.menu-above-logo nav.main-nav > ul > li::after,
  header#header.menu-below-logo nav.main-nav > ul > li::after,
  header#header.menu-full-bg nav.main-nav > ul > li::after,
  header#header.menu-top-center nav.main-nav > ul > li::after,
  header#header.menu-top-left nav.main-nav > ul > li::after {
    display: none;
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li + li,
  header#header.menu-below-logo nav.main-nav > ul > li + li,
  header#header.menu-full-bg nav.main-nav > ul > li + li,
  header#header.menu-top-center nav.main-nav > ul > li + li,
  header#header.menu-top-left nav.main-nav > ul > li + li {
    margin: 0px;
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li.menu-item-has-children > a::after,
  header#header.menu-below-logo nav.main-nav > ul > li.menu-item-has-children > a::after,
  header#header.menu-full-bg nav.main-nav > ul > li.menu-item-has-children > a::after,
  header#header.menu-top-center nav.main-nav > ul > li.menu-item-has-children > a::after,
  header#header.menu-top-left nav.main-nav > ul > li.menu-item-has-children > a::after {
    font-size: 0.6em;
    top: -2px;
    position: relative;
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li > a,
  header#header.menu-below-logo nav.main-nav > ul > li > a,
  header#header.menu-full-bg nav.main-nav > ul > li > a,
  header#header.menu-top-center nav.main-nav > ul > li > a,
  header#header.menu-top-left nav.main-nav > ul > li > a {
    font-size: 3em;
    line-height: 1em;
    text-transform: none;
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li > ul > li > a,
  header#header.menu-below-logo nav.main-nav > ul > li > ul > li > a,
  header#header.menu-full-bg nav.main-nav > ul > li > ul > li > a,
  header#header.menu-top-center nav.main-nav > ul > li > ul > li > a,
  header#header.menu-top-left nav.main-nav > ul > li > ul > li > a {
    font-size: 1.8em;
    line-height: 1em;
    padding: 0px;
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li > ul > li > ul > li > a,
  header#header.menu-below-logo nav.main-nav > ul > li > ul > li > ul > li > a,
  header#header.menu-full-bg nav.main-nav > ul > li > ul > li > ul > li > a,
  header#header.menu-top-center nav.main-nav > ul > li > ul > li > ul > li > a,
  header#header.menu-top-left nav.main-nav > ul > li > ul > li > ul > li > a {
    font-size: 1.2em;
    padding: 0px;
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li ul,
  header#header.menu-below-logo nav.main-nav > ul > li ul,
  header#header.menu-full-bg nav.main-nav > ul > li ul,
  header#header.menu-top-center nav.main-nav > ul > li ul,
  header#header.menu-top-left nav.main-nav > ul > li ul {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    opacity: 1;
    width: auto;
    display: block;
    text-align: left;
    border: 0px;
    background: none;
    margin-left: 30px;
    margin-top: 10px;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li ul li,
  header#header.menu-below-logo nav.main-nav > ul > li ul li,
  header#header.menu-full-bg nav.main-nav > ul > li ul li,
  header#header.menu-top-center nav.main-nav > ul > li ul li,
  header#header.menu-top-left nav.main-nav > ul > li ul li {
    border: 0px;
    padding: 0px;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li ul li:hover,
  header#header.menu-below-logo nav.main-nav > ul > li ul li:hover,
  header#header.menu-full-bg nav.main-nav > ul > li ul li:hover,
  header#header.menu-top-center nav.main-nav > ul > li ul li:hover,
  header#header.menu-top-left nav.main-nav > ul > li ul li:hover {
    background: none;
  }
  
  header#header.menu-above-logo nav.main-nav > ul > li ul li + li,
  header#header.menu-below-logo nav.main-nav > ul > li ul li + li,
  header#header.menu-full-bg nav.main-nav > ul > li ul li + li,
  header#header.menu-top-center nav.main-nav > ul > li ul li + li,
  header#header.menu-top-left nav.main-nav > ul > li ul li + li {
    padding: 0px;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  
  header#header.menu-above-logo nav.main-nav.show-menu > ul,
  header#header.menu-below-logo nav.main-nav.show-menu > ul,
  header#header.menu-full-bg nav.main-nav.show-menu > ul,
  header#header.menu-top-center nav.main-nav.show-menu > ul,
  header#header.menu-top-left nav.main-nav.show-menu > ul {
    display: block;
  }
  
  header#header.menu-above-logo nav.main-nav.show-menu #close-menu,
  header#header.menu-below-logo nav.main-nav.show-menu #close-menu,
  header#header.menu-full-bg nav.main-nav.show-menu #close-menu,
  header#header.menu-top-center nav.main-nav.show-menu #close-menu,
  header#header.menu-top-left nav.main-nav.show-menu #close-menu {
    display: block;
  }
  
  header#header.menu-above-logo nav.main-nav.show-menu > ul > li > a,
  header#header.menu-below-logo nav.main-nav.show-menu > ul > li > a,
  header#header.menu-full-bg nav.main-nav.show-menu > ul > li > a,
  header#header.menu-top-center nav.main-nav.show-menu > ul > li > a,
  header#header.menu-top-left nav.main-nav.show-menu > ul > li > a {
    color: #333333;
  }
  
  header#header.menu-above-logo nav.main-nav.show-menu > ul > li.current-menu-item > a,
  header#header.menu-below-logo nav.main-nav.show-menu > ul > li.current-menu-item > a,
  header#header.menu-full-bg nav.main-nav.show-menu > ul > li.current-menu-item > a,
  header#header.menu-top-center nav.main-nav.show-menu > ul > li.current-menu-item > a,
  header#header.menu-top-left nav.main-nav.show-menu > ul > li.current-menu-item > a,
  header#header.menu-above-logo nav.main-nav.show-menu > ul > li.current-menu-parent > a,
  header#header.menu-below-logo nav.main-nav.show-menu > ul > li.current-menu-parent > a,
  header#header.menu-full-bg nav.main-nav.show-menu > ul > li.current-menu-parent > a,
  header#header.menu-top-center nav.main-nav.show-menu > ul > li.current-menu-parent > a,
  header#header.menu-top-left nav.main-nav.show-menu > ul > li.current-menu-parent > a {
    color: #169642;
  }
  
  header#header.menu-above-logo nav.main-nav.show-menu > ul > li > ul li.li.current-menu-item > a,
  header#header.menu-below-logo nav.main-nav.show-menu > ul > li > ul li.li.current-menu-item > a,
  header#header.menu-full-bg nav.main-nav.show-menu > ul > li > ul li.li.current-menu-item > a,
  header#header.menu-top-center nav.main-nav.show-menu > ul > li > ul li.li.current-menu-item > a,
  header#header.menu-top-left nav.main-nav.show-menu > ul > li > ul li.li.current-menu-item > a {
    color: #169642;
  }
  
  header#header.menu-top-center nav.main-nav {
    text-align: center;
  }
  
  header#header.menu-below-logo nav.main-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  header#header.menu-above-logo nav.main-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  header#header.menu-full-bg nav.main-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  header#header.menu-full-bg nav.main-nav > ul > li > a {
    color: #333333;
  }
  
  header#header.menu-full-bg nav.main-nav > ul > li.current-menu-item > a,
  header#header.menu-full-bg nav.main-nav > ul > li.current-menu-parent > a {
    color: #169642;
  }
  
  header#header.menu-full-bg nav.main-nav > ul > li > ul li.li.current-menu-item > a {
    color: #169642;
  }
  
  header#header.menu-full-bg .topbar-left-content,
  header#header.menu-full-bg .topbar-right-content {
    margin-top: 90px;
  }
  
  footer#footer .widget {
    margin-bottom: 40px !important;
  }
  
  .circle-posts .circle-post .blog-item .seperator {
    display: none;
  }
}
@media (max-width: 479px) {
  
  .blog-item-boxed .entry-info .entry-date {
    font-size: 10px;
  }
  
  .blog-item-boxed .entry-info .post-title {
    max-height: 60px;
    overflow: hidden;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  
  .blog-item-boxed .entry-info .read-more {
    display: none;
  }
  
  .big-text {
    font-size: 8em;
  }
  
  article.blog-item.style-horizontal .row > div .post-title,
  article.blog-item.style-horizontal .row > div .entry-date,
  article.blog-item.style-horizontal .row > div .entry-excerpt,
  article.blog-item.style-horizontal .row > div .entry-meta {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  article.blog-item.blog-item-quote .entry-media blockquote {
    padding: 0px;
  }
  article.blog-item .author-info .info-entry {
    position: relative!important;
}
  .mh10 {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .video-element.with-meta .video-info .video-meta,
  .video-element.with-meta .video-info h4 {
    display: none;
  }
  
  footer#footer .widget.widget-subscribe-form .widget-title {
    float: none !important;
  }
}
/* Internet Explorer
====================================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}

.blogsec {

    padding: 15px;
    box-shadow: 1px 2px 4px #e1d4d4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
        padding-bottom:15px;
}
p {
    font-size: 17px;
}