/**
 * --------------------------------------------------------------------------------
 * Main Stylesheet
 * --------------------------------------------------------------------------------
*/
/**
 *
 * #.# General
 *
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
a {
  text-decoration: none;
  color: #444444;
  font-weight: 500;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  transition: all .2s ease;
}
a:hover {
  color: #43c6ac;
}
a,
a:hover,
a:focus {
  outline: 0;
  transition: all .3s ease;
}
/* Text selection color */
/* Mozilla based browser */
::-moz-selection {
  background-color: #43c6ac;
  color: #fff;
}
/* Opera browser */
::-o-selection {
  background-color: #43c6ac;
  color: #fff;
}
/* Internet Explorer browser*/
::-ms-selection {
  background-color: #43c6ac;
  color: #fff;
}
/* Chrome and safari browser */
::-webkit-selection {
  background-color: #43c6ac;
  color: #fff;
}
/* Default */
::selection {
  background-color: #43c6ac;
  color: #fff;
}
.right {
  float: right;
}
.white {
  background-color: #ffffff;
}
.dark {
  background-color: #f9f8f8;
}
.center {
  text-align: center;
}
.bold {
  font-weight: 700;
}
.shadow {
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.slick-dots li.slick-active button:before {
  color: #ffffff;
}
.slick-dots li button:before {
  font-size: 4.800000000000001rem;
  color: #ffffff;
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vertical-align {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  /** Overrides other display properties to make the contents align vertically **/

  align-items: center;
}
.bordered {
  border-bottom: 1px solid #e0e0e0;
}
.underline {
  display: inline-block;
  margin-bottom: 1rem;
  height: .2rem;
  width: 5rem;
  background-color: #43c6ac;
}
.container {
  padding: 7.200000000000001rem 0;
}
.u-full-width {
  padding: 7.200000000000001rem 0;
}
.u-full-width .container {
  padding: 0;
}
/**
 *
 * #.# Header
 *
 */
/* Header Container */
.sticky-header {
  padding-top: 10rem;
}
.site-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1.5rem 0;
  width: 100%;
  z-index: 9;
  transition: .3s all ease;
}
.site-header .row {
  padding: 0 1.6rem;
}
.stuck {
  z-index: 9;
  padding: 0;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
header > .container {
  padding: 0;
  width: 85%;
}
/* For devices Smaller than 600px */
@media (max-width: 600px) {
  header > .container {
    padding: 0;
    width: 85%;
  }
  .site-header .row {
    padding: 0 1.6rem 0 0 !important;
  }
}
/**
 *
 * #.# Misc
 *
 */
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 0;
}
.widgetarea .menu ul {
  margin-left: 0;
}
footer .container,
.ct-bottom-bar .container,
.top-bar .container {
  padding: 0;
}
.site-title {
  margin: 1rem 0px;
}
.site-title a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.site-title a:hover {
  color: unset !important;
}
/* Navigation Menu */
.site-header .row {
  vertical-align: middle;
}
.site-header .site-branding {
  margin-top: .6rem;
  float: left;
}
.site-header .menu-all-pages-container {
  float: right;
}
.admin-bar .site-header {
  top: 3.2rem;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 4.6rem;
  }
}
/* For devices smaller than 991.98px */
@media (max-width: 991.98px) {
  .site-header .site-branding {
    float: none;
  }
}
nav {
  position: relative;
  z-index: 2;
}
nav a {
  font-size: 1.6rem;
  font-weight: 700;
}
.main-nav li {
  list-style-type: none;
}
.main-nav > li {
  float: left;
}
.main-nav li a:hover {
  color: #43c6ac;
}
.main-nav > li > a {
  color: #444444;
  display: block;
  padding: 2.2rem 1.6rem;
}
.sub-menu li {
  margin-bottom: .6rem;
}
.main-nav > .menu-item-has-children > ul {
  background-color: #fff;
  position: absolute;
  padding: 1.6rem 2.4rem;
  width: 185px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.main-nav > .menu-item-has-children:hover > ul {
  border-bottom: 1px solid #43c6ac;
  opacity: 1;
  visibility: visible;
}
.main-nav .menu-item-has-children > a:after {
  content: "\f107";
  padding-left: 6px;
  font: normal normal normal 16px/1 FontAwesome;
}
.main-nav .menu-item-has-children .menu-item-has-children > ul {
  background-color: #fff;
  position: absolute;
  margin-left: -1.1rem;
  padding: 1.6rem 2.4rem;
  border-left: 1px solid #43c6ac;
  width: 185px;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-2.4rem);
  -moz-transform: translateY(-2.4rem);
  -o-transform: translateY(-2.4rem);
  transform: translateY(-2.4rem);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.main-nav .menu-item-has-children .menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}
.main-nav .menu-item-has-children .menu-item-has-children > a:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 1.6rem/1 FontAwesome;
  right: 0;
  padding-top: .4rem;
  padding-right: 2.4rem;
  position: absolute;
}
.main-nav li ul li a {
  color: #444444;
}
/* Mobile Navigation Menu */
.mobile-menu-container {
  position: absolute;
  top: 0;
  right: 3.2rem;
}
.menubar-right,
.menubar-close {
  cursor: pointer;
  position: absolute;
  font-size: 2.7rem;
  right: 0;
  top: 2.4rem;
  z-index: 2;
}
.menubar-right {
  top: 0;
}
.menubar-close {
  right: 0;
  top: 0;
  padding: .45rem .75rem .6rem;
  line-height: 1;
  background-color: #43c6ac;
  color: #ffffff;
}
.has-logo {
  top: 1.2rem;
}
.admin-bar .mobile-menu-open {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .mobile-menu-open {
    top: 46px;
  }
}
.dropdown-toggle {
  cursor: pointer;
  font-size: 2.2rem;
  padding: 0 1rem;
  position: absolute;
  top: .6rem;
  right: -0.1rem;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.nav-parent {
  background-color: #fff;
  border-left: 1px solid #e3e3e3;
  padding: 4rem;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 35rem;
  width: 100%;
  z-index: 9902;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.mobile-menu-open {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.mobile-nav li {
  position: relative;
  list-style-type: none;
}
.mobile-nav > li {
  border-bottom: 1px solid #e3e3e3;
}
.mobile-nav > li:last-child {
  border-bottom: none;
}
.mobile-nav li a {
  padding: 1rem;
  display: block;
}
.mobile-nav li ul li ul a,
.mobile-nav li ul a {
  display: block;
}
.mobile-nav > li > ul {
  display: none;
  padding-left: 1.6rem;
}
.mobile-nav > li > ul > li > ul {
  display: none;
  padding-left: 1.6rem;
}
.toggled {
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/**
 *
 * #.# Media Queries
 *
 */
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
}
/* Larger than tablet */
@media (min-width: 992px) {
  .mobile-navigation {
    display: none;
  }
}
.highlight {
  position: relative;
}
ul .highlight::after {
  content: "\f111";
  font-family: Fontawesome;
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  color: #43c6ac;
}
.menu-item-has-children::after {
  right: 1.6rem !important;
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
  ul .highlight::after {
    top: .4rem;
  }
}
/**
 * --------------------------------------------------------------------------------
 * Comments Template
 * --------------------------------------------------------------------------------
*/
.logged-in .comment-message-section {
  width: 100%;
}
.comment-message-section,
.comment-author-section {
  width: 49%;
  float: left;
}
.comment-author-section {
  padding-left: 2%;
}
.comment-author-section > div {
  margin-bottom: .3rem;
}
label {
  display: block;
  color: #444444;
  margin-bottom: 1rem;
  font-weight: 700;
}
input,
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-bottom-color: #e3e5e6;
  margin-bottom: .5rem;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-bottom-color 0.2s ease;
}
input:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
textarea:hover {
  border-bottom-color: #43c6ac;
}
.wpcf7-submit {
  border: 1px solid #e3e5e6;
}
.comment-form-cookies-consent {
  display: inline-block;
}
#wp-comment-cookies-consent {
  margin-right: 1rem;
  margin-bottom: 0;
}
.comment-form-cookies-consent label {
  display: inline-block;
  margin-bottom: 0;
}
input,
input[type="text"],
input[type="email"],
input[type="url"] {
  height: 4rem;
}
.submit > button {
  margin-top: 1rem;
  text-transform: uppercase;
  padding: 0 2rem;
  height: 4.5rem;
}
.form-submit #submit {
  background-color: #ffffff;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
  height: 4rem;
  text-align: center;
  position: relative;
  border: 1px solid #ffffff;
  border-bottom-color: #43c6ac;
  box-sizing: border-box;
  transition: border-bottom-color 0.2s ease;
}
.form-submit #submit:hover {
  border-bottom-color: #e3e5e6;
}
.author-image {
  float: left;
  padding-right: .6rem;
}
.author-image img {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}
.ct-has-description img {
  width: 10rem;
}
.comment-wrapper {
  display: table;
  padding-left: 1.6rem;
  border-left: 1px dotted #1f1f1f;
  margin-bottom: 3.6rem;
}
.comment-wrapper p {
  margin-bottom: 0;
}
#comments {
  margin-top: 2.4000000000000004rem;
}
#comments ol {
  list-style-type: none;
}
.comment-author .fn a {
  font-weight: 500;
}
.comment-author img {
  float: left;
  border-radius: 50%;
  margin-right: 2rem;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  margin-bottom: 1rem;
}
.comment-meta a {
  font-weight: 400;
}
.reply {
  display: block;
  text-align: right;
}
.comment {
  border-top: 2px solid #43c6ac;
}
.comment article {
  margin-bottom: 2.4000000000000004rem;
  padding: 2.4000000000000004rem;
  background-color: #ffffff;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.trackback,
.pingback {
  margin-bottom: 2.4000000000000004rem;
}
.comment p {
  margin-bottom: 1rem;
}
.comment .children {
  margin-left: 6rem;
}
.comment-time {
  font-size: 1.4rem;
  font-weight: 400;
}
.comments-pagination {
  margin-bottom: 2.4rem;
}
.comments-pagination .nav-links {
  margin-right: 1rem;
}
.comments-pagination .nav-links > .next {
  margin-right: 0;
}
.comments-pagination .nav-links > .next,
.comments-pagination .nav-links > .prev {
  position: relative;
  top: .2rem;
}
.author-link {
  margin-top: 1rem;
}
.bypostauthor {
  border-top: unset !important;
  /* Override if posted by admin */

}
.bypostauthor article {
  border: 2px solid #43c6ac;
}
/**
 * Comment Form Defaults styling
 */
.form-submit {
  margin-top: 1rem;
}
.comment-form-comment {
  width: 49%;
  float: left;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 49%;
  float: right;
}
.logged-in .comment-form-comment {
  width: 100%;
  float: unset;
}
/**
 * --------------------------------------------------------------------------------
 * TYPOGRAPHY
 * --------------------------------------------------------------------------------
*/
h1 {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.6rem;
}
h3 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
h4 {
  color: #43c6ac;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
/**
 * Default Styles
 */
.single img,
.page img,
.single video,
.page video {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0;
}
.alignnone {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}
.wp-caption-text {
  font-size: 1.4rem;
  font-style: italic;
}
div:not( .has-post-thumbnail ) > .post-single > .post-date {
  left: 0;
  right: unset;
}
div:not( .has-post-thumbnail ) > .post-single > .entry-title {
  margin-top: 2rem;
}
.button {
  background-color: #43c6ac;
  color: #ffffff;
  padding: .6rem 1.5rem;
  border: 1px solid #43c6ac;
  border-radius: .2rem;
  cursor: pointer;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
  transition: .2s all ease;
}
.button:hover {
  color: #43c6ac;
  background-color: #ffffff;
}
.reverse-button {
  background-color: #ffffff;
  color: #43c6ac;
  padding: .6rem 1.5rem;
  border: 1px solid #43c6ac;
  border-radius: .2rem;
  cursor: pointer;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
  transition: .2s all ease;
}
.reverse-button:hover {
  color: #43c6ac;
  background-color: #43c6ac;
}
.next-post-wrap,
.previous-post-wrap {
  position: relative;
}
.next-post-wrap:before,
.previous-post-wrap:before {
  color: #43c6ac;
  font-size: 2rem;
  font-weight: 300;
  font-family: Fontawesome;
  line-height: .65;
  position: absolute;
  top: -2rem;
  width: 32px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.next-post-wrap:hover:before,
.previous-post-wrap:hover:before {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.next-post-wrap:before {
  content: '\f178';
  right: 2rem;
}
.previous-post-wrap:before {
  content: '\f177';
  left: 2rem;
}
.previous-post-wrap:hover:before {
  opacity: 1;
  visibility: visible;
  left: 0;
}
/**
 * --------------------------------------------------------------------------------
 * Masonry Section
 * --------------------------------------------------------------------------------
*/
.masonry-layout {
  padding: 7.200000000000001rem 0 0 0;
}
.grid-item {
  padding: 0;
}
.grid-item .post-wrap {
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px solid #ffffff;
  margin: 0 1.5rem 3rem 1.5rem;
  padding: 0;
  transition: .2s all ease;
}
.grid-item .post-wrap:hover {
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
  border-bottom: 1px solid #43c6ac;
}
.grid-item a {
  color: #43c6ac;
}
.single-masonry img {
  display: block;
  width: 100%;
  height: auto;
}
.single-masonry .post-excerpt {
  background-color: #ffffff;
  position: relative;
  padding: 2.4000000000000004rem;
}
.single-masonry .post-date {
  position: absolute;
  top: -13px;
  left: -16px;
  background-color: #43c6ac;
}
.single-masonry .post-date span {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 1rem;
}
.single-masonry .excerpt-footer {
  padding-top: 1rem;
}
.single-masonry .excerpt-footer .excerpt-author,
.single-masonry .excerpt-footer .excerpt-category {
  float: left;
}
.single-masonry .excerpt-footer .excerpt-comments {
  float: right;
}
.single-masonry .excerpt-footer .excerpt-author {
  position: relative;
  display: inline-block;
}
.single-masonry .excerpt-footer .excerpt-author img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100%;
}
.single-masonry .excerpt-footer .excerpt-author:hover .author-name {
  bottom: 4.4rem;
  opacity: 1;
}
.single-masonry .excerpt-footer .excerpt-category {
  display: inline-block;
  margin-left: 1rem;
  line-height: 2.2;
}
.single-masonry .excerpt-footer .excerpt-category a {
  font-weight: 500;
}
.single-masonry .excerpt-footer .comments-count,
.single-masonry .excerpt-footer .author-name {
  color: #ffffff;
  background-color: #444444;
  font-size: .9rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: -111%;
  bottom: 4.8rem;
  padding: 0 .5rem;
  border-radius: .3rem;
  width: 75px;
  opacity: 0;
  transition: 0.1s all ease-in-out;
}
.single-masonry .excerpt-footer .comments-count:after,
.single-masonry .excerpt-footer .author-name:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5rem;
  width: 0;
  height: 0;
  border-top: solid 0.5rem #444444;
  border-left: solid .5rem transparent;
  border-right: solid .5rem transparent;
}
.single-masonry .excerpt-footer .author-name {
  left: -55%;
}
.single-masonry .excerpt-footer .comments-count {
  bottom: 4.2rem;
}
.single-masonry .excerpt-footer .excerpt-comments {
  position: relative;
  text-align: end;
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 1;
}
.single-masonry .excerpt-footer .excerpt-comments:hover .comments-count {
  bottom: 3.8rem;
  opacity: 1;
}
.single-masonry .excerpt-footer .excerpt-comments:after {
  content: "\f086";
  font-family: Fontawesome;
  font-size: 2.4000000000000004rem;
}
.single-masonry .excerpt-footer .fa {
  color: #ffffff;
  background-color: #444444;
  padding: .5rem;
  border-radius: 100%;
}
.post-single {
  padding: 2.4000000000000004rem;
}
.link-pages {
  float: right;
}
.display-meta {
  padding-top: 1.6rem;
}
.display-category,
.display-tag {
  display: inline-block;
}
.display-tag {
  float: right;
}
.author-info .entry-author-label {
  color: #999;
  font-size: 1.4545454545454546rem;
}
.author-info img {
  border-radius: 50%;
}
.author-info .author-details {
  margin-left: 1.6rem;
}
/**
 * --------------------------------------------------------------------------------
 * Pagination
 * --------------------------------------------------------------------------------
*/
.pagination {
  padding: 2.4000000000000004rem 0;
}
.pagination .nav-links {
  text-align: center;
}
.pagination .page-numbers {
  padding: .6rem;
}
.pagination .page-numbers.next::after {
  content: '\f178';
  right: 0;
}
.pagination .page-numbers.prev::before {
  content: '\f177';
  left: 0;
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev {
  padding-left: 3.3rem;
}
.pagination .prev:hover::before {
  left: -1rem;
}
.pagination .next {
  padding-right: 3.3rem;
}
.pagination .next:hover::after {
  right: -1rem;
}
.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::after {
  font-size: 2rem;
  font-weight: 300;
  font-family: Fontawesome;
  line-height: .65;
  position: absolute;
  top: .8rem;
  width: 32px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.pagination .screen-reader-text {
  display: none;
}
.featured-single-image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-post-content,
.single-page-content {
  position: relative;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.single-post-content p,
.single-page-content p {
  margin-bottom: 1rem;
}
.single-post-content .post-date,
.single-page-content .post-date {
  background-color: #43c6ac;
  position: absolute;
  top: -2.7rem;
  right: 0;
  border: 1rem solid #43c6ac;
  outline: 2px solid #ffffff;
  outline-offset: -1.2rem;
  padding: .4rem 1.2rem;
}
.single-post-content .post-date span,
.single-page-content .post-date span {
  color: #ffffff;
  font-family: "Lora", serif;
  text-align: center;
}
.single-post-content .display-category:before,
.single-page-content .display-category:before {
  content: "\f07b";
  font-family: Fontawesome;
  font-size: 1.92rem;
  margin-right: .5rem;
}
.link-pages > .page-numbers {
  background-color: #ffffff;
  color: #43c6ac;
  padding: .6rem 1.5rem;
  border: 1px solid #43c6ac;
  border-radius: .2rem;
  cursor: pointer;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
  transition: .2s all ease;
}
.entry-footer {
  background-color: #ffffff;
  border-top: 2px solid #43c6ac;
  margin-top: 2.4000000000000004rem;
  padding: 1.6rem;
  box-shadow: 0 14px 28px -4px rgba(14, 17, 20, 0.1);
}
.pagination-single {
  margin-top: 4rem;
}
.pagination-single .pagination-nav {
  font-size: 1.92rem;
}
.pagination-single .pagination-nav .previous-post-wrap {
  width: 50%;
  display: inline-block;
}
.pagination-single .pagination-nav .previous-post-wrap .previous-post {
  font-size: 1.4545454545454546rem;
  font-weight: 500;
}
.pagination-single .pagination-nav .next-post-wrap {
  width: 50%;
  text-align: right;
  float: right;
}
.pagination-single .pagination-nav .next-post-wrap .next-post {
  font-size: 1.4545454545454546rem;
  font-weight: 500;
}
/**
 * --------------------------------------------------------------------------------
 * Sidebar & Widgets
 * --------------------------------------------------------------------------------
*/
.widgetarea {
  margin-bottom: 2rem;
}
.widgetarea li {
  list-style-type: none;
}
.widgetarea h3 {
  margin-bottom: .6rem;
}
.widgetarea img {
  display: block;
  max-width: 100%;
  height: auto;
}
.widgetarea select {
  max-width: 100%;
}
.widgetarea ul li:before {
  content: "\f0c1";
  font-family: Fontawesome;
  font-size: 1.92rem;
  margin-right: .6rem;
}
input[type="search"].search-field {
  background: #ffffff;
  min-width: auto;
  display: table-cell;
  margin-bottom: 0;
  padding: 0 1rem;
  font-weight: 400;
  width: 100%;
  height: 4rem;
  border: 1px solid #ffffff;
  border-bottom-color: #ffffff;
  border-bottom-color: #43c6ac;
  box-sizing: border-box;
}
.search-submit {
  background-color: #ffffff;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
  height: 4rem;
  text-align: center;
  position: relative;
  border: 1px solid #ffffff;
  border-bottom-color: #ffffff;
  border-bottom-color: #43c6ac;
  box-sizing: border-box;
}
#wp-calendar {
  table-layout: fixed;
  width: 100%;
}
#wp-calendar th,
#wp-calendar td {
  padding: 5px 0;
}
#wp-calendar #next {
  text-align: right;
}
/**
 * --------------------------------------------------------------------------------
 * Miscellaneous
 * --------------------------------------------------------------------------------
*/
.archive-title,
.search-title {
  padding-top: 5.2rem;
  padding-bottom: 0;
}
.archive-title h1,
.search-title h1 {
  margin-bottom: 0;
}
.search-results .grid-item.page .excerpt-footer {
  display: none !important;
  /** Overrides vertical-align class display properties **/

}
.sticky .post-wrap {
  border: 1px solid #43c6ac;
}
.says,
.edit-link .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.edit-link::before {
  content: '\f040';
  font-family: Fontawesome;
  font-size: 1.7rem;
  margin-right: .5rem;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 33.33%;
  width: 100%;
}
iframe {
  max-width: 100%;
}
blockquote {
  position: relative;
}
blockquote:before {
  content: "“";
  font-size: 7rem;
  position: absolute;
  top: -1rem;
  left: -3rem;
  line-height: 1;
}
.entry-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-left: 2.4000000000000004rem;
}
/* For devices smaller than 991.98px */
@media (max-width: 991.98px) {
  .widgetarea {
    margin-top: 2rem;
  }
}
/**
 * --------------------------------------------------------------------------------
 * Footer Section
 * --------------------------------------------------------------------------------
*/
.footer {
  width: 100%;
  border-top: 2px solid #43c6ac;
  background-color: #ffffff;
}
.footer .widget-title {
  font-size: 2.2399999999999998rem;
  font-weight: 700;
}
.footer ul {
  list-style-position: inside;
}
.footer ul li {
  list-style-type: none;
}
.footer a {
  color: #444444;
}
.footer a:hover {
  color: #43c6ac;
}
.footer .fa {
  font-size: 2.4000000000000004rem;
  margin-right: 1.6rem;
}
.footer .mc4wp-form {
  margin-top: 1.6rem;
}
.footer > .u-full-width {
  padding-bottom: 0;
}
.footer .footer-site-info {
  text-align: center;
  font-size: 1.4rem;
  border-top: 1px solid #43c6ac;
  padding: 1rem 0;
}
.input-newsletter {
  display: table;
  width: 100%;
}
.input-newsletter input {
  transition: border-bottom-color 0.2s ease;
}
.input-newsletter > input {
  background: #ffffff;
  min-width: auto;
  display: table-cell;
  padding: 0 1rem;
  font-weight: 400;
  width: 100%;
  height: 4rem;
  border: 1px solid #ffffff;
  border-bottom-color: #43c6ac;
  box-sizing: inherit;
}
.input-newsletter .input-newsletter-button {
  width: auto;
  display: table-cell;
}
.input-newsletter .input-newsletter-button > input {
  background-color: #ffffff;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 1.5rem;
  height: 4rem;
  text-align: center;
  position: relative;
  border: 1px solid #ffffff;
  border-bottom-color: #43c6ac;
  box-sizing: inherit;
}
.input-newsletter:hover input {
  border-bottom: 1px solid #e3e5e6;
}
::-webkit-input-placeholder {
  font-size: 10px;
}
::-moz-placeholder {
  font-size: 10px;
}
:-ms-input-placeholder {
  font-size: 10px;
}
::placeholder {
  font-size: 10px;
}
