.post-single h1,
.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6,
.post-single p,
.post-single li {
  color: #000;
}
.post-single h1 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  letter-spacing: -0.6px;
  margin-bottom: 18px;
}
.post-single h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  letter-spacing: -0.6px;
  margin-bottom: 19px;
}
.post-single h3 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}
.post-single h4 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  letter-spacing: -0.1px;
  margin-bottom: 23px;
}
.post-single h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.6px;
  word-spacing: 1.1px;
  margin-bottom: 22px;
}
.post-single h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  word-spacing: 1.2px;
  letter-spacing: -0.1px;
}
.post-single p {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
}
.post-single p > a {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  line-height: 26px;
}
.post-single a:not(.btn) {
  color: #29aca6;
}
.post-single a:not(.btn):hover {
  color: #000;
}
.post-single ul,
.post-single ol {
  margin: 0 0 26px;
  padding-left: 16px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  line-height: 26px;
}
.post-single ul li,
.post-single ol li {
  padding-left: 12px;
}
.post-single ul {
  padding-left: 0px;
  list-style-type: none;
}
.post-single ul li {
  padding-left: 27px;
}
.post-single ul li:before {
  content: "\2013";
  position: absolute;
  margin-left: -28px;
}
.wp-caption.alignright,
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.wp-caption.alignleft,
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  /* margin-left: auto; */
  /* margin-right: auto; */
}
.main-header {
  position: relative;
  z-index: 100;
  background: #fff;
}
.top-header {
  border-bottom: 1px solid #dff3f2;
}
@media screen and (max-width: 767px) {
  .top-header {
    padding: 1px 0;
    height: 61px;
  }
}
@media (max-width: 767px) {
  .top-header {
    padding: 0;
    border-bottom-color: #dff3f2;
    height: 61px;
  }
}
.header-inner {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .header-inner {
    padding-top: 0;
    justify-content: space-between;
  }
}
.header-inner .header-regions {
  align-self: flex-end;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
}
@media (min-width: 1170px) {
  .header-inner .header-regions {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner .header-regions {
    display: none;
  }
}
.header-inner .header-regions a {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.6px;
  padding: 3px 28px 4px 30px;
  font-family: "Libre Baskerville", serif;
}
.header-inner .header-regions .dropdown-item {
  position: relative;
  top: -9px;
}
@media (min-width: 768px) {
  .header-inner .header-regions:hover > a {
    color: #29aca6 !important;
  }
  .header-inner .header-regions:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.header-inner .header-regions.show > .btn-secondary.dropdown-toggle:focus {
  color: #29aca6;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.header-inner .header-regions .dropdown-toggle {
  padding: 15px 0;
}
.header-inner .header-regions .dropdown-toggle:after {
  margin-left: 0;
  vertical-align: top;
  content: "";
  border-top: .4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
  position: relative;
  top: 9px;
  left: 3px;
}
.header-inner .header-regions .dropdown-menu {
  left: -31px !important;
  min-width: 154px !important;
  padding: 0 0 8px !important;
  border: 1px solid #dff3f2;
  border-top-color: #fff;
  border-radius: 0;
  z-index: 100;
  margin-top: 0;
  top: 100% !important;
  transform: none !important;
}
.header-inner .header-regions > .btn-secondary.dropdown-toggle {
  color: #000;
  border: none;
  background-color: transparent;
  margin-left: 0;
}
@media (min-width: 768px) {
  .header-inner .header-regions > .btn-secondary.dropdown-toggle {
    margin: 15px 0;
    padding: 0;
    position: relative;
  }
}
.header-inner .header-regions > .btn-secondary.dropdown-toggle.btn-secondary.dropdown-toggle:active,
.header-inner .header-regions > .btn-secondary.dropdown-toggle.btn-secondary.dropdown-toggle:focus {
  color: #29aca6;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.header-inner .header-title {
  width: 80%;
  text-align: center;
  margin-bottom: 19px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 8px;
}
@media (min-width: 1170px) {
  .header-inner .header-title {
    width: calc(1170px - 300px + 300px);
  }
}
@media (max-width: 767px) {
  .header-inner .header-title {
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.header-inner .header-title > a {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header-inner .header-title > a {
    margin-left: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
}
.header-inner .header-title > a > svg {
  height: 48px;
}
@media screen and (max-width: 767px) {
  .header-inner .header-title > a > svg {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .header-inner .header-title > a > svg {
    left: -2px;
    position: relative;
  }
}
.header-inner .header-socials {
  align-self: flex-end;
  justify-content: flex-end;
  display: flex;
  padding: 19px 0;
}
@media (min-width: 1170px) {
  .header-inner .header-socials {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner .header-socials {
    padding: 15px 0;
    align-self: stretch;
    display: none;
  }
}
.header-inner .header-socials .subscribe {
  display: none;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
}
.header-inner .header-socials .subscribe:hover {
  color: #29aca6;
}
.header-inner .header-socials .socials {
  cursor: pointer;
  margin: 0 5.7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .header-inner .header-socials .socials:not(.search) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-inner .header-socials .socials:hover {
    color: #29aca6;
  }
}
@media (max-width: 1199px) {
  .header-inner .header-socials .socials:active {
    color: #29aca6;
  }
}
.header-inner .header-socials .socials.search:not(.fa-search) {
  position: relative;
  left: 4px;
}
.header-inner .header-socials .socials.search:not(.fa-search):before,
.header-inner .header-socials .socials.search:not(.fa-search):after {
  position: absolute;
  left: 5px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #000;
}
.header-inner .header-socials .socials.search:not(.fa-search):hover:after,
.header-inner .header-socials .socials.search:not(.fa-search):hover:before {
  background-color: #29aca6;
}
.header-inner .header-socials .socials.search:not(.fa-search):before {
  transform: rotate(45deg);
}
.header-inner .header-socials .socials.search:not(.fa-search):after {
  transform: rotate(-45deg);
}
.header-inner .header-socials .socials.search {
  margin-right: 0 !important;
  margin-left: 9px !important;
}
.header-inner .header-socials .socials.fa-instagram {
  margin-right: 4px !important;
  margin-left: 10.2px !important;
}
.header-inner .header-socials .socials.fa-pinterest-p {
  padding-left: 4px;
}
.header-inner .header-socials .socials.fa-youtube {
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}
.menu-section {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1023.98px) {
}
.menu-section .menu {
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-section .menu {
    margin-top: 13px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .menu-section .menu-item {
    width: 100%;
  }
}
.menu-section .menu-item:nth-child(3) a {
  padding-left: 10px;
  padding-right: 12.2px;
}
@media (max-width: 1199px) {
  .menu-section .menu-item.show > a {
    color: #29aca6;
  }
  .menu-section .menu-item.show > a:after {
    display: block;
  }
}
.menu-section .menu-item > a {
  text-transform: uppercase;
  padding: 18px 11.2px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-section .menu-item > a {
    padding-top: 5px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .menu-section .menu-item > a {
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: 0.8px;
    padding: 8px 11px;
  }
}
.menu-section .menu-item > a:after {
  display: none;
  width: 0;
  left: calc(50% - 7px);
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .menu-section .menu-item:hover > a {
    color: #29aca6;
  }
  .menu-section .menu-item:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .menu-section .menu-item.dropdown:hover > a:after {
    display: block;
  }
}
.menu-section .menu-item.dropdown > a:after {
  position: absolute;
  bottom: 0;
  height: 0;
}
.menu-section .menu-item.dropdown > .dropdown-menu {
  border: 1px solid #dff3f2;
  border-top-color: #fff;
  border-radius: 0;
  padding: 13px 16px 19px 14px;
  margin: 0;
  letter-spacing: -0.3px;
}
@media (min-width: 1024px) {
  .menu-section .menu-item.dropdown > .dropdown-menu {
    left: -20px !important;
  }
}
@media screen and (max-width: 767px) {
  .menu-section .menu-item.dropdown > .dropdown-menu li:first-child .nav-link,
  .menu-section .menu-item.dropdown > .dropdown-menu li:first-child .dropdown-item {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu-section .menu-item.dropdown > .dropdown-menu {
    border: 1px solid #fff;
    border-left-color: #dff3f2;
    float: none;
    width: 50%;
    top: 5px;
    left: calc(50% + 5px);
    padding: 0 0 0 3px;
  }
}
.menu-section .menu-item.dropdown > .dropdown-menu .nav-link,
.menu-section .menu-item.dropdown > .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  padding: 0 16px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .7px;
}
.menu-section .menu-item.dropdown > .dropdown-menu .nav-link:after,
.menu-section .menu-item.dropdown > .dropdown-menu .dropdown-item:after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .menu-section .menu-item.dropdown > .dropdown-menu .nav-link,
  .menu-section .menu-item.dropdown > .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 700;
    white-space: normal;
    line-height: 20px;
    padding-top: 12px;
    letter-spacing: 1px;
    color: #29aca6;
  }
}
.search-section {
  background-color: #f3fafa;
  height: 186px;
  width: 100%;
  position: absolute;
  z-index: 105;
  top: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-section input {
  background-color: transparent;
  border: none;
  font-size: 72px;
  color: #000;
  font-family: 'Playfair Display', serif;
  text-align: center;
  outline: none;
  font-weight: bold;
}
.search-section input::placeholder {
  color: #000;
  font-weight: bold;
}
.banner-section {
  background-color: #f3faf9;
  display: block;
  text-align: center;
  padding: 18px 0 20px;
}
@media screen and (min-width: 1024px) {
  .banner-section {
    min-height: 128px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding: 0;
    margin-top: 11px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .banner-section {
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
}
.banner-section img {
  max-height: 90px;
}
@media screen and (min-width: 1024px) {
  .banner-section .banner-desktop {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .banner-section .banner-desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .banner-section .banner-desktop {
    position: relative;
    top: 1px;
  }
}
@media screen and (min-width: 768px) {
  .banner-section .banner-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner-section .banner-mobile {
    display: block;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .banner-section .banner-mobile .demo {
    height: 150px;
    max-height: none;
    width: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  .banner-section .banner-mobile {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .page .banner-desktop,
  .single .banner-desktop,
  .category .banner-desktop {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .page .banner-desktop,
  .single .banner-desktop,
  .category .banner-desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .page .banner-tablet,
  .single .banner-tablet,
  .category .banner-tablet {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page .banner-tablet,
  .single .banner-tablet,
  .category .banner-tablet {
    display: block;
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .page .banner-tablet,
  .single .banner-tablet,
  .category .banner-tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-inner .header-title a {
    margin-left: 1px !important;
  }
  .header-inner .header-regions .dropdown-toggle {
    margin-left: -4px;
  }
  .header-socials {
    padding: 20px 0px !important;
  }
  .signup {
    margin-left: 13px !important;
  }
  .main-container {
    margin-top: 53px;
  }
  .single .main-container {
    margin-top: 51px;
  }
  .post .post-thumbnail {
    margin-bottom: 17px !important;
    margin-left: 0;
  }
  .post figure .post-thumbnail {
    margin-bottom: 0 !important;
  }
}
.fixed-menu .top-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #fff;
  justify-content: space-around;
  max-height: 58px;
}
@media (min-width: 1200px) {
  .fixed-menu .top-header {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .fixed-menu .top-header {
    padding: 0;
  }
}
.fixed-menu .header-inner {
  padding: 0;
}
.fixed-menu .header-inner .header-title {
  text-align: left;
  width: 50%;
  margin: 0 !important;
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fixed-menu .header-inner .header-title {
    justify-content: left;
    align-items: normal;
  }
}
.fixed-menu .header-inner .header-title a {
  margin-left: 0 !important;
}
.fixed-menu .header-inner .header-title svg {
  margin-top: 17px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .fixed-menu .header-inner .header-title svg {
    margin-top: 0;
    top: -2px;
  }
}
.fixed-menu .header-inner .header-regions,
.fixed-menu .header-inner .socials:not(.search) {
  display: none;
}
.fixed-menu .header-inner .search {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: -2px;
}
.fixed-menu .header-inner .header-socials {
  align-self: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fixed-menu .header-inner .header-socials {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .fixed-menu .header-inner .header-socials a:hover {
    color: #29aca6;
  }
}
@media (max-width: 1199px) {
  .fixed-menu .header-inner .header-socials a:active {
    color: #29aca6;
  }
}
.fixed-menu .header-inner .header-socials .socials.search {
  margin-left: 12px !important;
}
.fixed-menu .header-inner .subscribe {
  display: block;
  margin: 0 0 0 5px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .fixed-menu .header-inner .subscribe {
    display: none;
  }
}
.fixed-menu .search-section {
  position: fixed;
  top: 58px;
}
.fixed-menu .top-header-widget {
  display: none !important;
}
.mibIsTablet .header-inner .header-regions:hover > .dropdown-menu,
.mibIsTablet .menu-section .menu-item:hover > .dropdown-menu {
  transform: translate3d(0px, -999px, 0px);
  margin-top: 0;
}
.menu-top-main-menu-container {
  width: 100%;
}
.menu-section .menu-top-main-menu-container ~ .menu-top-main-menu-container .menu-item.dropdown > .dropdown-menu {
  top: -27px;
}
.top-header-widget {
  position: absolute;
  left: -1px;
  top: 17px;
}
.top-header-widget .latest-issue-box a {
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.65px;
  color: #000000;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 3px;
  height: auto;
  line-height: 1.1;
  padding: 0;
  text-align: left;
}
.top-header-widget .latest-issue-box a:hover {
  background: none;
  color: #000;
  opacity: .7;
}
.top-header-widget .latest-issue-box .latest-issue-box-1 {
  padding: 0;
  display: inline-block;
  width: 70px;
  vertical-align: top;
  position: relative;
  top: 0;
  margin: 0;
}
.top-header-widget .latest-issue-box .latest-issue-box-2 {
  display: inline-block;
  width: 140px;
  padding: 0 0 0 11px;
  vertical-align: top;
  position: relative;
  top: 2px;
}
.top-header-widget .latest-issue-box .latest-issue-box-2 > div {
  line-height: 1;
}
.top-header-widget-mob {
  position: static;
  margin: 0 auto;
  text-align: center;
}
.top-header-widget-mob a {
  text-align: left;
}
.top-header-widget-mob .latest-issue-box-2 {
  text-align: left;
}
.main-footer {
  background: #eef7f7;
  padding: 39px 0 65px;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .main-footer {
    padding: 27px 0 24px;
  }
}
.main-footer .widget-title,
.main-footer h5 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .main-footer .widget-title,
  .main-footer h5 {
    line-height: 2;
    letter-spacing: normal;
    margin-bottom: 0;
  }
}
.main-footer .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
@media (max-width: 767px) {
  .main-footer .menu,
  .main-footer .nav {
    margin-bottom: 30px;
  }
}
.main-footer .menu li,
.main-footer .nav-item {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: -0.2px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .main-footer .menu li,
  .main-footer .nav-item {
    line-height: 2;
    letter-spacing: normal;
    margin-bottom: 0;
  }
}
.main-footer .menu li a,
.main-footer .nav-item a,
.main-footer .menu li .nav-link,
.main-footer .nav-item .nav-link {
  color: #000;
  padding: 0;
}
.main-footer .menu li a:hover,
.main-footer .nav-item a:hover,
.main-footer .menu li .nav-link:hover,
.main-footer .nav-item .nav-link:hover {
  opacity: 0.8;
}
.main-footer .footer-logo-row {
  padding: 7px 0 3px;
  border-bottom: 1px solid #d4e6ea;
}
@media (min-width: 768px) {
  .main-footer .footer-logo-row {
    display: flex;
    justify-content: space-between;
    padding: 24px 0 3px;
  }
}
.main-footer .footer-logo {
  display: flex;
  align-items: center;
}
.main-footer .footer-logo a {
  margin-right: 15px;
}
.main-footer .footer-logo a > svg {
  height: 26px;
}
.main-footer .footer-logo span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.18;
  letter-spacing: -0.2px;
  position: relative;
  top: 7px;
}
@media (max-width: 767px) {
  .main-footer .footer-logo span {
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: -0.1px;
    top: 0;
  }
}
.main-footer .footer-socials {
  align-self: flex-end;
  justify-content: flex-end;
  display: flex;
  padding: 22px 0;
  position: relative;
  top: 3px;
}
.main-footer .footer-socials .link {
  margin-left: 16px;
}
.main-footer .footer-socials .link:hover {
  color: #29aca6;
}
@media (max-width: 767px) {
  .main-footer .footer-socials {
    justify-content: center;
    padding: 15px 0 20px;
  }
  .main-footer .footer-socials .link {
    margin: 0 13px;
  }
}
.main-footer .footer-signature-row {
  padding: 16px 40px 20px 0;
}
@media (min-width: 768px) {
  .main-footer .footer-signature-row {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-signature-row .signature-item {
    margin-bottom: 4px;
  }
}
.main-footer .footer-signature-row span,
.main-footer .footer-signature-row a {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: -0.1px;
  position: relative;
}
.main-footer .footer-signature-row span:not(:last-child):after,
.main-footer .footer-signature-row a:not(:last-child):after {
  content: '';
  position: absolute;
  background: #000;
  height: 13px;
  width: 1px;
  right: 0;
  bottom: 2px;
}
.main-footer .footer-signature-row span {
  padding-right: 8px;
  margin-right: 8px;
}
.main-footer .footer-signature-row a {
  padding-left: 8px;
}
.main-footer .footer-signature-row a:not(:last-child) {
  padding-left: 0px;
  margin-left: 9px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .main-footer .footer-signature-row a:not(:last-child) {
    margin-left: 0;
  }
}
.main-footer .footer-signature-row a:hover {
  opacity: 0.8;
}
.main-footer h2 a {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: -0.15px;
  text-align: left;
  color: #000000;
}
.main-footer h2 a:hover {
  color: #7d7d7d;
}
.post {
  border-bottom: 1px solid #dff3f2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.98px) {
  .post {
    display: flex;
    flex-direction: column;
    margin-bottom: 29px;
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .post {
    margin-bottom: 38px;
    padding-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .post {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .post .custom-excerpt {
    order: 2;
  }
}
.post h1,
.post .post-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: -0.48px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1023.98px) {
  .post h1,
  .post .post-title {
    margin-bottom: 9px;
    order: 0;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.3px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .post h1,
  .post .post-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .post h1,
  .post .post-title {
    margin-bottom: 9px;
    left: -1px;
    position: relative;
  }
}
.post h1:hover,
.post .post-title:hover {
  color: #000;
}
.post h1 a:hover,
.post .post-title a:hover {
  color: #000;
}
.post h1 ~ p,
.post .post-title ~ p {
  margin-bottom: 24px;
}
.post .post-thumbnail {
  margin-bottom: 25px;
  height: auto;
}
@media screen and (max-width: 1023.98px) {
  .post .post-thumbnail {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .post .post-thumbnail {
    margin-bottom: 14px;
  }
}
.post .post-tags {
  margin-bottom: 45px;
  display: flex;
  position: relative;
  top: 1px;
  left: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023.98px) {
  .post .post-tags {
    margin-bottom: 0;
    order: 3;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .post .post-tags {
    top: -6px;
    margin-bottom: 35px;
  }
}
.post .post-tags > a {
  cursor: pointer;
  margin: 0 22px 0 0;
}
@media screen and (max-width: 1023.98px) {
  .post .post-tags > a {
    margin: 0 10px;
  }
}
.post .post-tags .post-author {
  color: #000;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  margin-left: 1px;
  margin-right: 23px;
}
@media screen and (max-width: 1023.98px) {
  .post .post-tags .post-author {
    font-size: 10px;
    line-height: 2.2;
  }
}
@media (max-width: 767px) {
  .post .post-tags .post-author {
    margin-right: 22px;
    margin-left: 0;
  }
}
.post .post-tags .post-author > i {
  text-transform: lowercase;
}
.post .post-tags .post-category {
  color: #29aca6;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
  margin-right: 20px;
}
.post .post-tags .post-category:hover {
  color: #29aca6;
  opacity: 0.8;
}
@media screen and (max-width: 1023.98px) {
  .post .post-tags .post-category {
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 767px) {
  .post .post-tags .post-category {
    margin-right: 18px;
  }
}
.post .post-tags .post-updated {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  text-transform: capitalize;
}
@media screen and (max-width: 1023.98px) {
  .post .post-tags .post-updated {
    font-size: 10px;
    line-height: 2.2;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
}
.post.post-sm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.post.post-sm img {
  margin-bottom: 45px;
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    padding-bottom: 2px;
    margin-bottom: 30px;
    padding-top: 1px;
  }
}
.post.post-sm .post-title {
  font-size: 30px;
  margin-bottom: 8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.27;
  letter-spacing: -0.35px;
  text-align: left;
}
@media (min-width: 1200px) {
  .post.post-sm .post-title {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm .post-title {
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.1px;
    margin-bottom: 14px;
    margin-top: -5px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .post.post-sm .post-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .post.post-sm .post-title {
    margin-top: -6px;
  }
}
.post.post-sm .post-title.post-sm-1 .post-author {
  margin-left: 1px;
}
.post.post-sm a.post-thumbnail {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .post.post-sm a.post-thumbnail {
    max-width: 270px;
  }
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm a.post-thumbnail {
    margin-bottom: 29px;
  }
}
@media (max-width: 1199px) {
  .post.post-sm a.post-thumbnail {
    width: 270px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .post.post-sm a.post-thumbnail {
    width: 150px;
  }
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm a.post-thumbnail img {
    width: 100%;
    height: auto;
  }
}
.post.post-sm .right {
  width: 61.2%;
}
@media screen and (max-width: 1199px) {
  .post.post-sm .right {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm .right {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .post.post-sm .right {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .post.post-sm .right {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm .post-tags {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .post.post-sm .post-tags {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.post.post-sm .post-tags .post-author {
  margin-bottom: -3px;
}
.post.post-sm .post-tags > p {
  margin: 0 12px;
}
.post.post-sm .post-tags > p.post-author {
  margin-left: 0;
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm .post-category {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .post.post-sm .post-category {
    margin-left: -1px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm .post-updated {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .post.post-1 .post-category {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .post.post-1 .post-author {
    margin-left: 2px;
    margin-right: 12px;
  }
}
.post.post-2 .post-category {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .post.post-2 .post-title {
    margin-bottom: 9px;
  }
  .post.post-2 .post-thumbnail {
    margin-bottom: 12px;
  }
  .post.post-2 .post-author {
    margin-right: 9px;
  }
  .post.post-2 .post-category {
    margin-right: 9px;
  }
}
@media (min-width: 768px) {
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm-2 {
    border: none;
  }
}
@media screen and (min-width: 1200px) {
  .post.post-sm-2 .right {
    padding-top: 7px;
  }
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm-2 .post-tags {
    margin-bottom: -4px;
  }
}
@media (max-width: 767px) {
  .post.post-sm-2 .post-tags {
    margin-bottom: 0;
    margin-top: 12px;
  }
}
.post.post-sm-2 .post-tags .post-author {
  margin-bottom: -1px;
}
.post.post-sm-2 .post-title {
  margin-top: -7px;
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm-2 .post-title {
    margin-top: -8px;
  }
}
@media (max-width: 767px) {
  .post.post-sm-2 .post-title {
    margin-top: -9px;
  }
}
@media screen and (max-width: 1023.98px) {
  .post.post-sm-2 .post-category {
    line-height: 1.95;
  }
}
@media screen and (max-width: 1023.98px) {
  .content .post-sm-3 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .post-big-4 {
    padding-top: 0;
    letter-spacing: -0.48px;
  }
}
.main-better-list a:not(.tag):not(.btn):hover,
.post-hover a:not(.tag):not(.btn):hover {
  opacity: 0.8;
}
.main-better-list a,
.post-hover a,
.main-better-list img,
.post-hover img {
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
}
.main-better-list .widget-posts-title,
.post-hover .widget-posts-title {
  color: #000;
}
@media screen and (max-width: 1199.98px) {
  .main-better-list .thumbnail img,
  .post-hover .thumbnail img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .post {
    margin-bottom: 38px;
  }
  .post-1 .post-tags {
    margin-bottom: 45px !important;
  }
  .post-2 .post-thumbnail {
    margin-bottom: 17px !important;
    margin-top: 1px;
  }
  .post-3 {
    margin-bottom: 45px !important;
  }
  .post-3 .post-title {
    margin-bottom: 32px !important;
  }
  .post-3 .post-tags {
    margin-bottom: 43px !important;
  }
  .post-3 .post-author {
    margin-right: 25px !important;
  }
  .post-3 .post-category {
    margin-bottom: 2px !important;
    margin-right: 12px !important;
  }
  .post-4:not(.post-sm):not(.post-big) .post-tags > a {
    margin: 0 11px !important;
  }
  .post-4:not(.post-sm):not(.post-big) .post-tags > a.post-author {
    margin-left: 2px !important;
  }
  .post-sm .post-thumbnail img {
    margin-top: 12px;
    margin-bottom: 0 !important;
  }
  .post-sm a.post-thumbnail {
    margin-bottom: 49px !important;
  }
  .post-sm .post-tags .post-author {
    margin-left: 2px !important;
    margin-right: 11px !important;
  }
  .post-sm.post-sm-1 .post-author {
    margin-left: 1px !important;
    margin-right: 23px !important;
  }
  .post-sm.post-sm-1 {
    margin-bottom: 37px !important;
  }
  .post-sm.post-sm-2 {
    margin-bottom: 37px !important;
  }
  .post-sm.post-sm-2 .post-thumbnail {
    margin-bottom: 49px;
  }
  .post-sm.post-sm-2 .post-title {
    margin-bottom: 10px;
  }
  .post-sm.post-sm-2 .post-author {
    margin-left: 1px !important;
    margin-right: 24px !important;
  }
  .post-sm.post-sm-2 .post-category {
    margin-right: 16px !important;
  }
  .post-sm.post-sm-3 .post-title {
    margin-bottom: 11px !important;
  }
  .post-sm.post-sm-3 .post-tags a {
    margin-left: 1px !important;
    margin-right: 21px !important;
  }
  .post-sm.post-sm-3 .post-tags .post-category {
    margin-right: 15px !important;
  }
}
.home .content > article.post:last-child {
  border-bottom: none !important;
}
.single .main-content {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .post-single h3 {
    margin-bottom: 39px;
  }
}
.post-single p > strong > em > img,
.post-single p > em > strong > img {
  float: left;
  margin-right: 10px;
}
.post-single p {
  margin-bottom: 26px;
}
.post-single a:not(.btn) {
  color: #29aca6;
}
.post-single a:not(.btn):hover {
  color: #000;
}
.post-single figure {
  display: inline-block;
}
@media (max-width: 1199px) {
  .post-single figure {
    width: auto !important;
  }
}
.post-single h1,
.post-single .post-title {
  font-size: 50px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
}
@media screen and (max-width: 1024px) {
  .post-single h1,
  .post-single .post-title {
    order: 0;
    font-size: 24px;
    line-height: 1.25;
  }
}
.post-single .post-category {
  padding-bottom: 5px;
}
.post-single .post-category a,
.post-single .post-category .link {
  color: #29aca6;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
}
.post-single .post-category a:hover,
.post-single .post-category .link:hover {
  color: #29aca6;
  opacity: 0.8;
}
.post-single .post-meta {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .post-single .post-meta {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 1024px) {
  .post-single .post-meta {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.post-single .post-meta .post-author {
  font-family: "Libre Baskerville", serif;
  color: #000;
  font-size: 12px;
  margin-right: 20px;
  text-transform: uppercase;
}
.post-single .post-meta .post-author i {
  text-transform: lowercase;
}
.post-single .post-meta .post-updated {
  font-family: "Libre Baskerville", serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 0;
}
.post-single .post-category a:not(.tag):not(.btn):hover,
.post-single .post-meta a:not(.tag):not(.btn):hover {
  opacity: 0.8;
}
.post-single .post-content {
  position: relative;
}
@media (min-width: 1024px) {
  .post-single .post-content {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .post-single .post-content {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .post-single .post-content figure {
    max-width: 670px;
  }
}
.post-single .post-content .post-text {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid #dff3f2;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .post-single .post-content .post-text {
    padding-bottom: 17px;
    margin-bottom: 44px;
  }
}
.post-single .featured-figure .wp-caption-text {
  margin-bottom: 0;
}
.post-single .with-caption {
  padding-top: 15px;
}
.post-single figure {
  margin: 0;
}
.post-single .wp-caption-text,
.post-single .image-caption {
  color: #000;
  border-bottom: 1px solid #dff3f2;
  padding-bottom: 9px;
  padding-top: 13px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (min-width: 1200px) {
  .post-single .wp-caption-text,
  .post-single .image-caption {
    margin-bottom: 35px;
  }
  .post-single .wp-caption-text.alternate,
  .post-single .image-caption.alternate {
    margin-bottom: 45px;
    padding-bottom: 12px;
  }
}
.post-single .post-author {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 17px;
  flex-direction: column;
}
.post-single .post-author * {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
}
.post-single .post-author p {
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .post-single .post-author {
    flex-direction: row;
  }
}
.post-single .author-thumbnail {
  height: auto;
  display: block;
  margin-bottom: 15px;
  width: 170px;
}
@media screen and (min-width: 1024px) {
  .post-single .author-thumbnail {
    margin-top: 6px;
    margin-right: 30px;
  }
}
.post-single .post-tags {
  margin-bottom: 14px;
  opacity: 1;
}
.post-single .post-tags a,
.post-single .post-tags .tag {
  padding: 5px 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 1px solid #dff3f2;
  color: #29aca6;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
  opacity: 1 !important;
}
.post-single .post-tags a:hover,
.post-single .post-tags .tag:hover {
  color: #29aca6;
  opacity: 0.8;
}
.post-single .post-tags a:hover,
.post-single .post-tags .tag:hover {
  color: #fff;
  background: #29aca6;
  border-color: transparent;
}
@media screen and (min-width: 1200px) {
  .post-single .post-tags a,
  .post-single .post-tags .tag {
    padding: 10px 15px;
    margin-right: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .post-single .post-tags a,
  .post-single .post-tags .tag {
    margin-left: 0;
    margin-right: 15px;
  }
}
.post-single .post-tags .tag {
  opacity: 1 !important;
}
.post-single .post-socials {
  display: flex;
  border: 1px solid #7fc2bf;
}
@media (min-width: 1024px) {
  .post-single .post-socials {
    display: inline-flex;
  }
}
.post-single .post-socials.vertical {
  display: flex;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .post-single .post-socials.vertical {
    flex-direction: column;
    position: absolute;
    top: 7px;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .post-single .post-socials.vertical {
    margin-top: 30px;
    margin-bottom: 22px;
  }
}
.post-single .post-socials.vertical .social-item {
  border-right: none;
  border-bottom: 1px solid #7fc2bf;
}
@media (max-width: 1023px) {
  .post-single .post-socials.vertical .social-item {
    flex: 1 1 auto;
    border-right: 1px solid #7fc2bf;
    border-bottom: none;
  }
}
.post-single .post-socials.vertical .social-item:last-child {
  border: none;
}
.post-single .social-item {
  flex: 1;
  width: 43px;
  border-right: 1px solid #7fc2bf;
  text-align: center;
}
.post-single .social-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 9px;
}
.post-single .social-item a:hover {
  background: #7fc2bf;
  box-shadow: 0 0 0 1px #7fc2bf;
}
.post-single .social-item a:hover .fab,
.post-single .social-item a:hover .fas,
.post-single .social-item a:hover .far {
  color: #fff;
}
.post-single .social-item .fa-facebook-f {
  color: #3c5998;
}
.post-single .social-item .fa-twitter {
  color: #55acef;
}
.post-single .social-item .fa-envelope {
  color: #757575;
}
.post-single .social-item .fa-pinterest {
  color: #bd131b;
}
.post-single .social-item:last-child {
  border-bottom: none;
  border-right: none;
}
@media (min-width: 1024px) {
  .page-template-default .post-content {
    padding-left: 100px;
  }
}
.fixed-social-share .post-socials.vertical {
  position: fixed;
  top: 100px;
  left: auto;
  margin-left: -100px;
}
.st-custom-button {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .related {
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
}
.related-post .img-box {
  align-items: center;
  display: flex;
}
.related-post .link {
  display: block;
  margin-bottom: 7px;
}
.related-post .link-thumbnail {
  margin-bottom: 13px;
}
.related-post .post-category,
.related-post .category {
  color: #29aca6;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
}
.related-post .post-category:hover,
.related-post .category:hover {
  color: #29aca6;
  opacity: 0.8;
}
.related-post .thumbnail {
  display: block;
}
.related-post .post-title {
  font-family: 'Playfair Display', serif;
  letter-spacing: -0.2px;
  font-size: 16px;
  color: #000;
}
.single .related .related-post {
  margin-bottom: 25px;
}
.single-sh_better_list .post {
  border-bottom: none;
  margin-bottom: 0;
}
.single-sh_better_list .bt-related {
  margin-top: 32px;
  border-top: 1px solid #dff3f2;
}
body #sb_instagram #sbi_images {
  padding: 0 !important;
}
body #sb_instagram #sbi_images > .sbi_item:nth-child(7),
body #sb_instagram #sbi_images > .sbi_item:nth-child(4),
body #sb_instagram #sbi_images > .sbi_item:nth-child(1) {
  padding-left: 0 !important;
}
body #sb_instagram #sbi_images > .sbi_item:nth-child(9),
body #sb_instagram #sbi_images > .sbi_item:nth-child(6),
body #sb_instagram #sbi_images > .sbi_item:nth-child(3) {
  padding-right: 0 !important;
}
body #sb_instagram #sbi_images > .sbi_item:nth-child(1),
body #sb_instagram #sbi_images > .sbi_item:nth-child(2),
body #sb_instagram #sbi_images > .sbi_item:nth-child(3) {
  padding-top: 0 !important;
}
body #sb_instagram #sbi_images .sbi_item {
  padding: 7px !important;
}
body #sb_instagram #sbi_images .sbi_photo {
  height: 105px !important;
}
.btn-instagram {
  margin-bottom: 60px;
}
.space-boxes h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin-bottom: 36px;
  margin-top: -3px;
}
.space-boxes img.post-thumbnail {
  margin-bottom: 21px !important;
}
.space-boxes .post-excerpt-box {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 13px;
}
.space-boxes .space-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  letter-spacing: -0.16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.space-boxes .space-boxes-section {
  border-bottom: 1px solid #dff3f2;
  margin-bottom: 38px;
}
.space-boxes .space-boxes-section:last-child {
  border: none;
}
.better-list-items a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  display: block;
  padding: 4px 12px 5px;
  white-space: normal;
}
.better-list-items a:not(.tag):not(.btn):hover {
  opacity: 0.8;
}
.better-list-items,
.better-list-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0;
}
.better-list-items li {
  border-bottom: 1px solid #fff;
}
.better-list-items > li > a {
  color: #000;
}
.better-list-items > li li a {
  font-weight: normal;
}
.better-list-items > li > ul > li,
.better-list-items > li {
  background: #ebebeb;
}
.better-list-items > li > ul > li a,
.better-list-items > li > ul > li a:hover {
  color: #000;
}
.better-list-items > li > ul > li a {
  padding: 5px 12px 4px;
}
.better-list-items > li > ul > li .dropdown-toggle:after {
  border-top-color: #a7bac7;
}
.better-list-items > li > ul > li > ul > li,
.better-list-items > li > ul > li > ul > li li {
  background: #eef7f7;
}
.better-list-items > li > ul > li > ul > li a,
.better-list-items > li > ul > li > ul > li li a,
.better-list-items > li > ul > li > ul > li a:hover,
.better-list-items > li > ul > li > ul > li li a:hover {
  color: #29aca6;
}
.better-list-items > li > ul > li > ul > li a,
.better-list-items > li > ul > li > ul > li li a {
  padding: 6px 12px 4px 24px;
}
.better-list-items > li > ul > li > ul > li .dropdown-toggle:after,
.better-list-items > li > ul > li > ul > li li .dropdown-toggle:after {
  border-top-color: #f4cca2;
}
.better-list-items > li > ul > li > ul > li li a,
.better-list-items > li > ul > li > ul > li li a:hover {
  color: #000;
}
.better-list-items > li > ul > li > ul > li li a {
  padding: 6px 12px 3px 36px;
  color: #000;
}
.better-list-items > li > ul > li > ul.dropdown-menu,
.better-list-items > li > ul > li > ul .dropdown-menu {
  position: static;
}
.better-list-items [aria-expanded="true"]:after,
.better-list-items .show > a:after {
  transform: rotate(180deg);
}
.better-list-items .dropdown-toggle {
  position: relative;
}
.better-list-items .dropdown-toggle:after {
  border-top: .3em solid #000;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -1px;
}
.better-list-items .dropdown-menu {
  border: none;
  width: 100%;
}
.better-list-items .dropdown-menu a {
  display: inline-block;
}
.main-better-list .bt-home-item img:hover {
  opacity: 0.9;
}
.main-better-list .card {
  margin-bottom: 59px;
  max-width: 350px;
}
@media (min-width: 1200px) {
  .main-better-list .card {
    width: 350px;
    margin-left: 9px;
  }
}
@media (max-width: 1199px) {
  .main-better-list .card {
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .main-better-list .card {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-better-list .card {
    max-width: none;
  }
}
.main-better-list .card img {
  object-fit: cover;
  height: 81px;
  width: 350px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-better-list .card img {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .main-better-list .col-3-last .sda-box,
  .main-better-list .col-3-last .card {
    margin-left: 19px;
  }
  .main-better-list .col-3-first .card {
    margin-left: 0;
  }
  .main-better-list:nth-child(3n + 4) .card {
    margin-left: 0;
  }
}
.main-better-list .sda-box {
  background: #ebebeb;
  max-width: 350px;
}
@media (min-width: 1200px) {
  .main-better-list .sda-box {
    padding: 19px 24px 19px 24px;
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .main-better-list .sda-box {
    background: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-better-list .sda-box {
    position: absolute;
    left: 20px;
    top: 0;
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .main-better-list .sda-box {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-better-list .sda-box {
    margin-bottom: 64px;
  }
}
@media (max-width: 374px) {
  .main-better-list .sda-box {
    padding: 0 !important;
    width: 300px !important;
  }
}
.main-better-list .sda-box.listing-sda {
  width: 350px;
  background: #ebebeb;
  padding: 10px;
}
@media (min-width: 1200px) {
  .main-better-list .sda-box.listing-sda {
    padding: 20px 24px 21px 24px;
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .main-better-list .sda-box.listing-sda {
    margin: 0 auto;
  }
}
@media (min-width: 1023px) and (max-width: 1199px) {
  .main-better-list .sda-box.listing-sda {
    padding: 0;
    width: 300px;
  }
}
@media (max-width: 1023px) {
  .main-better-list .sda-box.listing-sda {
    width: 320px;
  }
}
.main-better-list .sda-container {
  min-width: 300px;
  position: relative;
}
@media (max-width: 767px) {
  .main-better-list .sda-container {
    width: 100% !important;
  }
  .main-better-list .sda-container .sda-box {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 321px) {
  .main-better-list .sda-container {
    margin-left: -10px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .main-better-list .list-section-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .main-better-list .bt-home-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-better-list .list-section-row {
    column-count: 2;
    display: block;
    text-align: center;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    max-width: 780px;
    margin: 0 auto;
  }
  .main-better-list .bt-home-item {
    width: 100%;
    display: inline-block;
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-better-list .bt-home-item > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .main-better-list .list-section-row {
    column-count: 1;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 380px;
  }
  .main-better-list .bt-home-item {
    width: 100%;
    max-width: 350px;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
  }
}
.search-better-list {
  background: #ebebeb;
  padding: 37px 27px 39px 23px;
  max-width: 350px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .search-better-list {
    width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .search-better-list {
    max-width: none;
  }
}
.search-better-list input {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.57;
  text-align: left;
  color: #000000;
  padding: 11px 5px 9px 20px;
  height: 39px;
  border-color: #d7d7d7;
  /* &Firefox 19+ */
  /* Firefox 18- */
  /* &Firefox 19+ */
  /* Firefox 18- */
}
.search-better-list input[placeholder] {
  color: #000;
}
.search-better-list input::-webkit-input-placeholder {
  color: #000;
}
.search-better-list input::-moz-placeholder {
  color: #000;
}
.search-better-list input:-moz-placeholder {
  color: #000;
}
.search-better-list input:-ms-input-placeholder {
  color: #000;
}
.search-better-list input:placeholder-shown {
  color: #000;
}
.search-better-list input[placeholder] {
  color: #000;
}
.search-better-list input::-webkit-input-placeholder {
  color: #000;
}
.search-better-list input::-moz-placeholder {
  color: #000;
}
.search-better-list input:-moz-placeholder {
  color: #000;
}
.search-better-list input:-ms-input-placeholder {
  color: #000;
}
.search-better-list input:placeholder-shown {
  color: #000;
}
.search-better-list .btn {
  width: 89px;
  height: 39px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 0.7px;
  background: #ebebeb;
  border-color: #d7d7d7;
  color: #000;
}
body .better-list-home h1 svg {
  width: 209px;
  height: 44.5px;
}
body .better-list-home .page-sub-title {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  line-height: 1.73;
  max-width: 670px;
  margin: 0 auto;
}
body .better-list-home .page-sub-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000000;
  margin-top: -11px;
  margin-bottom: 26px;
}
body.category .better-list-home .main-container {
  margin-top: 18px;
}
body .bt-single {
  padding: 0 0 15px;
}
@media (min-width: 1200px) {
  body .bt-single {
    padding-top: 15px;
  }
}
body .bt-single h1 {
  margin-bottom: 19px;
}
.bt-logo-box {
  height: 120px;
  padding: 10px;
  background: #f3faf9;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
}
.bt-logo-box img {
  height: auto;
  padding: 0;
  margin-left: 13px;
  max-width: 168px;
  max-height: 72px;
  width: auto;
}
@media (max-width: 767px) {
  .bt-logo-box img {
    max-width: 120px;
  }
}
.bt-logo-box .bt-logo-box-inner {
  background-color: #fff;
  height: 100%;
  position: relative;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
}
.bt-logo-box .bt-logo-box-inner a {
  display: block;
}
.bt-logo-box .featured-badge {
  width: 122px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 2px solid #000;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
  letter-spacing: 0.9px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #000;
}
@media (max-width: 767px) {
  .bt-logo-box .featured-badge {
    width: 95px;
    font-size: 12px;
  }
}
.bt-address-box {
  margin-bottom: 15px;
}
.bt-address-line {
  width: 296px;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  vertical-align: top;
}
.bt-address-line a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bt-address-line span {
  display: block;
}
.border-line {
  width: 100%;
  height: 1px;
  background: #dff3f2;
}
body .post-content.bt-content {
  padding-left: 0;
  margin-bottom: 29px;
}
.social-links {
  margin-bottom: 20px;
  margin-top: 13px;
  padding-bottom: 1px;
}
.social-links a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
}
.social-links span {
  display: inline-block;
  padding: 0 7px 0px 9px;
  color: #000;
  border-left: 1px solid #000;
  line-height: 16px;
  position: relative;
  top: 4px;
  width: 1px;
  height: 17px;
  left: 9px;
}
.bt-related h5 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 0.8px;
  text-align: left;
  color: #000000;
  margin-top: 44px;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  body .sidebar-bt-regular {
    padding-top: 16px;
  }
}
.featured-item .bt-logo-box,
.bt-single-featured .bt-logo-box {
  background: #dff3f2;
  border: 1px solid #d7d7d7;
}
.bt-listing {
  background: #f3faf9;
  border: 1px solid #f3faf9;
}
@media (min-width: 1200px) {
  .bt-listing {
    max-width: 350px;
  }
}
.bt-listing h3 {
  padding-left: 18px;
}
.bt-listing h3,
.bt-listing h3 a {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}
.bt-listing h3 a:hover {
  color: #29aca6;
}
.bt-listing.bt-listing-featured {
  background-color: #ebebeb;
  border: 1px solid #d7d7d7;
}
.bt-listing.bt-listing-featured .bt-address-box {
  padding: 6px 0 13px;
}
.bt-listing .bt-logo-box {
  border: none;
  padding: 9px 10px 9px 9px;
  height: 90px;
  margin-bottom: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
}
.bt-listing .bt-logo-box img {
  height: auto;
  padding: 0;
  margin-left: 10px;
  max-width: 120px;
  max-height: 52px;
  width: auto;
}
@media (max-width: 767px) {
}
.bt-listing .featured-badge {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.64;
  letter-spacing: 0.7px;
  text-align: right;
  width: 90px;
  border-width: 1px;
  background: #000;
}
@media (max-width: 767px) {
}
.bt-listing .bt-address-box {
  padding: 6px 0 13px;
  border-top: 1px solid #fff;
  margin: 1px 19px 0;
}
.bt-listing .bt-address-line {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  width: 100%;
}
.bt-listing .bt-address-line a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #29aca6;
}
.bt-listing .bt-address-line a:hover {
  opacity: 0.8;
}
.bt-listing .bt-address-line span {
  padding-bottom: 1px;
}
.bt-listing .bt-address-line.line-1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
  margin-bottom: 7px;
}
.list-box {
  margin-bottom: 59px;
}
@media (max-width: 1199px) {
  .list-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .list-box:nth-child(3n + 2) > div {
    margin-left: 10px !important;
  }
  .list-box:nth-child(3n + 3) > div {
    margin-left: 21px !important;
  }
}
@media (max-width: 767px) {
  .list-box {
    max-width: 350px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 374px) {
  .list-box {
    max-width: 300px;
    width: 300px;
  }
}
html body.tax-better_list_category h1 {
  margin-bottom: 28px;
  margin-top: 26px;
}
html body.tax-better_list_category .page-sub-title h2 {
  margin-bottom: 3px;
}
html body.page-template-page-better-list-home h1 {
  margin-top: 27px;
  margin-bottom: 29px;
}
html body.page-template-page-better-list-home .page-sub-title {
  margin-bottom: -7px;
}
html body.page-template-page-better-list-home .main-box {
  overflow: inherit;
}
.centered-h1 {
  text-align: center;
}
.centered-h1 h1 {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  text-align: center;
  margin-top: 32px;
  line-height: 0.87;
  letter-spacing: -0.6px;
  margin-bottom: 36px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .centered-h1 h1 {
    font-size: 42px;
  }
}
.centered-h1 h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000000;
  margin-top: -22px;
  margin-bottom: 38px;
}
.page-template-page-global-search h1,
.search h1,
.archive h1,
.category h1,
.main-taxonomy h1 {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  text-align: center;
  margin-top: 32px;
  line-height: 0.87;
  letter-spacing: -0.6px;
  margin-bottom: 36px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .page-template-page-global-search h1,
  .search h1,
  .archive h1,
  .category h1,
  .main-taxonomy h1 {
    font-size: 42px;
  }
}
.page-template-page-global-search .main-content,
.search .main-content,
.archive .main-content,
.category .main-content,
.main-taxonomy .main-content {
  margin-bottom: 30px;
}
.page-template-page-global-search .main-container,
.search .main-container,
.archive .main-container,
.category .main-container,
.main-taxonomy .main-container {
  margin-top: 40px;
}
.page-template-page-global-search .main-container .content,
.search .main-container .content,
.archive .main-container .content,
.category .main-container .content,
.main-taxonomy .main-container .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
}
@media (max-width: 1023px) {
}
.page-template-page-global-search .post,
.search .post,
.archive .post,
.category .post,
.main-taxonomy .post {
  flex: 0 0 100%;
  margin-bottom: 39px;
}
.page-template-page-global-search .post h2,
.search .post h2,
.archive .post h2,
.category .post h2,
.main-taxonomy .post h2 {
  letter-spacing: -0.4px;
}
@media (min-width: 768px) {
}
.page-template-page-global-search .post.post-full,
.search .post.post-full,
.archive .post.post-full,
.category .post.post-full,
.main-taxonomy .post.post-full {
  margin-bottom: 38px;
}
.page-template-page-global-search .post.post-full .post-thumbnail,
.search .post.post-full .post-thumbnail,
.archive .post.post-full .post-thumbnail,
.category .post.post-full .post-thumbnail,
.main-taxonomy .post.post-full .post-thumbnail {
  height: auto;
}
.page-template-page-global-search .post.post-before-related,
.search .post.post-before-related,
.archive .post.post-before-related,
.category .post.post-before-related,
.main-taxonomy .post.post-before-related {
  margin-bottom: 49px;
}
.page-template-page-global-search .post-sm,
.search .post-sm,
.archive .post-sm,
.category .post-sm,
.main-taxonomy .post-sm {
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .page-template-page-global-search .post-sm .post-title,
  .search .post-sm .post-title,
  .archive .post-sm .post-title,
  .category .post-sm .post-title,
  .main-taxonomy .post-sm .post-title {
    margin-bottom: 10px;
  }
}
.page-template-page-global-search .post-sm .post-thumbnail,
.search .post-sm .post-thumbnail,
.archive .post-sm .post-thumbnail,
.category .post-sm .post-thumbnail,
.main-taxonomy .post-sm .post-thumbnail {
  padding-bottom: 1px;
}
@media (min-width: 1024px) {
  .page-template-page-global-search .post-sm .post-thumbnail img,
  .search .post-sm .post-thumbnail img,
  .archive .post-sm .post-thumbnail img,
  .category .post-sm .post-thumbnail img,
  .main-taxonomy .post-sm .post-thumbnail img {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .page-template-page-global-search .post-sm .post-category,
  .search .post-sm .post-category,
  .archive .post-sm .post-category,
  .category .post-sm .post-category,
  .main-taxonomy .post-sm .post-category {
    margin-right: 18px;
  }
}
.page-template-page-global-search .related-post,
.search .related-post,
.archive .related-post,
.category .related-post,
.main-taxonomy .related-post {
  width: 25%;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #dff3f2;
  margin-bottom: 38px;
  padding-bottom: 34px;
}
@media (min-width: 1200px) {
  .page-template-page-global-search .related-post:nth-child(6),
  .search .related-post:nth-child(6),
  .archive .related-post:nth-child(6),
  .category .related-post:nth-child(6),
  .main-taxonomy .related-post:nth-child(6) {
    padding-left: 0;
    padding-right: 22px;
  }
  .page-template-page-global-search .related-post:nth-child(7),
  .search .related-post:nth-child(7),
  .archive .related-post:nth-child(7),
  .category .related-post:nth-child(7),
  .main-taxonomy .related-post:nth-child(7) {
    padding-left: 8px;
    padding-right: 15px;
  }
  .page-template-page-global-search .related-post:nth-child(8),
  .search .related-post:nth-child(8),
  .archive .related-post:nth-child(8),
  .category .related-post:nth-child(8),
  .main-taxonomy .related-post:nth-child(8) {
    padding-left: 15px;
    padding-right: 7px;
  }
  .page-template-page-global-search .related-post:nth-child(9),
  .search .related-post:nth-child(9),
  .archive .related-post:nth-child(9),
  .category .related-post:nth-child(9),
  .main-taxonomy .related-post:nth-child(9) {
    padding-right: 0;
    padding-left: 23px;
  }
}
@media (max-width: 1024px) {
  .page-template-page-global-search .related-post,
  .search .related-post,
  .archive .related-post,
  .category .related-post,
  .main-taxonomy .related-post {
    width: 50%;
  }
  .page-template-page-global-search .related-post:nth-child(6),
  .search .related-post:nth-child(6),
  .archive .related-post:nth-child(6),
  .category .related-post:nth-child(6),
  .main-taxonomy .related-post:nth-child(6),
  .page-template-page-global-search .related-post:nth-child(8),
  .search .related-post:nth-child(8),
  .archive .related-post:nth-child(8),
  .category .related-post:nth-child(8),
  .main-taxonomy .related-post:nth-child(8) {
    padding-right: 15px;
    padding-left: 0;
  }
  .page-template-page-global-search .related-post:nth-child(7),
  .search .related-post:nth-child(7),
  .archive .related-post:nth-child(7),
  .category .related-post:nth-child(7),
  .main-taxonomy .related-post:nth-child(7),
  .page-template-page-global-search .related-post:nth-child(9),
  .search .related-post:nth-child(9),
  .archive .related-post:nth-child(9),
  .category .related-post:nth-child(9),
  .main-taxonomy .related-post:nth-child(9) {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .page-template-page-global-search .related-post:nth-child(6),
  .search .related-post:nth-child(6),
  .archive .related-post:nth-child(6),
  .category .related-post:nth-child(6),
  .main-taxonomy .related-post:nth-child(6),
  .page-template-page-global-search .related-post:nth-child(8),
  .search .related-post:nth-child(8),
  .archive .related-post:nth-child(8),
  .category .related-post:nth-child(8),
  .main-taxonomy .related-post:nth-child(8) {
    padding-right: 7px;
  }
  .page-template-page-global-search .related-post:nth-child(7),
  .search .related-post:nth-child(7),
  .archive .related-post:nth-child(7),
  .category .related-post:nth-child(7),
  .main-taxonomy .related-post:nth-child(7),
  .page-template-page-global-search .related-post:nth-child(9),
  .search .related-post:nth-child(9),
  .archive .related-post:nth-child(9),
  .category .related-post:nth-child(9),
  .main-taxonomy .related-post:nth-child(9) {
    padding-left: 7px;
  }
}
.page-template-page-global-search .related-post .link-thumbnail,
.search .related-post .link-thumbnail,
.archive .related-post .link-thumbnail,
.category .related-post .link-thumbnail,
.main-taxonomy .related-post .link-thumbnail {
  margin-bottom: 14px;
}
.page-template-page-global-search .related-post h2,
.search .related-post h2,
.archive .related-post h2,
.category .related-post h2,
.main-taxonomy .related-post h2,
.page-template-page-global-search .related-post .post-title,
.search .related-post .post-title,
.archive .related-post .post-title,
.category .related-post .post-title,
.main-taxonomy .related-post .post-title {
  letter-spacing: -0.2px;
  line-height: 23px;
  font-size: 16px;
}
.categories-topics {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: 1px solid #dff3f2;
}
@media (max-width: 767px) {
  .categories-topics {
    display: block;
  }
}
.categories-topics .tag {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  color: #29aca6;
  text-transform: uppercase;
  border: 1px solid #29aca6;
  padding: 8px 13px;
  margin: 0 12px 12px;
  opacity: 1;
}
@media (min-width: 1024px) {
  .categories-topics .tag {
    position: relative;
    top: 2px;
  }
}
@media (max-width: 767px) {
  .categories-topics .tag {
    padding: 10px 10px;
    margin: 0 10px 10px;
    text-align: left;
    display: inline-block;
  }
}
.categories-topics .tag.active {
  color: #000;
  font-weight: bold;
  border: none;
  cursor: default;
}
@media (max-width: 767px) {
  .categories-topics .tag.active {
    display: block;
    text-align: center;
    float: none;
  }
}
.categories-topics .tag:not(.active):hover {
  color: #fff;
  background: #29aca6;
  border-color: transparent;
}
.pagination {
  display: flex;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 31px 0 31px;
  font-size: 14px;
  width: 100%;
  margin-top: -39px;
}
.pagination.with-border {
  border-top: 1px solid #dff3f2;
  padding-top: 30px;
  margin-top: 12px;
}
.pagination .direction {
  flex: 1;
  position: relative;
}
.pagination .direction:hover {
  opacity: 0.8;
}
.pagination .direction .icon {
  width: 11px;
}
.pagination a {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.7px;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
}
.pagination .prev {
  text-align: left;
}
.pagination .prev .icon {
  margin-right: 14px;
}
.pagination .next {
  text-align: right;
}
.pagination .next .icon {
  margin-left: 12px;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
@media (max-width: 767px) {
  .listing-box {
    display: block;
    padding: 0;
  }
}
.listing-box .pagination {
  border-top: 1px solid #dff3f2;
  border-radius: 0;
  margin: -9px 15px 0;
  padding-top: 22px;
}
@media (max-width: 767px) {
  .listing-box .pagination {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-with-text h2,
.header-with-svg h2,
.header-with-text h1,
.header-with-svg h1 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.87;
  letter-spacing: -0.6px;
  margin: 30px auto 36px;
}
.header-with-text h2,
.header-with-svg h2 {
  font-size: 36px;
}
.header-with-text h1 svg,
.header-with-svg h1 svg {
  width: 209px;
  height: 44.5px;
}
.header-with-text .categories-topics,
.header-with-svg .categories-topics {
  border-bottom: none;
  margin-bottom: -2px;
  padding: 0;
}
.tv-video-link {
  display: block;
  position: relative;
  margin: 0 auto;
}
.tv-video-link:hover .video-svg-box {
  transform: scale(0.8);
}
.video-svg-box {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  transform: scale(1);
  transition: 0.2s ease-out;
  z-index: 10;
}
.video-svg-box svg {
  width: 40px;
  height: 40px;
}
.mib-topics {
  border: none !important;
  padding-bottom: 0;
  margin-bottom: -3px;
}
@media (min-width: 1200px) {
  .main-tv {
    margin-bottom: 39px;
  }
}
.main-tv h2.post-title,
.main-tv h2 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 9px;
}
.main-tv .post-tags {
  margin-bottom: 31px;
}
.main-tv .tv-box-article {
  position: relative;
}
@media (min-width: 1024px) {
  .main-tv .tv-box-article:before {
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
  }
  .main-tv .tv-box-article:nth-child(1):before,
  .main-tv .tv-box-article:nth-child(3n + 4):before {
    left: 0;
    bottom: -1px;
    background-color: #fff;
  }
  .main-tv .tv-box-article:nth-child(3n):before {
    right: 0;
    bottom: -1px;
    background-color: #fff;
  }
  .main-tv .tv-box-article:nth-child(15),
  .main-tv .tv-box-article:nth-child(14),
  .main-tv .tv-box-article:nth-child(13) {
    padding-bottom: 11px;
  }
}
.main-tv .pagination {
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -5px;
}
.tv-post-single {
  border: none;
}
.tv-post-single h1 {
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: -0.5px;
  text-align: left;
  color: #000000;
}
@media (min-width: 1200px) {
  .tv-post-single h1 {
    margin-bottom: 6px !important;
  }
}
.tv-post-single .post-category {
  color: #29aca6;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
  margin-right: 21px;
}
.tv-post-single .post-category:hover {
  color: #29aca6;
  opacity: 0.8;
}
.tv-post-single .post-content {
  min-height: 200px;
}
.tv-post-single .post-single .post-meta .post-updated {
  font-family: "Libre Baskerville", serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 0;
}
.tv-post-single.post-single .post-content .post-text {
  font-size: 15px;
  line-height: 26px;
  border-bottom: none;
  margin-bottom: 12px;
}
.tv-single-post-category svg {
  width: 78px;
  height: 15.69px;
  vertical-align: top;
  margin-top: 6px;
  margin-bottom: 5px;
}
.main-box-tv h1 {
  color: #000;
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  text-align: center;
  margin-top: 32px;
  line-height: 0.87;
  letter-spacing: -0.6px;
  margin-bottom: 36px;
}
.main-box-tv h1 svg {
  width: 209px;
  height: 44.5px;
}
.mib-video-box {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
@media (min-width: 1024px) {
  .mib-video-box {
    margin-bottom: 30px;
  }
}
.mib-video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .page-magazine-home .main-container {
    margin-top: 35px;
  }
}
.magazine-single-list {
  margin-top: -19px;
  padding-top: 0;
}
.magazine-box {
  border-bottom: 1px solid #dff3f2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.magazine-box img {
  margin-right: 30px;
  max-width: 236px;
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
}
.magazine-box img:hover {
  opacity: 0.9;
}
@media (max-width: 1023px) {
  .magazine-box img {
    margin: 0 0 25px;
    display: block;
  }
}
@media (max-width: 767px) {
  .magazine-box img {
    margin: 0 auto 25px;
  }
}
@media (max-width: 1199px) {
  .magazine-box h1 {
    font-size: 42px;
  }
}
.magazine-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.77;
  letter-spacing: -0.3px;
  margin-bottom: 19px;
  margin-top: -1px;
}
@media (max-width: 1199px) {
  .magazine-box h2 {
    line-height: 38px;
  }
}
.magazine-box .post-category {
  margin-top: -9px;
  margin-bottom: 14px;
}
@media (max-width: 1023px) {
  .magazine-box .post-category {
    margin-top: 0;
  }
}
.magazine-box .magazine-text {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.magazine-box .magazine-text strong,
.magazine-box .magazine-text b {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.75px;
  line-height: 26px;
}
.magazine-box .magazine-text p {
  margin-bottom: 10px;
  line-height: 26px;
}
.magazine-box .btn {
  margin-top: 6px;
  padding: 4px 14px;
}
@media (max-width: 1023px) {
  .magazine-box .media {
    width: 100%;
    display: block;
  }
}
.magazine-box figure {
  width: 100% !important;
}
.contact-form-box {
  padding-top: 27px;
}
@media (max-width: 1170px) {
  .contact-form-box {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 1170px) {
  .contact-form-box {
    padding-left: 102px;
  }
}
.contact-form-box .mib-contact-label {
  width: 96px;
  display: inline-block;
  vertical-align: top;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-top: 6px;
}
.contact-form-box .mib-contact-label ~ p {
  margin-bottom: 0;
}
@media (min-width: 500px) {
  .contact-form-box .mib-contact-label ~ p {
    display: inline-block;
  }
}
.contact-form-box .dropdown-toggle {
  border-radius: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.53;
  letter-spacing: 0.8px;
  text-align: left;
  padding: 8px 14px 7px;
  width: 370px;
}
@media (max-width: 500px) {
  .contact-form-box .dropdown-toggle {
    width: 100%;
    max-width: 450px;
  }
}
.contact-form-box .dropdown-menu {
  border: none;
}
.contact-form-box .dropdown-menu a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  padding: 12px 14px;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: left;
  color: #000000;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.contact-form-box .dropdown-menu li:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.contact-form-box .mib-contact-name,
.contact-form-box .mib-contact-email {
  margin-bottom: 13px;
}
.contact-form-box .mib-contact-name input,
.contact-form-box .mib-contact-email input {
  width: 100%;
  max-width: 370px;
  padding: 6px 13px 6px;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  border: solid 1px #d7d7d7;
}
@media (max-width: 500px) {
  .contact-form-box .mib-contact-name input,
  .contact-form-box .mib-contact-email input {
    max-width: 450px;
  }
}
.contact-form-box .mib-contact-message {
  margin-bottom: 22px;
}
.contact-form-box .mib-contact-message textarea {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  border: solid 1px #d7d7d7;
  padding: 6px 13px;
  max-height: 234px;
}
@media (max-width: 1170px) {
  .contact-form-box .mib-contact-message textarea {
    width: 370px;
  }
}
@media (min-width: 1170px) {
  .contact-form-box .mib-contact-message textarea {
    width: 770px;
  }
}
@media (max-width: 500px) {
  .contact-form-box .mib-contact-message textarea {
    width: 100%;
    max-width: 450px;
  }
}
.contact-form-box .mib-dropdown-box {
  margin-bottom: 13px;
}
@media (max-width: 500px) {
  .contact-form-box .contact-dropdown {
    width: 100%;
    max-width: 100%;
  }
  .contact-form-box .mib-contact-submit {
    margin-bottom: 30px;
  }
  .contact-form-box .mib-contact-submit .mib-contact-label {
    display: none;
  }
}
.contact-form-box input[type="submit"] {
  border: solid 1px #d7d7d7;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 19px 8px 18px;
  font-weight: 600;
}
.contact-form-box input[type="submit"]:focus,
.contact-form-box input[type="submit"]:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff;
}
.contact-form-box .btn-light:not(:disabled):not(.disabled):hover,
.contact-form-box .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.53;
  letter-spacing: 0.8px;
  text-align: left;
}
.contact-form-box .dropdown-item.active,
.contact-form-box .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
.contact-form-box .dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
}
.contact-form-box .show .dropdown-toggle::after {
  border-bottom: .3em solid;
  border-top: 0;
}
div.wpcf7-response-output {
  border: none !important;
}
.filter-option-inner-inner {
  font-weight: bold;
}
.header-submit-form {
  margin-left: 13px;
}
.header-submit-form input[type="email"] {
  width: 280px;
  padding: 5px 5px 5px 14px;
  font-style: italic;
  line-height: 20px;
  border-color: #d7d7d7;
}
@media (max-width: 767px) {
  .header-submit-form input[type="email"] {
    width: 343px;
  }
}
.header-submit-form .form-group {
  margin-bottom: 0;
}
.header-submit-form .span-text {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: -0.4px;
  text-align: left;
  color: #008680;
  margin-right: 15px;
}
@media (max-width: 1023px) {
  .header-submit-form .span-text {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
  }
}
.header-submit-form .signup {
  left: -14px;
}
@media (min-width: 1024px) {
  .header-submit-form .subscribe-form-box {
    display: inline-flex;
  }
}
@media (max-width: 1023px) {
  .header-submit-form .subscribe-form-box {
    margin: 0 auto 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: -62px;
  }
  .header-submit-form .subscribe-form-box .btn {
    position: absolute;
    right: -62px;
    top: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .header-submit-form .subscribe-form-box {
    left: -7px;
  }
  .header-submit-form .subscribe-form-box .btn {
    right: 0;
  }
}
.btn.better-btn {
  border: solid 1px #4baca6;
  background-color: #4baca6;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  outline: none !important;
  box-shadow: none !important;
  min-height: 39px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.btn.better-btn:focus,
.btn.better-btn:hover {
  background: #3a8780 !important;
  border-color: #3a8780 !important;
  color: #fff;
}
.btn {
  outline: none !important;
  box-shadow: none !important;
}
.form-control {
  border: solid 1px #99b1c6;
  background-color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 100%;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  border-radius: 0;
  height: 32px;
  /* &Firefox 19+ */
  /* Firefox 18- */
  /* &Firefox 19+ */
  /* Firefox 18- */
}
.form-control[placeholder] {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
}
.form-control:-moz-placeholder {
  color: #000;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control:placeholder-shown {
  color: #000;
}
.form-control[placeholder] {
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
}
.form-control:-moz-placeholder {
  color: #000;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.form-control:placeholder-shown {
  color: #000;
}
input {
  /* &Firefox 19+ */
  /* Firefox 18- */
  /* &Firefox 19+ */
  /* Firefox 18- */
}
input[placeholder] {
  color: #000;
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
input:placeholder-shown {
  color: #000;
}
input[placeholder] {
  color: #000;
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
input:placeholder-shown {
  color: #000;
}
.tribe_community_edit .button-primary.button {
  border: solid 1px #d7d7d7;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  border-radius: 0;
  color: #000;
}
.tribe_community_edit .button-primary.button:focus,
.tribe_community_edit .button-primary.button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #fff;
}
.datepicker.dropdown-menu {
  border-radius: 0;
  border-color: #f9f9f9;
  color: #000;
}
.tribe-events-notices {
  border-radius: 0;
  border: none;
  text-shadow: none;
}
.post-type-archive-tribe_events .post-text {
  width: 100%;
}
.tribe-mini-calendar-wrapper {
  margin-bottom: 60px;
}
.sidebar td,
.single-event-sidebar td {
  border-color: #fff;
}
.sidebar h2,
.single-event-sidebar h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.36;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  background: #eef7f7;
  margin: 0;
  padding: 17px 10px 14px;
}
.sidebar h2 {
  background: none;
  text-align: left;
  padding-left: 0;
}
.tag .tribe-mini-calendar-no-event,
.category .tribe-mini-calendar-no-event,
.archive .tribe-mini-calendar-no-event,
.search .tribe-mini-calendar-no-event,
.page .tribe-mini-calendar-no-event,
.single-event-sidebar .tribe-mini-calendar-no-event {
  color: #fff;
  padding: 0;
  line-height: 17px;
  text-align: center;
}
.tag .tribe-mini-calendar th,
.category .tribe-mini-calendar th,
.archive .tribe-mini-calendar th,
.search .tribe-mini-calendar th,
.page .tribe-mini-calendar th,
.single-event-sidebar .tribe-mini-calendar th {
  background: #2d2d2d;
  border-color: #2d2d2d;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.tag .tribe-mini-calendar th:first-child,
.category .tribe-mini-calendar th:first-child,
.archive .tribe-mini-calendar th:first-child,
.search .tribe-mini-calendar th:first-child,
.page .tribe-mini-calendar th:first-child,
.single-event-sidebar .tribe-mini-calendar th:first-child {
  border-left-color: #fff;
}
.tag .tribe-mini-calendar th:last-child,
.category .tribe-mini-calendar th:last-child,
.archive .tribe-mini-calendar th:last-child,
.search .tribe-mini-calendar th:last-child,
.page .tribe-mini-calendar th:last-child,
.single-event-sidebar .tribe-mini-calendar th:last-child {
  border-right-color: #fff;
}
.tag .tribe-mini-calendar .tribe-events-othermonth,
.category .tribe-mini-calendar .tribe-events-othermonth,
.archive .tribe-mini-calendar .tribe-events-othermonth,
.search .tribe-mini-calendar .tribe-events-othermonth,
.page .tribe-mini-calendar .tribe-events-othermonth,
.single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth {
  background-color: #e9eef1;
}
.tag .tribe-mini-calendar .tribe-events-past,
.category .tribe-mini-calendar .tribe-events-past,
.archive .tribe-mini-calendar .tribe-events-past,
.search .tribe-mini-calendar .tribe-events-past,
.page .tribe-mini-calendar .tribe-events-past,
.single-event-sidebar .tribe-mini-calendar .tribe-events-past {
  opacity: 1;
}
.tag .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.category .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.archive .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.search .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.page .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.single-event-sidebar .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth {
  opacity: 1;
  background-color: #eef7f7;
}
.tag .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.category .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.archive .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.search .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.page .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.single-event-sidebar .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth,
.tag .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth span,
.category .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth span,
.archive .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth span,
.search .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth span,
.page .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth span,
.single-event-sidebar .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth span,
.tag .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth a,
.category .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth a,
.archive .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth a,
.search .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth a,
.page .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth a,
.single-event-sidebar .tribe-mini-calendar .tribe-events-future.tribe-events-thismonth a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-align: center;
  color: #29aca6;
}
.tag .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past,
.category .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past,
.archive .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past,
.search .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past,
.page .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past,
.single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-align: center;
  color: #fff;
}
.tag .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.category .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.archive .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.search .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.page .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.tag .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.category .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.archive .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.search .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.page .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.single-event-sidebar .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past {
  opacity: 1;
  background-color: #d7d7d7;
}
.tag .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.category .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.archive .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.search .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.page .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future,
.tag .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.category .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.archive .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.search .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.page .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.single-event-sidebar .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.tag .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future span,
.category .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future span,
.archive .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future span,
.search .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future span,
.page .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future span,
.single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future span,
.tag .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.category .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.archive .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.search .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.page .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.single-event-sidebar .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.tag .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.category .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.archive .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.search .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.page .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.tag .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a,
.category .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a,
.archive .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a,
.search .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a,
.page .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a,
.single-event-sidebar .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #828080;
}
.tag .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future div[id*=daynum-] a:before,
.category .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future div[id*=daynum-] a:before,
.archive .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future div[id*=daynum-] a:before,
.search .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future div[id*=daynum-] a:before,
.page .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future div[id*=daynum-] a:before,
.single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future div[id*=daynum-] a:before,
.tag .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past div[id*=daynum-] a:before,
.category .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past div[id*=daynum-] a:before,
.archive .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past div[id*=daynum-] a:before,
.search .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past div[id*=daynum-] a:before,
.page .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past div[id*=daynum-] a:before,
.single-event-sidebar .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past div[id*=daynum-] a:before {
  background: #000;
}
.tag .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past div[id*=daynum-] a:before,
.category .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past div[id*=daynum-] a:before,
.archive .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past div[id*=daynum-] a:before,
.search .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past div[id*=daynum-] a:before,
.page .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past div[id*=daynum-] a:before,
.single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-past div[id*=daynum-] a:before {
  background: #fff;
}
.tag .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.category .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.archive .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.search .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.page .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.single-event-sidebar .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past,
.tag .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.category .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.archive .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.search .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.page .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.single-event-sidebar .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past span,
.tag .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a,
.category .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a,
.archive .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a,
.search .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a,
.page .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a,
.single-event-sidebar .tribe-mini-calendar .tribe-events-thismonth.tribe-events-past a {
  color: #fff;
}
.tag .tribe-mini-calendar .tribe-events-present,
.category .tribe-mini-calendar .tribe-events-present,
.archive .tribe-mini-calendar .tribe-events-present,
.search .tribe-mini-calendar .tribe-events-present,
.page .tribe-mini-calendar .tribe-events-present,
.single-event-sidebar .tribe-mini-calendar .tribe-events-present,
.tag .tribe-mini-calendar .tribe-mini-calendar-today,
.category .tribe-mini-calendar .tribe-mini-calendar-today,
.archive .tribe-mini-calendar .tribe-mini-calendar-today,
.search .tribe-mini-calendar .tribe-mini-calendar-today,
.page .tribe-mini-calendar .tribe-mini-calendar-today,
.single-event-sidebar .tribe-mini-calendar .tribe-mini-calendar-today {
  background-color: #29aca6;
}
.tag .tribe-mini-calendar .tribe-events-present,
.category .tribe-mini-calendar .tribe-events-present,
.archive .tribe-mini-calendar .tribe-events-present,
.search .tribe-mini-calendar .tribe-events-present,
.page .tribe-mini-calendar .tribe-events-present,
.single-event-sidebar .tribe-mini-calendar .tribe-events-present,
.tag .tribe-mini-calendar .tribe-mini-calendar-today,
.category .tribe-mini-calendar .tribe-mini-calendar-today,
.archive .tribe-mini-calendar .tribe-mini-calendar-today,
.search .tribe-mini-calendar .tribe-mini-calendar-today,
.page .tribe-mini-calendar .tribe-mini-calendar-today,
.single-event-sidebar .tribe-mini-calendar .tribe-mini-calendar-today,
.tag .tribe-mini-calendar .tribe-events-present span,
.category .tribe-mini-calendar .tribe-events-present span,
.archive .tribe-mini-calendar .tribe-events-present span,
.search .tribe-mini-calendar .tribe-events-present span,
.page .tribe-mini-calendar .tribe-events-present span,
.single-event-sidebar .tribe-mini-calendar .tribe-events-present span,
.tag .tribe-mini-calendar .tribe-mini-calendar-today span,
.category .tribe-mini-calendar .tribe-mini-calendar-today span,
.archive .tribe-mini-calendar .tribe-mini-calendar-today span,
.search .tribe-mini-calendar .tribe-mini-calendar-today span,
.page .tribe-mini-calendar .tribe-mini-calendar-today span,
.single-event-sidebar .tribe-mini-calendar .tribe-mini-calendar-today span,
.tag .tribe-mini-calendar .tribe-events-present a,
.category .tribe-mini-calendar .tribe-events-present a,
.archive .tribe-mini-calendar .tribe-events-present a,
.search .tribe-mini-calendar .tribe-events-present a,
.page .tribe-mini-calendar .tribe-events-present a,
.single-event-sidebar .tribe-mini-calendar .tribe-events-present a,
.tag .tribe-mini-calendar .tribe-mini-calendar-today a,
.category .tribe-mini-calendar .tribe-mini-calendar-today a,
.archive .tribe-mini-calendar .tribe-mini-calendar-today a,
.search .tribe-mini-calendar .tribe-mini-calendar-today a,
.page .tribe-mini-calendar .tribe-mini-calendar-today a,
.single-event-sidebar .tribe-mini-calendar .tribe-mini-calendar-today a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #fff;
}
.tag .tribe-mini-calendar-event .list-info h2,
.category .tribe-mini-calendar-event .list-info h2,
.archive .tribe-mini-calendar-event .list-info h2,
.search .tribe-mini-calendar-event .list-info h2,
.page .tribe-mini-calendar-event .list-info h2,
.single-event-sidebar .tribe-mini-calendar-event .list-info h2 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000000;
}
.tag .tribe-events-duration,
.category .tribe-events-duration,
.archive .tribe-events-duration,
.search .tribe-events-duration,
.page .tribe-events-duration,
.single-event-sidebar .tribe-events-duration {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: left;
  color: #eca154;
}
.tag .tribe-mini-calendar-nav td,
.category .tribe-mini-calendar-nav td,
.archive .tribe-mini-calendar-nav td,
.search .tribe-mini-calendar-nav td,
.page .tribe-mini-calendar-nav td,
.single-event-sidebar .tribe-mini-calendar-nav td {
  background: none;
  border-color: #fff;
  border-bottom: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.tag .tribe-mini-calendar-nav td > div,
.category .tribe-mini-calendar-nav td > div,
.archive .tribe-mini-calendar-nav td > div,
.search .tribe-mini-calendar-nav td > div,
.page .tribe-mini-calendar-nav td > div,
.single-event-sidebar .tribe-mini-calendar-nav td > div {
  background: #2d2d2d;
  border-color: #2d2d2d;
}
.tag .tribe-mini-calendar-nav span,
.category .tribe-mini-calendar-nav span,
.archive .tribe-mini-calendar-nav span,
.search .tribe-mini-calendar-nav span,
.page .tribe-mini-calendar-nav span,
.single-event-sidebar .tribe-mini-calendar-nav span {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
}
.tag .tribe-mini-calendar-nav a span,
.category .tribe-mini-calendar-nav a span,
.archive .tribe-mini-calendar-nav a span,
.search .tribe-mini-calendar-nav a span,
.page .tribe-mini-calendar-nav a span,
.single-event-sidebar .tribe-mini-calendar-nav a span {
  font-size: 18px;
  line-height: 0.6;
  padding: 0 5px;
}
.tag .tribe-mini-calendar-nav .prev-month,
.category .tribe-mini-calendar-nav .prev-month,
.archive .tribe-mini-calendar-nav .prev-month,
.search .tribe-mini-calendar-nav .prev-month,
.page .tribe-mini-calendar-nav .prev-month,
.single-event-sidebar .tribe-mini-calendar-nav .prev-month {
  margin: 0 7px 0 0;
}
.tag .tribe-mini-calendar-nav .next-month,
.category .tribe-mini-calendar-nav .next-month,
.archive .tribe-mini-calendar-nav .next-month,
.search .tribe-mini-calendar-nav .next-month,
.page .tribe-mini-calendar-nav .next-month,
.single-event-sidebar .tribe-mini-calendar-nav .next-month {
  margin: 0 0 0 7px;
}
.tag .single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.category .single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.archive .single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.search .single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.page .single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.single-event-sidebar .single-event-sidebar .tribe-mini-calendar .tribe-events-othermonth.tribe-events-future a,
.tag .tribe-mini-calendar-day-link,
.category .tribe-mini-calendar-day-link,
.archive .tribe-mini-calendar-day-link,
.search .tribe-mini-calendar-day-link,
.page .tribe-mini-calendar-day-link,
.single-event-sidebar .tribe-mini-calendar-day-link {
  line-height: 17px;
}
.tag .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a,
.category .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a,
.archive .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a,
.search .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a,
.page .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a,
.single-event-sidebar .tribe-mini-calendar .tribe-events-has-events div[id*=daynum-] a {
  padding: 5px 0 13px;
}
.tag .tribe-mini-calendar .tribe-events-has-events:hover a:hover,
.category .tribe-mini-calendar .tribe-events-has-events:hover a:hover,
.archive .tribe-mini-calendar .tribe-events-has-events:hover a:hover,
.search .tribe-mini-calendar .tribe-events-has-events:hover a:hover,
.page .tribe-mini-calendar .tribe-events-has-events:hover a:hover,
.single-event-sidebar .tribe-mini-calendar .tribe-events-has-events:hover a:hover {
  background: #29aca6;
}
.tribe-events-thismonth.tribe-events-future.tribe-events-has-events div[id*=daynum-] a:before {
  background: #000 !important;
}
.tribe-events-thismonth.tribe-events-future.tribe-events-has-events div[id*=daynum-] a:hover:before {
  background: #000 !important;
}
.tribe-events-has-events .tribe-mini-calendar-day-link:before {
  height: 6px !important;
  width: 6px !important;
}
.tag .tribe-mini-calendar .tribe-events-has-events:hover a:hover:before,
.category .tribe-mini-calendar .tribe-events-has-events:hover a:hover:before,
.archive .tribe-mini-calendar .tribe-events-has-events:hover a:hover:before,
.search .tribe-mini-calendar .tribe-events-has-events:hover a:hover:before,
.page .tribe-mini-calendar .tribe-events-has-events:hover a:hover:before,
.single-event-sidebar .tribe-mini-calendar .tribe-events-has-events:hover a:hover:before {
  background-color: #fff;
}
.tag .tribe-mini-calendar-event,
.category .tribe-mini-calendar-event,
.archive .tribe-mini-calendar-event,
.search .tribe-mini-calendar-event,
.page .tribe-mini-calendar-event,
.single-event-sidebar .tribe-mini-calendar-event {
  border: none;
  padding-bottom: 8px;
}
.tag .tribe-mini-calendar-event .list-date,
.category .tribe-mini-calendar-event .list-date,
.archive .tribe-mini-calendar-event .list-date,
.search .tribe-mini-calendar-event .list-date,
.page .tribe-mini-calendar-event .list-date,
.single-event-sidebar .tribe-mini-calendar-event .list-date {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ffffff;
  width: 61px;
  margin: 10px 0 0 8px;
  padding-bottom: 1px;
}
.tag .tribe-mini-calendar-event .list-date .list-dayname,
.category .tribe-mini-calendar-event .list-date .list-dayname,
.archive .tribe-mini-calendar-event .list-date .list-dayname,
.search .tribe-mini-calendar-event .list-date .list-dayname,
.page .tribe-mini-calendar-event .list-date .list-dayname,
.single-event-sidebar .tribe-mini-calendar-event .list-date .list-dayname {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 5px;
}
.tag .tribe-mini-calendar-event .list-info,
.category .tribe-mini-calendar-event .list-info,
.archive .tribe-mini-calendar-event .list-info,
.search .tribe-mini-calendar-event .list-info,
.page .tribe-mini-calendar-event .list-info,
.single-event-sidebar .tribe-mini-calendar-event .list-info {
  display: inline;
  float: left;
  margin: 10px 0;
  width: calc(100% - 69px);
  padding-left: 28px;
  padding-right: 15px;
}
.tag .tribe-mini-calendar-event .list-info .tribe-events-title,
.category .tribe-mini-calendar-event .list-info .tribe-events-title,
.archive .tribe-mini-calendar-event .list-info .tribe-events-title,
.search .tribe-mini-calendar-event .list-info .tribe-events-title,
.page .tribe-mini-calendar-event .list-info .tribe-events-title,
.single-event-sidebar .tribe-mini-calendar-event .list-info .tribe-events-title,
.tag .tribe-mini-calendar-event .list-info h2,
.category .tribe-mini-calendar-event .list-info h2,
.archive .tribe-mini-calendar-event .list-info h2,
.search .tribe-mini-calendar-event .list-info h2,
.page .tribe-mini-calendar-event .list-info h2,
.single-event-sidebar .tribe-mini-calendar-event .list-info h2 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000000;
  margin: 0 0 7px;
  padding: 0;
  background: none;
}
.tag .tribe-mini-calendar-event .list-info .tribe-events-title a,
.category .tribe-mini-calendar-event .list-info .tribe-events-title a,
.archive .tribe-mini-calendar-event .list-info .tribe-events-title a,
.search .tribe-mini-calendar-event .list-info .tribe-events-title a,
.page .tribe-mini-calendar-event .list-info .tribe-events-title a,
.single-event-sidebar .tribe-mini-calendar-event .list-info .tribe-events-title a,
.tag .tribe-mini-calendar-event .list-info h2 a,
.category .tribe-mini-calendar-event .list-info h2 a,
.archive .tribe-mini-calendar-event .list-info h2 a,
.search .tribe-mini-calendar-event .list-info h2 a,
.page .tribe-mini-calendar-event .list-info h2 a,
.single-event-sidebar .tribe-mini-calendar-event .list-info h2 a {
  color: #000;
  transition: opacity 0.2s ease-out;
}
.tag .tribe-mini-calendar-event .list-info .tribe-events-title a:hover,
.category .tribe-mini-calendar-event .list-info .tribe-events-title a:hover,
.archive .tribe-mini-calendar-event .list-info .tribe-events-title a:hover,
.search .tribe-mini-calendar-event .list-info .tribe-events-title a:hover,
.page .tribe-mini-calendar-event .list-info .tribe-events-title a:hover,
.single-event-sidebar .tribe-mini-calendar-event .list-info .tribe-events-title a:hover,
.tag .tribe-mini-calendar-event .list-info h2 a:hover,
.category .tribe-mini-calendar-event .list-info h2 a:hover,
.archive .tribe-mini-calendar-event .list-info h2 a:hover,
.search .tribe-mini-calendar-event .list-info h2 a:hover,
.page .tribe-mini-calendar-event .list-info h2 a:hover,
.single-event-sidebar .tribe-mini-calendar-event .list-info h2 a:hover {
  opacity: 0.8;
}
.tag .tribe-mini-calendar-event .list-info .tribe-events-duration,
.category .tribe-mini-calendar-event .list-info .tribe-events-duration,
.archive .tribe-mini-calendar-event .list-info .tribe-events-duration,
.search .tribe-mini-calendar-event .list-info .tribe-events-duration,
.page .tribe-mini-calendar-event .list-info .tribe-events-duration,
.single-event-sidebar .tribe-mini-calendar-event .list-info .tribe-events-duration {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: left;
  text-transform: uppercase;
}
.tag .tribe-mini-calendar-event.mib-future-day-event,
.category .tribe-mini-calendar-event.mib-future-day-event,
.archive .tribe-mini-calendar-event.mib-future-day-event,
.search .tribe-mini-calendar-event.mib-future-day-event,
.page .tribe-mini-calendar-event.mib-future-day-event,
.single-event-sidebar .tribe-mini-calendar-event.mib-future-day-event {
  background-color: #eef7f7;
}
.tag .tribe-mini-calendar-event.mib-future-day-event .list-date,
.category .tribe-mini-calendar-event.mib-future-day-event .list-date,
.archive .tribe-mini-calendar-event.mib-future-day-event .list-date,
.search .tribe-mini-calendar-event.mib-future-day-event .list-date,
.page .tribe-mini-calendar-event.mib-future-day-event .list-date,
.single-event-sidebar .tribe-mini-calendar-event.mib-future-day-event .list-date {
  background-color: #67c3c0;
  color: #ffffff;
}
.tag .tribe-mini-calendar-event.mib-future-day-event .list-dayname,
.category .tribe-mini-calendar-event.mib-future-day-event .list-dayname,
.archive .tribe-mini-calendar-event.mib-future-day-event .list-dayname,
.search .tribe-mini-calendar-event.mib-future-day-event .list-dayname,
.page .tribe-mini-calendar-event.mib-future-day-event .list-dayname,
.single-event-sidebar .tribe-mini-calendar-event.mib-future-day-event .list-dayname {
  color: #67c3c0;
}
.tag .tribe-mini-calendar-event.mib-future-day-event .list-info .tribe-events-duration,
.category .tribe-mini-calendar-event.mib-future-day-event .list-info .tribe-events-duration,
.archive .tribe-mini-calendar-event.mib-future-day-event .list-info .tribe-events-duration,
.search .tribe-mini-calendar-event.mib-future-day-event .list-info .tribe-events-duration,
.page .tribe-mini-calendar-event.mib-future-day-event .list-info .tribe-events-duration,
.single-event-sidebar .tribe-mini-calendar-event.mib-future-day-event .list-info .tribe-events-duration {
  color: #29aca6;
}
.tag .tribe-mini-calendar-event.mib-current-day-event,
.category .tribe-mini-calendar-event.mib-current-day-event,
.archive .tribe-mini-calendar-event.mib-current-day-event,
.search .tribe-mini-calendar-event.mib-current-day-event,
.page .tribe-mini-calendar-event.mib-current-day-event,
.single-event-sidebar .tribe-mini-calendar-event.mib-current-day-event {
  background-color: #d9edec;
}
.tag .tribe-mini-calendar-event.mib-current-day-event .list-date,
.category .tribe-mini-calendar-event.mib-current-day-event .list-date,
.archive .tribe-mini-calendar-event.mib-current-day-event .list-date,
.search .tribe-mini-calendar-event.mib-current-day-event .list-date,
.page .tribe-mini-calendar-event.mib-current-day-event .list-date,
.single-event-sidebar .tribe-mini-calendar-event.mib-current-day-event .list-date {
  background-color: #29aca6;
  color: #ffffff;
}
.tag .tribe-mini-calendar-event.mib-current-day-event .list-dayname,
.category .tribe-mini-calendar-event.mib-current-day-event .list-dayname,
.archive .tribe-mini-calendar-event.mib-current-day-event .list-dayname,
.search .tribe-mini-calendar-event.mib-current-day-event .list-dayname,
.page .tribe-mini-calendar-event.mib-current-day-event .list-dayname,
.single-event-sidebar .tribe-mini-calendar-event.mib-current-day-event .list-dayname {
  color: #29aca6;
}
.tag .tribe-mini-calendar-event.mib-current-day-event .list-info .tribe-events-duration,
.category .tribe-mini-calendar-event.mib-current-day-event .list-info .tribe-events-duration,
.archive .tribe-mini-calendar-event.mib-current-day-event .list-info .tribe-events-duration,
.search .tribe-mini-calendar-event.mib-current-day-event .list-info .tribe-events-duration,
.page .tribe-mini-calendar-event.mib-current-day-event .list-info .tribe-events-duration,
.single-event-sidebar .tribe-mini-calendar-event.mib-current-day-event .list-info .tribe-events-duration {
  color: #29aca6;
}
.tag .tribe-mini-calendar-event,
.category .tribe-mini-calendar-event,
.archive .tribe-mini-calendar-event,
.search .tribe-mini-calendar-event,
.page .tribe-mini-calendar-event,
.single-event-sidebar .tribe-mini-calendar-event,
.tag .tribe-mini-calendar-event .first,
.category .tribe-mini-calendar-event .first,
.archive .tribe-mini-calendar-event .first,
.search .tribe-mini-calendar-event .first,
.page .tribe-mini-calendar-event .first,
.single-event-sidebar .tribe-mini-calendar-event .first {
  margin: 0 !important;
}
.tag .tribe-events-adv-list-widget .type-tribe_events,
.category .tribe-events-adv-list-widget .type-tribe_events,
.archive .tribe-events-adv-list-widget .type-tribe_events,
.search .tribe-events-adv-list-widget .type-tribe_events,
.page .tribe-events-adv-list-widget .type-tribe_events,
.single-event-sidebar .tribe-events-adv-list-widget .type-tribe_events,
.tag .tribe-mini-calendar-list-wrapper .type-tribe_events,
.category .tribe-mini-calendar-list-wrapper .type-tribe_events,
.archive .tribe-mini-calendar-list-wrapper .type-tribe_events,
.search .tribe-mini-calendar-list-wrapper .type-tribe_events,
.page .tribe-mini-calendar-list-wrapper .type-tribe_events,
.single-event-sidebar .tribe-mini-calendar-list-wrapper .type-tribe_events {
  margin: 0;
}
.tag .tribe-mini-calendar-grid-wrapper,
.category .tribe-mini-calendar-grid-wrapper,
.archive .tribe-mini-calendar-grid-wrapper,
.search .tribe-mini-calendar-grid-wrapper,
.page .tribe-mini-calendar-grid-wrapper,
.single-event-sidebar .tribe-mini-calendar-grid-wrapper {
  margin-bottom: 1px;
  margin-right: -2px;
}
.tag .tribe-mini-calendar-list-wrapper .list-info,
.category .tribe-mini-calendar-list-wrapper .list-info,
.archive .tribe-mini-calendar-list-wrapper .list-info,
.search .tribe-mini-calendar-list-wrapper .list-info,
.page .tribe-mini-calendar-list-wrapper .list-info,
.single-event-sidebar .tribe-mini-calendar-list-wrapper .list-info {
  margin-bottom: 4px;
}
.tag .tribe-mini-calendar div[id*=daynum-] .tribe-mini-calendar-no-event,
.category .tribe-mini-calendar div[id*=daynum-] .tribe-mini-calendar-no-event,
.archive .tribe-mini-calendar div[id*=daynum-] .tribe-mini-calendar-no-event,
.search .tribe-mini-calendar div[id*=daynum-] .tribe-mini-calendar-no-event,
.page .tribe-mini-calendar div[id*=daynum-] .tribe-mini-calendar-no-event,
.single-event-sidebar .tribe-mini-calendar div[id*=daynum-] .tribe-mini-calendar-no-event {
  padding: 5px 0 13px;
}
.post-type-archive-tribe_events h1,
.page-template-page-events-homepage-php h1 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  line-height: 1.24;
  letter-spacing: -0.4px;
  text-align: center;
  color: #000000;
  font-weight: normal;
  text-transform: none;
  margin-top: 26px;
  margin-bottom: 30px;
}
.post-type-archive-tribe_events .main-container,
.page-template-page-events-homepage-php .main-container {
  margin-top: 0;
}
.post-type-archive-tribe_events .tribe-events-sub-nav a,
.page-template-page-events-homepage-php .tribe-events-sub-nav a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: 0.8px;
  text-align: right;
  color: #000000;
  text-transform: uppercase;
  background: none;
}
.post-type-archive-tribe_events .tribe-events-sub-nav a span,
.page-template-page-events-homepage-php .tribe-events-sub-nav a span {
  font-size: 20px;
}
.post-type-archive-tribe_events .tribe-events-sub-nav li,
.page-template-page-events-homepage-php .tribe-events-sub-nav li {
  margin: 0 !important;
}
.post-type-archive-tribe_events .tribe-events-sub-nav .page-main-header,
.page-template-page-events-homepage-php .tribe-events-sub-nav .page-main-header {
  display: none !important;
}
.post-type-archive-tribe_events .tribe-events-nav-previous a,
.page-template-page-events-homepage-php .tribe-events-nav-previous a {
  text-align: left;
}
@media (max-width: 767px) {
  .post-type-archive-tribe_events .tribe-events-nav-previous a,
  .page-template-page-events-homepage-php .tribe-events-nav-previous a {
    padding-left: 0;
  }
}
.post-type-archive-tribe_events .tribe-events-nav-next a,
.page-template-page-events-homepage-php .tribe-events-nav-next a {
  text-align: right;
}
@media (max-width: 767px) {
  .post-type-archive-tribe_events .tribe-events-nav-next a,
  .page-template-page-events-homepage-php .tribe-events-nav-next a {
    padding-right: 0;
  }
}
.post-type-archive-tribe_events .tribe-bar-views-inner,
.page-template-page-events-homepage-php .tribe-bar-views-inner {
  background-color: #dff3f2;
}
.post-type-archive-tribe_events #tribe-bar-form,
.page-template-page-events-homepage-php #tribe-bar-form {
  background-color: #eef7f7;
}
@media (max-width: 500px) {
  .post-type-archive-tribe_events #tribe-bar-form,
  .page-template-page-events-homepage-php #tribe-bar-form {
    background-color: #dff3f2;
  }
}
.post-type-archive-tribe_events #tribe-bar-form label,
.page-template-page-events-homepage-php #tribe-bar-form label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.84;
  letter-spacing: 0.6px;
  text-align: left;
  color: #29aca6;
  margin-bottom: 0;
}
.post-type-archive-tribe_events #tribe-bar-form input[type=text],
.page-template-page-events-homepage-php #tribe-bar-form input[type=text] {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.57;
  text-align: left;
  color: #000000;
  border-bottom: 1px dashed #80c2c0;
}
.post-type-archive-tribe_events #tribe-bar-form .tribe-bar-submit input[type=submit],
.page-template-page-events-homepage-php #tribe-bar-form .tribe-bar-submit input[type=submit] {
  border: solid 1px #29aca6;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  border-radius: 0;
  color: #29aca6;
  padding: 11px 0 12px;
  width: 100%;
  max-width: 206px;
}
.post-type-archive-tribe_events #tribe-bar-form .tribe-bar-submit input[type=submit]:focus,
.page-template-page-events-homepage-php #tribe-bar-form .tribe-bar-submit input[type=submit]:focus,
.post-type-archive-tribe_events #tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
.page-template-page-events-homepage-php #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background: #4baca6 !important;
  border-color: #4baca6 !important;
  color: #fff !important;
}
.post-type-archive-tribe_events #tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
.page-template-page-events-homepage-php #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.post-type-archive-tribe_events #tribe-bar-views select,
.page-template-page-events-homepage-php #tribe-bar-views select {
  opacity: 0;
}
.post-type-archive-tribe_events #tribe-bar-views-toggle,
.page-template-page-events-homepage-php #tribe-bar-views-toggle {
  cursor: pointer;
  display: block;
  padding-left: 22px;
  padding-top: 5px;
}
.post-type-archive-tribe_events #tribe-bar-views-toggle .tribe-icon-month,
.page-template-page-events-homepage-php #tribe-bar-views-toggle .tribe-icon-month {
  position: relative;
  left: -7px;
}
.post-type-archive-tribe_events #tribe-bar-views .tribe-bar-views-list,
.page-template-page-events-homepage-php #tribe-bar-views .tribe-bar-views-list,
.post-type-archive-tribe_events #tribe-bar-views-toggle,
.page-template-page-events-homepage-php #tribe-bar-views-toggle,
.post-type-archive-tribe_events #tribe-bar-views .tribe-bar-views-list:focus,
.page-template-page-events-homepage-php #tribe-bar-views .tribe-bar-views-list:focus,
.post-type-archive-tribe_events #tribe-bar-views-toggle:focus,
.page-template-page-events-homepage-php #tribe-bar-views-toggle:focus {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  color: #000;
  background-color: transparent;
  transition: color 0.2s ease-out;
}
.post-type-archive-tribe_events #tribe-bar-views .tribe-bar-views-list:hover,
.page-template-page-events-homepage-php #tribe-bar-views .tribe-bar-views-list:hover,
.post-type-archive-tribe_events #tribe-bar-views-toggle:hover,
.page-template-page-events-homepage-php #tribe-bar-views-toggle:hover {
  color: #29aca6;
}
.post-type-archive-tribe_events #tribe-bar-views .tribe-bar-views-list,
.page-template-page-events-homepage-php #tribe-bar-views .tribe-bar-views-list {
  background: #dff3f2 !important;
}
.post-type-archive-tribe_events #tribe-bar-views .tribe-bar-views-list li,
.page-template-page-events-homepage-php #tribe-bar-views .tribe-bar-views-list li {
  color: #000;
  background: #dff3f2 !important;
  transition: color 0.2s ease-out;
}
.post-type-archive-tribe_events #tribe-bar-views .tribe-bar-views-list li:hover,
.page-template-page-events-homepage-php #tribe-bar-views .tribe-bar-views-list li:hover {
  color: #29aca6;
}
.post-type-archive-tribe_events #tribe-bar-views .tribe-bar-views-list li:last-child,
.page-template-page-events-homepage-php #tribe-bar-views .tribe-bar-views-list li:last-child {
  padding-bottom: 13px;
}
.post-type-archive-tribe_events .tribe-bar-views span.tribe-icon-month,
.page-template-page-events-homepage-php .tribe-bar-views span.tribe-icon-month,
.post-type-archive-tribe_events .tribe-bar-views span[class^=tribe-icon-],
.page-template-page-events-homepage-php .tribe-bar-views span[class^=tribe-icon-] {
  background-size: 15px 16px;
}
.post-type-archive-tribe_events #tribe-bar-views .tribe-bar-views-option,
.page-template-page-events-homepage-php #tribe-bar-views .tribe-bar-views-option {
  padding: 6px 15px 6px 22px;
}
.post-type-archive-tribe_events #tribe-bar-views .tribe-bar-views-option > span,
.page-template-page-events-homepage-php #tribe-bar-views .tribe-bar-views-option > span {
  padding-right: 7px;
}
.post-type-archive-tribe_events #tribe-bar-form #tribe-bar-views,
.page-template-page-events-homepage-php #tribe-bar-form #tribe-bar-views {
  position: relative;
  float: left;
  width: 16.6667%;
}
@media (max-width: 784px) {
  .post-type-archive-tribe_events #tribe-bar-form #tribe-bar-views,
  .page-template-page-events-homepage-php #tribe-bar-form #tribe-bar-views {
    width: 34%;
  }
}
@media (max-width: 500px) {
  .post-type-archive-tribe_events #tribe-bar-form #tribe-bar-views,
  .page-template-page-events-homepage-php #tribe-bar-form #tribe-bar-views {
    width: 50%;
  }
}
.post-type-archive-tribe_events #tribe-bar-form #tribe-bar-filters-wrap,
.page-template-page-events-homepage-php #tribe-bar-form #tribe-bar-filters-wrap {
  float: left;
  width: 83.3333%;
}
@media (max-width: 784px) {
  .post-type-archive-tribe_events #tribe-bar-form #tribe-bar-filters-wrap,
  .page-template-page-events-homepage-php #tribe-bar-form #tribe-bar-filters-wrap {
    width: 66%;
  }
}
@media (max-width: 500px) {
  .post-type-archive-tribe_events #tribe-bar-form #tribe-bar-filters-wrap,
  .page-template-page-events-homepage-php #tribe-bar-form #tribe-bar-filters-wrap {
    width: 50%;
  }
}
.post-type-archive-tribe_events #tribe-bar-collapse-toggle,
.page-template-page-events-homepage-php #tribe-bar-collapse-toggle {
  color: #000;
}
@media (max-width: 784px) {
  .post-type-archive-tribe_events #tribe-bar-collapse-toggle,
  .page-template-page-events-homepage-php #tribe-bar-collapse-toggle {
    padding: 20px 20px 21px;
  }
}
.post-type-archive-tribe_events #tribe-bar-collapse-toggle:focus,
.page-template-page-events-homepage-php #tribe-bar-collapse-toggle:focus,
.post-type-archive-tribe_events #tribe-bar-collapse-toggle:hover,
.page-template-page-events-homepage-php #tribe-bar-collapse-toggle:hover {
  background: #dff3f2;
  color: #000;
}
.post-type-archive-tribe_events .tribe-events-calendar td,
.page-template-page-events-homepage-php .tribe-events-calendar td {
  transition: none !important;
}
.post-type-archive-tribe_events .tribe-events-calendar thead,
.page-template-page-events-homepage-php .tribe-events-calendar thead {
  background: transparent;
  border-color: transparent;
}
.post-type-archive-tribe_events .tribe-events-calendar thead th,
.page-template-page-events-homepage-php .tribe-events-calendar thead th {
  background-color: #2d2d2d;
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  border-color: #2d2d2d;
}
@media (max-width: 767px) {
  .post-type-archive-tribe_events .tribe-events-calendar thead th,
  .page-template-page-events-homepage-php .tribe-events-calendar thead th {
    font-size: 7px;
    letter-spacing: -0.2px;
  }
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past.tribe-events-othermonth div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-past.tribe-events-othermonth div[id*=tribe-events-daynum-] {
  color: #fff;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past.tribe-events-othermonth div[id*=tribe-events-daynum-] a,
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-past.tribe-events-othermonth div[id*=tribe-events-daynum-] a {
  color: #fff;
}
.post-type-archive-tribe_events .tribe-events-calendar td div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-calendar td div[id*=tribe-events-daynum-] {
  background-color: #d7d7d7;
}
.post-type-archive-tribe_events .tribe-events-calendar td div[id*=tribe-events-daynum-] a,
.page-template-page-events-homepage-php .tribe-events-calendar td div[id*=tribe-events-daynum-] a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.7px;
  text-align: left;
  color: #ffffff;
  background: none;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] {
  background-color: #d7d7d7;
  opacity: .5;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-thismonth div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-thismonth div[id*=tribe-events-daynum-] {
  background-color: #eef7f7;
  color: #29aca6;
  opacity: 1;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-thismonth div[id*=tribe-events-daynum-] a,
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-thismonth div[id*=tribe-events-daynum-] a {
  color: #29aca6;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-],
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-future div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-future div[id*=tribe-events-daynum-] {
  background-color: #d7d7d7;
  color: #29aca6;
  opacity: 1;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-] a,
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-] a,
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-future div[id*=tribe-events-daynum-] a,
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-future div[id*=tribe-events-daynum-] a {
  color: #29aca6;
  background-color: transparent;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-future.tribe-events-thismonth div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-future.tribe-events-thismonth div[id*=tribe-events-daynum-] {
  background-color: #eef7f7;
  color: #29aca6;
  opacity: 1;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-future.tribe-events-thismonth div[id*=tribe-events-daynum-] a,
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-future.tribe-events-thismonth div[id*=tribe-events-daynum-] a {
  color: #29aca6;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past.tribe-events-thismonth div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-past.tribe-events-thismonth div[id*=tribe-events-daynum-] {
  background-color: #d7d7d7;
  color: #fff;
  opacity: 1;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past.tribe-events-thismonth div[id*=tribe-events-daynum-] a,
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-past.tribe-events-thismonth div[id*=tribe-events-daynum-] a {
  color: #29aca6;
  background-color: transparent;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-othermonth.tribe-events-past div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-othermonth.tribe-events-past div[id*=tribe-events-daynum-] {
  background-color: #e9eef1;
}
.post-type-archive-tribe_events .tribe-events-othermonth .tribe-events-month-event-title,
.page-template-page-events-homepage-php .tribe-events-othermonth .tribe-events-month-event-title,
.post-type-archive-tribe_events .tribe-events-othermonth div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-othermonth div[id*=tribe-events-daynum-] {
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: #f7f9fa;
}
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,
.post-type-archive-tribe_events .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a,
.page-template-page-events-homepage-php .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
  opacity: 1;
  filter: alpha(opacity=50);
  color: rgba(0, 0, 0, 0.5);
}
.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-present,
.page-template-page-events-homepage-php .tribe-events-calendar .tribe-events-present,
.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td:hover,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-calendar td:hover {
  background: #eef7f7;
  border-color: #d2d2d2;
}
.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-present .tribe-events-viewmore a,
.page-template-page-events-homepage-php .tribe-events-calendar .tribe-events-present .tribe-events-viewmore a,
.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td:hover .tribe-events-viewmore a,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-calendar td:hover .tribe-events-viewmore a,
.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-present .tribe-events-month-event-title a,
.page-template-page-events-homepage-php .tribe-events-calendar .tribe-events-present .tribe-events-month-event-title a,
.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td:hover .tribe-events-month-event-title a,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-calendar td:hover .tribe-events-month-event-title a {
  color: #29aca6;
}
.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-present div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php .tribe-events-calendar .tribe-events-present div[id*=tribe-events-daynum-],
.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td:hover div[id*=tribe-events-daynum-],
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-calendar td:hover div[id*=tribe-events-daynum-] {
  background-color: #29aca6 !important;
  opacity: 1 !important;
  color: #fff !important;
}
.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-present div[id*=tribe-events-daynum-] a,
.page-template-page-events-homepage-php .tribe-events-calendar .tribe-events-present div[id*=tribe-events-daynum-] a,
.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td:hover div[id*=tribe-events-daynum-] a,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-calendar td:hover div[id*=tribe-events-daynum-] a {
  color: #fff !important;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td:hover,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-calendar td:hover {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
}
.post-type-archive-tribe_events .tribe-events-tooltip h3,
.page-template-page-events-homepage-php .tribe-events-tooltip h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.post-type-archive-tribe_events .tribe-events-tooltip img,
.page-template-page-events-homepage-php .tribe-events-tooltip img {
  max-width: 150px;
  height: auto;
}
.post-type-archive-tribe_events .tribe-events-tooltip .tribe-event-duration,
.page-template-page-events-homepage-php .tribe-events-tooltip .tribe-event-duration {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #29aca6;
  clear: both;
}
.post-type-archive-tribe_events .tribe-events-tooltip .tribe-event-description,
.page-template-page-events-homepage-php .tribe-events-tooltip .tribe-event-description {
  margin-top: 5px;
}
.post-type-archive-tribe_events .tribe-events-tooltip .tribe-event-description,
.page-template-page-events-homepage-php .tribe-events-tooltip .tribe-event-description,
.post-type-archive-tribe_events .tribe-events-tooltip .tribe-event-description p,
.page-template-page-events-homepage-php .tribe-events-tooltip .tribe-event-description p {
  font-family: "Libre Baskerville", serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.post-type-archive-tribe_events .tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb,
.page-template-page-events-homepage-php .tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb {
  padding: 2px 1em 8px 0;
}
.post-type-archive-tribe_events .tribe-bar-geoloc-filter,
.page-template-page-events-homepage-php .tribe-bar-geoloc-filter,
.post-type-archive-tribe_events .tribe-bar-date-filter,
.page-template-page-events-homepage-php .tribe-bar-date-filter,
.post-type-archive-tribe_events .tribe-bar-search-filter,
.page-template-page-events-homepage-php .tribe-bar-search-filter,
.post-type-archive-tribe_events .tribe-bar-submit,
.page-template-page-events-homepage-php .tribe-bar-submit {
  padding: 10px 10px 17px 20px;
  margin-left: 0;
}
.post-type-archive-tribe_events .tribe-bar-submit,
.page-template-page-events-homepage-php .tribe-bar-submit {
  padding-top: 16px;
}
.post-type-archive-tribe_events .tribe-bar-views-inner,
.page-template-page-events-homepage-php .tribe-bar-views-inner {
  padding: 11px 6px 15px;
  margin-right: -1px;
}
.post-type-archive-tribe_events #tribe-events-bar,
.page-template-page-events-homepage-php #tribe-events-bar {
  margin-bottom: 25px;
}
.post-type-archive-tribe_events #tribe-events-header,
.page-template-page-events-homepage-php #tribe-events-header {
  margin-top: 0;
}
.post-type-archive-tribe_events .tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb,
.page-template-page-events-homepage-php .tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
  padding: 5px 1em 0 0;
}
.post-type-archive-tribe_events .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img,
.page-template-page-events-homepage-php .tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
  max-height: none;
  max-width: 150px;
}
.post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar,
.page-template-page-events-homepage-php #tribe-events-content table.tribe-events-calendar {
  margin-top: 11px;
}
.post-type-archive-tribe_events .recurring-info-tooltip,
.page-template-page-events-homepage-php .recurring-info-tooltip,
.post-type-archive-tribe_events .tribe-events-calendar .tribe-events-tooltip,
.page-template-page-events-homepage-php .tribe-events-calendar .tribe-events-tooltip,
.post-type-archive-tribe_events .tribe-events-shortcode.view-week .tribe-events-tooltip,
.page-template-page-events-homepage-php .tribe-events-shortcode.view-week .tribe-events-tooltip,
.post-type-archive-tribe_events .tribe-events-week .tribe-events-tooltip,
.page-template-page-events-homepage-php .tribe-events-week .tribe-events-tooltip {
  padding: 13px;
}
.post-type-archive-tribe_events .tribe-events-back,
.page-template-page-events-homepage-php .tribe-events-back {
  margin: 0 0 20px;
}
.post-type-archive-tribe_events .tribe-events-back a,
.page-template-page-events-homepage-php .tribe-events-back a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: 0.8px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  transition: opacity 0.2s ease-out;
}
.post-type-archive-tribe_events .tribe-events-back a:hover,
.page-template-page-events-homepage-php .tribe-events-back a:hover {
  opacity: 0.8;
}
.post-type-archive-tribe_events .tribe-events-single-event-title,
.page-template-page-events-homepage-php .tribe-events-single-event-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.24;
  letter-spacing: -0.4px;
  text-align: left;
  color: #000000;
}
.post-type-archive-tribe_events .tribe-events-schedule .tribe-events-cost,
.page-template-page-events-homepage-php .tribe-events-schedule .tribe-events-cost,
.post-type-archive-tribe_events .tribe-events-schedule,
.page-template-page-events-homepage-php .tribe-events-schedule,
.post-type-archive-tribe_events .tribe-events-schedule h2,
.page-template-page-events-homepage-php .tribe-events-schedule h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #29aca6;
}
.post-type-archive-tribe_events .tribe-events-schedule a,
.page-template-page-events-homepage-php .tribe-events-schedule a {
  color: #29aca6;
}
.post-type-archive-tribe_events .tribe-events-schedule h2,
.page-template-page-events-homepage-php .tribe-events-schedule h2 {
  padding-right: 5px;
}
.post-type-archive-tribe_events .tribe-events-schedule .recurringinfo,
.page-template-page-events-homepage-php .tribe-events-schedule .recurringinfo {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.post-type-archive-tribe_events .tribe-events-schedule .tribe-events-divider,
.page-template-page-events-homepage-php .tribe-events-schedule .tribe-events-divider {
  padding-right: 3px;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta {
  background: #eef7f7;
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
  margin-top: 42px;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta a,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta a {
  color: #29aca6;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta h2,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta h2 {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  margin-top: 36px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta h2,
  .page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta h2 {
    margin-top: 6px;
  }
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta dl dt,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta dl dt {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 23px;
  text-align: left;
  color: #000;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta dl dd,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta dl dd {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
  color: #000;
  border: none;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta dl dd abbr,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta dl dd abbr {
  text-decoration: none;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group {
  width: 40%;
}
@media (max-width: 767px) {
  .post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group,
  .page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group {
    width: 100%;
    padding: 0 !important;
  }
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-gmap,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-gmap {
  width: 100%;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-details,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-details {
  padding-left: 41px;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-venue,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group-venue {
  padding-left: 9px;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta.secondary .tribe-events-meta-group-venue,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta.secondary .tribe-events-meta-group-venue {
  padding-left: 41px;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group + .tribe-events-meta-group + .tribe-events-meta-group-gmap,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group + .tribe-events-meta-group + .tribe-events-meta-group-gmap {
  padding-right: 40px;
  padding-bottom: 10px;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group + .tribe-events-meta-group + .tribe-events-meta-group-gmap .tribe-events-venue-map,
.page-template-page-events-homepage-php #tribe-events-content .tribe-events-event-meta .tribe-events-meta-group + .tribe-events-meta-group + .tribe-events-meta-group-gmap .tribe-events-venue-map {
  margin-top: 6px;
}
.post-type-archive-tribe_events .tribe-related-events-title a,
.page-template-page-events-homepage-php .tribe-related-events-title a,
.post-type-archive-tribe_events .tribe-events-related-events-title,
.page-template-page-events-homepage-php .tribe-events-related-events-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: 0.8px;
  color: #000000;
}
.post-type-archive-tribe_events .tribe-related-events-title a,
.page-template-page-events-homepage-php .tribe-related-events-title a {
  transition: opacity 0.2s ease-out;
}
.post-type-archive-tribe_events .tribe-related-events-title a:hover,
.page-template-page-events-homepage-php .tribe-related-events-title a:hover {
  opacity: 0.8;
}
.post-type-archive-tribe_events .tribe-related-events .tribe-related-event-info,
.page-template-page-events-homepage-php .tribe-related-events .tribe-related-event-info {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #29aca6;
}
.post-type-archive-tribe_events .tribe-events-related-events-title,
.page-template-page-events-homepage-php .tribe-events-related-events-title {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
}
.post-type-archive-tribe_events #tribe-events-footer .tribe-events-sub-nav a,
.page-template-page-events-homepage-php #tribe-events-footer .tribe-events-sub-nav a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: 0.8px;
  color: #000000;
  vertical-align: top;
  transition: opacity 0.2s ease-out;
}
.post-type-archive-tribe_events #tribe-events-footer .tribe-events-sub-nav a:hover,
.page-template-page-events-homepage-php #tribe-events-footer .tribe-events-sub-nav a:hover {
  opacity: 0.8;
}
.post-type-archive-tribe_events #tribe-events-footer .tribe-events-sub-nav a span,
.page-template-page-events-homepage-php #tribe-events-footer .tribe-events-sub-nav a span {
  line-height: 1;
  vertical-align: top;
}
.post-type-archive-tribe_events .tribe-events-nav-pagination,
.page-template-page-events-homepage-php .tribe-events-nav-pagination {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .post-type-archive-tribe_events .tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail,
  .page-template-page-events-homepage-php .tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail {
    float: left;
    width: 30%;
    margin-right: 20px;
  }
}
.post-type-archive-tribe_events #tribe-events-photo-events,
.page-template-page-events-homepage-php #tribe-events-photo-events {
  margin-top: 12px;
  margin-bottom: -75px;
}
@media (min-width: 1170px) {
  .post-type-archive-tribe_events #tribe-events-photo-events,
  .page-template-page-events-homepage-php #tribe-events-photo-events {
    width: 1178px;
  }
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-photo-event,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-photo-event {
  transition: none !important;
  border-bottom: 0;
  box-sizing: border-box;
  margin-bottom: 45px;
  padding: 0;
}
@media (min-width: 1170px) {
  .post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-photo-event,
  .page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-photo-event {
    width: 370px;
  }
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title a,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title a {
  color: #000000;
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title a,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title a {
  transition: opacity 0.2s ease-out;
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title a:hover,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-event-details .tribe-events-list-event-title a:hover {
  opacity: 0.8;
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-event-meta,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-event-meta {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: normal;
  text-align: left;
  color: #29aca6;
  margin-bottom: 4px;
  background: transparent !important;
  margin-top: 0;
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-content,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-content {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-photo-event .tribe-events-photo-event-wrap,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-photo-event .tribe-events-photo-event-wrap {
  border: 0;
  background: #fbfbfb;
  box-shadow: none;
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-photo-event .tribe-events-event-meta .recurringinfo,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-photo-event .tribe-events-event-meta .recurringinfo {
  display: block;
  margin: 0 0 5px;
  line-height: 1;
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-photo-event .tribe-events-event-image,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-photo-event .tribe-events-event-image {
  margin-bottom: 8px;
}
.post-type-archive-tribe_events #tribe-events-photo-events .tribe-events-photo-event .tribe-events-event-details,
.page-template-page-events-homepage-php #tribe-events-photo-events .tribe-events-photo-event .tribe-events-event-details {
  float: none;
  padding: 15px 21px;
  word-wrap: break-word;
}
.post-type-archive-tribe_events #tribe-events-footer,
.page-template-page-events-homepage-php #tribe-events-footer {
  border-top: none;
  margin-top: 16px;
  position: relative;
  z-index: 50;
}
.post-type-archive-tribe_events #tribe-bar-form.tribe-bar-collapse #tribe-bar-views,
.page-template-page-events-homepage-php #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
  margin-top: 0;
}
@media (max-width: 767px) {
  .post-type-archive-tribe_events #tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event,
  .page-template-page-events-homepage-php #tribe-events-photo-events.photo-two-col .type-tribe_events.tribe-events-photo-event,
  .post-type-archive-tribe_events #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event,
  .page-template-page-events-homepage-php #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event {
    float: none;
    margin: 0 auto 12px;
    max-width: none;
    position: static !important;
    width: auto;
  }
}
.post-type-archive-tribe_events .tribe-events-filter-view .tribe-events-page-title,
.page-template-page-events-homepage-php .tribe-events-filter-view .tribe-events-page-title {
  margin-top: 25px;
}
#tribe-events .tribe-events-button {
  border: solid 1px #d7d7d7;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  border-radius: 0;
  color: #000;
  font-weight: 600;
}
#tribe-events .tribe-events-button:focus,
#tribe-events .tribe-events-button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #fff;
}
body.tribe_community_edit #tribe-add-exclusion,
.tribe_community_edit .button {
  border: solid 1px #d7d7d7;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  border-radius: 0;
  color: #000;
  font-weight: 600;
}
body.tribe_community_edit #tribe-add-exclusion:focus,
.tribe_community_edit .button:focus,
body.tribe_community_edit #tribe-add-exclusion:hover,
.tribe_community_edit .button:hover {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff;
}
.single-tribe_events ul.tribe-related-events .recurringinfo {
  margin-top: 0;
}
.single-tribe_events .secondary .tribe-events-venue-map {
  width: auto;
  max-width: 100%;
  display: block;
  float: none;
  clear: both;
  margin-left: 41px;
  margin-bottom: 41px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .single-tribe_events .secondary .tribe-events-venue-map {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .single-tribe_events #tribe-events-content {
    margin-top: 53px;
  }
}
.single-tribe_events .tribe-events-back {
  margin: 0 0 14px;
}
.single-tribe_events .tribe-events-schedule {
  margin-top: 5px;
  margin-bottom: 29px;
}
.single-tribe_events .tribe-events-event-image {
  text-align: left;
  margin-bottom: 26px;
}
.tribe-events-list .tribe-events-event-image img {
  box-shadow: 0 2px 2px #dfdfdf;
}
.single-tribe_events #tribe-events .tribe-events-single-event-description,
.single-tribe_events #tribe-events .tribe-events-single-event-description p {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.single-tribe_events #tribe-events .tribe-events-single-event-description p {
  margin-bottom: 28px;
}
.single-tribe_events #tribe-events .tribe-events-single-event-description p:last-child {
  margin-bottom: 7px;
}
.single-tribe_events #tribe-events .tribe-events-single-event-description .tribe-events-button {
  padding: 4px 14px 5px;
  margin-right: 10px;
}
.select2-dropdown-open {
  box-shadow: none !important;
}
.select2-drop-active .select2-results .select2-highlighted {
  background-color: #dff3f2 !important;
  color: #000;
}
.tribe-dropdown .select2-choice {
  background: #fff !important;
}
.select2-search input {
  background-image: none !important;
}
.tribe_community_edit .select2-drop input[type=text] {
  border-color: #99b1c6 !important;
}
.tribe-community-events .tribe-section .tribe-delete-this.hover-state:hover,
.tribe-community-events .tribe-section .tribe-delete-this:hover:hover {
  color: #5b7f95 !important;
}
.tribe-related-events-thumbnail {
  backface-visibility: hidden;
}
.tribe-related-events-thumbnail img {
  transition: opacity 0.2s ease-out;
  backface-visibility: hidden;
}
.tribe-related-events-thumbnail:hover img {
  opacity: 0.9;
}
.event-is-recurring .tribe-events-tooltip {
  display: none !important;
}
body.tribe_community_edit h1 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.24;
  letter-spacing: -0.4px;
  text-align: center;
  color: #000000;
}
body.tribe_community_edit .submit-event-h1 {
  margin-top: 30px;
  margin-bottom: 23px;
}
body.tribe_community_edit .submit-login-page ~ form p,
body.tribe_community_edit .submit-login-page ~ p {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
body.tribe_community_edit .submit-login-page ~ form p label,
body.tribe_community_edit .submit-login-page ~ p label {
  margin-right: 12px;
}
body.tribe_community_edit .submit-login-page ~ form p input,
body.tribe_community_edit .submit-login-page ~ p input {
  border: 1px solid #99b1c6;
}
body.tribe_community_edit .submit-login-page ~ form p.login-username,
body.tribe_community_edit .submit-login-page ~ p.login-username {
  margin-top: 27px;
}
body.tribe_community_edit .submit-login-page ~ form p.login-username label,
body.tribe_community_edit .submit-login-page ~ p.login-username label {
  margin-right: 12px;
}
body.tribe_community_edit .submit-login-page ~ form p.login-username input,
body.tribe_community_edit .submit-login-page ~ p.login-username input {
  padding: 5px;
  margin-top: -6px;
  max-width: 250px;
  width: 100%;
}
body.tribe_community_edit .submit-login-page ~ form p.login-password label,
body.tribe_community_edit .submit-login-page ~ p.login-password label {
  margin-right: 12px;
}
body.tribe_community_edit .submit-login-page ~ form p.login-password input,
body.tribe_community_edit .submit-login-page ~ p.login-password input {
  padding: 5px;
  margin-top: -4px;
  max-width: 250px;
  width: 100%;
}
body.tribe_community_edit .submit-login-page ~ form p.login-remember,
body.tribe_community_edit .submit-login-page ~ p.login-remember {
  position: relative;
  margin-top: 21px;
}
body.tribe_community_edit .submit-login-page ~ form p.login-remember label,
body.tribe_community_edit .submit-login-page ~ p.login-remember label {
  padding-left: 35px;
}
body.tribe_community_edit .submit-login-page ~ form p.login-remember input,
body.tribe_community_edit .submit-login-page ~ p.login-remember input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body.tribe_community_edit .submit-login-page ~ form p.login-remember input:checked ~ .checkbox-mask,
body.tribe_community_edit .submit-login-page ~ p.login-remember input:checked ~ .checkbox-mask {
  background-color: #d7d7d7;
}
body.tribe_community_edit .submit-login-page ~ form p.login-remember input:checked ~ .checkbox-mask:after,
body.tribe_community_edit .submit-login-page ~ p.login-remember input:checked ~ .checkbox-mask:after {
  display: block;
}
body.tribe_community_edit .submit-login-page ~ form p.login-remember .checkbox-mask,
body.tribe_community_edit .submit-login-page ~ p.login-remember .checkbox-mask {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid 1px #d7d7d7;
}
body.tribe_community_edit .submit-login-page ~ form p.login-remember .checkbox-mask:after,
body.tribe_community_edit .submit-login-page ~ p.login-remember .checkbox-mask:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.tribe_community_edit .submit-login-page ~ form p.login-submit,
body.tribe_community_edit .submit-login-page ~ p.login-submit {
  margin-top: 25px;
}
body.tribe_community_edit .submit-login-page ~ form p.login-submit input[type="submit"],
body.tribe_community_edit .submit-login-page ~ p.login-submit input[type="submit"] {
  padding: 8px 19px;
  margin-bottom: 15px;
}
body.tribe_community_edit .tribe-ce-lostpassword {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: left;
  color: #29aca6;
  text-transform: uppercase;
}
body.tribe_community_edit .tribe-ce-lostpassword:hover {
  opacity: 0.8;
}
body.tribe_community_edit label {
  font-weight: normal !important;
}
@media (max-width: 767px) {
  body.tribe_community_edit table tr > td {
    display: inline-block !important;
    width: 300px !important;
    min-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px !important;
  }
  body.tribe_community_edit .tribe-section-taxonomy .tribe-section-content {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  body.tribe_community_edit .tribe-section-taxonomy .tribe-section-content button.button {
    border: solid 1px #d7d7d7;
    background-color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.69;
    letter-spacing: 0.7px;
    text-align: center;
    border-radius: 0;
    color: #000;
  }
  body.tribe_community_edit .tribe-section-taxonomy .tribe-section-content button.button:focus,
  body.tribe_community_edit .tribe-section-taxonomy .tribe-section-content button.button:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff;
  }
  body.tribe_community_edit .tribe-section input {
    width: 100% !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  body.tribe_community_edit table tr > td:nth-child(1) {
    padding-left: 10px !important;
  }
}
body.tribe_community_edit .main-content:not(.login-main-content) {
  padding-left: 0;
  padding-right: 0;
}
body.tribe_community_edit .main-container {
  margin-top: 17px;
}
body.tribe_community_edit .mib-event-submit {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1170px) {
  body.tribe_community_edit .mib-event-submit {
    padding: 16px 116px 0;
  }
}
body.tribe_community_edit .mib-event-submit .media h2,
body.tribe_community_edit .mib-event-submit .media h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
body.tribe_community_edit .mib-event-submit .media h2 {
  font-size: 24px;
  margin-bottom: -1px;
  font-weight: 600;
}
body.tribe_community_edit .mib-event-submit .media h3 {
  font-size: 24px;
  margin-bottom: 26px;
  min-height: 56px;
}
body.tribe_community_edit .mib-event-submit .media p {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 26px;
}
body.tribe_community_edit .mib-event-submit .media img {
  max-width: 70px;
  height: 70px;
  margin-right: 34px;
}
body.tribe_community_edit .tribe-community-events {
  padding: 15px;
}
@media (min-width: 1170px) {
  body.tribe_community_edit .tribe-community-events {
    padding: 39px 84px;
  }
}
body.tribe_community_edit #post_title {
  padding: 19px 5px;
  margin-bottom: 23px;
}
body.tribe_community_edit .events-community-post-content label {
  margin-bottom: 4px;
}
body.tribe_community_edit .events-community-post-content textarea {
  height: 203px;
  margin-bottom: 17px;
}
body.tribe_community_edit .tribe-section-header {
  padding: 15px 17px 14px !important;
}
body.tribe_community_edit .tribe-section-datetime {
  padding-bottom: 27px !important;
}
body.tribe_community_edit .eventForm .tribe-datetime-block .tribe-field-start_date {
  width: 100px;
  margin-top: 4px;
  height: 29px;
}
body.tribe_community_edit .eventForm .tribe-datetime-block .tribe-field-end_time,
body.tribe_community_edit .eventForm .tribe-datetime-block .tribe-field-start_time {
  width: 80px;
  margin-left: -1px;
}
body.tribe_community_edit .tribe-change-timezone {
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #29aca6;
}
body.tribe_community_edit .tribe-change-timezone:hover {
  color: #29aca6;
  opacity: 0.8;
}
body.tribe_community_edit .tribe-community-events .tribe-section-content-field #allDayCheckbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
}
body.tribe_community_edit .tribe-community-events .tribe-section-content-field #allDayCheckbox ~ label {
  padding-left: 18px;
  padding-top: 5px;
}
body.tribe_community_edit .tribe-community-events .tribe-section-content-field #allDayCheckbox:checked ~ label:before {
  background: #d7d7d7;
}
body.tribe_community_edit .tribe-community-events .tribe-section-content-field #allDayCheckbox:checked ~ label:after {
  content: '';
  display: block;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 2px;
}
body.tribe_community_edit .tribe-community-events .tribe-section-content-field label {
  font-family: "Libre Baskerville", serif !important;
  font-size: 13px !important;
  font-weight: normal !important;
  line-height: 2;
  letter-spacing: normal !important;
  text-align: left;
  color: #000000;
  cursor: pointer;
  position: relative;
}
body.tribe_community_edit .tribe-community-events .tribe-section-content-field label[for="allDayCheckbox"]:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 11px;
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #80c2c0;
}
body.tribe_community_edit .tribe-datetime-block {
  padding-bottom: 27px !important;
}
body.tribe_community_edit .tribe-datetime-block .tribe-add-recurrence {
  padding: 8px 15px !important;
  margin-top: 11px;
  margin-left: 11px;
}
body.tribe_community_edit .tribe-image-upload-area {
  background-position: 50% 7px !important;
}
body.tribe_community_edit .tribe-section-image-uploader {
  padding-bottom: 38px !important;
  margin-bottom: 26px !important;
}
body.tribe_community_edit .tribe-section-taxonomy {
  padding-bottom: 31px !important;
}
body.tribe_community_edit #event_tribe_venue {
  padding-bottom: 33px !important;
  margin-bottom: 25px !important;
  position: relative;
}
body.tribe_community_edit #event_tribe_venue .tribe-dropdown-created {
  margin-top: -3px;
  margin-left: -2px;
}
body.tribe_community_edit #event_tribe_venue .tribe-dropdown-created a {
  min-height: 29px;
  padding: 1px 0 0 4px;
}
body.tribe_community_edit #event_tribe_organizer {
  padding-bottom: 21px !important;
  margin-bottom: 25px !important;
}
body.tribe_community_edit #event_tribe_organizer .tribe-dropdown-created a {
  height: 29px;
  margin-bottom: -3px;
}
body.tribe_community_edit #event_tribe_organizer .tribe-add-post {
  position: relative;
  top: -3px !important;
  left: -2px !important;
  padding: 8px 15px !important;
  margin-bottom: 14px !important;
}
body.tribe_community_edit #event_tribe_organizer .select2-container {
  margin-left: -2px;
  position: relative;
  top: -1px;
}
body.tribe_community_edit .tribe-community-events form .tribe-section-website {
  padding-bottom: 34px !important;
  margin-bottom: 25px !important;
}
body.tribe_community_edit .tribe-community-events form .tribe-section-website label {
  position: relative;
  top: 6px;
}
body.tribe_community_edit .tribe-community-events form .tribe-section-website #EventUrl {
  padding: 0px 5px 1px;
  margin-top: 5px;
  margin-left: -2px;
  width: calc(80% + 5px);
}
body.tribe_community_edit .tribe-community-events form .tribe-section-cost {
  padding-bottom: 31px !important;
}
body.tribe_community_edit .tribe-community-events form .tribe-section-cost label {
  position: relative;
  top: 6px;
}
body.tribe_community_edit .tribe-community-events form .tribe-section-cost #EventCost {
  width: calc(80% + 5px);
  margin-left: -2px;
  margin-top: 5px;
  padding: 0px 4px 1px;
  margin-bottom: -2px;
}
body.tribe_community_edit .tribe-events-community-footer {
  margin-top: 29px;
}
body.tribe_community_edit .tribe-events-community-footer input {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  color: #000;
  padding: 8px 3px !important;
  max-width: 281px !important;
  width: 100% !important;
  margin-right: 12px;
}
body.tribe_community_edit .tribe-events-community-footer input.mib-featured-submit {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  background: #4baca6 !important;
  border-color: #4baca6 !important;
  color: #fff !important;
  padding: 8px 13px !important;
  margin-left: 15px;
  margin-right: 0;
}
body.tribe_community_edit .tribe-events-community-footer input.mib-featured-submit:hover {
  background: #3a8780 !important;
  color: #fff !important;
  border-color: #3a8780 !important;
}
body.tribe_community_edit .tribe-events-community-footer input.mib-featured-submit.active-submit-button:focus,
body.tribe_community_edit .tribe-events-community-footer input.mib-featured-submit.active-submit-button:active,
body.tribe_community_edit .tribe-events-community-footer input.mib-featured-submit.active-submit-button:hover,
body.tribe_community_edit .tribe-events-community-footer input.mib-featured-submit.active-submit-button {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.add-event-url {
  background-color: #dff3f2;
  display: none;
  padding: 21px;
}
.add-event-url .btn {
  padding: 8px 18px;
  font-weight: 600;
}
.post-type-archive-tribe_events .add-event-url {
  display: block !important;
}
.mini-add-event-url {
  background-color: #eef7f7;
  padding: 13px 11px 11px;
  margin-top: 1px;
}
.mini-add-event-url .btn {
  padding: 5px 13px;
  line-height: 1;
  min-height: 32px;
  font-weight: 600;
}
#tribe-events-content {
  margin-bottom: 7px;
}
body.tribe_community_edit .tribe-community-events,
.single .tribe-community-events {
  background: #f4fafa !important;
  border: none !important;
  color: #000 !important;
  margin-top: 9px;
}
body.tribe_community_edit .tribe-community-events .my-events-header,
.single .tribe-community-events .my-events-header {
  display: none !important;
}
body.tribe_community_edit .tribe-community-events .tribe-dropdown,
.single .tribe-community-events .tribe-dropdown,
body.tribe_community_edit .tribe-community-events .tribe-dropdown .select2-choices .select2-input,
.single .tribe-community-events .tribe-dropdown .select2-choices .select2-input,
body.tribe_community_edit .tribe-community-events .req,
.single .tribe-community-events .req,
body.tribe_community_edit .tribe-community-events div h3,
.single .tribe-community-events div h3,
body.tribe_community_edit .tribe-community-events div label,
.single .tribe-community-events div label {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 17px !important;
  font-weight: bold !important;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left !important;
  color: #000000 !important;
}
body.tribe_community_edit .tribe-community-events .tribe-dropdown .select2-choices .select2-input,
.single .tribe-community-events .tribe-dropdown .select2-choices .select2-input,
body.tribe_community_edit .tribe-community-events .req,
.single .tribe-community-events .req {
  font-weight: normal !important;
}
body.tribe_community_edit .tribe-community-events form .tribe-dropdown,
.single .tribe-community-events form .tribe-dropdown,
body.tribe_community_edit .tribe-community-events form .tribe-dropdown.select2-container-multi .select2-choices,
.single .tribe-community-events form .tribe-dropdown.select2-container-multi .select2-choices,
body.tribe_community_edit .tribe-community-events form .tribe-section,
.single .tribe-community-events form .tribe-section,
body.tribe_community_edit .tribe-community-events form .tribe-section-header,
.single .tribe-community-events form .tribe-section-header,
body.tribe_community_edit .tribe-community-events form textarea,
.single .tribe-community-events form textarea,
body.tribe_community_edit .tribe-community-events form input,
.single .tribe-community-events form input {
  border-color: #80c2c0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
body.tribe_community_edit .tribe-community-events form textarea,
.single .tribe-community-events form textarea,
body.tribe_community_edit .tribe-community-events form input#post_title,
.single .tribe-community-events form input#post_title {
  padding-left: 14px !important;
}
body.tribe_community_edit .tribe-community-events form .eventForm .tribe-datetime-block .tribe-field-end_date,
.single .tribe-community-events form .eventForm .tribe-datetime-block .tribe-field-end_date {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
body.tribe_community_edit .tribe-button.submit,
.single .tribe-button.submit,
body.tribe_community_edit .tribe-button,
.single .tribe-button,
body.tribe_community_edit .tribe-add-recurrence.tribe-button,
.single .tribe-add-recurrence.tribe-button,
body.tribe_community_edit #tribe-add-recurrence.tribe-button,
.single #tribe-add-recurrence.tribe-button,
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file,
.single .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file {
  border: solid 1px #3a8780;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  border-radius: 0;
  color: #3a8780;
}
body.tribe_community_edit .tribe-button.submit:focus,
.single .tribe-button.submit:focus,
body.tribe_community_edit .tribe-button:focus,
.single .tribe-button:focus,
body.tribe_community_edit .tribe-add-recurrence.tribe-button:focus,
.single .tribe-add-recurrence.tribe-button:focus,
body.tribe_community_edit #tribe-add-recurrence.tribe-button:focus,
.single #tribe-add-recurrence.tribe-button:focus,
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file:focus,
.single .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file:focus,
body.tribe_community_edit .tribe-button.submit:hover,
.single .tribe-button.submit:hover,
body.tribe_community_edit .tribe-button:hover,
.single .tribe-button:hover,
body.tribe_community_edit .tribe-add-recurrence.tribe-button:hover,
.single .tribe-add-recurrence.tribe-button:hover,
body.tribe_community_edit #tribe-add-recurrence.tribe-button:hover,
.single #tribe-add-recurrence.tribe-button:hover,
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file:hover,
.single .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file:hover {
  background: #3a8780 !important;
  border-color: #3a8780 !important;
  color: #fff;
}
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file,
.single .tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-image-upload-area .choose-file {
  position: relative;
  z-index: 10;
  padding: 8px 15px 8px 16px;
  width: auto;
}
.tribe-dropdown .select2-choice,
.tribe-ea-dropdown .select2-choice,
.select2-drop {
  border-color: #80c2c0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: "Libre Baskerville", serif;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 1.86;
  letter-spacing: normal;
  text-align: left !important;
  color: #000000 !important;
}
.select2-drop {
  max-width: 500px;
}
span.select2-arrow:before {
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  position: absolute;
  top: 11px;
  right: 7px;
}
span.select2-arrow b {
  display: none !important;
}
.select2-dropdown-open span.select2-arrow:before {
  content: "";
  border-bottom: .3em solid;
  border-top: 0;
  position: absolute;
  top: 11px;
  right: 7px;
}
body .select2-container .select2-choice > .select2-chosen {
  margin-right: 17px;
}
@media (max-width: 767px) {
  .select2-container {
    width: 100% !important;
  }
}
body.mib-event-created .mib-submit-new-event {
  display: none !important;
}
body.mib-event-created .tribe-community-notice-update {
  background: none;
  border-left: none;
  box-shadow: none;
  margin: 0;
  padding: 33px 0 0;
}
body.mib-event-created .tribe-community-notice-update:before {
  content: 'Thank You';
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: -0.4px;
  text-align: center;
  color: #000000;
  padding-bottom: 23px;
}
body.mib-event-created .tribe-community-notice-update p {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
body.mib-event-created .tribe-community-notice-update p:nth-child(2) a {
  border: solid 1px #4baca6;
  background-color: #4baca6;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: center;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 21px;
  display: inline-block;
  padding: 8px 26px;
  margin-bottom: 19px;
}
body.mib-event-created .tribe-community-notice-update p:nth-child(2) a:focus,
body.mib-event-created .tribe-community-notice-update p:nth-child(2) a:hover {
  background: #3a8780 !important;
  border-color: #3a8780 !important;
  color: #fff;
}
body .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event,
body .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-mini-calendar-event {
  background: #3a877f !important;
  border: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
}
body .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event .tribe-events-duration,
body .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-mini-calendar-event .tribe-events-duration {
  color: #000 !important;
}
body .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event .tribe-event-image,
body .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-mini-calendar-event .tribe-event-image {
  display: none;
}
body .tribe-events-adv-list-widget .tribe-event-featured .list-date,
body .tribe-mini-calendar-list-wrapper .tribe-event-featured .list-date {
  display: inline-block;
  background-color: #fff !important;
  color: #000 !important;
}
body .tribe-event-featured .list-date .list-dayname {
  background: #3a877f !important;
  color: #fff !important;
}
body .tribe-event-featured .list-date .list-daynumber {
  color: #3a877f;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}
body .tribe-events-adv-list-widget .tribe-event-featured .list-info,
body .tribe-mini-calendar-list-wrapper .tribe-event-featured .list-info {
  display: inline;
  float: left;
  margin: 10px 0;
  width: calc(100% - 69px);
  padding-left: 28px;
  padding-right: 15px;
}
body .tribe-events-list-widget .tribe-event-featured {
  background: #3a877f !important;
}
body .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:hover {
  color: #3a877f !important;
}
body .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-button {
  background: #fff;
  color: #3a877f !important;
}
body #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background: #3a877f !important;
}
body .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap,
body .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover {
  color: #fff !important;
  background: #52a9a3 !important;
}
body .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap a {
  color: #fff !important;
}
body .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap .tribe-events-content {
  color: #fff !important;
}
.tribe-events-ical.tribe-events-button {
  display: none !important;
}
.tribe-related-events,
.tribe-events-related-events-title {
  display: none !important;
}
.single-event-sidebar {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #tribe_events_filters_wrapper ~ #tribe-events-content .tribe-events-notices {
    margin-top: 71px;
  }
}
#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
  border-color: #dff3f2;
  background-color: #dff3f2;
}
#tribe_events_filters_wrapper .tribe-events-filters-group-heading:hover {
  background-color: #dff3f2;
}
#tribe_events_filters_wrapper .tribe-events-filters-group-heading:after {
  color: #000 !important;
}
#tribe_events_filters_wrapper .tribe-events-filter-group.tribe-events-filter-multiselect,
#tribe_events_filters_wrapper .tribe-events-filter-group.tribe-events-filter-range,
#tribe_events_filters_wrapper .tribe-events-filter-group.tribe-events-filter-select {
  background-color: #eef7f7;
}
#tribe_events_filters_wrapper .tribe-events-filters-content {
  background-color: #dff3f2;
  border-color: #dff3f2;
}
@media (max-width: 767px) {
  #tribe_events_filters_wrapper .tribe-events-filters-content {
    margin-top: 20px;
  }
}
#tribe_events_filters_wrapper .tribe-events-filter-group {
  border: none !important;
}
#tribe_events_filters_wrapper .tribe-events-filter-group label {
  border-color: #eef7f7;
  background-color: #eef7f7;
  padding: 5px 15px;
}
#tribe_events_filters_wrapper .tribe-events-filter-group label:hover {
  background-color: #eef7f7;
}
#tribe_events_filters_wrapper label.tribe-events-filters-label {
  border-color: #dff3f2;
}
#tribe_events_filters_wrapper #tribe_events_filter_cost_slider {
  border-color: #99b1c6 !important;
}
#tribe_events_filters_wrapper .ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  border-radius: 50%;
  background: #fff;
  border-color: #99b1c6 !important;
}
#tribe_events_filters_wrapper .ui-slider-horizontal .ui-slider-handle:first-of-type {
  margin-left: -6px;
}
#tribe_events_filters_wrapper .ui-slider-horizontal .ui-slider-handle:last-of-type {
  margin-left: -18px;
}
#tribe_events_filters_wrapper #tribe_events_filters_toggle {
  color: #000 !important;
  text-transform: uppercase;
  background: none !important;
  border: none !important;
}
.tribe-filters-closed .tribe-events-filters-content {
  background: none !important;
  border-color: transparent !important;
}
#tribe_events_filter_cost_slider .ui-widget-header {
  background: #5b7f95 !important;
  border-color: #5b7f95 !important;
}
@media (max-width: 767px) {
  body.tribe-filters-closed #tribe_events_filters_wrapper #tribe_events_filter_control {
    border: 0;
    margin-bottom: 0;
    clear: both;
    position: static;
    float: left;
    border: none;
    box-shadow: none;
  }
}
#checkout-form__FeaturedEvent input,
#checkout-form__FeaturedEvent label,
#checkout-form__FeaturedEvent button {
  display: none !important;
}
.tribe-mini-calendar-list-wrapper .tribe-event-featured {
  border: none !important;
  padding-bottom: 0 !important;
}
@media (max-width: 768px) {
  #tribe-events-content {
    overflow: auto;
  }
  .tribe-filters-open #tribe_events_filters_wrapper.tribe-events-filters-vertical {
    position: static !important;
  }
  html .tribe-filters-open .tribe-events-filters-vertical + #tribe-events-content {
    padding-left: 0 !important;
  }
}
#tribe_events_filters_reset .dashicons {
  display: none !important;
}
.post-type-archive-tribe_events #tribe-bar-form #tribe-bar-filters-wrap,
.page-template-page-events-homepage-php #tribe-bar-form #tribe-bar-filters-wrap {
  /*width: 100% !important;*/
}
.page-template-page-full-width h1 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.24;
  letter-spacing: -0.4px;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .page-template-page-full-width h1 {
    margin-bottom: 25px;
  }
}
.page-template-page-full-width .main-container {
  margin-top: 28px;
}
.page-template-page-subscribe-home .main-container {
  margin-top: 29px;
}
.main-subscribe {
  margin-bottom: 10px;
}
.main-subscribe h1 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 0.87;
  letter-spacing: -0.6px;
  text-align: center;
  color: #000000;
  margin: 0 auto 28px;
}
.main-subscribe .subscribe-section-title,
.main-subscribe h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.27;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000000;
  margin-bottom: 33px;
}
.main-subscribe .subscribe-section-box-title,
.main-subscribe h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.44;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 15px;
}
.main-subscribe .better-btn {
  padding: 4px 12px 5px;
  min-height: 15px;
}
.main-subscribe .subscribe-text-content {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  max-width: 745px;
  margin: 0 auto 28px;
}
.main-subscribe .subscribe-section-boxes {
  padding: 0;
  margin: 0 0 61px;
  width: 100%;
}
.main-subscribe .subscribe-section-boxes .subscribe-section-box {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .main-subscribe .subscribe-section-boxes .subscribe-section-box {
    margin-top: 62px;
  }
}
@media (max-width: 767px) {
  .main-subscribe .subscribe-section-boxes .subscribe-section-box {
    text-align: center;
  }
}
@media (min-width: 1170px) {
  .main-subscribe .subscribe-section-boxes .subscribe-section-box:nth-child(1),
  .main-subscribe .subscribe-section-boxes .subscribe-section-box:nth-child(2),
  .main-subscribe .subscribe-section-boxes .subscribe-section-box:nth-child(3) {
    margin-top: 0;
  }
  .main-subscribe .subscribe-section-boxes .subscribe-section-box:nth-child(2),
  .main-subscribe .subscribe-section-boxes .subscribe-section-box:nth-child(3n + 2) {
    padding-left: 25px;
    padding-right: 0;
  }
  .main-subscribe .subscribe-section-boxes .subscribe-section-box:nth-child(3),
  .main-subscribe .subscribe-section-boxes .subscribe-section-box:nth-child(3n + 3) {
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (max-width: 565px) {
  .main-subscribe .subscribe-section-boxes .subscribe-section-box h3 {
    text-align: center;
  }
}
.page-template-page-contact-us-templ h1 {
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.87;
  letter-spacing: -0.6px;
  text-align: center;
  color: #000000;
}
.page-template-page-contact-us-templ .main-container {
  margin-top: 30px;
}
.page-template-default h1 {
  margin-bottom: 56px;
}
.page-template-default .main-container {
  margin-top: -2px;
}
.page-template-default .post-single {
  border: none;
}
.page-template-default .post-single .post-content {
  margin-top: 11px;
}
.page-template-page-less-wide-content h1 {
  margin-bottom: 46px;
}
.page-template-page-less-wide-content .main-container {
  margin-top: -2px;
}
@media (min-width: 1170px) {
  .page-template-page-less-wide-content .main-container {
    padding: 0 69px;
  }
}
.page-template-page-less-wide-content .post-single {
  border: none;
}
.page-template-page-less-wide-content .post-single .post-content {
  margin-top: 10px;
}
.page-template-page-less-wide-content #sidebar,
.page-template-page-less-wide-content .sidebar {
  flex: 1 0 330px;
  max-width: 330px;
}
.page-template-page-less-wide-content #sidebar .sidebar-inner,
.page-template-page-less-wide-content .sidebar .sidebar-inner {
  padding-left: 0 !important;
}
@media (max-width: 1024px) {
  .page-template-page-less-wide-content .post-text iframe {
    height: 1300px !important;
  }
}
.latest-issue-box {
  margin-bottom: 43px;
}
.latest-issue-box a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.65px;
  text-align: center;
  color: #000000;
  border: solid 1px #808080;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  height: 33px;
  line-height: 33px;
  padding: 0 12px;
}
.latest-issue-box a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.latest-issue-box .latest-issue-box-1 {
  display: inline-block;
  width: 160px;
  margin-right: -164px;
}
.latest-issue-box .latest-issue-box-2 {
  padding: 0;
  display: inline-block;
  width: 100%;
  padding-left: 180px;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .latest-issue-box a {
    font-size: .7rem;
  }
}
.page-template-page-meet-our-staff .main-container {
  margin-top: -1px;
}
.page-template-page-meet-our-staff h1 {
  margin-bottom: 71px;
}
.main-team .post {
  border: none;
  margin-bottom: 36px;
}
.team-box img {
  margin-bottom: 29px;
}
.team-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.77;
  letter-spacing: -0.3px;
  text-align: left;
  color: #000000;
}
.team-box h2 > img {
  transition: opacity 0.2s ease-out;
}
.team-box h2 > img:hover {
  opacity: 0.9;
}
.team-box h2 a {
  color: #000;
}
.team-box .mib-team-position {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.2px;
  text-align: left;
  color: #000;
  margin-top: 10px;
  margin-bottom: 19px;
}
.team-box .mib-team-desc {
  padding-right: 15px;
}
.team-box .mib-team-desc p {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.sidebar {
  padding: 0 16px 0 45px;
}
@media screen and (max-width: 1023.98px) {
  .sidebar {
    padding: 0 15px 0 15px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .sidebar {
    padding-top: 3px;
    padding-left: 43px;
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .sidebar .widget-post {
    margin-bottom: 54px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .sidebar .widget-post {
    margin-bottom: 42px;
  }
}
.sidebar .widget-post.one-title-top a > img {
  margin-bottom: 15px !important;
  width: 100%;
}
.sidebar .widget-post .post-category {
  margin: 0 13px !important;
  left: -2px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
}
.sidebar .widget-thumbnail {
  margin-bottom: 60px !important;
  padding: 19px 19px 20px;
  position: relative;
  left: 1px;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .sidebar .widget-thumbnail {
    padding: 0;
    left: 0;
    margin-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .sidebar .widget-thumbnail {
    padding: 0;
    left: 0;
  }
}
.sidebar .post-category {
  color: #29aca6;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
}
.sidebar .post-category:hover {
  color: #29aca6;
  opacity: 0.8;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  body .sidebar {
    flex: 1 0 358px;
    max-width: 358px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body .sidebar {
    flex: 1 0 330px;
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  body .sidebar {
    padding-right: 0;
    padding-left: 0;
  }
}
.widget {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023.98px) {
  .widget {
    margin-bottom: 32px;
  }
}
.widget-post > article {
  border-bottom: none;
  margin-bottom: 0;
}
.widget-post .post-title {
  font-size: 22px;
  letter-spacing: -0.22px;
  margin-bottom: 17px;
  line-height: 30px;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .widget-post .post-title {
    margin-bottom: 20px;
    left: 1px;
  }
}
.widget-post .post-tags {
  padding-top: 1px;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .widget-post .post-tags {
    top: -5px;
    margin-bottom: 0;
  }
}
.widget-post .post-tags > p {
  margin: 0 12px;
}
.widget-post .post-tags .post-author {
  font-size: 11px;
  margin-left: 0;
  position: relative;
  top: -2px;
  left: 0px;
  margin-right: 13px;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .widget-post .post-tags .post-author {
    margin-right: 15px;
    left: 1px;
  }
}
.widget-post .post-tags .post-category {
  margin-left: 0 !important;
  position: relative;
  top: -2px;
  left: 11px;
}
.widget.widget-thumbnail {
  padding: 19px 19px 20px;
  background-color: #f3faf9;
  margin-bottom: 58px;
}
@media (max-width: 1199px) {
  .widget.widget-thumbnail {
    background: none;
  }
}
@media (max-width: 1199px) {
  .widget.widget-thumbnail {
    padding: 0;
  }
}
.widget.widget-thumbnail.widget-ads {
  margin-bottom: 78px !important;
  padding: 20px 18px;
}
@media (min-width: 1200px) {
  .widget.widget-thumbnail.widget-ads {
    margin-bottom: 77px !important;
  }
  .single .widget.widget-thumbnail.widget-ads {
    padding: 20px 18px 20px 21px;
  }
}
@media (max-width: 1199px) {
  .widget.widget-thumbnail.widget-ads {
    padding: 0;
    background: none;
  }
}
.widget-posts > article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .widget-posts > article {
    margin-bottom: 37px;
  }
}
.widget-posts > article .post-thumbnail {
  margin-bottom: 20px;
}
.widget-posts > article .thumbnail,
.widget-posts > article .right {
  width: 48%;
  padding-left: 3px;
}
@media (min-width: 1270px) {
  .widget-posts > article .thumbnail.thumbnail img,
  .widget-posts > article .right.thumbnail img {
    position: relative;
    left: -3px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .widget-posts > article .thumbnail {
    padding-left: 0;
    width: 46.7%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .widget-posts > article .right {
    width: 44%;
    padding-left: 2px;
    padding-top: 0;
    margin-top: -6px;
  }
}
.widget-posts > article .widget-posts-category {
  text-transform: uppercase;
  color: #eca154;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .widget-posts > article .widget-posts-category {
    letter-spacing: 0.7px;
  }
}
.widget-posts > article .widget-posts-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.2px;
}
@media (min-width: 1200px) {
  .widget-posts > article .widget-posts-title {
    width: 166px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .widget-posts > article .widget-posts-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .widget-posts > article .widget-posts-title {
    margin-bottom: 6px;
    margin-top: -7px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .widget-posts .post-2 .right {
    margin-top: -10px;
  }
}
.widget-posts-square {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.widget-posts-square article {
  width: 48%;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .widget-posts-square article {
    margin-right: -4px;
  }
}
@media (max-width: 1024px) {
  .widget-posts-square article {
    margin-bottom: 25px;
  }
}
.widget-posts-square article > a {
  margin-bottom: 14px !important;
  display: block;
}
.widget-posts-square article:nth-child(2) .widget-posts-title {
  margin-bottom: 6px;
}
.widget-posts-square article:nth-child(2) .widget-posts-category {
  margin-bottom: 13px !important;
  left: 0px;
}
.widget-posts-square article:nth-child(3) .widget-posts-title {
  margin-bottom: 6px;
}
.widget-posts-square article:nth-child(4) .widget-posts-title {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .widget-posts-square article .thumbnail {
    width: 160px;
    height: 90px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .widget-posts-square article .thumbnail {
    width: 100%;
  }
}
.widget-posts-square article .widget-posts-category {
  text-transform: uppercase;
  color: #eca154;
  font-size: 13px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
  text-align: left;
  position: relative;
  left: -1px;
}
.widget-posts-square article .widget-posts-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: -0.2px;
  text-align: left;
}
.widget-subscribe {
  padding: 0;
}
@media (min-width: 1200px) {
  .widget-subscribe {
    padding: 5px 19px 0;
  }
}
@media screen and (max-width: 1024px) {
  .widget-subscribe {
    margin-left: auto;
    margin-right: auto;
    max-width: 365px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .widget-subscribe {
    order: -1;
    margin-top: 15px;
  }
}
.widget-subscribe .title {
  font-family: 'Playfair Display', serif;
  font-size: 23px;
  display: block;
  margin-top: 5px;
  margin-bottom: 9px;
  margin-left: -8px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
}
.widget-subscribe .title:hover {
  color: #000;
}
.widget-subscribe .circle-svg {
  height: 16px;
  margin-top: -5px;
  margin-left: 2px;
}
.widget-subscribe .link span:nth-child(1) {
  position: relative;
  left: 5px;
}
.widget-subscribe .link span {
  display: block;
  line-height: 1.3;
}
.widget-subscribe .link span > svg {
  width: 145px;
  height: 20px;
  position: relative;
  top: -4px;
  left: 4px;
}
.widget-subscribe .description {
  font-size: 12px;
  line-height: 19px;
  padding: 0 19px 0 24px;
  margin-top: 1px;
  font-family: "Libre Baskerville", serif;
  color: #000;
  text-align: center;
}
@media (max-width: 767px) {
  .widget-subscribe .description {
    padding-left: 23px;
  }
}
.widget-subscribe .description a {
  color: #29aca6;
}
.widget-subscribe .description a:hover {
  color: #000 !important;
}
.widget-subscribe .input-group {
  width: 78%;
  margin: 14px auto 0 36px;
}
@media screen and (max-width: 1023.98px) {
  .widget-subscribe .input-group {
    width: 80%;
    margin: 14px 1px 0 33px;
  }
}
.widget-subscribe .input-group .form-control {
  font-family: "Libre Baskerville", serif;
  border-radius: 0;
  border-color: #7fc2bf transparent #7fc2bf #7fc2bf;
  color: #000;
  box-shadow: none;
  font-style: italic;
  font-size: 13px;
  height: calc(2.25rem + 3px);
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-align: center;
  padding: 8px 10px 6px 11px;
}
.widget-subscribe .input-group .form-control::placeholder {
  color: #000;
}
.widget-subscribe .input-group .btn {
  border-color: #008680;
  background-color: #fff;
  color: #008680;
  text-transform: uppercase;
  border-radius: 0 !important;
  box-shadow: none;
  width: 102px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
  margin-left: -1px;
  position: relative;
  left: 1px;
}
.widget-subscribe .input-group .btn:hover {
  color: #fff;
  background-color: #008680;
  border-color: #008680;
}
.widget-subscribe .svg-box {
  width: 100%;
  height: 0;
  padding-top: 48%;
  position: relative;
}
@media (max-width: 767px) {
  .widget-subscribe .svg-box {
    width: 90%;
    margin: 0 auto;
  }
}
.widget-subscribe .svg-box .svg-box-bg {
  position: absolute;
  top: 0;
  left: 1px;
}
@media (max-width: 767px) {
  .widget-subscribe .svg-box .svg-box-bg {
    left: 0;
  }
}
.widget-subscribe .svg-box-content {
  width: 100%;
  z-index: 1;
  max-width: 295px;
  margin: -69px auto 139px;
  position: relative;
  left: 7px;
}
@media (max-width: 767px) {
  .widget-subscribe .svg-box-content {
    margin-bottom: 77px;
    margin-top: -86px;
  }
}
.btn-instagram {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.65px;
  text-align: center;
  color: #008680;
  display: inline-block;
  border: solid 1px #008680;
  padding: 12px 19px;
}
.btn-instagram:hover {
  background: #008680;
  color: #fff;
  border-color: #008680;
}
@media (min-width: 1200px) {
  .widget-post .post .post-thumbnail {
    margin-bottom: 17px !important;
    width: 340px !important;
    margin-top: 0;
  }
  .sidebar .widget {
    margin-bottom: 53px;
  }
  .category .sidebar .widget {
    margin-bottom: 20px;
  }
  .sidebar {
    padding-top: 5px;
    margin-top: -20px;
  }
  .category .sidebar {
    padding-top: 10px;
  }
  .sidebar .widget-posts .post-category {
    margin: 0 13px !important;
    left: -2px;
  }
  .sidebar .widget-posts .one-title-right .post-category {
    margin-left: 0 !important;
  }
  .sidebar .widget-posts .widget-thumbnail {
    margin-bottom: 61px !important;
    padding: 19px 19px 20px;
  }
  .sidebar .widget-posts > article {
    margin-bottom: 35px !important;
  }
  .sidebar .widget-posts > article .widget-posts-title {
    margin-top: -6px !important;
    margin-bottom: 7px !important;
    margin-left: 0;
    padding-top: 1px;
    position: relative;
    top: -1px;
  }
  .sidebar .widget-posts > article .post img {
    height: 91px;
    width: 160px;
  }
  .sidebar .widget-posts > article.post-1 .widget-posts-title {
    margin-top: -7px !important;
    margin-bottom: 6px !important;
  }
  .sidebar .widget-posts > article.post-1 .widget-posts-category {
    top: -1px;
  }
  .sidebar .widget-posts > article.post-2 .widget-posts-title {
    margin-top: -6px !important;
    margin-bottom: 7px !important;
    margin-left: 0px !important;
  }
  .sidebar .widget-posts > article.post-2 .widget-posts-title {
    top: -1px;
  }
  .sidebar .widget-posts > article.post-3 .widget-posts-category {
    left: 0px;
    top: -1px;
  }
  .sidebar .widget-posts > article.post-3 .widget-posts-title {
    margin-left: 0px;
    top: 0px;
    position: relative;
    margin-bottom: 7px !important;
  }
  .sidebar .widget-posts > article.post-4 img {
    height: 91px;
    width: 160px;
  }
  .sidebar .widget-posts > article.post-4 .widget-posts-title {
    left: 0;
  }
  .sidebar .widget-posts > article.post-4 .widget-posts-category {
    top: -1px;
    left: 0px;
  }
  .sidebar .widget-posts > article .widget-posts-category {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: 0.7px;
    text-align: left;
    color: #eca154;
    position: relative;
    top: -2px;
    left: 1px;
  }
  .sidebar .widget-posts > article:nth-child(2) {
    margin-bottom: 40px !important;
  }
  .sidebar .widget-posts > article:nth-child(3) {
    margin-bottom: 35px !important;
  }
  .sidebar .widget-posts > article.sidebar .widget.widget-posts > article:first-child {
    margin-bottom: 35px !important;
  }
  .sidebar .post .post-thumbnail {
    margin-bottom: 15px !important;
  }
  .sidebar .widget.widget-subscribe {
    margin-bottom: -23px !important;
    margin-top: -8px;
  }
  .sidebar .widget-posts-square > a {
    margin-bottom: 14px !important;
    display: block;
  }
  .sidebar .widget-posts-square article {
    margin-bottom: 34px !important;
  }
}
.one-title-right .post-category {
  margin-left: 0 !important;
}
.alert-section {
  background-color: #eef7f7;
  border-top: 1px solid #dff3f2;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 374.98px) {
  .alert-section {
    display: none;
  }
}
.alert-section .container {
  padding-right: 0;
  padding-left: 0;
}
.alert-section .alert {
  margin-bottom: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #000;
  background-color: #eef7f7;
  border: none;
  border-radius: 0;
  font-family: "Libre Baskerville", serif;
  min-height: 56px;
  padding: 4px 62px 0;
}
@media screen and (max-width: 1023.98px) {
  .alert-section .alert {
    padding-top: 6px;
  }
}
@media (min-width: 1200px) {
  .alert-section .alert {
    padding: 11px 135px 8px !important;
  }
}
@media (max-width: 768px) {
  .alert-section .alert {
    padding-top: 4px;
  }
}
.alert-section .alert > span {
  font-size: 14px;
  margin-left: -10px;
  line-height: 1.57;
  letter-spacing: -0.4px;
  position: relative;
  top: -1px;
  left: -1px;
}
@media screen and (max-width: 1023.98px) {
  .alert-section .alert > span {
    margin-left: -52px;
    padding-right: 13px;
  }
}
@media (min-width: 1200px) {
  .alert-section .alert > span {
    top: 0;
  }
}
.alert-section .signup {
  margin-left: 14px;
  text-transform: uppercase;
  border-color: #7fc2bf;
  background: #eef7f7;
  color: #29aca6;
  border-radius: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.7px;
  margin-top: 4px;
  padding: 5px;
  position: relative;
  top: -2px;
  min-width: 80px;
  line-height: 1.57;
}
@media screen and (max-width: 1023.98px) {
  .alert-section .signup {
    margin-left: 0;
    margin-top: 0;
    top: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .alert-section .signup {
    margin-left: 13px;
  }
}
.alert-section .signup:hover {
  background-color: #29aca6;
  border-color: #29aca6;
  color: #fff;
}
.alert-section .close {
  color: #23557f;
  outline: none;
  right: 18.5%;
  top: 4px;
  opacity: 1;
}
.alert-section .close:hover {
  opacity: .8;
}
@media screen and (max-width: 1023.98px) {
  .alert-section .close {
    right: -0.2%;
    top: 55%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .alert-section .close {
    right: 28px;
    top: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .alert-section .close {
    right: 1px;
  }
}
@media screen and (max-width: 1023px) {
  .alert-section .close {
    right: 0;
    top: 50%;
  }
}
@media screen and (max-width: 500px) {
  .alert-section .close {
    padding: 0;
    right: 5px;
  }
}
@media screen and (max-width: 375px) {
  .alert-section .close {
    padding: 10px;
    top: 13px;
  }
}
.alert-section .close > span {
  border: 1px solid;
  border-radius: 50%;
  height: 21px;
  font-size: 21px;
  width: 21px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.alert-section .close rect,
.alert-section .close path {
  fill: #229691;
}
* {
  outline: none !important;
}
button {
  outline: none !important;
}
input,
button {
  box-shadow: none !important;
}
img {
  vertical-align: top;
}
.btn {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.69;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.7px;
  background: #fff;
  border-color: #d7d7d7;
  color: #000;
}
.post-category span.link,
.post-category a {
  color: #29aca6;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.7px;
}
.post-category span.link:hover,
.post-category a:hover {
  color: #29aca6;
  opacity: 0.8;
}
.post-category a:hover {
  color: #000;
}
.post-category span.link:hover {
  opacity: 1 !important;
}
.relative-block {
  position: relative;
  display: block;
}
.relative-inline {
  position: relative;
  display: inline-block;
}
.btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.form-control:focus {
  border-color: #d7d7d7;
}
@media (min-width: 1200px) {
  .width-a {
    width: auto !important;
  }
}
@media (max-width: 1199px) {
  .width-a {
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .width-a,
  img {
    max-width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
.line-h-1 {
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
.main-box {
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .container {
    padding-left: 47px;
    padding-right: 47px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
a {
  text-decoration: none !important;
}
a:hover {
  color: #000;
}
.main-content .post.post-3 {
  margin-bottom: 38px !important;
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .main-content > .content {
    left: 0;
    padding-right: 1px;
  }
}
@media screen and (max-width: 1023.98px) {
  .main-content > .content {
    padding-right: 0;
    margin-right: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .main-content {
    flex: 1;
    max-width: none;
  }
}
@media screen and (max-width: 1023.98px) {
  html body .main-container {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  html body .main-container {
    margin-top: 51px;
  }
}
@media (max-width: 768px) {
  html body .main-container {
    margin-top: 29px !important;
  }
}
.link {
  text-decoration: none;
  color: #000;
}
body .hidden-box {
  display: none;
}
.b-close-btn {
  width: 21px;
  height: 21px;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #29aca6;
}
.dropdown-item:focus {
  outline: none;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .menu-section .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.no-border {
  border: none !important;
}
.trending-title {
  padding-top: 0;
}
.widget-ol {
  list-style: none;
  counter-reset: li;
  padding: 0 0 0 30px;
  margin-top: -9px;
  margin-bottom: 51px;
}
.widget-ol li {
  counter-increment: li;
  position: relative;
  border-bottom: 1px solid #d4eeed;
  padding: 6px 0;
  font-family: 'Playfair Display', serif;
}
.widget-ol li::before {
  content: counter(li);
  font-family: 'Source Sans Pro', sans-serif;
  color: #29aca6;
  width: 1em;
  margin-left: -1em;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  left: -12px;
  font-size: 18px;
  font-weight: 600;
}
.widget-ol li:after {
  content: '';
  border-bottom: 1px solid #d4eeed;
  display: block;
  position: absolute;
  bottom: -1px;
  left: -29px;
  width: 100%;
}
.widget-ol li:hover a {
  color: #29aca6;
}
.widget-ol li:last-child {
  border: none;
}
.widget-ol li a {
  font-family: 'Playfair Display', serif;
}
.sponsored-link {
  color: #000 !important;
}
.sponsored-link:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
.drts {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.drts .drts-bs-card {
  border: none;
}
.drts .drts-bs-card-header {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  text-align: left;
  color: #000000;
  text-transform: none;
  border: none;
}
.drts .drts-bs-card-header,
.drts .drts-bs-card-body {
  padding: 0;
}
.drts .drts-bs-custom-control-input ~ .drts-bs-custom-control-label::before {
  border-radius: 0;
}
.drts .drts-bs-custom-control-input:not(:disabled) ~ .drts-bs-custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #000;
}
.drts .drts-bs-custom-checkbox .drts-bs-custom-control-input:checked ~ .drts-bs-custom-control-label::after {
  background: #000 url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfkAhcPFR9H7mOuAAAAU0lEQVQI103LwRGAIBBD0TQD9GIDKlqGByuxPnYb+R4WxMkl8zIRRkVfTprIGPsEkph40Ego1ozzBAwSN3BFD6gYC842qGIkRAkMyP1ecFb9oOMLz05nhytfJUkAAAAASUVORK5CYII=) 50% 50% no-repeat;
}
.drts .drts-display-element-inlineable .drts-entity-field-value,
.drts .drts-display-element-inlineable .drts-display-element-header {
  display: inline-block;
}
.drts .drts-display-element-header {
  font-size: inherit;
  margin: 0;
  font-weight: normal;
}
.drts .drts-view-post-entities .drts-display-default-summary {
  border: none !important;
  background: #f3faf9;
}
.drts .drts-display--summary .directory-listing-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 7px;
}
.drts .drts-display-element-entity_field_field_speciality-1 {
  margin-top: 12px;
}
.drts .drts-display--summary .directory-listing-main {
  padding: 10px 16px 19px 21px;
}
.drts .drts-entity-permalink {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: -0.22px;
  text-align: left;
  color: #000000;
}
.drts .drts-display-element {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.drts .drts-bs-btn i + span,
.drts .drts-icon + span {
  margin-left: 0;
}
.drts .view-directory {
  position: absolute;
  right: 20px;
  bottom: 23px;
}
.drts .view-directory button {
  border-color: #7fc2bf;
  background: #fff;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.65px;
  text-align: center;
  color: #008680;
  text-transform: uppercase;
  cursor: pointer;
  width: 61px;
  height: 32px;
  padding: 0;
}
.drts .view-directory button:hover {
  background: #7fc2bf !important;
  color: #fff !important;
  border-color: #7fc2bf !important;
}
.drts .drts-view-entities-footer {
  position: absolute;
  right: 0;
  bottom: -84px;
  border-top: 1px solid #dff3f2;
  width: 100%;
}
@media (min-width: 1200px) {
  .drts .drts-view-entities-footer {
    width: 146.3%;
  }
}
@media (min-width: 768px) {
  .drts .drts-view-entities-footer {
    right: 13px;
    left: 0;
  }
}
.drts .drts-pagination {
  padding-top: 19px;
  width: 100%;
}
.drts .drts-pagination a {
  background: none !important;
  border: none !important;
  display: none;
}
.drts .drts-pagination a:after,
.drts .drts-pagination a:before {
  content: '';
  display: block;
  width: 20px;
  height: 21px;
}
.drts .drts-pagination a:nth-child(1),
.drts .drts-pagination a:nth-last-child(1) {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.65px;
  text-align: left;
  color: #000000;
}
.drts .drts-pagination a:nth-last-child(1):before {
  content: '';
  background: url(../../svg/arr-left.svg) 0 0 no-repeat;
  position: absolute;
  right: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.drts .drts-pagination a:nth-last-child(1):after {
  content: 'Next';
  float: right;
  padding-right: 45px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .drts .drts-pagination a:nth-last-child(1) {
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
}
.drts .drts-pagination a:nth-child(1):before {
  content: 'Previous';
  background: url(../../svg/arr-left.svg) 0 0 no-repeat;
  text-transform: uppercase;
  text-indent: 27px;
}
.drts .drts-pagination a i {
  display: none !important;
}
.drts .drts-pagination .drts-bs-disabled {
  display: none !important;
}
.drts .drts-bs-navbar-expand-sm .drts-bs-navbar-nav {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.drts .drts-bs-btn-outline-secondary:not(:disabled):not(.drts-bs-disabled):active {
  color: #008680 !important;
}
.drts .drts-bs-navbar-nav.drts-bs-d-none.drts-bs-d-sm-block {
  display: none !important;
}
.drts .drts-bs-custom-control-label::before,
.drts .drts-bs-custom-control-label::after {
  width: 13px;
  height: 13px;
}
.drts .drts-form-field-radio-options > .drts-bs-custom-control {
  margin-bottom: 2px;
}
.drts .drts-bs-card {
  border: none;
  margin-bottom: 26px;
}
.drts .drts-entity-field-label-type-custom span {
  display: inline-block;
  padding-right: 3px;
}
.drts .drts-view-entities-list {
  margin-bottom: 48px;
}
.inline-label .drts-entity-field-label-type-custom {
  font-weight: 400;
  margin-right: .2em;
  white-space: normal;
  display: inline-block;
}
.page-template-page-directory .post {
  margin-bottom: 126px;
  border: none;
}
@media (min-width: 1200px) {
  .director-content {
    padding: 0 13px 0 45px;
  }
}
.directory-template .post-single .post-content .post-text {
  border-bottom: none;
}
.directory-template .page-content-box h1 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.3px;
  text-align: left;
  color: #000000;
  margin-top: 42px;
  margin-bottom: 26px;
}
.directory-template .page-content-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: -0.18px;
  text-align: left;
  color: #000000;
  margin-top: 31px;
  margin-bottom: 14px;
}
.directory-template .page-content-box h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top: 15px;
}
.directory-template .drts-bs-card-header {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
}
.post-single .drts a {
  color: #000;
}
.post-single .drts a:hover {
  color: #29aca6;
}
.sidebar-filter {
  padding-left: 15px;
  padding-top: 17px;
}
.drts-view-nav-item-name-perpages,
.drts-view-entities-header {
  display: none !important;
}
#drts-body a {
  color: #008680;
}
#drts-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: -0.3px;
  text-align: left;
  color: #000000;
  margin-top: 6px;
  margin-bottom: 40px;
}
#drts-body ul,
#drts-body ol,
#drts-body p {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
#drts-body .drts-display-element {
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding-bottom: 14px;
}
#drts-body .drts-display-element:nth-child(1) {
  padding-bottom: 0;
}
#drts-body .drts-display-element[data-name="entity_field_post_title"]:not(.drts-display-element-entity_field_post_title-1),
#drts-body .drts-display-element-entity_field_post_title-2 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.04;
  letter-spacing: -0.5px;
  text-align: left;
  color: #000000;
  border-bottom: 1px solid #dff3f2;
  padding-bottom: 24px;
  margin-bottom: 18px;
}
#drts-body .drts-display-element-entity_field_field_speciality-1 {
  margin-top: 0;
}
.search-mobile {
  position: absolute;
  top: 61px;
  width: 100vw;
  height: 83px;
  background-color: #000;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (min-width: 1024px) {
  .search-mobile {
    display: none;
  }
}
.search-mobile input {
  font-size: 30px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  text-align: center;
  outline: none;
  font-weight: bold;
  background: transparent;
  border: none;
  text-indent: -14px;
  width: 100%;
  /* &Firefox 19+ */
  /* Firefox 18- */
  /* &Firefox 19+ */
  /* Firefox 18- */
}
.search-mobile input[placeholder] {
  color: #fff;
}
.search-mobile input::-webkit-input-placeholder {
  color: #fff;
}
.search-mobile input::-moz-placeholder {
  color: #fff;
}
.search-mobile input:-moz-placeholder {
  color: #fff;
}
.search-mobile input:-ms-input-placeholder {
  color: #fff;
}
.search-mobile input:placeholder-shown {
  color: #fff;
}
.search-mobile input[placeholder] {
  color: #fff;
}
.search-mobile input::-webkit-input-placeholder {
  color: #fff;
}
.search-mobile input::-moz-placeholder {
  color: #fff;
}
.search-mobile input:-moz-placeholder {
  color: #fff;
}
.search-mobile input:-ms-input-placeholder {
  color: #fff;
}
.search-mobile input:placeholder-shown {
  color: #fff;
}
@media (min-width: 1024px) {
  .search-mobile input {
    display: none;
  }
}
.search-mobile .mob-close-search {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.search-mobile-toggle {
  overflow: visible;
  margin: 0 -20px 0 0;
  padding: 0;
  text-transform: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  text-align: center;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .search-mobile-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .search-mobile-toggle {
    margin-right: -15px;
  }
}
.search-mobile-toggle:active {
  border: none;
  outline: none;
}
.search-mobile-toggle .icon-close {
  width: 16px;
  height: 16px;
}
.mob-search-close,
.mob-search-open {
  width: 16px;
  height: 16px;
}
.mob-search-close {
  display: none;
}
@media (max-width: 1023px) {
  body.search-open .search-mobile,
  body.search-open .search-mobile__open {
    display: flex;
    z-index: 1010;
  }
  body.search-open .mob-search-close {
    display: block;
  }
}
body.search-open .mob-search-open {
  display: none;
}
.burger-container {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  margin-left: -20px;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .burger-container {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .burger-container {
    margin-left: -8px;
  }
}
@media screen and (max-width: 767px) {
  .burger-container {
    margin-left: -15px;
  }
  .burger-container svg {
    position: relative;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
  }
}
.burger-container .mob-open-menu {
  display: none;
}
.burger-container .mob-close-menu {
  display: inline-block;
}
.burger-container.collapsed .mob-close-menu {
  display: none;
}
.burger-container.collapsed .mob-open-menu {
  display: inline-block;
}
.fixed-menu .burger-container svg {
  top: -5px;
  left: -1px;
}
.fixed-menu .search-mobile-toggle {
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .fixed-menu .header-inner .header-title {
    text-align: center;
    width: 70%;
  }
  .fixed-menu .header-inner .header-title svg {
    height: 30px;
    width: auto;
  }
}
.menu-mobile {
  width: 100vw;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  z-index: 102;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile .nav-mobile {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023.98px) {
  .menu-mobile .nav-mobile {
    padding-top: 23px;
    margin-left: -5px;
    margin-bottom: 78px;
  }
}
.menu-mobile .nav-mobile__main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 47%;
  padding-left: 0;
}
.menu-mobile .nav-mobile__main .menu {
  margin-left: -8px;
}
.menu-mobile .nav-mobile .dropdown > a:after {
  display: none !important;
}
.menu-section.menu-mobile .nav-mobile__second {
  width: 50%;
  padding-top: 6px;
}
.menu-section.menu-mobile .nav-mobile__second .dropdown-second {
  position: static;
  border: 1px solid #fff;
  border-left-color: #dff3f2;
  border-radius: 0;
  left: 0;
  float: none;
  width: 100%;
  padding: 0px 16px 0 3px;
  margin: 0;
  top: 0;
}
.menu-section.menu-mobile .nav-mobile__second .dropdown-second .dropdown-item {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  color: #29aca6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: normal;
  line-height: 20px;
  padding: 6px 16px;
}
.menu-section.menu-mobile .nav-mobile__second .dropdown-second li:last-child .dropdown-item {
  padding-bottom: 0;
}
.menu-section.menu-mobile .nav-mobile__second .dropdown-second li:first-child .dropdown-item {
  padding-top: 0;
}
.menu-section.menu-mobile .mobile-social {
  height: 60px;
  padding-left: 10px;
  margin-top: 23px;
}
@media screen and (min-width: 768px) {
  .menu-section.menu-mobile .mobile-social {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu-section.menu-mobile .mobile-social {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.menu-section.menu-mobile .mobile-social:first-child {
  margin-right: 1px;
}
.menu-section.menu-mobile .mobile-social__item {
  padding: 13px;
  font-size: 16px;
}
.menu-section.menu-mobile .mobile-social:last-child {
  padding-right: 0;
}
.menu-section.menu-mobile .mobile-social .subscribe,
.menu-section.menu-mobile .mobile-social .search {
  display: none;
}
.menu-section.menu-mobile .alert-mobile {
  min-height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .menu-section.menu-mobile .alert-mobile {
    display: none;
  }
}
.menu-section.menu-mobile .alert-mobile .alert {
  background-color: #ffffff;
  border: none;
  padding: 0px 0 1px 4px;
}
.menu-section.menu-mobile .alert-mobile .alert span {
  margin-left: -2px;
}
.nav-m {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-m .dropdown {
  position: static;
}
@media (max-width: 767px) {
  .burger-opened:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    z-index: 1;
  }
  .burger-opened .menu-section ~ * {
    display: none;
  }
}
/*# sourceMappingURL=all.css.map */
