.row {
  width: 100%;
  max-width: 1320px;
}
section.bt-default-page > .container.container-fully,
.search-results .site-main .container,
.blog .site-main .container,
.category .site-main .container,
.tag .site-main .container,
.single-post .site-main .container,
.single-post .bt-col-inner .row .col-md-12,
.single-post .bt-col-inner .bt-wrap-related-article .row .col-md-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
section.bt-default-page > .container-fully > .row,
.single-post .bt-col-inner .row,
.single-post .bt-col-inner .bt-wrap-related-article .row {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
footer .bt-row,
footer .bt-copyright,
.blog .site-main .container > .row,
.category .site-main .container > .row,
.tag .site-main .container > .row,
.single-post .site-main .container > .row,
.search-results .site-main .container > .row {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
footer .bt-copyright,
.mec-container,
.dataTables_wrapper .posts-table-wrapper {
  width: 100% !important;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.notification-wrap {
  display: none !important;
}
.search-results .bt-content-area .postlist {
  width: 100% !important;
  margin-left: 0 !important;
}
.widget .widget-title span::after {
  display: none;
}
#page input[type="text"],
#page input[type="password"],
#page input[type="number"],
#page input[type="email"],
#page input[type="date"],
#page input[type="color"],
#page input[type="tel"],
#page input[type="search"],
#page textarea {
  border: 1px solid #c9c9c9;
  border-radius: 0;
  line-height: 18px;
}
#page input[type="submit"],
#page .wpcf7-form .wpcf7-submit {
  text-transform: uppercase;
  font-weight: 400;
  border: 2px solid #4e0414;
  border-radius: 0;
  padding: 0 26px;
  font-size: 17px;
  line-height: 36px;
  background: #642331;
}
#page input[type="submit"]:hover,
#page .wpcf7-form .wpcf7-submit:hover {
  color: #4e0414;
  background: #c2a54f;
  -moz-box-shadow: inset 0 0 10px #333;
  -webkit-box-shadow: inset 0 0 10px #333;
  box-shadow: inset 0 0 10px #333;
}
#page input.search-field {
  border-radius: 0;
}
#page form.search-form.content {
  display: inline-block;
}
#page form.search-form.content .search-form {
  float: left;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  text-transform: inherit;
}
h1,
.h1,
h2,
.h2 {
  text-shadow: 1px 2px 2px #1f1f1f;
}
.h1,
.h2,
.mec-wrap h1 {
  font-family: 'El Messiri', Arial, sans-serif !important;
  color: #c2a54f !important;
}
.h3,
.p {
  text-shadow: none !important;
}
.strong {
  font-weight: 700;
}
.p {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: 16.5px !important;
  line-height: 23px !important;
  font-weight: 400 !important;
  font-style: normal;
}
.site-main a {
  font-weight: 700;
  transition: all .3s ease;
  text-decoration: underline;
}
.site-main a:hover {
  text-decoration: none;
}
.text-privacy {
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}
.text-privacy a {
  text-decoration: underline;
  font-size: 13px !important;
  line-height: 17px !important;
  font-weight: 700 !important;
}
.site-main ol.roman > li::before,
.site-main ol .roman > li::before,
.site-main ol.alpha .roman > li::before {
  content: counter(listStyle, upper-roman) "." !important;
}
.site-main ol.alpha > li::before,
.site-main ol .alpha > li::before,
.site-main ol.roman .alpha > li::before {
  content: counter(listStyle, upper-alpha) "." !important;
}
.site-main ol > li::before {
  position: absolute;
  left: 0;
  content: counter(step-counter) ".";
  text-align: right;
  width: 24px;
  margin-right: 10px;
  font-weight: 600;
}
.site-main ol > li .bullets li::before {
  display: none;
}
.site-main ol ol:not(.roman):not(.alpha) > li::before {
  content: counter(step-counter) "." !important;
}
ol,
ul {
  list-style: none;
}
ol {
  counter-reset: step-counter;
  padding-left: 18px;
  margin-bottom: 12px;
}
ol.roman,
ol .roman,
ol.roman .alpha,
ol.alpha,
ol .alpha,
ol.alpha .roman {
  counter-reset: listStyle;
}
ol.roman > li,
ol .roman > li,
ol.roman .alpha > li,
ol.alpha > li,
ol .alpha > li,
ol.alpha .roman > li {
  counter-increment: listStyle;
}
ol .roman,
ol .alpha {
  padding-left: 0;
  margin: 0 0 0 -8px;
}
ol > li {
  position: relative;
  counter-increment: step-counter;
  padding-left: 34px;
  margin-bottom: 7px;
}
ol > li .bullets {
  margin: 0;
  padding-left: 19px;
}
ol > li .bullets li {
  counter-increment: none;
}
ol ol:not(.roman):not(.alpha) {
  counter-reset: step-counter;
  padding-left: 0;
  margin: 0;
}
ol ol:not(.roman):not(.alpha) > li {
  counter-increment: step-counter;
}
.bullets {
  padding-left: 35px;
  margin-bottom: 12px;
}
.bullets > li {
  list-style: disc;
  padding-left: 0;
  margin-bottom: 7px;
}
.bullets > li ol {
  padding-left: 2px;
  margin: 0;
}
.bullets > li ol.roman,
.bullets > li ol.alpha {
  margin-left: -8px;
}
.bullets > li ol li {
  list-style: none;
}
.bullets > li .bullets {
  padding-left: 20px;
  margin: 0;
}
.bullets > li .bullets > li {
  list-style: circle;
}
ol > li:last-of-type,
.bullets > li:last-of-type {
  margin-bottom: 0;
}
.text-hide {
  margin: 0 !important;
}
.btn,
.btn:link,
.btn:visited {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 15px 32px;
  border: 2px solid #4e0414;
  border-radius: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  z-index: 1;
}
.btn:hover,
.btn:link:hover,
.btn:visited:hover {
  color: #4e0414 !important;
}
.btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #c2a54f;
  content: attr(data-hover);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-101%);
  -moz-transform: translateX(-101%);
  transform: translateX(-101%);
}
.btn:hover::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
  -moz-box-shadow: inset 0 0 10px #333 !important;
  -webkit-box-shadow: inset 0 0 10px #333 !important;
  box-shadow: inset 0 0 10px #333 !important;
}
.btn.btn-lg {
  font-size: 20px;
  line-height: 20px;
  padding: 20px 36px;
  border: solid #4e0414;
  border-style: 3px !important;
}
.btn.btn-lg:hover {
  border-width: 3px !important;
}
.btn.btn-red {
  color: #fff;
}
.btn.btn-red::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(78, 4, 20, 0.88);
}
.link-wrap {
  margin-bottom: 0;
}
a.link,
a.link-arrow {
  white-space: nowrap;
  line-height: 20px;
  text-decoration: none;
  transition: all 75ms ease;
}
a.link::after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 6px;
}
a.link-arrow span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  transition: all 300ms ease-out;
  will-change: transform;
}
a.link-arrow span::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 23px;
  height: 14px;
  background: url('../ui/txtlink-arrow-hover.svg') center center / contain no-repeat;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
a.link-arrow:hover span {
  transform: translate3d(-14px, 0, 0);
}
a.link-arrow:hover span::after,
a.link-arrow:focus span::after {
  opacity: 1;
  right: -30px;
}
a:focus {
  box-shadow: none;
  outline: none !important;
}
a.anchor,
span.anchor {
  display: block;
  position: relative;
  visibility: hidden;
}
body.body-off-canvas-menu-is-open {
  overflow: hidden;
}
header .container-fluid {
  max-width: 1320px;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu {
  text-align: right;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item ul.sub-menu {
  min-width: 110px;
  white-space: nowrap;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item > ul.sub-menu {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item.menu-item-172 ul.sub-menu {
  min-width: 210px;
  white-space: initial;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu > li.menu-item > a {
  text-transform: uppercase;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu > li.menu-item:hover > ul.sub-menu li.menu-item:hover > ul.sub-menu {
  left: 94%;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu > li.menu-item.menu-item-has-children:not(.wpml-ls-item) > a span::after {
  content: "\f123";
  font-size: 11px;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu > li.menu-item:hover > ul.sub-menu li.menu-item.menu-item-has-children > a span::after {
  content: "\f123";
  font-size: 11px;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "Ionicons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  margin-left: 6px;
  transform: rotate(-90deg);
}
.bt-header.bt-logo-retina .fw-wrap-logo .fw-site-logo img.main-logo {
  width: 50px;
}
.bt-header .fw-wrap-logo .fw-site-logo {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -10px 0;
}
.bt-header .fw-wrap-logo .fw-site-logo::before,
.bt-header .fw-wrap-logo .fw-site-logo::after {
  position: absolute;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.bt-header .fw-wrap-logo .fw-site-logo::before {
  content: "Virgin Mary &";
  top: 10px;
  right: -90px;
}
.bt-header .fw-wrap-logo .fw-site-logo::after {
  content: "St. Pachomius Church";
  top: 27px;
  right: -143px;
}
.bt-header .fw-wrap-logo .fw-site-logo:hover::before,
.bt-header .fw-wrap-logo .fw-site-logo:hover::after {
  color: #c2a54f;
}
.bt-header-mobi.bt-logo-retina .fw-wrap-logo .fw-site-logo img.main-logo {
  width: 40px;
}
.bt-header-mobi.fw-absolute-header {
  height: 50px;
  width: 100%;
}
.bt-header-mobi.header-mobi .bt-header-mobi-main {
  background-color: #4e0414;
}
.bt-header-mobi.header-mobi .bt-header-mobi-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item a {
  font-size: 17px;
  color: #fff;
}
.bt-header-mobi.header-mobi .bt-header-mobi-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item > .menu-item-custom-wrap.off-canvas-menu-wrap > div ul.sub-menu li a {
  padding-left: 32px;
}
.bt-header-mobi.header-mobi .bt-header-mobi-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item > .menu-item-custom-wrap.off-canvas-menu-wrap > div ul.sub-menu li ul.sub-menu li > a {
  padding-left: 44px;
}
.bt-header-mobi.header-mobi .bt-header-mobi-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item > .menu-item-custom-wrap.off-canvas-menu-wrap > .off-canvas-menu-closed {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.bt-header-mobi .fw-wrap-logo .fw-site-logo {
  width: 40px;
  height: 40px;
  margin: -7px 0;
}
.bt-header-mobi #menu-item-358 {
  display: none;
}
.is-header-sticky .bt-header-mobi.fw-absolute-header .bt-header-mobi-main {
  position: fixed;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-timing-function: initial;
  transition-delay: initial;
  transition-property: initial;
  animation-name: fadeInDown;
  animation-duration: 1s;
}
.bt-header.header-1 .bt-header-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item ul.sub-menu li.menu-item a,
.bt-header-mobi.header-mobi .bt-header-mobi-main .bt-nav-wrap .bt-site-navigation > ul.bt-nav-menu li.menu-item > .menu-item-custom-wrap.off-canvas-menu-wrap > div ul.menu li a {
  padding: 9px 20px;
  line-height: 17px;
}
.bt-header-top-bar {
  padding: 3px 0;
}
.bt-header-top-bar .row {
  margin-left: 0;
  margin-right: 0;
}
.bt-header-top-bar .header-top-sidebar-item {
  padding-left: 0;
  padding-right: 0;
}
.bt-header-top-bar .header-top-sidebar-item .widget a:hover {
  color: #c2a54f;
}
.bt-header-top-bar .header-top-sidebar-item .fa {
  line-height: 24px;
}
.bt-header-top-bar ul.contact-links li,
.bt-header-top-bar ul.social-links li {
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
}
.bt-header-top-bar ul.contact-links li a,
.bt-header-top-bar ul.social-links li a {
  display: block;
  height: 24px;
}
.bt-header-top-bar ul.contact-links {
  margin-left: 13px;
}
.bt-header-top-bar ul.contact-links li {
  margin-right: 12px;
}
.bt-header-top-bar ul.social-links {
  text-align: right;
  margin-right: -6px;
}
.bt-header-top-bar ul.social-links li {
  margin-left: 12px;
}
.light-controls .slick-prev {
  background-image: url('../ui/icn-arrow-back-white.svg');
}
.light-controls .slick-next {
  background-image: url('../ui/icn-arrow-next-white.svg');
}
.light-controls .slick-dots li {
  border-color: #fff;
}
.hero-carousel .slick-arrow {
  height: 38px;
  width: 38px;
  background: rgba(0, 0, 0, 0.3);
}
.hero-carousel .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}
.hero-carousel .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 22px;
  height: 22px;
  background: center center / contain no-repeat;
}
.hero-carousel .slick-prev::after {
  background-image: url('../ui/icn-arrow-back-white.svg');
}
.hero-carousel .slick-prev:hover::after {
  background-image: url('../ui/icn-arrow-back-gold.svg');
}
.hero-carousel .slick-next::after {
  background-image: url('../ui/icn-arrow-next-white.svg');
}
.hero-carousel .slick-next:hover::after {
  background-image: url('../ui/icn-arrow-next-gold.svg');
}
.hero-slide {
  display: block !important;
}
.hero-slide:not(:first-of-type) {
  display: none;
}
.hero-slide .row {
  display: flex;
  height: 100%;
}
.hero-slide .text-main {
  align-self: center;
}
.hero-slide p {
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #1f1f1f;
}
.hero-slide h1,
.hero-slide h2,
.hero-slide .h2 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
  text-transform: initial;
}
.hero-slide .btn,
.hero-slide .btn:link,
.hero-slide .btn:visited {
  color: #fff;
  border-color: #fff;
}
.hero-slide .btn:hover {
  color: #4e0414;
}
.hero-slide .link-wrap {
  margin-left: auto;
  margin-right: auto;
}
.flex-col-carousel .slick-track {
  display: flex;
}
.flex-col-carousel .slick-slide {
  align-self: center;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide img[data-lazy] {
  opacity: 0;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('../ui/ajax-loader.gif') center center no-repeat;
}
.slick-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 38px;
  cursor: pointer;
  top: calc(50% - 19px);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  color: transparent;
  background-color: transparent;
  overflow: hidden;
}
.slick-arrow:hover,
.slick-arrow:focus {
  outline: none;
  box-shadow: none;
}
.slick-prev {
  left: -30px;
  background: url('../ui/icn-arrow-back-red.svg') center center / contain no-repeat;
}
.slick-prev:hover {
  background-image: url('../ui/icn-arrow-back-gold.svg');
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -30px;
  background: url('../ui/icn-arrow-next-red.svg') center center / contain no-repeat;
}
.slick-next:hover {
  background-image: url('../ui/icn-arrow-next-gold.svg');
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  height: 20px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid #4e0414;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:hover {
  border-color: #c2a54f;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active {
  background-color: #c2a54f;
  border-color: #c2a54f;
}
.hero-slide,
.hero-wrap {
  width: 100%;
  background: center center / cover no-repeat;
}
.hero-wrap.title .row {
  display: flex;
}
.hero-wrap.title .text-main {
  align-self: center;
}
.hero-wrap.title h1,
.hero-wrap.title .h1 {
  margin: 0 !important;
  text-shadow: 1px 2px 2px #1f1f1f !important;
  text-transform: capitalize;
}
.hero-wrap.title p,
.hero-wrap.title .p {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px !important;
  text-shadow: 1px 2px 2px #1f1f1f !important;
}
.overlay {
  position: relative;
}
.overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(32, 26, 22, 0.5);
}
.overlay.lightest::before {
  background-color: rgba(32, 26, 22, 0.2);
}
.overlay.lighter::before {
  background-color: rgba(32, 26, 22, 0.3);
}
.overlay.light::before {
  background-color: rgba(32, 26, 22, 0.4);
}
.overlay.dark::before {
  background-color: rgba(32, 26, 22, 0.6);
}
.overlay.darker::before {
  background-color: rgba(32, 26, 22, 0.7);
}
.overlay.darkest::before {
  background-color: rgba(32, 26, 22, 0.8);
}
.banner-cta .img-main {
  padding: 0;
}
.banner-cta .text-main {
  padding: 20px;
}
.banner-cta .text-main .copy {
  float: left;
  width: 100%;
  padding-right: 36px;
}
.banner-cta .text-main .btn-row {
  padding: 0;
  text-align: center;
}
.banner-cta .text-main .btn-row .btn {
  padding: 11px 15px;
}
.banner-cta .text-main .btn-row .btn.btn-outline,
.banner-cta .text-main .btn-row .btn.btn-outline-rev {
  padding: 9px 13px;
}
.banner-cta .text-main p:last-child {
  margin-bottom: 0;
}
.banner-cta .text-main a {
  font-weight: 400;
}
.banner-cta .text-main a:hover {
  color: #4e0414;
}
.site-main .container-fluid.banner-cta {
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.site-main .container-fluid.banner-cta,
.site-main .container-fluid.banner-cta .row.banner-cta {
  background-color: #f8f3e4;
}
.content-img-left,
.content-img-right {
  padding-bottom: 25px;
}
.content-img-left {
  padding-left: 0;
}
.content-img-right {
  padding-right: 0;
}
.post-featured-image-wrap .post-featured-image-link::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.pi-hover figure,
.post-featured-image-wrap .post-featured-image-link {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.pi-hover figure img,
.post-featured-image-wrap .post-featured-image-link img {
  filter: brightness(65%);
}
.pi-hover figure::before,
.item-skin-post-block-image .post-thumbnail::before,
.post-featured-image-wrap .post-featured-image-link::before {
  pointer-events: none;
}
.pi-hover.block-cta:hover figure::before,
.post-featured-image-wrap:hover .post-featured-image-link::before {
  animation-duration: 0.75s;
  animation-timing-function: initial;
  animation-delay: initial;
  animation-iteration-count: initial;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-play-state: initial;
  animation-name: shine;
}
.pi-hover.block-cta:hover img,
.pi-hover figure:hover img,
.post-featured-image-wrap:hover .post-featured-image-link img {
  transform: scale(1.2);
  filter: brightness(100%);
}
.pi-hover p:last-child {
  margin-bottom: 0;
}
.block-cta:hover {
  cursor: pointer;
}
.block-cta:hover a {
  color: #c2a54f;
  text-decoration: none !important;
}
figure img,
.post-featured-image-link img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: all .4s linear;
}
.video-container {
  position: relative;
  padding-bottom: 56.75%;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lity-close {
  z-index: 100000;
  width: 27px;
  height: 27px;
  right: 15px;
  top: 15px;
  color: transparent !important;
  text-shadow: none;
  background: url('../ui/icn-close-white.svg') center center / contain no-repeat !important;
}
footer .bt-footer-widgets {
  padding-top: 0;
  padding-bottom: 0;
}
footer .bt-row {
  background: url('../ui/bkgd-footer.png') bottom right no-repeat;
  padding: 60px 0;
}
footer .container {
  padding-left: 0;
  padding-right: 0;
}
footer .bt-row .bt-col-3 {
  margin-left: 0;
  padding-left: 20px;
  display: block;
}
footer .widget .widget-title {
  padding-bottom: 0;
  margin-bottom: 10px;
  text-shadow: none;
}
footer .widget_recent_entries {
  margin-bottom: 20px;
}
footer .mec-event-list-minimal {
  text-align: left !important;
}
footer .mec-event-list-minimal .mec-event-article {
  padding: 0;
  margin-bottom: 0;
  margin-top: 15px;
}
footer .mec-event-list-minimal .mec-event-article:first-of-type {
  margin-top: 12px;
}
footer .mec-event-list-minimal .mec-event-article:last-of-type {
  border-bottom: none;
}
footer .mec-event-list-minimal .mec-event-article:last-of-type .mec-event-date {
  margin-bottom: 0 !important;
}
footer .mec-event-list-minimal .mec-event-article:last-of-type a.mec-detail-button {
  margin-bottom: 0;
}
footer .mec-event-list-minimal .mec-event-article .col-xs-12:hover .mec-color-hover {
  color: #c2a54f !important;
}
footer .mec-event-list-minimal .mec-event-date {
  float: left !important;
  width: 52px !important;
  margin-right: 15px;
  margin-bottom: 15px !important;
}
footer .mec-event-list-minimal .mec-event-date::after {
  width: 50px !important;
}
footer .mec-event-list-minimal .mec-event-date span {
  display: block !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
footer .mec-event-list-minimal .mec-time-details {
  color: #fff;
}
footer .mec-event-list-minimal .mec-event-title {
  margin-bottom: 8px;
  padding-top: 9px;
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: capitalize;
  line-height: 21px;
}
footer .mec-event-list-minimal .mec-event-title a.mec-color-hover {
  display: block;
  color: #4e0414 !important;
  font-weight: 700;
  line-height: 18px;
}
footer .mec-event-list-minimal .mec-event-title a.mec-color-hover:hover {
  color: #c2a54f !important;
}
footer .mec-event-list-minimal .mec-event-title span {
  display: none;
}
footer .mec-event-list-minimal .mec-event-detail {
  display: none;
}
footer .mec-event-list-minimal a.mec-detail-button {
  background: transparent;
  text-align: left;
  font-weight: 700;
  padding: 0;
  margin-bottom: 15px;
  line-height: 15px;
  display: block;
  width: 100%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
footer .mec-event-list-minimal a.mec-detail-button:hover {
  background: transparent;
  color: #fff;
}
footer .mec-event-list-minimal a.mec-detail-button::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 6px;
}
footer .fw-side-posts-list {
  max-height: 253px;
  overflow: hidden;
}
footer .fw-side-posts-list li {
  cursor: pointer;
  display: flex;
}
footer .fw-side-posts-list li:first-child {
  margin-top: 3px;
}
footer .fw-side-posts-list li:not(:last-child) {
  margin-bottom: 15px;
}
footer .fw-side-posts-list li:hover a.post-title,
footer .fw-side-posts-list li a.post-title:hover {
  color: #c2a54f !important;
}
footer .fw-side-posts-list li .fw-widget-post-image {
  margin-right: 15px;
  width: 52px;
  height: 52px;
}
footer .fw-side-posts-list li .posts-content {
  align-self: center;
  margin-top: -3px;
}
footer .fw-side-posts-list li .post-date {
  margin-bottom: 0;
}
footer .fw-side-posts-list a.post-title {
  font-weight: 700;
  letter-spacing: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget_text .footer-connect .contact-links,
.widget_text .footer-connect .social-links {
  display: inline-block;
}
.widget_text .footer-connect .contact-links li {
  display: block;
}
.widget_text .footer-connect .contact-links .fa {
  height: 24px;
  width: 22px;
  text-align: left;
}
.widget_text .footer-connect .contact-links .fa-phone {
  vertical-align: bottom;
}
.widget_text .footer-connect .social-links li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}
.widget_text .footer-connect .social-links li:first-of-type {
  margin-left: 0;
  width: 50px;
}
.widget_text .footer-connect .social-links li a {
  display: block;
  height: 24px;
  width: 24px;
  text-align: center;
}
.widget_text .footer-connect li,
.widget_text .footer-connect .fa {
  line-height: 24px;
}
.widget_text .footer-connect li {
  font-size: 14px;
  font-family: 'NTR';
  font-weight: normal;
}
.bt-footer-widgets .widget.widget_recent_entries a {
  color: #4e0414;
}
.bt-footer-widgets .widget a {
  color: #fff;
}
.bt-footer-widgets .widget a:hover {
  color: #c2a54f;
}
.mec-wrap .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mec-wrap .mec-single-event-category {
  display: none;
}
.mec-wrap h1 {
  letter-spacing: 0;
}
.mec-single-modal.mec-single-modern .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.mec-single-modal.mec-single-modern .col-md-4 .mec-frontbox {
  margin-top: 0;
  margin-bottom: 0;
}
.mec-single-modal.mec-single-modern .mec-single-event-bar {
  padding: 0;
}
.mec-single-modal.mec-single-modern .mec-single-event-bar > div dd {
  padding-left: 10px;
  display: inline;
}
.mec-single-modal .mec-event-cost,
.mec-single-modal .mec-event-more-info,
.mec-single-modal .mec-event-website,
.mec-single-modal .mec-events-meta-date,
.mec-single-modal .mec-single-event-additional-organizers,
.mec-single-modal .mec-single-event-category,
.mec-single-modal .mec-single-event-date,
.mec-single-modal .mec-single-event-label,
.mec-single-modal .mec-single-event-location,
.mec-single-modal .mec-single-event-organizer,
.mec-single-modal .mec-single-event-time {
  padding: 15px;
  margin-bottom: 0;
}
.mec-single-event .mec-frontbox {
  padding: 15px;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}
.mec-single-event .mec-event-content {
  padding: 15px;
  margin-bottom: 0;
}
.mec-single-event .mec-event-social h3 {
  padding-top: 0;
}
.mec-single-event .mec-event-social ul {
  padding-left: 0;
  margin-bottom: 0;
}
.mec-single-event .mec-event-social li.mec-event-social-icon a {
  margin-bottom: 0;
  text-decoration: none !important;
}
.mec-single-event .mec-event-social li.mec-event-social-icon:last-of-type a {
  margin-right: 0;
  margin-bottom: 0;
}
.mec-single-event .mec-event-sharing {
  margin: 20px 0 0;
}
.mec-single-event .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul {
  margin: 0;
}
.mec-single-event .mec-events-content {
  margin-top: 15px;
  margin-bottom: 0;
}
.mec-single-event .mec-events-content:empty {
  display: none;
}
.mec-single-event .mec-events-content p:last-child {
  margin-bottom: 0;
}
.mec-single-event .mec-events-address .mec-address {
  overflow-wrap: break-word;
}
.mec-single-event .mec-events-meta-group-countdown {
  padding: 15px;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}
.mec-single-event .mec-event-meta .mec-location-url {
  padding-left: 0;
  margin-top: 15px;
}
.mec-single-event .mec-event-meta .mec-location-url h6 {
  font-size: 16px;
  padding-left: 10px;
  color: #000;
}
.mec-single-event .mec-event-meta .mec-location-url span {
  display: block;
  padding-left: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mec-single-event .mec-event-schedule .mec-schedule-part {
  font-size: 22px;
  line-height: 20px;
  margin-top: 15px;
}
.mec-single-event .mec-event-schedule-content {
  margin-top: 0;
  margin-bottom: 10px;
}
.mec-single-event .mec-event-schedule-content dl {
  margin-bottom: 20px;
}
.mec-events-button {
  border-width: 2px;
  font-weight: 700;
  text-decoration: none !important;
  margin-right: 0;
}
.mec-calendar .mec-calendar-header h2 {
  color: #c2a54f;
}
.posts-table-select-filters .select-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid #c9c9c9;
  line-height: 15px;
}
.posts-table-select-filters .select-wrap:not(:last-of-type) {
  margin-right: 7px;
}
.posts-table-select-filters .select-wrap::after {
  content: "\f123";
  font-family: Ionicons;
  font-size: 12px;
  color: #4e0414;
  position: absolute;
  top: 7px;
  right: 7px;
}
.posts-table-select-filters .select-wrap select {
  border: none !important;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  line-height: 18px;
  vertical-align: middle;
  width: 100%;
  min-width: none;
  padding: 5px 23px 5px 7px;
  margin: 0 !important;
}
table.dates thead,
table.posts-data-table thead {
  background-color: #c7c7c7;
}
table.dates tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
table.posts-data-table.no-footer {
  border-bottom: none;
}
table.posts-data-table.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before {
  color: #c2a54f;
  top: 12px !important;
}
table.posts-data-table.dtr-inline.collapsed > tbody > tr:not(.parent) > td:first-child::before {
  color: #4e0414;
  top: 12px !important;
}
table.posts-data-table thead td,
table.posts-data-table thead th {
  padding: 10px 7px;
  border-bottom: none;
}
table.posts-data-table tbody tr.odd {
  background-color: #ffffff;
}
table.posts-data-table tbody tr.even {
  background-color: #f3f3f3;
}
table.posts-data-table tbody td,
table.posts-data-table tbody th {
  padding: 7px;
  vertical-align: top;
}
table.posts-data-table td.col-content {
  position: relative;
}
table.posts-data-table td.col-content a.download {
  display: block;
  position: absolute;
  top: 2px;
  right: 6px;
  width: 28px;
  padding: 5px;
}
table.posts-data-table td.col-content a.download img {
  max-width: 100%;
  display: block;
}
table.posts-data-table td p:empty {
  display: none;
}
table.posts-data-table .wp-audio-playlist {
  position: relative;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
table.posts-data-table .wp-audio-playlist .playlist-toggle {
  position: absolute;
  right: 0;
  top: 1px;
  width: 6%;
  text-align: right;
  cursor: pointer;
}
table.posts-data-table .wp-audio-playlist .playlist-toggle::before {
  content: "\f123";
  font-family: Ionicons;
  font-size: 16px;
}
table.posts-data-table .wp-audio-playlist .playlist-toggle.open::before {
  content: "\f126";
}
table.posts-data-table .wp-audio-playlist .wp-playlist-tracks {
  display: none;
}
.page-id-1407 .posts-data-table .mejs-container {
  width: 94% !important;
}
.epyt-gallery .epyt-gallery-subscribe {
  padding-top: 25px;
}
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover {
  color: #fff;
}
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:link,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover:link,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:visited,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover:visited {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding: 15px 32px;
  border: 2px solid #4e0414;
  border-radius: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  z-index: 1;
}
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover:hover,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:link:hover,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover:link:hover,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:visited:hover,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover:visited:hover {
  color: #4e0414 !important;
}
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton::before,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #c2a54f;
  content: attr(data-hover);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-101%);
  -moz-transform: translateX(-101%);
  transform: translateX(-101%);
}
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover::before,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover:hover::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
  -moz-box-shadow: inset 0 0 10px #333 !important;
  -webkit-box-shadow: inset 0 0 10px #333 !important;
  box-shadow: inset 0 0 10px #333 !important;
}
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton.btn-lg,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover.btn-lg {
  font-size: 20px;
  line-height: 20px;
  padding: 20px 36px;
  border: solid #4e0414;
  border-style: 3px !important;
}
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton.btn-lg:hover,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover.btn-lg:hover {
  border-width: 3px !important;
}
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton.btn-red,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover.btn-red {
  color: #fff;
}
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton.btn-red::after,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover.btn-red::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(78, 4, 20, 0.88);
}
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton::after,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(78, 4, 20, 0.88);
}
.page-id-652 .btn.btn-red img,
.epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton img {
  height: 18px !important;
  width: auto !important;
  padding: 0;
  margin: -3px 7px 0 0;
}
.epyt-pagination {
  font-size: 22px;
  font-weight: 600;
}
.epyt-pagination .epyt-prev .epyt-arrow {
  margin-right: 5px;
}
.epyt-pagination .epyt-next .epyt-arrow {
  margin-left: 5px;
}
.epyt-pagination .epyt-pagebutton {
  color: #4e0414;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.epyt-pagination .epyt-pagebutton:hover {
  color: #c2a54f;
}
.epyt-pagination .epyt-pagebutton:focus {
  outline: 0;
}
.epyt-gallery-allthumbs {
  margin-top: 10px;
}
.mejs-container,
.mejs-container .mejs-controls {
  height: 25px !important;
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%) !important;
}
.mejs-container .mejs-controls {
  border: 1px solid #c7c7c7;
}
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-horizontal-volume-current {
  background: #c2a54f !important;
}
.mejs-controls .mejs-button,
.mejs-controls .mejs-time,
.mejs-controls .mejs-time-rail {
  height: 15px !important;
}
.mejs-controls .mejs-button > button {
  margin: 3px;
  height: 17px;
}
.mejs-controls .mejs-time {
  padding: 8px 6px 0;
  color: #373737;
}
.mejs-controls .mejs-time-rail {
  padding-top: 2px;
}
.mejs-controls .mejs-volume-button button {
  margin: 1px 0 0 3px;
  height: 21px;
}
.mejs-controls .mejs-horizontal-volume-total {
  top: 8px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #c7c7c7 !important;
}
.mejs-controls .mejs-time-float {
  background: transparent;
  border: none;
}
.wp-audio-playlist .wp-playlist-playing {
  background: transparent !important;
}
.wp-playlist-item:not(.wp-playlist-playing) .wp-playlist-caption {
  font-weight: 400;
}
.wp-playlist .wp-playlist-current-item {
  display: none;
}
.wp-playlist-caption {
  max-width: 97% !important;
}
.blog .bt-section-space,
.category .bt-section-space,
.tag .bt-section-space {
  padding-top: 142px;
  padding-bottom: 50px;
}
.bt-content-area .postlist {
  margin-left: -30px !important;
  width: calc(100% + 30px) !important;
}
.bt-content-area .postlist .grid-item {
  padding-left: 30px !important;
  padding-bottom: 30px !important;
}
.bt-content-area .postlist .grid-item .post-featured-image-link {
  border-bottom: 1px solid rgba(78, 4, 20, 0.5);
}
article.post.sticky::after {
  top: 1px;
  right: 1px;
  content: "\f005";
  line-height: 30px;
}
article.post .post-inner {
  border: 1px solid rgba(78, 4, 20, 0.5);
}
.post-list-type-blog-1 .post-inner .entry-wrap .post-title-link .post-title {
  line-height: 20px;
  margin-top: 20px;
  text-shadow: none;
  color: #4e0414;
  font-weight: 600;
}
.post-list-type-blog-1 .post-inner .entry-wrap .post-title-link:hover .post-title {
  color: #c2a54f;
}
.single-post .bt-section-space {
  padding-top: 20px !important;
}
.single-post .fw-title-bar {
  /* background-image: url('/wp-content/uploads/blog/bkgd-coptic-cross-pattern.png'); */
}
.single-post .fw-title-bar .fw-heading {
  display: flex;
}
.single-post .fw-title-bar .fw-heading .fw-special-title {
  max-width: 800px;
  align-self: center;
  margin: 0 auto;
  padding-top: 0;
}
.single-post .fw-title-bar .fw-heading .fw-special-title::after {
  content: "";
}
.single-post .single-entry-header .post-title {
  display: none;
}
.single-post .single-entry-tag > a:not(:first-of-type) {
  margin-left: 0;
}
.single-post .single-entry-tag > a:not(:last-of-type) {
  margin-right: 15px;
}
.single-post .blog-footnote {
  font-size: 15px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px solid #f3f3f3;
}
.single-post .blog-footnote a {
  font-weight: 400;
}
.single-post .blog-references p {
  padding-left: 35px;
  text-indent: -35px;
}
.single-post .blog-references p span {
  vertical-align: baseline;
  white-space: pre-wrap;
}
.single-post .blog-references a {
  font-weight: 400;
}
.single-post .related-article-list .col-md-6:first-of-type {
  padding-left: 0;
}
.single-post .related-article-list .col-md-6:last-of-type {
  padding-right: 0;
}
.entry-content h2:nth-child(2),
.entry-content .h2:nth-child(2),
.entry-content h3:nth-child(2),
.entry-content .h3:nth-child(2),
.entry-content p:nth-child(2),
.entry-content .p:nth-child(2) {
  padding-top: 0;
}
.single-blog-post-navigation {
  display: flex;
}
.single-blog-post-navigation a {
  display: inline-block;
}
.single-blog-post-navigation .pnav-left {
  width: 50%;
  margin-right: 15px;
}
.single-blog-post-navigation .pnav-right {
  width: 50%;
  text-align: right;
}
.single-entry-tag > a {
  padding: 0;
  border: 0;
}
.single-entry-tag > a:hover {
  background: transparent;
  color: #c2a54f;
}
.comments-template-1 {
  padding: 0;
  margin-top: 15px;
}
@media only screen and (max-width: 1000px) {
  .hero-wrap.title .row {
    height: 120px;
    padding-top: 10px;
  }
  .hero-wrap:not(.title) .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-wrap h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .single-post .fw-title-bar .fw-heading {
    min-height: 130px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .hidden-xs-nav {
    display: none !important;
  }
  .blog .bt-section-space,
  .category .bt-section-space,
  .tag .bt-section-space {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  a.anchor,
  span.anchor {
    top: -130px;
  }
}
@media only screen and (min-width: 1001px) {
  .hero-carousel .slick-arrow {
    top: calc(50% + 12px);
  }
  .hero-slide {
    padding-top: 62px;
  }
  .hero-wrap.title .row {
    padding-top: 62px;
  }
  .hero-wrap:not(.title) .row {
    padding-top: 122px;
    padding-bottom: 60px;
  }
  .single-post .fw-title-bar .fw-heading {
    padding-top: 62px;
  }
  .visible-xs-nav {
    display: none !important;
  }
  a.anchor,
  span.anchor {
    top: -142px;
  }
}
@media (max-width: 525px) {
  .menu-item-type-custom > .menu-item-custom-wrap:not(.off-canvas-menu-wrap) {
    width: calc(72%);
  }
}
@media only screen and (max-width: 767px) {
  .site-main .container-fluid,
  .single-post .bt-section-space {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .site-main .container-fluid h2:not(:first-of-type),
  .single-post .bt-section-space h2:not(:first-of-type),
  .site-main .container-fluid .h2:not(:first-of-type),
  .single-post .bt-section-space .h2:not(:first-of-type) {
    padding-top: 15px;
  }
  .blog .bt-section-space,
  .category .bt-section-space,
  .tag .bt-section-space {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .single-post .site-main a {
    word-wrap: break-word;
  }
  a.anchor,
  span.anchor {
    top: -88px;
  }
  .slick-arrow {
    width: 17px;
    height: 32px;
    top: calc(50% - 16px);
  }
  .flex-col-carousel .slick-arrow {
    top: calc(50% - 41px);
  }
  .flex-col-carousel .content-slide ol,
  .flex-col-carousel .content-slide .bullets {
    padding-left: 3px;
  }
  .flex-col-xs-carousel .slick-track {
    display: flex;
  }
  .flex-col-xs-carousel .slick-slide {
    align-self: center;
  }
  .slick-dots {
    margin: 30px 0 0;
  }
  .hero-carousel .slick-prev {
    left: 15px;
  }
  .hero-carousel .slick-next {
    right: 15px;
  }
  .hero-carousel .slick-arrow {
    top: calc(50% - 17px);
  }
  .hero-slide {
    height: 250px;
  }
  .hero-slide .text-main {
    margin-top: -20px;
  }
  .hero-slide p {
    font-size: 14px;
    line-height: 12px;
  }
  .hero-slide h1,
  .hero-slide h2,
  .hero-slide .h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .hero-slide .link-wrap {
    padding: 0 20%;
  }
  .hero-slide .link-wrap .btn {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-cta .text-main {
    padding: 15px;
  }
  h1,
  .h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .fw-title-bar .fw-heading .fw-special-title {
    font-size: 38px;
    line-height: 44px;
  }
  h2,
  .h2 {
    font-size: 34px;
    line-height: 34px;
  }
  h1,
  .h1,
  h2,
  .h2 {
    margin: 0 0 15px;
  }
  h3,
  .h3 {
    margin: 0 0 11px;
    padding-top: 11px;
  }
  h4,
  .h4,
  h5,
  .h5,
  p,
  .p,
  ul,
  ol {
    margin: 0 0 14px;
  }
  .content-img-left {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .content-img-right {
    padding-left: 0;
    padding-bottom: 15px;
  }
  .bkgd-sm-right {
    background-image: none !important;
  }
  .link-wrap {
    padding: 0 35px;
  }
  .link-wrap .btn {
    display: block;
  }
  .link-wrap .btn + .btn {
    margin-top: 15px;
  }
  .epyt-gallery-subscribe {
    padding-left: 35px;
    padding-right: 35px;
  }
  .page-id-652 .btn.btn-red img,
  .epyt-gallery .epyt-gallery-subscribe a.epyt-gallery-subbutton img {
    margin-top: -4px;
  }
  body .featherlight .featherlight-close-icon {
    top: 5px;
    right: 10px;
  }
  .mec-single-event .mec-event-export-module {
    padding-bottom: 0;
  }
  .mec-single-modal .mec-single-event-time {
    padding-top: 0;
    padding-bottom: 0;
  }
  .posts-table-controls {
    position: relative;
    margin-bottom: 20px;
  }
  .posts-table-controls .posts-table-select-filters {
    margin: 0;
  }
  .posts-table-controls .posts-table-select-filters > label {
    display: block !important;
  }
  .posts-table-controls .posts-table-select-filters .select-wrap {
    margin-bottom: 7px;
  }
  .posts-table-controls .posts-table-select-filters .posts-table-reset {
    display: block;
    width: 25%;
    margin: 3px 0 -2px;
  }
  .posts-table-controls .dataTables_filter {
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 75%;
    margin: 0;
  }
  .posts-table-controls .dataTables_filter label {
    display: flex !important;
    line-height: 28px;
  }
  .posts-table-controls .dataTables_filter input {
    padding: 0 0 0 5px;
    width: 100%!important;
  }
  .postlist .grid-item {
    padding-bottom: 15px !important;
  }
  .single-post .related-article-list .col-md-6 {
    padding: 0;
  }
  .single-blog-post-navigation a,
  .single-blog-post-navigation .btn {
    width: 100%;
  }
  .page-id-1224 th.col-date,
  .page-id-1407 th.col-date {
    width: 35% !important;
  }
  .page-id-1224 th.col-title,
  .page-id-1407 th.col-series {
    width: 65% !important;
  }
  table.posts-data-table th.col-content,
  .page-id-1407 th.col-speaker {
    width: 100% !important;
  }
  footer .bt-row {
    padding: 30px 0 40px;
  }
  footer .mec-event-list-minimal .mec-event-title {
    margin-bottom: 0;
  }
  footer .mec-event-list-minimal .btn-wrapper {
    padding-top: 0;
    margin: 0;
  }
  footer .mec-event-list-minimal .btn-wrapper .mec-detail-button {
    text-align: left;
    margin-top: 0;
  }
  .wpcf7-form .form-group,
  .wpcf7-form div.wpcf7-form-control-wrap {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .slick-prev {
    left: 7px;
  }
  .slick-next {
    right: 7px;
  }
  .flex-col-carousel .content-slide {
    padding-right: 35px;
    padding-left: 35px;
  }
  .widget {
    margin-bottom: 15px;
  }
  table.posts-data-table a.download {
    display: none !important;
  }
  .footer-sidebar-item:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .fw-widget-posts.widget_fw_posts {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-main .container-fluid,
  .single-post .bt-section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .site-main .container-fluid h2:not(:first-of-type),
  .single-post .bt-section-space h2:not(:first-of-type),
  .site-main .container-fluid .h2:not(:first-of-type),
  .single-post .bt-section-space .h2:not(:first-of-type) {
    padding-top: 17px;
  }
  a.anchor,
  span.anchor {
    top: -110px;
  }
  .hero-carousel .slick-prev {
    left: 30px;
  }
  .hero-carousel .slick-next {
    right: 30px;
  }
  .hero-slide {
    height: 350px;
  }
  .hero-slide p {
    font-size: 18px;
    line-height: 18px;
  }
  .hero-slide h1,
  .hero-slide h2,
  .hero-slide .h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .hero-wrap.title .row,
  .single-post .fw-title-bar .fw-heading {
    height: 220px;
  }
  h1,
  .h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .fw-title-bar .fw-heading .fw-special-title {
    font-size: 44px;
    line-height: 50px;
  }
  h2,
  .h2 {
    font-size: 38px;
    line-height: 38px;
  }
  h1,
  .h1,
  h2 .h2 {
    margin: 0 0 17px;
  }
  h3,
  .h3 {
    margin: 0 0 13px;
    padding-top: 13px;
  }
  h4,
  .h4,
  h5,
  .h5,
  p,
  .p,
  ul,
  ol {
    margin: 0 0 16px;
  }
  footer .bt-row {
    padding: 45px 0;
  }
  footer .bt-row .bt-col-3:last-of-type {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .hero-slide .link-wrap .btn + .btn {
    margin-left: 30px;
  }
  .hero-wrap.title {
    background-attachment: fixed;
  }
  .bkgd-sm-right {
    background: center right / contain no-repeat;
  }
  .flex-col-carousel .slick-dots {
    position: absolute;
    bottom: -30px;
  }
  .content-img-left {
    padding-right: 30px;
    float: left;
  }
  .content-img-right {
    padding-left: 30px;
    float: right;
  }
  .link-wrap {
    display: inline-block;
  }
  .link-wrap .btn {
    float: left;
  }
  .link-wrap .btn + .btn {
    margin-left: 15px;
  }
  .blog .postlist {
    display: flex;
    flex-wrap: wrap;
  }
  .mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
  }
  .mec-single-modal .mec-event-export-module.mec-frontbox .mec-event-exporting .mec-export-details ul li:last-of-type {
    margin-right: 0;
  }
  .posts-table-controls .posts-table-reset {
    margin-left: 6px !important;
  }
  .page-id-1224 th.col-date {
    width: 10% !important;
  }
  .page-id-1224 th.col-topic {
    width: 20% !important;
  }
  .page-id-1224 th.col-speaker {
    width: 21% !important;
  }
  .page-id-1224 th.col-content {
    width: 27% !important;
  }
  .page-id-1224 td.col-content {
    padding: 7px 40px 7px 7px;
  }
  .page-id-1407 th.col-speaker {
    width: 50% !important;
  }
  .page-id-1407 th.col-series {
    width: 16% !important;
  }
  .page-id-1407 th.col-content {
    width: 30% !important;
  }
  .wpcf7-form .field-name,
  .wpcf7-form .field-email,
  #wpcf7-f1622-p1624-o1 .field-phone,
  #wpcf7-f1622-p1624-o1 .select-reason {
    float: left;
    width: 48.5%;
  }
  .wpcf7-form .field-name,
  #wpcf7-f1622-p1624-o1 .field-phone {
    margin-right: 3%;
  }
  .entry-content > h2:nth-child(2),
  .entry-content > .h2:nth-child(2),
  .entry-content > h3:nth-child(2),
  .entry-content > .h3:nth-child(2),
  .entry-content > p:nth-child(2),
  .entry-content > .p:nth-child(2) {
    margin-top: 45px;
  }
  .single-entry-header {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .site-main .container-fluid,
  .single-post .bt-section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .site-main .container-fluid h2:not(:first-of-type),
  .single-post .bt-section-space h2:not(:first-of-type),
  .site-main .container-fluid .h2:not(:first-of-type),
  .single-post .bt-section-space .h2:not(:first-of-type) {
    padding-top: 19px;
  }
  .hero-carousel .slick-prev {
    left: 45px;
  }
  .hero-carousel .slick-next {
    right: 45px;
  }
  .hero-slide {
    height: 450px;
  }
  .hero-wrap.title .row,
  .single-post .fw-title-bar .fw-heading {
    height: 270px;
  }
  h1,
  .h1,
  h2,
  .h2 {
    margin: 0 0 19px;
  }
  .fw-title-bar .fw-heading .fw-special-title {
    font-size: 50px;
    line-height: 56px;
  }
  h3,
  .h3 {
    margin: 0 0 15px;
    padding-top: 15px;
  }
  h4,
  .h4,
  h5,
  .h5,
  p,
  .p,
  ul,
  ol {
    margin: 0 0 18px;
  }
  .hero-slide .btn,
  .hero-slide .btn:link,
  .hero-slide .btn:visited {
    font-size: 20px;
    line-height: 20px;
    border-width: 3px;
    padding: 20px 36px;
  }
}
