@charset "UTF-8";
/*
Theme Name: Component Blox Child Theme
Author: Component Blox
Description: Bootstrap Component Blox Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/
@font-face {
  font-family: 'Blackadder ITC';
  src: url("./fonts/BITCBLKAD.woff2");
}

* {
  position: relative;
}

html {
  background-size: cover;
  margin-top: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  max-width: 100%;
  overflow: auto;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Jost", sans-serif;
  color: #222222;
}

main#main-container {
  background: url("/wp-content/uploads/2021/06/Chaplain-Lance-BACKGROUND-3-scaled-1.jpg") center/cover;
  min-height: 100vh;
  background-attachment: fixed;
}

section {
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #CBA630;
}

h1, h2, h3, h4, h5 {
  font-family: "EB Garamond", serif;
}

p {
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 2rem;
}

.mw-80 {
  max-width: 80%;
}

.mw-90 {
  max-width: 95%;
}

.fw-lighter {
  font-weight: 100;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.font-header {
  font-family: "EB Garamond", serif;
}

.font-body {
  font-family: "Jost", sans-serif;
}

.font-script {
  font-family: "Blackadder ITC";
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.text-muted-75 {
  color: rgba(0, 0, 0, 0.75);
}

.bg-dark {
  background-color: #1C1B1B !important;
}

.cl-bg-primary {
  background-color: #CBA630;
}

.cl-bg-secondary {
  background-color: #00B0F0;
}

.cl-bg-tertiary {
  background-color: #ace6f6;
}

.cl-bg-accent {
  background-color: #e4fcf9;
}

.cl-text-primary {
  color: #CBA630;
}

.cl-text-secondary {
  color: #00B0F0;
}

.cl-text-tertiary {
  color: #ace6f6;
}

.cl-text-accent {
  color: #e4fcf9;
}

.cl-text-red {
  color: #B34B66;
}

.p-6 {
  padding: 4rem;
}

.p-7 {
  padding: 5rem;
}

.btn {
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 1.05rem;
}

.cl-btn-primary {
  background-color: #CBA630;
  color: #fff;
}

.cl-btn-primary:hover {
  background-color: #00B0F0;
  color: #fff;
}

/* ===== Toggler 1 ===== */
#toggler-1:focus,
#toggler-1:active {
  outline: 0;
}

#toggler-1 span {
  width: 30px;
  height: 3px;
  display: block;
  background-color: #333;
  margin: 7px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#toggler-1 span:nth-child(1) {
  -webkit-transform: translatey(10px) rotate(-45deg);
  transform: translatey(10px) rotate(-45deg);
}

#toggler-1 span:nth-child(2) {
  opacity: 1;
  width: 0;
}

#toggler-1 span:nth-child(3) {
  -webkit-transform: translatey(-10px) rotate(45deg);
  transform: translatey(-10px) rotate(45deg);
}

#toggler-1.collapsed span {
  -webkit-transform: translatey(0) rotate(0deg);
  transform: translatey(0) rotate(0deg);
  opacity: 1;
  width: 30px;
}

.entry-content {
  max-height: calc(100vh - 85px);
  overflow-y: scroll;
}

#nav-header {
  padding-bottom: 2rem;
  z-index: 99;
}

#nav-header #navbar-brand-logo {
  display: none;
}

#nav-header .menu-item {
  margin: 0 1.5rem;
}

#nav-header .nav-link {
  font-size: 1.2rem;
  font-weight: 500;
  color: #141414;
  text-shadow: 1px 1px 1px #000000a8;
}

.home .enter-first,
.home .enter-second {
  opacity: 0;
}

.home #nav-header .nav-link {
  opacity: 0;
}

#home-header .header [class*='display'] {
  text-shadow: 2px 2px #000000;
}

#home-header .header h4 {
  color: #fff;
  text-shadow: 1px 2px 3px #000000;
  font-weight: 300;
  font-style: italic;
}

#home-header .mast-content {
  padding: 6rem;
}

#home-header .mast-content h3, #home-header .mast-content h4, #home-header .mast-content h5 {
  color: #000;
  text-shadow: 1px 2px 3px #fff;
  font-weight: 400;
  font-style: italic;
}

#common-header {
  padding: 2rem 5rem;
  z-index: 99;
}

#common-header .col a {
  font-size: 1.25rem;
  text-shadow: 1px 1px 1px #000000a8;
}

#common-header .col h1 {
  text-shadow: 1px 1px 1px #000000a8;
}

#common-content p, #common-content li {
  font-size: 1.25rem;
}

#common-content ul {
  list-style: none;
}

#common-content ul li::before {
  content: '❖';
  position: absolute;
  left: -30px;
  top: 0;
}

.service-attire-main .col img {
  max-width: 75%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-attire-main .col h5 {
  color: #A15627;
  text-shadow: 1px 1px 1px #000000a8;
}

.page-id-21 #common-content p, .page-id-21 #common-content li,
.page-id-17 #common-content p,
.page-id-17 #common-content li {
  color: #00B0F0;
  text-shadow: 1px 1px 1px #000000a8;
}

.page-id-19 #common-header h1 {
  display: none;
}

.page-id-19 .form-container h2 {
  color: #4D90D6;
}

.page-id-19 .form-container .card {
  border-radius: 0;
  border: 1rem solid #4D90D6;
}

.page-id-19 .form-container .wpforms-field input {
  background: #eee !important;
  border: 1px solid #4D90D6 !important;
}

.page-id-19 .form-container div.wpforms-container-full {
  margin-bottom: 0;
}

.page-id-19 .form-container .wpforms-submit {
  background-color: #4D90D6 !important;
  width: 100% !important;
  border-radius: 50px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

footer {
  display: none;
}

@media (min-width: 993px) {
  #nav-header {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #nav-header .navbar {
    max-width: 80%;
    margin: 0 auto;
  }
  #nav-header .navbar-nav {
    margin-right: auto;
    margin-left: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */