@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?2rneff");
  src: url("../fonts/icomoon.eot?2rneff#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?2rneff") format("woff2"), url("../fonts/icomoon.ttf?2rneff") format("truetype"), url("../fonts/icomoon.woff?2rneff") format("woff"), url("../fonts/icomoon.svg?2rneff#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*
	Body & HTML setup

*/
#full-height {
  display: none;
}

body, html {
  height: 100%;
}

body {
  font-family: "interstate";
  font-size: 18px;
  color: #2b2b2b;
}
body.nav-menu-open {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  max-width: 1200px;
  min-width: 0px;
  width: 100%;
}
.container.home-stories-container {
  max-width: 1270px;
}
.container.xlarge-container {
  max-width: 1600px;
}
.container.large-container {
  max-width: 1050px;
}
.container.xsmall-container {
  max-width: 770px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  width: 100%;
  max-width: 2000px;
  min-width: 320px;
}

.wrap {
  position: relative;
  margin: 0 auto -90px; /* bottom is negative value of .push height */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  max-width: 2000px;
  overflow: hidden;
}

.push {
  height: 90px;
  background: transparent;
} /* footer height plus padding */
.padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.nomargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #d4af37;
}

::selection {
  color: white;
  background: #d4af37;
}

:focus {
  outline: 0px none transparent;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: rgba(43, 43, 43, 0.5);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(43, 43, 43, 0.5);
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(43, 43, 43, 0.5);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(43, 43, 43, 0.5);
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=submit], textarea, select {
  -webkit-appearance: none;
  border-radius: 0px;
}

#preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

a, input[type=submit] {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover, input[type=submit]:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

img {
  max-width: 100%;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
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;
}

img {
  max-width: 100%;
}
img:not([src]) {
  visibility: hidden;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
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 screen and (max-width: 767px) {
  img.alignright, img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 30px;
  }
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.animsition-loading {
  border: none;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
  -webkit-animation-timing-function: none;
  animation-timing-function: none;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-name: none;
  animation-name: none;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .animatedParent .animated {
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  *[data-paroller-factor] {
    /*for all elements with background parallax effect*/
    background-position: center !important;
    /*for all elements with foreground parallax effect*/
    transform: none !important;
  }
}
#header-container {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  z-index: 1000000;
  padding: 20px 0;
}
#header-container.menu-active.home:before {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container.home:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 320px;
  background: url("../images/top-black-gradient.png");
  background-size: cover;
  background-position: 50%;
  top: -30px;
  left: 0;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container #alert-bar-container {
  text-align: right;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  top: -25px;
  padding-bottom: 20px;
}
#header-container #alert-bar-container > div {
  display: inline-block;
}
#header-container #alert-bar-container #close-alert {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  top: 0px;
  margin-left: 20px;
  color: #FFFFFF;
}
#header-container #alert-bar-container #close-alert .icon-close:before {
  content: "\e909";
}
#header-container #alert-bar-container #close-alert:hover {
  color: #B99B38;
}
#header-container #alert-bar-container p {
  font-size: 15px;
  font-weight: bold;
}
#header-container #alert-bar-container a {
  color: #d4af37;
  text-decoration: none;
}
#header-container #alert-bar-container a:hover {
  color: #B99B38;
}
#header-container #header-wrapper > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#header-container #header-wrapper > div > div:first-child {
  width: 320px;
}
#header-container #header-wrapper > div > div:last-child {
  width: calc(100% - 320px);
  padding-left: 50px;
  text-align: right;
}
#header-container #header-wrapper > div > div:last-child > div {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
}
#header-container #header-wrapper > div > div:last-child > div #header-static-button, #header-container #header-wrapper > div > div:last-child > div #header-active-button {
  position: absolute;
  top: -25px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: -1;
}
#header-container #header-wrapper > div > div:last-child > div #header-static-button.is-visible, #header-container #header-wrapper > div > div:last-child > div #header-active-button.is-visible {
  opacity: 1;
  z-index: 100;
}
#header-container #header-wrapper > div > div:last-child > div #header-static-button a {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
}
#header-container #header-wrapper > div > div:last-child > div #header-static-button a:hover {
  color: #d4af37;
  background: #FFFFFF;
}
#header-container #header-wrapper > div > div:last-child > div #header-active-button a {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  background: #d4af37;
  color: #FFFFFF;
}
#header-container #header-wrapper > div > div:last-child > div #header-active-button a:hover {
  background: #B99B38;
}
#header-container #header-wrapper > div > div:last-child #side-menu-toggle {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  text-decoration: none;
}
#header-container #header-wrapper > div > div:last-child #side-menu-toggle.active span:before {
  top: -1px;
  height: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#header-container #header-wrapper > div > div:last-child #side-menu-toggle.active span:after {
  top: -1px;
  height: 3px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
#header-container #header-wrapper > div > div:last-child #side-menu-toggle span {
  width: 50px;
  position: absolute;
  right: 0;
  top: 23px;
  text-decoration: none;
}
#header-container #header-wrapper > div > div:last-child #side-menu-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  position: absolute;
  display: block;
  content: "";
  top: -3px;
  right: 0;
  background: #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header-container #header-wrapper > div > div:last-child #side-menu-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  position: absolute;
  display: block;
  content: "";
  top: 3px;
  right: 0;
  background: #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#sticky-header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 25px 0 35px;
  background: #FFFFFF;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
}
#sticky-header-container.header-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#sticky-header-container.sticky {
  opacity: 1;
  visibility: visible;
  z-index: 1000000;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#sticky-header-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#sticky-header-container > div > div > div:first-child {
  width: 320px;
}
#sticky-header-container > div > div > div:last-child {
  width: calc(100% - 320px);
  padding-left: 50px;
  text-align: right;
}
#sticky-header-container > div > div > div:last-child > div {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
}
#sticky-header-container > div > div > div:last-child > div #sticky-header-static-button, #sticky-header-container > div > div > div:last-child > div #sticky-header-active-button {
  position: absolute;
  top: -25px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#sticky-header-container > div > div > div:last-child > div #sticky-header-static-button.is-visible, #sticky-header-container > div > div > div:last-child > div #sticky-header-active-button.is-visible {
  opacity: 1;
}
#sticky-header-container > div > div > div:last-child > div #sticky-header-static-button a {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  color: #2b2b2b;
  border: 2px solid #2b2b2b;
  background: transparent;
}
#sticky-header-container > div > div > div:last-child > div #sticky-header-static-button a:hover {
  color: #FFFFFF;
  background: #2b2b2b;
}
#sticky-header-container > div > div > div:last-child > div #sticky-header-active-button a {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  background: #d4af37;
  color: #FFFFFF;
}
#sticky-header-container > div > div > div:last-child > div #sticky-header-active-button a:hover {
  background: #B99B38;
}
#sticky-header-container > div > div > div:last-child #sticky-side-menu-toggle {
  color: #2b2b2b;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  text-decoration: none;
}
#sticky-header-container > div > div > div:last-child #sticky-side-menu-toggle.active span:before {
  top: -1px;
  height: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#sticky-header-container > div > div > div:last-child #sticky-side-menu-toggle.active span:after {
  top: -1px;
  height: 3px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
#sticky-header-container > div > div > div:last-child #sticky-side-menu-toggle span {
  width: 50px;
  position: absolute;
  right: 0;
  top: 23px;
  text-decoration: none;
}
#sticky-header-container > div > div > div:last-child #sticky-side-menu-toggle span:before {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  position: absolute;
  display: block;
  content: "";
  top: -3px;
  right: 0;
  background: #2b2b2b;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#sticky-header-container > div > div > div:last-child #sticky-side-menu-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 20px;
  position: absolute;
  display: block;
  content: "";
  top: 3px;
  right: 0;
  background: #2b2b2b;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#sidebar-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  background: #2b2b2b;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  overflow-y: scroll;
  padding: 50px 0 100px;
  -webkit-overflow-scrolling: touch;
}
#sidebar-menu.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 100000;
}
#sidebar-menu > div {
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-left: 60px;
}
#sidebar-menu > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#sidebar-menu > div > div ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sidebar-menu > div > div ul li {
  display: block;
  margin-bottom: 10px;
}
#sidebar-menu > div > div ul li a {
  font-family: "moret";
  color: #FFFFFF;
  font-size: 50px;
  text-decoration: none;
}
#sidebar-menu > div > div ul li a:hover {
  color: #d4af37;
}
#sidebar-menu > div > div #sidebar-social-menu {
  margin-top: 30px;
}
#sidebar-menu > div > div #sidebar-social-menu a {
  color: #d4af37;
  text-decoration: none;
  opacity: 1;
}
#sidebar-menu > div > div #sidebar-social-menu a:hover {
  opacity: 0.7;
}
#sidebar-menu > div > div #sidebar-social-menu a:not(:last-of-type) {
  margin-right: 20px;
}
#sidebar-menu > div > div #sidebar-social-menu a span {
  font-size: 30px;
}
#sidebar-menu > div > div #sidebar-social-menu a span.icon-facebook:before {
  content: "\e904";
}
#sidebar-menu > div > div #sidebar-social-menu a span.icon-instagram:before {
  content: "\e905";
}
#sidebar-menu > div > div #sidebar-social-menu a span.icon-vimeo:before {
  content: "\e906";
}
#sidebar-menu > div > div #sidebar-social-menu a span.icon-youtube:before {
  content: "\e907";
}

#interior-header-container {
  background: #2b2b2b;
  padding: 80px 0 0;
}
#interior-header-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#interior-header-container > div > div > div {
  width: 50%;
}
#interior-header-container > div > div > div:first-child {
  padding-top: 100px;
  padding-right: 60px;
  padding-bottom: 20px;
}
#interior-header-container > div > div > div img {
  position: relative;
  top: 80px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
}
#interior-header-container > div > div > div h1 {
  color: #d4af37;
  font-size: 80px;
  font-family: "moret";
}
#interior-header-container > div > div > div p {
  color: #FFFFFF;
  line-height: 1.667;
  margin-top: 40px;
}

#blog-header-container {
  height: 540px;
  background: #2b2b2b;
  padding: 80px 0;
}
#blog-header-container > div {
  display: table;
  width: 100%;
  height: 100%;
}
#blog-header-container > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#blog-header-container > div > div h1 {
  color: #d4af37;
  font-size: 115px;
  font-family: "moret";
}
#blog-header-container > div > div h5 {
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
}

#single-blog-header-container {
  background: #2b2b2b;
  padding: 80px 0 0;
}
#single-blog-header-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#single-blog-header-container > div > div > div {
  width: 50%;
}
#single-blog-header-container > div > div > div:last-child {
  padding: 120px 0 0 50px;
}
#single-blog-header-container > div > div > div img {
  position: relative;
  top: 80px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
}
#single-blog-header-container > div > div > div h1 {
  color: #d4af37;
  font-size: 60px;
  font-family: "moret";
}
#single-blog-header-container > div > div > div h5 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

#single-sermons-no-featured-header {
  background: #2b2b2b;
  padding: 180px 0;
}

#sermons-header-container {
  background: #2b2b2b;
  padding: 180px 0;
}
#sermons-header-container .sermon-wrapper:not(.has-video) {
  width: 100%;
  max-width: 800px;
}
#sermons-header-container .sermon-wrapper.has-video {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#sermons-header-container .sermon-wrapper.has-video > div {
  width: 50%;
}
#sermons-header-container .sermon-wrapper.has-video > div:first-child {
  padding-right: 50px;
}
#sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}
#sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper > div > div {
  display: table;
  width: 100%;
  height: 100%;
}
#sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: inline-block;
  line-height: 100px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.72);
  position: relative;
}
#sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a:before {
  position: absolute;
  content: "";
  background: rgba(165, 165, 165, 0.48);
  border-radius: 50%;
  width: calc(100% + 40px);
  top: -20px;
  left: -20px;
  height: calc(100% + 40px);
}
#sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a .icon-play {
  position: relative;
  left: 4px;
  font-size: 30px;
  color: #d4af37;
}
#sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a .icon-play:before {
  content: "\e908";
}
#sermons-header-container h3 {
  color: #d4af37;
  font-size: 60px;
  font-family: "moret";
}
#sermons-header-container h5 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 40px;
}
#sermons-header-container .button {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
}
#sermons-header-container .button:hover {
  color: #d4af37;
  background: #FFFFFF;
}
#sermons-header-container .button {
  margin-top: 40px;
}

@media screen and (max-width: 1240px) {
  #header-container {
    padding: 20px;
  }
  #sticky-header-container {
    padding: 25px 20px 35px;
  }
  #interior-header-container {
    padding: 80px 20px 0;
  }
  #sidebar-menu {
    padding: 0 20px;
  }
  #blog-header-container {
    padding: 80px 20px 0;
  }
  #single-blog-header-container {
    padding: 80px 20px 0;
  }
  #sermons-header-container {
    padding: 160px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #sidebar-menu > div {
    padding-left: 20px;
  }
  #sticky-header-container {
    display: none;
  }
  #sermons-header-container .sermon-wrapper.has-video {
    flex-direction: column-reverse;
  }
  #sermons-header-container .sermon-wrapper.has-video > div {
    width: 100%;
  }
  #sermons-header-container .sermon-wrapper.has-video > div:first-child {
    padding-right: 0;
    margin-top: 30px;
  }
  #sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  #header-container #alert-bar-container p {
    font-size: 10px;
  }
  #header-container #header-wrapper > div > div:first-child {
    width: 180px;
  }
  #header-container #header-wrapper > div > div:last-child {
    width: calc(100% - 180px);
    padding-left: 20px;
  }
  #header-container #header-wrapper > div > div:last-child > div {
    display: none;
  }
  #header-container #header-wrapper > div > div:last-child #side-menu-toggle span {
    top: 13px;
  }
  #sidebar-menu {
    width: 100%;
  }
  #sidebar-menu > div > div ul li a {
    font-size: 36px;
  }
  #interior-header-container > div > div > div:first-child {
    width: 100%;
    padding: 80px 0;
  }
  #interior-header-container > div > div > div:last-child {
    display: none;
  }
  #interior-header-container > div > div > div h1 {
    font-size: 50px;
  }
  #blog-header-container {
    height: 440px;
  }
  #blog-header-container > div > div h1 {
    font-size: 60px;
  }
  #blog-header-container > div > div h5 {
    font-size: 16px;
  }
  #single-blog-header-container > div > div > div:first-child {
    display: none;
  }
  #single-blog-header-container > div > div > div:last-child {
    width: 100%;
    padding: 80px 0;
  }
  #single-blog-header-container > div > div > div h1 {
    font-size: 42px;
  }
  #single-blog-header-container > div > div > div h5 {
    font-size: 16px;
  }
  #single-sermons-no-featured-header {
    padding: 140px 0;
  }
  #sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a {
    width: 60px;
    height: 60px;
    line-height: 70px;
  }
  #sermons-header-container .sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a .icon-play {
    font-size: 25px;
  }
  #sermons-header-container h3 {
    font-size: 36px;
  }
  #sermons-header-container h5 {
    font-size: 16px;
  }
}
#content #error-container {
  padding: 180px 20px 240px;
  text-align: center;
}
#content h1 {
  font-family: "moret";
  font-size: 80px;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #d4af37;
}
#content h2 {
  font-family: "moret";
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 1.3;
}
#content h2 span {
  position: relative;
}
#content h2 span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  background: #d4af37;
  left: 0;
  bottom: 6px;
  opacity: 0.5;
}
#content h2 em {
  font-style: normal;
  position: relative;
  display: inline-block;
  z-index: 10;
}
#content h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #d4af37;
}
#content h4 {
  font-family: "moret";
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
}
#content h5 {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  text-transform: uppercase;
}
#content h6 {
  margin-bottom: 20px;
  line-height: 1.4;
}
#content p {
  line-height: 1.6667;
  margin-bottom: 30px;
}
#content label {
  display: none;
}
#content input[type=text] {
  width: 100%;
  border: solid 2px rgba(43, 43, 43, 0.25);
  padding-left: 15px;
  height: 55px;
}
#content textarea {
  width: 100%;
  border: solid 2px rgba(43, 43, 43, 0.25);
  padding-left: 15px;
  height: 195px;
}
#content input[type=submit] {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  background: #d4af37;
  color: #FFFFFF;
}
#content input[type=submit]:hover {
  background: #B99B38;
}
#content .validation_error {
  border-top: 2px solid #99323a;
  border-bottom: 2px solid #99323a;
  color: #99323a;
  font-size: 22px;
  margin-bottom: 50px;
}
#content .validation_message {
  font-weight: normal;
  padding: 7px 0 0;
  font-size: 12px;
  color: #99323a;
}
#content .gform_confirmation_message {
  font-size: 22px;
  text-align: center;
  padding: 40px 0;
}
#content .gform_wrapper {
  margin-top: 0;
}
#content .gform_wrapper ul {
  padding: 0;
  margin: 0;
}
#content .gform_wrapper ul.gfield_checkbox li, #content .gform_wrapper ul.gfield_radio li {
  margin-bottom: 15px;
}
#content .gform_wrapper ul.gfield_checkbox label, #content .gform_wrapper ul.gfield_radio label {
  display: inline-block;
  font-size: 18px;
  margin-left: 10px;
}
#content .gform_wrapper ul li {
  padding-left: 0;
  margin-bottom: 25px;
  margin-top: 0;
}
#content .gform_wrapper ul li:before {
  display: none;
}
#content .gform_wrapper ul li.gfield_error {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 25px !important;
}
#content .gform_wrapper ul li.gfield_error .ginput_container {
  margin-top: 8px;
}
#content .gform_wrapper ul li.gfield_error label {
  color: #99323a;
  margin-top: 0;
}
#content .gform_wrapper ul li.gfield_error label span {
  color: #99323a;
}
#content .gform_wrapper ul li.gfield_error input[type=text], #content .gform_wrapper ul li.gfield_error textarea {
  border: 2px solid #99323a;
}
#content .gform_wrapper input[type=text] {
  border: 2px solid #d4af37;
}
#content .gform_wrapper textarea {
  border: 2px solid #d4af37;
}
#content .gform_wrapper input[type=submit] {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  background: #f4f4f4;
  color: rgba(43, 43, 43, 0.24);
  width: calc(100% - 16px);
}
#content img.gform_ajax_spinner {
  margin: 30px auto;
  display: block;
  width: 60px;
}
#content a:not(.button) {
  color: #d4af37;
}
#content a.button.gold {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  background: #d4af37;
  color: #FFFFFF;
}
#content a.button.gold:hover {
  background: #B99B38;
}
#content a.button.white-border {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
}
#content a.button.white-border:hover {
  color: #d4af37;
  background: #FFFFFF;
}
#content a.button.gold-border {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #d4af37;
  border: 2px solid #d4af37;
  background: transparent;
}
#content a.button.gold-border:hover {
  color: #FFFFFF;
  background: #B99B38;
  border: 2px solid #B99B38;
}
#content a.button.gray {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  background: #f4f4f4;
  color: rgba(43, 43, 43, 0.24);
}
#content .accordion {
  margin-bottom: 20px;
}
#content .accordion .accordion-header {
  padding: 20px 63px 20px 20px;
  background: #f4f4f4;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  position: relative;
}
#content .accordion .accordion-header.active h5 {
  color: #d4af37;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .accordion .accordion-header.active span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .accordion .accordion-header h5 {
  margin-bottom: 0;
  color: rgba(43, 43, 43, 0.5);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .accordion .accordion-header span {
  position: absolute;
  right: 30px;
  top: 13px;
  background: url("../images/down-arrow.svg");
  background-size: cover;
  background-position: 50%;
  width: 30px;
  height: 33px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .accordion .accordion-details {
  display: none;
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  #content #error-container {
    padding: 60px 20px 150px;
  }
  #content h1 {
    font-size: 50px;
  }
  #content h2 {
    font-size: 32px;
  }
  #content h3 {
    font-size: 28px;
  }
  #content h4 {
    font-size: 24px;
  }
  #content h5 {
    font-size: 16px;
  }
  #content h6 {
    font-size: 16px;
  }
  #content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 641px) {
  #content .gform_wrapper input[type=submit] {
    width: 100%;
  }
}
#hero-container {
  height: 900px;
  background-size: cover;
  background-position: 50%;
}
#hero-container #hero-images .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#hero-container #hero-images .hero-image.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#hero-container #hero-content {
  display: table;
  width: 100%;
  height: 100%;
}
#hero-container #hero-content > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#hero-container #hero-content > div > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#hero-container #hero-content > div > div > div > div {
  width: 50%;
}
#hero-container #hero-content > div > div > div > div:first-child {
  padding-bottom: 80px;
}
#hero-container #hero-content > div > div > div > div:first-child > * {
  position: relative;
}
#hero-container #hero-content > div > div > div > div:first-child .hero-toggle {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#hero-container #hero-content > div > div > div > div:first-child .hero-toggle.is-hidden {
  opacity: 0.3;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#hero-container #hero-content > div > div > div > div:last-child {
  background: rgba(212, 175, 55, 0.75);
  padding: 60px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
#hero-container #hero-content > div > div > div > div:last-child.is-visible {
  opacity: 1;
  z-index: 1000;
  visibility: visible;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#hero-container #hero-content > div > div > div > div:last-child:before {
  position: absolute;
  content: "";
  width: 9600px;
  bottom: -80px;
  height: 80px;
  left: 0;
  background: rgba(212, 175, 55, 0.75);
  z-index: 1000;
}
#hero-container #hero-content > div > div > div > div:last-child:after {
  position: absolute;
  content: "";
  width: 9600px;
  left: 100%;
  background: rgba(212, 175, 55, 0.75);
  height: 100%;
  top: 0;
  z-index: 1000;
}
#hero-container #hero-content > div > div > div > div:last-child .hero-content {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
}
#hero-container #hero-content > div > div > div > div:last-child .hero-content.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
#hero-container #hero-content > div > div > div > div > * {
  color: #FFFFFF;
}
#hero-container #hero-content > div > div > div > div h1 {
  text-decoration: underline;
  font-size: 115px;
  line-height: 1;
}
#hero-container #hero-content > div > div > div > div p {
  font-size: 24px;
}

#home-introduction-container {
  padding: 160px 0 80px;
  background: #f4f4f4;
}
#home-introduction-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-introduction-container > div > div > div {
  width: 50%;
  position: relative;
}
#home-introduction-container > div > div > div:last-child {
  text-align: right;
}
#home-introduction-container > div > div > div:last-child img {
  position: relative;
  display: inline-block;
  z-index: 1000;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.25);
}
#home-introduction-container > div > div > div:last-child img:first-child {
  top: -60%;
  left: 15%;
}
#home-introduction-container > div > div > div:last-child img:last-child {
  top: -75%;
  left: -30%;
  margin-bottom: -30%;
}
#home-introduction-container > div > div > div #home-introduction-buttons a.button:not(:last-of-type) {
  margin-right: 20px;
}
#home-introduction-container > div > div > div #home-introduction-buttons a.button.border {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #d4af37;
  border: 2px solid #d4af37;
  background: transparent;
}
#home-introduction-container > div > div > div #home-introduction-buttons a.button.border:hover {
  color: #FFFFFF;
  background: #B99B38;
  border: 2px solid #B99B38;
}
#home-introduction-container > div > div > div #home-introduction-buttons a.button.solid {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  background: #d4af37;
  color: #FFFFFF;
}
#home-introduction-container > div > div > div #home-introduction-buttons a.button.solid:hover {
  background: #B99B38;
}

#home-services-container {
  background: #f4f4f4;
  padding: 40px 0 400px;
}
#home-services-container > div > div {
  background: #FFFFFF;
  padding: 50px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.29);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#home-services-container > div > div > div:first-child {
  width: 65%;
}
#home-services-container > div > div > div:first-child h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-family: "interstate";
  font-weight: 300;
  padding-left: 35px;
  position: relative;
}
#home-services-container > div > div > div:first-child h3:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(212, 175, 55, 0.3);
  border-radius: 50%;
  top: 1px;
  left: 0;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}
#home-services-container > div > div > div:first-child h3:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: rgb(212, 175, 55);
  border-radius: 50%;
  top: 7.5px;
  left: 7.5px;
}
#home-services-container > div > div > div:first-child h3 strong {
  color: #d4af37;
  font-weight: bold;
}
#home-services-container > div > div > div:last-child {
  width: 35%;
  text-align: right;
}
#home-services-container > div > div > div:last-child a {
  text-decoration: none;
  display: inline-block;
  opacity: 1;
}
#home-services-container > div > div > div:last-child a:hover {
  opacity: 0.7;
}
#home-services-container > div > div > div:last-child a:not(:last-of-type) {
  margin-right: 25px;
}
#home-services-container > div > div > div:last-child img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#home-services-container > div > div > div:last-child h5 {
  display: inline-block;
  margin-bottom: 0;
}

#home-sermons-container {
  position: relative;
  top: -320px;
  margin-bottom: -320px;
}
#home-sermons-container h1 {
  font-size: 115px;
  opacity: 0.07;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  top: 30px;
  color: #37393d;
}
#home-sermons-container .home-sermon-wrapper {
  background: #FFFFFF;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  border-left: 12px solid #d4af37;
  padding: 70px 85px;
}
#home-sermons-container .home-sermon-wrapper:not(.has-video) .mejs-container {
  margin-top: 20px;
}
#home-sermons-container .home-sermon-wrapper.has-video {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#home-sermons-container .home-sermon-wrapper.has-video > div {
  width: 50%;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:first-child {
  padding-right: 40px;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:first-child h5 {
  margin-bottom: 10px;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper {
  display: inline-block;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(55, 57, 61, 0.5);
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div {
  display: table;
  width: 100%;
  height: 100%;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: inline-block;
  line-height: 100px;
  text-decoration: none;
  position: relative;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  transition: all 200ms;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a .icon-play {
  position: relative;
  left: 4px;
  font-size: 30px;
  color: #d4af37;
  z-index: 10;
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a .icon-play:before {
  content: "\e908";
}
#home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper img {
  width: 100%;
}
#home-sermons-container .home-sermon-wrapper h3 {
  color: #d4af37;
  margin-bottom: 10px;
  font-family: "moret";
}
#home-sermons-container .home-sermon-wrapper #home-buttons-container {
  margin-top: 10px;
}
#home-sermons-container .home-sermon-wrapper #home-buttons-container .button:not(:last-of-type) {
  margin-right: 20px;
}

#home-stories-container {
  padding: 80px 0;
}
#home-stories-container #home-stories-title-container {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
#home-stories-container #home-stories-title-container:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(43, 43, 43, 0.2);
  left: 0;
  margin: auto;
}
#home-stories-container #home-stories-title-container h1 {
  font-size: 44px;
  text-transform: uppercase;
  background: #FFFFFF;
  color: rgba(43, 43, 43, 0.2);
  z-index: 10000;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 30px;
}
#home-stories-container #home-stories {
  position: relative;
}
#home-stories-container #home-stories .home-story-navigation .home-story-next, #home-stories-container #home-stories .home-story-navigation .home-story-prev {
  position: absolute;
  top: 0;
  height: 100%;
  width: 35px;
  z-index: 10000;
}
#home-stories-container #home-stories .home-story-navigation .home-story-next a, #home-stories-container #home-stories .home-story-navigation .home-story-prev a {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
#home-stories-container #home-stories .home-story-navigation .home-story-prev {
  left: 22px;
}
#home-stories-container #home-stories .home-story-navigation .home-story-next {
  right: 22px;
}
#home-stories-container #home-stories .swiper-slide {
  padding: 30px 50px;
}
#home-stories-container #home-stories .swiper-slide > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  padding: 85px 30px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#home-stories-container #home-stories .swiper-slide > div:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 80%;
  right: 50px;
  top: 30px;
  background: url(../images/watermark.png);
  background-size: cover;
  background-position: left bottom;
}
#home-stories-container #home-stories .swiper-slide > div > div:first-child {
  width: 35%;
  text-align: center;
}
#home-stories-container #home-stories .swiper-slide > div > div:first-child img {
  border-radius: 50%;
  border: solid 15px rgba(212, 175, 55, 0.14);
  margin-bottom: 30px;
}
#home-stories-container #home-stories .swiper-slide > div > div:first-child h4 {
  color: #d4af37;
  margin-bottom: 5px;
  font-weight: normal;
}
#home-stories-container #home-stories .swiper-slide > div > div:last-child {
  width: 65%;
  padding-left: 30px;
}

#home-split-container {
  margin-bottom: 160px;
}
#home-split-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-split-container > div > div {
  width: 50%;
  padding: 50px 80px;
  position: relative;
}
#home-split-container > div > div > div {
  width: 100%;
  max-width: 600px;
}
#home-split-container > div > div:first-child {
  background-size: cover;
  background-position: 50%;
}
#home-split-container > div > div:first-child:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  background: rgba(43, 43, 43, 0.75);
}
#home-split-container > div > div:first-child > div {
  float: right;
}
#home-split-container > div > div:last-child {
  background: #f4f4f4;
}
#home-split-container > div > div > * {
  position: relative;
}
#home-split-container > div > div .home-split-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#home-split-container > div > div .home-split-header.events > div h2 {
  color: #2b2b2b;
}
#home-split-container > div > div .home-split-header > div:first-child {
  width: 70%;
}
#home-split-container > div > div .home-split-header > div:last-child {
  width: 30%;
  text-align: right;
}
#home-split-container > div > div .home-split-header > div:last-child .button {
  min-width: 130px;
}
#home-split-container > div > div .home-split-header > div:last-child #featured-event-slider-navigation {
  display: inline-block;
}
#home-split-container > div > div .home-split-header > div:last-child #featured-event-slider-navigation > div {
  display: inline-block;
  width: 35px;
}
#home-split-container > div > div .home-split-header > div:last-child #featured-event-slider-navigation > div:last-child {
  margin-left: 5px;
}
#home-split-container > div > div .home-split-header > div:last-child #featured-event-slider-navigation > div img {
  margin-bottom: 0;
}
#home-split-container > div > div .home-split-header > div:last-child #featured-event-slider-navigation a {
  display: inline-block;
  width: 100%;
}
#home-split-container > div > div .image-wrapper {
  display: inline-block;
  width: 100%;
}
#home-split-container > div > div .image-wrapper img {
  width: 100%;
}
#home-split-container > div > div h2, #home-split-container > div > div p {
  color: #FFFFFF;
  margin-bottom: 0;
}
#home-split-container > div > div .blog-list-item h5 {
  color: #FFFFFF;
  margin-bottom: 30px;
}
#home-split-container > div > div .blog-list-item hr {
  display: none;
}
#home-split-container > div > div .blog-list-item p {
  color: #FFFFFF;
}
#home-split-container > div > div #home-events-slider .featured-event img {
  width: 100%;
  margin-bottom: 30px;
}
#home-split-container > div > div #home-events-slider .featured-event h3 {
  color: #d4af37;
  margin-bottom: 0;
  font-family: "moret";
  font-weight: normal;
}
#home-split-container > div > div #home-events-slider .featured-event p {
  color: #2b2b2b;
  margin-bottom: 20px;
}
#home-split-container > div > div #home-events-slider .featured-event .featured-event-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
#home-split-container > div > div #home-events-slider .featured-event .featured-event-title > div:first-child h4 {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  #home-introduction-container > div > div > div:first-child {
    padding-right: 30px;
  }
  #home-introduction-container > div > div > div:last-child img:first-child {
    left: 0;
  }
  #home-stories-container {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1240px) {
  #hero-container {
    padding: 0 20px;
  }
  #home-introduction-container {
    padding: 160px 20px 80px;
  }
  #home-services-container {
    padding: 40px 20px 400px;
  }
  #home-services-container > div > div {
    padding: 50px 20px;
  }
  #home-sermons-container {
    padding: 0 30px;
  }
  #home-sermons-container .home-sermon-wrapper {
    padding: 50px 40px;
  }
  #home-sermons-container .home-sermon-wrapper.has-video > div:first-child {
    width: 60%;
  }
  #home-sermons-container .home-sermon-wrapper.has-video > div:last-child {
    width: 40%;
  }
  #home-split-container > div > div {
    padding: 50px 30px;
  }
  #home-split-container > div > div:first-child .button {
    min-width: 140px;
  }
}
@media screen and (max-width: 1100px) {
  #hero-container #hero-content > div {
    vertical-align: middle;
  }
  #hero-container #hero-content > div > div > div > div {
    width: 100%;
  }
  #hero-container #hero-content > div > div > div > div:first-child {
    padding-top: 135px;
    padding-bottom: 30px;
  }
  #hero-container #hero-content > div > div > div > div:last-child {
    min-height: 275px;
    padding: 60px 20px 0;
  }
  #hero-container #hero-content > div > div > div > div h1 {
    font-size: 80px;
  }
  #home-introduction-container {
    padding: 160px 20px;
  }
  #home-introduction-container > div > div > div:first-child, #home-introduction-container > div > div > div:last-child {
    width: 100%;
  }
  #home-introduction-container > div > div > div:last-child {
    display: block;
    margin: 80px auto 0;
    width: 100%;
    max-width: 500px;
  }
  #home-introduction-container > div > div > div:last-child img:first-child {
    top: 0;
    left: 10%;
  }
  #home-introduction-container > div > div > div:last-child img:last-child {
    top: -10%;
    left: -50%;
  }
}
@media screen and (max-width: 1000px) {
  #home-services-container > div > div > div:first-child, #home-services-container > div > div > div:last-child {
    width: 100%;
    text-align: left;
  }
  #home-services-container > div > div > div:last-child {
    margin-top: 30px;
  }
  #home-sermons-container .home-sermon-wrapper.has-video {
    flex-direction: column-reverse;
  }
  #home-sermons-container .home-sermon-wrapper.has-video > div:first-child {
    width: 100%;
    padding-right: 0;
  }
  #home-sermons-container .home-sermon-wrapper.has-video > div:last-child {
    width: 100%;
    margin-bottom: 30px;
  }
  #home-split-container > div > div {
    width: 100%;
  }
  #home-split-container > div > div:first-child > div, #home-split-container > div > div:last-child > div {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #hero-container {
    height: 650px;
  }
  #hero-container #hero-content > div > div > div > div:first-child {
    padding-top: 155px;
  }
  #hero-container #hero-content > div > div > div > div:first-child > * {
    position: relative;
    z-index: 10000;
  }
  #hero-container #hero-content > div > div > div > div:last-child {
    padding: 30px 20px;
    min-height: 200px;
  }
  #hero-container #hero-content > div > div > div > div h1 {
    font-size: 40px;
  }
  #hero-container #hero-content > div > div > div > div p {
    font-size: 18px;
  }
  #home-introduction-container {
    padding: 80px 20px;
  }
  #home-introduction-container > div > div > div:first-child #home-introduction-buttons a.button:last-of-type {
    margin-top: 20px;
  }
  #home-introduction-container > div > div > div:first-child #home-introduction-buttons a.button.border, #home-introduction-container > div > div > div:first-child #home-introduction-buttons a.button.solid {
    display: block;
    max-width: 200px;
  }
  #home-introduction-container > div > div > div:last-child img {
    max-width: 80%;
  }
  #home-introduction-container > div > div > div:last-child img:first-child {
    left: 0;
    right: 0;
  }
  #home-introduction-container > div > div > div:last-child img:last-child {
    left: 0;
    right: auto;
    display: block;
  }
  #home-services-container > div > div > div:first-child h3 {
    font-size: 20px;
  }
  #home-services-container > div > div > div:first-child h3:before {
    top: -2px;
  }
  #home-services-container > div > div > div:first-child h3:after {
    top: 4.5px;
  }
  #home-sermons-container h1 {
    font-size: 42px;
    top: 10px;
  }
  #home-sermons-container .home-sermon-wrapper {
    padding: 40px 20px;
  }
  #home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a {
    width: 60px;
    height: 60px;
    line-height: 70px;
  }
  #home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a:before, #home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a:after {
    width: 50px;
    height: 50px;
  }
  #home-sermons-container .home-sermon-wrapper.has-video > div:last-child .image-wrapper > div > div > div a .icon-play {
    font-size: 25px;
  }
  #home-sermons-container .home-sermon-wrapper #home-buttons-container .button:last-of-type {
    margin-top: 20px;
  }
  #home-sermons-container .home-sermon-wrapper #home-buttons-container .button.gold-border, #home-sermons-container .home-sermon-wrapper #home-buttons-container .button.gray {
    display: block;
    width: 100%;
    max-width: 250px;
  }
  #home-stories-container #home-stories-title-container {
    margin-bottom: 0;
  }
  #home-stories-container #home-stories-title-container h1 {
    font-size: 34px;
    padding: 0 10px;
  }
  #home-stories-container #home-stories .swiper-slide {
    padding: 0;
  }
  #home-stories-container #home-stories .swiper-slide > div {
    box-shadow: none;
    padding: 50px 0 0;
  }
  #home-stories-container #home-stories .swiper-slide > div:before {
    display: none;
  }
  #home-stories-container #home-stories .swiper-slide > div > div:first-child, #home-stories-container #home-stories .swiper-slide > div > div:last-child {
    width: 100%;
  }
  #home-stories-container #home-stories .swiper-slide > div > div:first-child {
    margin-bottom: 20px;
  }
  #home-stories-container #home-stories .swiper-slide > div > div:last-child {
    padding-left: 0;
    text-align: center;
  }
  #home-stories-container #home-stories .home-story-navigation {
    text-align: center;
  }
  #home-stories-container #home-stories .home-story-navigation .home-story-next, #home-stories-container #home-stories .home-story-navigation .home-story-prev {
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
  }
  #home-stories-container #home-stories .home-story-navigation .home-story-next {
    margin-left: 20px;
  }
  #home-split-container > div > div .home-split-header > div:first-child {
    width: 60%;
  }
  #home-split-container > div > div .home-split-header > div:first-child h2 {
    font-size: 28px;
  }
  #home-split-container > div > div .home-split-header > div:last-child {
    width: 40%;
  }
  #home-split-container > div > div .home-split-header > div:last-child .button {
    padding: 7px;
    min-width: 105px;
  }
}
@media screen and (max-width: 360px) {
  #home-services-container > div > div > div:last-child a {
    display: block;
  }
  #home-services-container > div > div > div:last-child a:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#page-builder-content {
  padding: 160px 0;
}
#page-builder-content .content-row.content-row {
  padding: 50px 0;
}
#page-builder-content .content-row.split-content {
  padding: 50px 0;
}
#page-builder-content .content-row.split-content > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#page-builder-content .content-row.split-content > div > div {
  width: 48%;
}
#page-builder-content .content-row.split-content > div > div:nth-of-type(2n) {
  margin-left: 4%;
}
#page-builder-content .content-row.split-content > div > div h3 {
  font-weight: bold;
  font-family: "interstate";
  font-size: 32px;
  color: #d4af37;
}
#page-builder-content .content-row.image-widgets {
  padding: 50px 0;
}
#page-builder-content .content-row.image-widgets .image-widget {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  margin-bottom: 50px;
}
#page-builder-content .content-row.image-widgets .image-widget > div:first-child {
  width: 230px;
}
#page-builder-content .content-row.image-widgets .image-widget > div:first-child img {
  border-radius: 50%;
  border: solid 15px rgba(212, 175, 55, 0.14);
}
#page-builder-content .content-row.image-widgets .image-widget > div:last-child {
  width: calc(100% - 230px);
  padding-left: 40px;
}
#page-builder-content .content-row.accordions {
  padding: 50px 20px;
}
#page-builder-content .content-row.accordions h3 {
  font-weight: bold;
  font-family: "interstate";
  font-size: 32px;
  color: #d4af37;
  margin-bottom: 30px;
}
#page-builder-content .content-row.image-left-right-content {
  padding: 80px 0;
}
#page-builder-content .content-row.image-left-right-content > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#page-builder-content .content-row.image-left-right-content > div > div {
  width: 50%;
}
#page-builder-content .content-row.image-left-right-content > div > div.image img {
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
}
#page-builder-content .content-row.image-left-right-content > div > div.content {
  padding-left: 60px;
}
#page-builder-content .content-row.image-left-right-content > div > div.content h3 {
  font-weight: bold;
  font-family: "interstate";
  font-size: 32px;
  color: #d4af37;
  margin-bottom: 30px;
}
#page-builder-content .content-row.image-right-left-content {
  padding: 80px 0;
}
#page-builder-content .content-row.image-right-left-content > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#page-builder-content .content-row.image-right-left-content > div > div {
  width: 50%;
}
#page-builder-content .content-row.image-right-left-content > div > div.content {
  padding-right: 60px;
}
#page-builder-content .content-row.image-right-left-content > div > div.content h3 {
  font-weight: bold;
  font-family: "interstate";
  font-size: 32px;
  color: #d4af37;
  margin-bottom: 30px;
}
#page-builder-content .content-row.image-right-left-content > div > div.image.mobile {
  display: none;
}
#page-builder-content .content-row.image-right-left-content > div > div.image img {
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
}
#page-builder-content .content-row.full-width-image {
  padding: 270px 0;
  min-height: 550px;
  border-radius: 5px;
  background-size: cover;
  background-position: 50%;
}
#page-builder-content .content-row.full-width-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.5);
  display: inline-block;
  top: 0;
  left: 0;
}
#page-builder-content .content-row.full-width-image > div {
  text-align: center;
}
#page-builder-content .content-row.full-width-image > div > * {
  color: #FFFFFF;
}
#page-builder-content .content-row.full-width-image > div h5 {
  font-size: 18px;
}
#page-builder-content .content-row.image-blocks {
  padding: 50px 0;
}
#page-builder-content .content-row.image-blocks > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
#page-builder-content .content-row.image-blocks > div img {
  border-radius: 50%;
  border: solid 15px rgba(212, 175, 55, 0.14);
  margin-bottom: 30px;
}
#page-builder-content .content-row.image-blocks > div h3 {
  font-weight: bold;
  font-family: "interstate";
  font-size: 32px;
  color: #d4af37;
  margin-bottom: 10px;
}
#page-builder-content .content-row.call-to-action {
  margin: 80px auto;
}
#page-builder-content .content-row.call-to-action > div {
  padding: 55px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.25);
}
#page-builder-content .content-row.call-to-action > div:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(212, 175, 55, 0.75);
  display: inline-block;
}
#page-builder-content .content-row.call-to-action > div > div:first-child {
  width: 70%;
}
#page-builder-content .content-row.call-to-action > div > div:last-child {
  width: 30%;
  text-align: right;
}
#page-builder-content .content-row.call-to-action > div > div > * {
  color: #FFFFFF;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 1240px) {
  #page-builder-content .content-row.content {
    padding: 50px 20px;
  }
  #page-builder-content .content-row.split-content {
    padding: 50px 20px;
  }
  #page-builder-content .content-row.image-widgets {
    padding: 50px 20px;
  }
  #page-builder-content .content-row.accordions {
    padding: 50px 20px;
  }
  #page-builder-content .content-row.image-left-right-content, #page-builder-content .content-row.image-right-left-content {
    padding: 80px 20px;
  }
  #page-builder-content .content-row.image-blocks {
    padding: 50px 20px;
  }
  #page-builder-content .content-row.call-to-action {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 901px) {
  #page-builder-content .content-row.image-blocks > div > div {
    width: 31%;
  }
  #page-builder-content .content-row.image-blocks > div > div:nth-of-type(3n-1) {
    margin-left: 3.333%;
    margin-right: 3.333%;
  }
}
@media screen and (max-width: 1000px) {
  #page-builder-content .content-row.full-width-image {
    background-size: cover;
    background-position: 50%;
    background-attachment: inherit;
    min-height: auto;
  }
}
@media screen and (max-width: 900px) {
  #page-builder-content .content-row.image-left-right-content > div > div.image {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-builder-content .content-row.image-left-right-content > div > div.image img {
    width: 100%;
  }
  #page-builder-content .content-row.image-left-right-content > div > div.content {
    width: 100%;
    padding-left: 0;
  }
  #page-builder-content .content-row.image-right-left-content > div > div.image {
    display: none;
  }
  #page-builder-content .content-row.image-right-left-content > div > div.image.mobile {
    display: block;
  }
  #page-builder-content .content-row.image-right-left-content > div > div.image {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-builder-content .content-row.image-right-left-content > div > div.image img {
    width: 100%;
  }
  #page-builder-content .content-row.image-right-left-content > div > div.content {
    width: 100%;
    padding-left: 0;
  }
  #page-builder-content .content-row.full-width-image {
    padding: 150px 20px;
  }
  #page-builder-content .content-row.image-blocks > div > div {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #page-builder-content {
    padding: 20px 0 160px;
  }
  #page-builder-content .content-row.content, #page-builder-content .content-row.split-content, #page-builder-content .content-row .image-widgets, #page-builder-content .content-row.accordions {
    padding: 30px 20px;
  }
  #page-builder-content .content-row.split-content > div > div {
    width: 100%;
  }
  #page-builder-content .content-row.split-content > div > div:nth-of-type(2) {
    margin-left: 0;
  }
  #page-builder-content .content-row.image-widgets .image-widget {
    margin-bottom: 20px;
  }
  #page-builder-content .content-row.image-widgets .image-widget > div:first-child, #page-builder-content .content-row.image-widgets .image-widget > div:last-child {
    width: 100%;
    text-align: center;
  }
  #page-builder-content .content-row.image-widgets .image-widget > div:first-child {
    margin-bottom: 30px;
  }
  #page-builder-content .content-row.image-widgets .image-widget > div:last-child {
    padding-left: 0;
  }
  #page-builder-content .content-row.image-left-right-content, #page-builder-content .content-row.image-right-left-content {
    padding: 30px 20px;
  }
  #page-builder-content .content-row.full-width-image {
    padding: 120px 20px;
  }
  #page-builder-content .content-row.image-blocks {
    padding: 30px 20px;
  }
  #page-builder-content .content-row.call-to-action {
    margin: 50px auto;
  }
  #page-builder-content .content-row.call-to-action > div {
    padding: 40px 20px;
  }
  #page-builder-content .content-row.call-to-action > div > div:first-child, #page-builder-content .content-row.call-to-action > div > div:last-child {
    text-align: center;
    width: 100%;
  }
  #page-builder-content .content-row.call-to-action > div > div:last-child {
    margin-top: 30px;
  }
}
#about-introduction-container {
  padding: 160px 0 80px;
}

#about-beliefs-container {
  padding: 100px 0;
  background: #f4f4f4;
}
#about-beliefs-container > div h1 {
  opacity: 0.07;
  font-size: 115px;
  margin-bottom: 0;
  color: #37393d;
}
#about-beliefs-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
}
#about-beliefs-container > div > div > div {
  width: 48%;
}
#about-beliefs-container > div > div > div:nth-of-type(2n) {
  margin-left: 4%;
}
#about-beliefs-container > div > div > div .accordion .accordion-header {
  background: #FFFFFF;
}

#about-tabs {
  margin-bottom: 130px;
}
#about-tabs .r-tabs-accordion-title {
  position: relative;
  margin: 50px 0;
}
#about-tabs .r-tabs-accordion-title:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent #d4af37 transparent;
  border-width: 0 20px 20px 20px;
  left: 20px;
  opacity: 0;
  bottom: -50px;
  opacity: 0;
}
#about-tabs .r-tabs-accordion-title.r-tabs-state-active:before {
  opacity: 0.5;
}
#about-tabs .r-tabs-accordion-title.r-tabs-state-active a {
  opacity: 1;
}
#about-tabs .r-tabs-accordion-title a {
  text-decoration: none;
  font-family: "moret";
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  opacity: 0.4;
}
#about-tabs .r-tabs-accordion-title a:hover {
  opacity: 1;
}
#about-tabs .r-tabs-nav {
  text-align: center;
  margin-bottom: 50px;
}
#about-tabs .r-tabs-nav img {
  margin-right: 10px;
}
#about-tabs .r-tabs-nav li {
  padding: 0 40px;
  position: relative;
}
#about-tabs .r-tabs-nav li.r-tabs-state-active a {
  opacity: 1;
}
#about-tabs .r-tabs-nav a {
  text-decoration: none;
  font-family: "moret";
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  opacity: 0.4;
}
#about-tabs .r-tabs-nav a:hover {
  opacity: 1;
}
#about-tabs .about-tab-content {
  background-size: cover;
  background-position: 50%;
  padding: 55px;
  position: relative;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
}
#about-tabs .about-tab-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(212, 175, 55, 0.75);
}
#about-tabs .about-tab-content > * {
  color: #FFFFFF;
  position: relative;
}

#about-staff-container {
  padding: 100px 0;
}
#about-staff-container .staff-group-title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
#about-staff-container .staff-group-title:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(43, 43, 43, 0.2);
  left: 0;
  margin: auto;
}
#about-staff-container .staff-group-title h1 {
  font-size: 44px;
  text-transform: uppercase;
  background: #FFFFFF;
  color: rgba(43, 43, 43, 0.2);
  z-index: 10000;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 30px;
}
#about-staff-container .staff-grouping {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#about-staff-container .staff-grouping .staff-member {
  text-align: center;
  margin-bottom: 50px;
}
#about-staff-container .staff-grouping .staff-member a {
  text-decoration: none;
}
#about-staff-container .staff-grouping .staff-member a:hover h3:before {
  opacity: 1;
  transform: translateY(2px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#about-staff-container .staff-grouping .staff-member .image-wrapper {
  border: solid 14px rgba(212, 175, 55, 0.15);
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
}
#about-staff-container .staff-grouping .staff-member .image-wrapper img {
  border-radius: 50%;
}
#about-staff-container .staff-grouping .staff-member h3 {
  margin-bottom: 10px;
  color: #d4af37;
  font-weight: 300;
  font-family: "moret";
  position: relative;
  display: inline-block;
}
#about-staff-container .staff-grouping .staff-member h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(212, 175, 55, 0.75);
  opacity: 0;
  transform: translateY(8px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#about-staff-container .staff-grouping .staff-member h5 {
  color: #2b2b2b;
  font-size: 15px;
  margin-bottom: 0;
}
#about-staff-container .staff-grouping .staff-member h6 {
  color: #2b2b2b;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
#about-staff-container .staff-grouping .staff-member .staff-actions {
  margin-top: 15px;
}
#about-staff-container .staff-grouping .staff-member .staff-actions .separator {
  margin: 0 10px;
  color: rgba(43, 43, 43, 0.3);
}
#about-staff-container .staff-grouping .staff-member .staff-actions a {
  color: #d4af37;
  text-transform: uppercase;
  font-family: "moret";
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}
#about-staff-container .staff-grouping .staff-member .staff-actions a:hover {
  text-decoration: underline;
}
#about-staff-container .staff-grouping .staff-member .staff-actions a i {
  font-size: 12px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

#about-partnership-container {
  background: #f4f4f4;
  padding: 80px 0;
  margin-bottom: 180px;
}
#about-partnership-container > div > div {
  background: #FFFFFF;
  padding: 40px;
  margin-top: 60px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
}
#about-partnership-container > div > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
#about-partnership-container > div > div > div > div {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#about-partnership-container > div > div > div > div a {
  text-decoration: none;
}
#about-partnership-container > div > div > div > div a:hover h5 {
  color: #d4af37;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#about-partnership-container > div > div > div > div img {
  margin-bottom: 10px;
  align-self: center;
}
#about-partnership-container > div > div > div > div h5 {
  font-size: 13px;
  margin: auto 0 0;
  color: #2b2b2b;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 1240px) {
  #about-introduction-container {
    padding: 160px 20px 80px;
  }
  #about-tabs {
    padding: 0 20px;
  }
  #about-tabs .r-tabs-nav li {
    padding: 0 20px;
  }
  #about-beliefs-container {
    padding: 100px 20px;
  }
  #about-staff-container {
    padding: 100px 20px;
  }
  #about-partnership-container {
    padding: 80px 20px;
  }
  #about-partnership-container > div > div > div {
    justify-content: center;
  }
  #about-partnership-container > div > div > div > div {
    margin-bottom: 50px;
    width: 33.3333%;
    flex: inherit;
  }
}
@media screen and (min-width: 1201px) {
  #about-staff-container .staff-grouping.number-four .staff-member {
    width: 22.5%;
  }
  #about-staff-container .staff-grouping.number-four .staff-member:nth-of-type(4n-2), #about-staff-container .staff-grouping.number-four .staff-member:nth-of-type(4n-1), #about-staff-container .staff-grouping.number-four .staff-member:nth-of-type(4n) {
    margin-left: 3.333%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  #about-staff-container .staff-grouping.number-four .staff-member {
    width: 31%;
  }
  #about-staff-container .staff-grouping.number-four .staff-member:nth-of-type(3n-1) {
    margin-left: 3.333%;
    margin-right: 3.333%;
  }
}
@media screen and (max-width: 1000px) {
  #about-tabs .r-tabs-nav li a {
    font-size: 36px;
  }
  #about-beliefs-container > div h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 801px) {
  #about-staff-container .staff-grouping.number-three .staff-member {
    width: 31%;
  }
  #about-staff-container .staff-grouping.number-three .staff-member:nth-of-type(3n-1) {
    margin-left: 3.333%;
    margin-right: 3.333%;
  }
}
@media screen and (min-width: 451px) and (max-width: 800px) {
  #about-staff-container .staff-grouping.number-three .staff-member, #about-staff-container .staff-grouping.number-four .staff-member {
    width: 48%;
  }
  #about-staff-container .staff-grouping.number-three .staff-member:nth-of-type(2n), #about-staff-container .staff-grouping.number-four .staff-member:nth-of-type(2n) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  #about-introduction-container {
    padding: 60px 20px 20px;
  }
  #about-tabs {
    margin-bottom: 80px;
  }
  #about-tabs .about-tab-content {
    padding: 40px 30px;
  }
  #about-beliefs-container {
    padding: 50px 20px;
  }
  #about-beliefs-container > div > div > div {
    width: 100%;
  }
  #about-beliefs-container > div > div > div:nth-of-type(2n) {
    margin-left: 0;
  }
  #about-staff-container {
    padding: 60px 20px;
  }
  #about-staff-container .staff-group-title h1 {
    font-size: 34px;
  }
  #about-partnership-container {
    padding: 60px 20px;
  }
  #about-partnership-container > div > div {
    padding: 50px 20px 0;
  }
  #about-partnership-container > div > div > div > div {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  #about-staff-container .staff-grouping.number-three .staff-member, #about-staff-container .staff-grouping.number-four .staff-member {
    width: 100%;
    margin-bottom: 30px;
  }
  #about-partnership-container > div > div > div > div {
    width: 100%;
  }
}
.staff-bio-modal {
  text-align: left;
  z-index: 1000050 !important;
}
.staff-bio-modal .modal-dialog {
  z-index: 1000060 !important;
}
.staff-bio-modal .modal-header {
  border-bottom: 2px solid rgba(212, 175, 55, 0.3);
  padding-bottom: 15px;
}
.staff-bio-modal .modal-header .modal-title {
  color: #d4af37;
  font-family: "moret";
  text-transform: capitalize;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 0;
  text-align: center;
}
.staff-bio-modal .modal-header .modal-title:before {
  display: none;
}
.staff-bio-modal .modal-header .close {
  font-size: 30px;
  color: #2b2b2b;
}
.staff-bio-modal .modal-body {
  padding: 30px 20px;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.6;
}

.modal-backdrop {
  z-index: 1000040 !important;
}

.modal {
  z-index: 1000050 !important;
}

#community-container {
  padding: 180px 0;
}
#community-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#community-container > div > div:first-child {
  width: 60%;
  padding-right: 10%;
}
#community-container > div > div:last-child {
  width: 40%;
  padding-top: 180px;
}
#community-container > div > div:last-child > div {
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  padding: 50px 34px 50px 50px;
  border-top: 12px solid #d4af37;
}
#community-container > div > div:last-child > div h3 {
  color: #d4af37;
  font-size: 32px;
}

#community-locations-container {
  background: #d4af37;
  padding: 80px 0 130px;
}
#community-locations-container #community-locations-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
#community-locations-container #community-locations-header > div:first-child {
  width: 70%;
}
#community-locations-container #community-locations-header > div:first-child h1 {
  font-size: 115px;
  opacity: 0.15;
  color: #FFFFFF;
  margin-bottom: 0;
}
#community-locations-container #community-locations-header > div:last-child {
  width: 30%;
  text-align: right;
  padding-bottom: 20px;
}

#community-full-width-image {
  height: 550px;
  border-radius: 5px;
  background-size: cover;
  background-position: 50%;
}
#community-full-width-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.5);
  display: inline-block;
  top: 0;
  left: 0;
}

#community-locations {
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  background: #f4f4f4;
  padding: 80px;
  top: -100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1240px) {
  #community-container {
    padding: 180px 20px;
  }
  #community-locations-container {
    padding: 80px 20px 130px;
  }
  #community-locations {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  #community-container > div > div:first-child {
    width: 100%;
    padding-right: 0;
  }
  #community-container > div > div:last-child {
    width: 100%;
    padding-top: 50px;
    max-width: 600px;
    display: block;
    margin: 0 auto;
  }
  #community-locations-container #community-locations-header > div:first-child, #community-locations-container #community-locations-header > div:last-child {
    width: 100%;
    text-align: left;
  }
  #community-locations-container #community-locations-header > div:last-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #community-container {
    padding: 60px 20px 100px;
  }
  #community-container > div > div:last-child > div h3 {
    font-size: 26px;
  }
  #community-full-width-image {
    height: 400px;
  }
  #community-locations-container {
    padding: 60px 20px 130px;
  }
  #community-locations-container #community-locations-header > div:first-child h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 641px) {
  #community-container > div > div:last-child > div {
    padding: 50px 30px;
  }
}
#sermons-filter-container {
  background: #f4f4f4;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.27);
  padding: 40px;
  position: relative;
  top: -80px;
  margin-bottom: -40px;
}
#sermons-filter-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#sermons-filter-container > div > div .select-wrapper {
  width: 100%;
  border: solid 2px rgba(43, 43, 43, 0.25);
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
  background: #FFFFFF;
  height: 55px;
  line-height: 40px;
  color: rgba(0, 44, 75, 0.48);
}
#sermons-filter-container > div > div .select-wrapper select {
  border: none;
  width: 100%;
  background: #FFFFFF;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23d4af37' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
#sermons-filter-container > div > div .button {
  width: 100%;
}

#sermons-count-container {
  padding: 30px 0;
}
#sermons-count-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#sermons-count-container > div > div:first-child {
  width: 70%;
}
#sermons-count-container > div > div:last-child {
  width: 30%;
  text-align: right;
}
#sermons-count-container > div > div:last-child a.button {
  width: 100%;
  max-width: 260px;
  padding: 20px;
}
#sermons-count-container > div > div:last-child a.button .icon-close {
  position: relative;
  top: 1px;
  margin-left: 10px;
}
#sermons-count-container > div > div:last-child a.button .icon-close:before {
  content: "\e909";
}
#sermons-count-container h3 {
  font-family: "moret";
  color: #2b2b2b;
}

#content .sermon-list-item {
  text-decoration: none;
  padding: 0 15px;
}
#content .sermon-list-item:hover .image-wrapper:before {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .sermon-list-item:hover .image-wrapper > div {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .sermon-list-item:hover h3 {
  text-decoration: underline;
}
#content .sermon-list-item .image-wrapper {
  display: inline-block;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .sermon-list-item .image-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(55, 57, 61, 0.5);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .sermon-list-item .image-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
#content .sermon-list-item .image-wrapper > div > div {
  display: table;
  width: 100%;
  height: 100%;
}
#content .sermon-list-item .image-wrapper > div > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#content .sermon-list-item .image-wrapper > div > div > div .mock-button {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
}
#content .sermon-list-item .image-wrapper > div > div > div .mock-button:hover {
  color: #d4af37;
  background: #FFFFFF;
}
#content .sermon-list-item .image-wrapper > div > div > div .mock-button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .sermon-list-item .image-wrapper > div > div > div .mock-button:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .sermon-list-item .image-wrapper img {
  width: 100%;
}
#content .sermon-list-item h3 {
  margin-bottom: 5px;
  font-family: "moret";
  font-weight: normal;
}
#content .sermon-list-item h5 {
  color: #2b2b2b;
  margin-bottom: 5px;
}
#content .sermon-list-item hr {
  border-top: 1px solid rgba(43, 43, 43, 0.5);
}
#content .sermon-list-item p {
  color: #37393d;
}

#sermons-container {
  padding: 0 0 120px;
}
#sermons-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#sermons-container > div .sermon-list-item {
  margin-bottom: 40px;
}

#single-sermons-header-container {
  padding: 180px 0 100px;
  background: #2b2b2b;
}
#single-sermons-header-container:not(.video) {
  margin-bottom: 60px;
}
#single-sermons-header-container.video {
  padding: 180px 0 300px;
}
#single-sermons-header-container #single-sermons-header > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#single-sermons-header-container #single-sermons-header > div > div:first-child {
  width: 70%;
}
#single-sermons-header-container #single-sermons-header > div > div:first-child h5 {
  margin-bottom: 0;
}
#single-sermons-header-container #single-sermons-header > div > div:first-child a {
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none;
  position: relative;
  z-index: 1000;
}
#single-sermons-header-container #single-sermons-header > div > div:first-child a:hover {
  opacity: 0.7;
}
#single-sermons-header-container #single-sermons-header > div > div:last-child {
  width: 30%;
  text-align: right;
}
#single-sermons-header-container #single-sermons-header > div > div:last-child .button {
  position: relative;
  z-index: 1000;
}
#single-sermons-header-container h1 {
  color: #d4af37;
  font-size: 60px;
  font-family: "moret";
}
#single-sermons-header-container h5 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 40px;
}
#single-sermons-header-container .button {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
}
#single-sermons-header-container .button:hover {
  color: #d4af37;
  background: #FFFFFF;
}
#single-sermons-header-container .button {
  margin-top: 40px;
}

#single-sermons-audio {
  padding: 30px 0 0;
}

#single-sermons-video-container {
  position: relative;
  top: -200px;
  margin-bottom: -150px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
}
#single-sermons-video-container img {
  width: 100%;
}
#single-sermons-video-container > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#single-sermons-video-container > div > div {
  display: table;
  width: 100%;
  height: 100%;
}
#single-sermons-video-container > div > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#single-sermons-video-container > div > div > div a {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: inline-block;
  line-height: 100px;
  text-decoration: none;
  position: relative;
}
#single-sermons-video-container > div > div > div a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
#single-sermons-video-container > div > div > div a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  transition: all 200ms;
}
#single-sermons-video-container > div > div > div a .icon-play {
  position: relative;
  left: 4px;
  font-size: 30px;
  color: #d4af37;
  z-index: 10;
}
#single-sermons-video-container > div > div > div a .icon-play:before {
  content: "\e908";
}

#single-sermons-container {
  padding: 0 0 180px;
}
#single-sermons-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#single-sermons-container > div > div:first-child {
  width: 60%;
  padding-right: 10%;
}
#single-sermons-container > div > div:first-child #single-sermon-share-container a {
  color: #d4af37;
  text-decoration: none;
  opacity: 1;
}
#single-sermons-container > div > div:first-child #single-sermon-share-container a:hover {
  opacity: 0.7;
}
#single-sermons-container > div > div:first-child #single-sermon-share-container a:not(:last-of-type) {
  margin-right: 20px;
}
#single-sermons-container > div > div:first-child #single-sermon-share-container a span {
  font-size: 30px;
}
#single-sermons-container > div > div:first-child #single-sermon-share-container a span.icon-facebook:before {
  content: "\e904";
}
#single-sermons-container > div > div:first-child #single-sermon-share-container a span.icon-twitter:before {
  content: "\e903";
}
#single-sermons-container > div > div:first-child #single-sermon-share-container a span.icon-pinterest:before {
  content: "\e902";
}
#single-sermons-container > div > div:first-child #single-sermon-share-container a span.icon-linkedin:before {
  content: "\e900";
}
#single-sermons-container > div > div:first-child #single-sermon-share-container a span.icon-email {
  position: relative;
  top: -1px;
  font-size: 26px;
}
#single-sermons-container > div > div:first-child #single-sermon-share-container a span.icon-email:before {
  content: "\e901";
}
#single-sermons-container > div > div:last-child {
  width: 40%;
}
#single-sermons-container > div > div:last-child #single-sermons-related-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
#single-sermons-container > div > div:last-child #single-sermons-related-header > div:first-child {
  width: calc(100% - 90px);
}
#single-sermons-container > div > div:last-child #single-sermons-related-header > div:first-child h4 {
  margin-bottom: 0;
}
#single-sermons-container > div > div:last-child #single-sermons-related-header > div:last-child {
  width: 90px;
  text-align: right;
}
#single-sermons-container > div > div:last-child #single-sermons-related-header > div:last-child #single-sermons-related-navigation-container {
  display: inline-block;
}
#single-sermons-container > div > div:last-child #single-sermons-related-header > div:last-child #single-sermons-related-navigation-container > div {
  display: inline-block;
  width: 35px;
}
#single-sermons-container > div > div:last-child #single-sermons-related-header > div:last-child #single-sermons-related-navigation-container > div:last-child {
  margin-left: 5px;
}
#single-sermons-container > div > div:last-child #single-sermons-related-header > div:last-child #single-sermons-related-navigation-container a {
  display: inline-block;
  width: 100%;
}
#single-sermons-container > div > div:last-child .sermon-list-item {
  display: inline-block;
  overflow: hidden;
}

@media screen and (max-width: 1240px) {
  #sermons-filter-container {
    max-width: calc(100% - 40px);
  }
  #sermons-count-container {
    padding: 30px 20px;
  }
  #sermons-container {
    padding: 0 20px 80px;
  }
  #single-sermons-header-container {
    padding: 180px 20px 100px;
  }
  #single-sermons-header-container.video {
    padding: 180px 20px 300px;
  }
  #single-sermons-video-container {
    padding: 0 20px;
  }
  #single-sermons-container {
    padding: 0 20px 180px;
  }
}
@media screen and (min-width: 1001px) {
  #sermons-filter-container > div > div {
    width: 22.5%;
  }
  #sermons-filter-container > div > div:nth-of-type(4n), #sermons-filter-container > div > div:nth-of-type(4n-1), #sermons-filter-container > div > div:nth-of-type(4n-2) {
    margin-left: 3.333%;
  }
  #sermons-container > div .sermon-list-item {
    width: 31%;
  }
  #sermons-container > div .sermon-list-item:nth-of-type(3n-1) {
    margin-left: 3.333%;
    margin-right: 3.333%;
  }
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  #sermons-container > div .sermon-list-item {
    width: 48%;
  }
  #sermons-container > div .sermon-list-item:nth-of-type(2n) {
    margin-left: 4%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
  #sermons-filter-container > div > div:nth-of-type(2), #sermons-filter-container > div > div:nth-of-type(3) {
    margin-left: 3.333%;
  }
  #sermons-filter-container > div > div:nth-of-type(1), #sermons-filter-container > div > div:nth-of-type(2), #sermons-filter-container > div > div:nth-of-type(3) {
    width: 31%;
  }
  #sermons-filter-container > div > div:nth-of-type(4) {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  #sermons-filter-container > div > div:nth-of-type(4) .button {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #sermons-filter-container {
    padding: 30px 20px;
  }
  #sermons-filter-container > div > div:nth-of-type(1), #sermons-filter-container > div > div:nth-of-type(2), #sermons-filter-container > div > div:nth-of-type(3) {
    width: 100%;
    margin-bottom: 30px;
  }
  #sermons-filter-container > div > div:nth-of-type(4) {
    width: 100%;
    text-align: center;
  }
  #sermons-filter-container > div > div:nth-of-type(4) .button {
    max-width: 400px;
  }
  #single-sermons-header-container.video {
    padding: 130px 20px 250px;
  }
  #single-sermons-header-container #single-sermons-header > div > div:first-child {
    width: 100%;
    padding-right: 0;
  }
  #single-sermons-header-container #single-sermons-header > div > div:last-child {
    width: 100%;
    text-align: left;
  }
  #single-sermons-header-container h1 {
    font-size: 50px;
  }
  #single-sermons-header-container h5 {
    font-size: 16px;
  }
  #single-sermons-video-container {
    top: -150px;
    margin-bottom: -100px;
  }
  #single-sermons-video-container > div > div > div a {
    width: 60px;
    height: 60px;
    line-height: 70px;
  }
  #single-sermons-video-container > div > div > div a:before, #single-sermons-video-container > div > div > div a:after {
    width: 50px;
    height: 50px;
  }
  #single-sermons-video-container > div > div > div a .icon-play {
    font-size: 25px;
  }
  #single-sermons-container > div > div:first-child {
    width: 100%;
    padding-right: 0;
  }
  #single-sermons-container > div > div:last-child {
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  #sermons-container > div .sermon-list-item {
    width: 100%;
  }
}
#content .blog-list-item {
  text-decoration: none;
}
#content .blog-list-item:hover .image-wrapper:before {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .blog-list-item:hover .image-wrapper > div {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .blog-list-item:hover h3 {
  text-decoration: underline;
}
#content .blog-list-item .image-wrapper {
  display: inline-block;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  margin-bottom: 20px;
}
#content .blog-list-item .image-wrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(55, 57, 61, 0.5);
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .blog-list-item .image-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
#content .blog-list-item .image-wrapper > div > div {
  display: table;
  width: 100%;
  height: 100%;
}
#content .blog-list-item .image-wrapper > div > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#content .blog-list-item .image-wrapper > div > div > div .mock-button {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  background: transparent;
}
#content .blog-list-item .image-wrapper > div > div > div .mock-button:hover {
  color: #d4af37;
  background: #FFFFFF;
}
#content .blog-list-item .image-wrapper > div > div > div .mock-button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .blog-list-item .image-wrapper > div > div > div .mock-button:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content .blog-list-item h3 {
  margin-bottom: 5px;
  font-family: "moret";
  font-weight: normal;
}
#content .blog-list-item h5 {
  color: #2b2b2b;
}
#content .blog-list-item hr {
  border-top: 1px solid rgba(43, 43, 43, 0.5);
}
#content .blog-list-item p {
  color: #37393d;
}

#blog-filter-container {
  background: #f4f4f4;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.27);
  padding: 40px;
  position: relative;
  top: -80px;
  margin-bottom: -40px;
}
#blog-filter-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#blog-filter-container > div > div {
  width: 48%;
}
#blog-filter-container > div > div:first-child .select-wrapper-blog {
  width: 100%;
  border: solid 2px rgba(43, 43, 43, 0.25);
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
  background: #FFFFFF;
  height: 55px;
  line-height: 40px;
  color: rgba(0, 44, 75, 0.48);
}
#blog-filter-container > div > div:first-child .select-wrapper-blog:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  right: 15px;
  top: 22px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #d4af37 transparent transparent transparent;
}
#blog-filter-container > div > div:first-child .select-wrapper-blog select {
  border: none;
  width: 100%;
  background: #FFFFFF;
}
#blog-filter-container > div > div:last-child {
  margin-left: 4%;
}
#blog-filter-container > div > div:last-child form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#blog-filter-container > div > div:last-child form input[type=text] {
  width: calc(100% - 150px);
}
#blog-filter-container > div > div:last-child form input[type=submit] {
  width: 150px;
  min-width: 150px;
}

#blog-landing-container {
  padding: 30px 0 80px;
}
#blog-landing-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#blog-landing-container > div .blog-list-item {
  width: 48%;
  margin-bottom: 60px;
}
#blog-landing-container > div .blog-list-item:nth-of-type(2n) {
  margin-left: 4%;
}

.load-more-container {
  text-align: center;
  padding: 0 20px 170px;
}
.load-more-container a {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  background: #d4af37;
  color: #FFFFFF;
}
.load-more-container a:hover {
  background: #B99B38;
}
.load-more-container a {
  opacity: 0.5;
}
.load-more-container a:hover {
  opacity: 1;
}
.load-more-container img {
  display: none;
}

#single-blog-container {
  padding: 160px 0 230px;
}
#single-blog-container #single-blog-share-container {
  margin-top: 50px;
  background: #f4f4f4;
  padding: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#single-blog-container #single-blog-share-container > div:first-child {
  width: 45%;
  position: relative;
  top: -15px;
  margin-bottom: -15px;
}
#single-blog-container #single-blog-share-container > div:first-child h4 {
  margin-bottom: 10px;
}
#single-blog-container #single-blog-share-container > div:first-child a {
  color: #d4af37;
  text-decoration: none;
  opacity: 1;
}
#single-blog-container #single-blog-share-container > div:first-child a:hover {
  opacity: 0.7;
}
#single-blog-container #single-blog-share-container > div:first-child a:not(:last-of-type) {
  margin-right: 20px;
}
#single-blog-container #single-blog-share-container > div:first-child a span {
  font-size: 30px;
}
#single-blog-container #single-blog-share-container > div:first-child a span.icon-facebook:before {
  content: "\e904";
}
#single-blog-container #single-blog-share-container > div:first-child a span.icon-twitter:before {
  content: "\e903";
}
#single-blog-container #single-blog-share-container > div:first-child a span.icon-pinterest:before {
  content: "\e902";
}
#single-blog-container #single-blog-share-container > div:first-child a span.icon-linkedin:before {
  content: "\e900";
}
#single-blog-container #single-blog-share-container > div:first-child a span.icon-email {
  position: relative;
  top: -1px;
  font-size: 26px;
}
#single-blog-container #single-blog-share-container > div:first-child a span.icon-email:before {
  content: "\e901";
}
#single-blog-container #single-blog-share-container > div:last-child {
  width: 55%;
  text-align: right;
  padding-left: 20px;
}
#single-blog-container #single-blog-author-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  margin-top: 50px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  padding: 50px 30px;
}
#single-blog-container #single-blog-author-container > div:first-child {
  width: 150px;
}
#single-blog-container #single-blog-author-container > div:first-child img {
  border-radius: 50%;
  border: solid 15px rgba(212, 175, 55, 0.14);
}
#single-blog-container #single-blog-author-container > div:last-child {
  width: calc(100% - 150px);
  padding-left: 40px;
}

@media screen and (max-width: 1240px) {
  #blog-filter-container {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1100px) {
  #blog-landing-container {
    padding: 30px 20px 80px;
  }
}
@media screen and (max-width: 900px) {
  #blog-filter-container > div > div {
    width: 100%;
  }
  #blog-filter-container > div > div:nth-of-type(2) {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  #single-blog-container {
    padding: 160px 20px 230px;
  }
}
@media screen and (max-width: 767px) {
  #blog-landing-container > div .blog-list-item {
    margin-bottom: 30px;
  }
  #blog-filter-container {
    padding: 30px 20px;
  }
  #single-blog-container {
    padding: 60px 20px 180px;
  }
  #single-blog-container #single-blog-share-container {
    padding: 30px 20px;
  }
  #single-blog-container #single-blog-share-container > div:first-child, #single-blog-container #single-blog-share-container > div:last-child {
    width: 100%;
    text-align: center;
  }
  #single-blog-container #single-blog-share-container > div:first-child {
    top: 0;
    margin-bottom: 0;
  }
  #single-blog-container #single-blog-share-container > div:first-child h4 {
    margin-bottom: 20px;
  }
  #single-blog-container #single-blog-share-container > div:first-child a:not(:last-of-type) {
    margin-right: 15px;
  }
  #single-blog-container #single-blog-share-container > div:last-child {
    padding-left: 0;
    margin-top: 40px;
  }
  #single-blog-container #single-blog-author-container {
    padding: 30px;
  }
  #single-blog-container #single-blog-author-container > div {
    display: block;
  }
  #single-blog-container #single-blog-author-container > div:first-child {
    width: 100%;
    text-align: center;
  }
  #single-blog-container #single-blog-author-container > div:first-child .image-wrapper {
    width: 150px;
    display: inline-block;
  }
  #single-blog-container #single-blog-author-container > div:last-child {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  #content .blog-list-item .image-wrapper {
    width: 100%;
  }
  #content .blog-list-item .image-wrapper img {
    width: 100%;
  }
  #blog-landing-container > div .blog-list-item {
    width: 100%;
  }
  #blog-landing-container > div .blog-list-item:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 450px) {
  #blog-filter-container > div > div:last-child form {
    display: block;
  }
  #blog-filter-container > div > div:last-child form input[type=text] {
    width: 100%;
  }
  #blog-filter-container > div > div:last-child form input[type=submit] {
    width: 100%;
  }
}
#footer-container {
  background: #f4f4f4;
}
#footer-container #top-footer-container {
  padding: 85px 0 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer-container #top-footer-container > div:first-child {
  width: 70%;
}
#footer-container #top-footer-container > div:first-child .menu-footer-menu-container {
  margin-bottom: 50px;
}
#footer-container #top-footer-container > div:first-child .menu-footer-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-container #top-footer-container > div:first-child .menu-footer-menu-container ul li {
  display: inline-block;
}
#footer-container #top-footer-container > div:first-child .menu-footer-menu-container ul li:not(:last-of-type) {
  margin-right: 35px;
}
#footer-container #top-footer-container > div:first-child .menu-footer-menu-container ul li a {
  color: #2b2b2b;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
#footer-container #top-footer-container > div:first-child .menu-footer-menu-container ul li a:hover:before {
  opacity: 1;
  transform: translateY(3px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#footer-container #top-footer-container > div:first-child .menu-footer-menu-container ul li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(43, 43, 43, 0.75);
  opacity: 0;
  transform: translateY(8px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#footer-container #top-footer-container > div:first-child h3 {
  color: #d4af37;
  font-family: "moret";
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 300;
}
#footer-container #top-footer-container > div:first-child p, #footer-container #top-footer-container > div:first-child a {
  font-weight: 300;
  line-height: 1.667;
  color: #2b2b2b;
}
#footer-container #top-footer-container > div:last-child {
  width: 30%;
  text-align: right;
}
#footer-container #top-footer-container > div:last-child img {
  position: relative;
  top: -155px;
  margin-bottom: -155px;
}
#footer-container #bottom-footer-container {
  padding: 0 0 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-container #bottom-footer-container > div:first-child {
  width: 40%;
}
#footer-container #bottom-footer-container > div:first-child a {
  color: #d4af37;
  text-decoration: none;
  opacity: 1;
}
#footer-container #bottom-footer-container > div:first-child a:hover {
  opacity: 0.7;
}
#footer-container #bottom-footer-container > div:first-child a:not(:last-of-type) {
  margin-right: 20px;
}
#footer-container #bottom-footer-container > div:first-child a span {
  font-size: 30px;
}
#footer-container #bottom-footer-container > div:first-child a span.icon-facebook:before {
  content: "\e904";
}
#footer-container #bottom-footer-container > div:first-child a span.icon-instagram:before {
  content: "\e905";
}
#footer-container #bottom-footer-container > div:first-child a span.icon-twitter:before {
  content: "\e903";
}
#footer-container #bottom-footer-container > div:first-child a span.icon-vimeo:before {
  content: "\e906";
}
#footer-container #bottom-footer-container > div:first-child a span.icon-youtube:before {
  content: "\e907";
}
#footer-container #bottom-footer-container > div:last-child {
  width: 60%;
  text-align: right;
}
#footer-container #bottom-footer-container > div:last-child a:not(:last-of-type) {
  margin-right: 20px;
}
#footer-container #bottom-footer-container > div:last-child a.button.border {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #d4af37;
  border: 2px solid #d4af37;
  background: transparent;
}
#footer-container #bottom-footer-container > div:last-child a.button.border:hover {
  color: #FFFFFF;
  background: #B99B38;
  border: 2px solid #B99B38;
}
#footer-container #bottom-footer-container > div:last-child a.button.solid {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  font-weight: bold;
  min-width: 180px;
  border-radius: 2px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 20px;
  background: #d4af37;
  color: #FFFFFF;
}
#footer-container #bottom-footer-container > div:last-child a.button.solid:hover {
  background: #B99B38;
}
#footer-container #copyright-footer-container {
  border-top: 1px solid rgba(43, 43, 43, 0.5);
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-container #copyright-footer-container > div:first-child {
  width: 70%;
}
#footer-container #copyright-footer-container > div:last-child {
  width: 30%;
  text-align: right;
}
#footer-container #copyright-footer-container > div p, #footer-container #copyright-footer-container > div a {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 300;
}
#footer-container #copyright-footer-container > div a {
  text-decoration: none;
  opacity: 1;
}
#footer-container #copyright-footer-container > div a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1240px) {
  #footer-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  #footer-container #top-footer-container {
    flex-direction: column-reverse;
  }
  #footer-container #top-footer-container > div:first-child, #footer-container #top-footer-container > div:last-child {
    width: 100%;
  }
  #footer-container #top-footer-container > div:last-child {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #footer-container #top-footer-container > div:first-child {
    text-align: center;
  }
  #footer-container #top-footer-container > div:first-child h3 {
    font-size: 26px;
  }
  #footer-container #top-footer-container > div:first-child p {
    font-size: 16px;
  }
  #footer-container #top-footer-container > div:first-child .menu-footer-menu-container {
    margin-bottom: 25px;
  }
  #footer-container #top-footer-container > div:first-child .menu-footer-menu-container ul li {
    display: block;
  }
  #footer-container #top-footer-container > div:first-child .menu-footer-menu-container ul li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #footer-container #top-footer-container > div:first-child .menu-footer-menu-container ul li a {
    font-size: 16px;
  }
  #footer-container #top-footer-container > div:last-child img {
    max-width: 200px;
  }
  #footer-container #bottom-footer-container {
    padding: 0 0 30px;
  }
  #footer-container #bottom-footer-container > div:first-child, #footer-container #bottom-footer-container > div:last-child {
    width: 100%;
    text-align: center;
  }
  #footer-container #bottom-footer-container > div:last-child {
    text-align: center;
    margin-top: 30px;
  }
  #footer-container #bottom-footer-container > div:last-child a:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #footer-container #bottom-footer-container > div:last-child a.button.solid, #footer-container #bottom-footer-container > div:last-child a.button.border {
    display: block;
    max-width: 170px;
    margin: 0 auto 20px;
  }
  #footer-container #copyright-footer-container > div:first-child, #footer-container #copyright-footer-container > div:last-child {
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
