@charset "UTF-8";
:root {
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  :root {
    font-size: 12px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    font-size: 14px;
  }
}
@media screen and (min-width: 1920px) {
  :root {
    font-size: 16px;
  }
}

.section-about {
  background-color: #F8F7F4;
}
.section-about .section-about-type {
  max-width: 398px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  clear: both;
  font-family: Montserrat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h1.banner-heading {
  font-size: 7.5rem;
  line-height: 9.125rem;
  color: white;
  font-weight: 600;
}

h2.banner-sub-heading {
  font-size: 3.75rem;
  color: white;
}

h2 {
  font-size: 4.375rem;
  font-weight: 5.375rem;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem !important;
    line-height: 2.6rem;
  }
}

h3, .heading-textarea {
  font-size: 3.125rem !important;
  line-height: 3.8125rem;
}
@media screen and (max-width: 1199px) {
  h3, .heading-textarea {
    font-size: 2.5rem !important;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  h3, .heading-textarea {
    font-size: 2rem !important;
    line-height: 2.2rem;
  }
}

h4.heading-main {
  font-size: 2.5rem;
}

h4 {
  font-size: 2.188rem;
  line-height: 2.8125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1199px) {
  h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.25rem !important;
    line-height: 2rem;
  }
}

h5 {
  font-size: 1.5rem;
  line-height: 29px;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
  }
}

.literature-card_textarea h1 {
  font-size: 2.5rem;
  line-height: 2.5rem !important;
  font-weight: 600;
}
.literature-card_textarea h2 {
  font-size: 2.2rem !important;
  line-height: 2.2rem !important;
}
.literature-card_textarea h3 {
  font-size: 2rem !important;
  line-height: 2rem !important;
}
.literature-card_textarea h4 {
  font-size: 1.8rem !important;
  line-height: 1.8rem !important;
}
.literature-card_textarea h5 {
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
}
.literature-card_textarea h6 {
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
}

/* Elements
--------------------------------------------- */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.parsley-errors-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

figure {
  margin: 1em 0;
}

svg {
  overflow: visible;
  width: 100%;
}

.audio-player {
  padding: 25px 10px;
  width: 100%;
  background: linear-gradient(to bottom right, #494b4c, #2d2f2f);
  box-shadow: 0 0 20px 0 #000a;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0.5rem;
  top: -0.4rem;
  height: 0;
  width: 0;
  border: 9px solid #0000;
  border-left: 15px solid #d2d6db;
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 24px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause::before, .audio-player .controls .toggle-play.pause::after {
  content: "";
  position: absolute;
  top: -0.4rem;
}
.audio-player .controls .toggle-play.pause::before {
  left: 0.5rem;
  background: #d2d6db;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause::after {
  left: 1rem;
  background: #d2d6db;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .timeline {
  background: #464849;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #0008;
  border: 1px solid #303131;
}
.audio-player .controls .timeline::after, .audio-player .controls .timeline::before {
  content: "";
  position: absolute;
  top: -24px;
  width: 1px;
  height: 52px;
  background-color: #303131;
  box-shadow: 1px 0 2px #575757;
}
.audio-player .controls .timeline::before {
  left: -0.7rem;
}
.audio-player .controls .timeline::after {
  right: -0.7rem;
}
.audio-player .controls .timeline .progress {
  background: #C8955A;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  min-width: 100px;
  padding-right: 10px;
  position: relative;
}
@media screen and (min-width: 575px) {
  .audio-player .controls .volume-container {
    min-width: 120px;
  }
}
.audio-player .controls .volume-container .volume-button .icono-volumeMute,
.audio-player .controls .volume-container .volume-button .icono-volumeMedium {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
}
.audio-player .controls .volume-container .volume-button .icono-volumeMedium {
  background-image: url("/images/volume.png");
}
.audio-player .controls .volume-container .volume-button .icono-volumeMute {
  background-image: url("/images/mute.png");
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: 1.8rem;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: 0.25s;
  margin-top: -4px;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: repeating-linear-gradient(-45deg, #fdd752 10px, #fcc400 25px);
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container .volume-slider {
  width: 70px;
}
@media screen and (min-width: 575px) {
  .audio-player .controls .volume-container .volume-slider {
    width: 90px;
  }
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.table-heading,
.user-cards {
  padding: 1.563rem 0.625rem;
  margin: 0.625rem auto;
}
.table-heading h6,
.user-cards h6 {
  margin-bottom: 0;
}

.user-cards {
  background-color: white;
  border: 5px;
  align-items: center;
}
.user-cards p {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .user-cards p {
    margin-bottom: 0.5rem;
  }
}

.table-heading {
  font-size: 1.25rem;
  color: #C8955A;
}
@media screen and (max-width: 991px) {
  .table-heading {
    display: none;
  }
}
.table-heading h6.sortable {
  padding-right: 1rem;
  position: relative;
  cursor: pointer;
}
.table-heading h6.sortable::after {
  font-family: FontAwesome;
  content: "\f0dc";
  position: absolute;
  right: 8px;
  color: #C8955A;
}
.table-heading h6.sortable.asc::after {
  content: "\f0d8";
}
.table-heading h6.sortable.desc::after {
  content: "\f0d7";
}
.table-heading h6.sortable:hover::after {
  color: #C8955A;
}

/* Links
--------------------------------------------- */
a {
  font-family: Montserrat;
  font-weight: 300;
  border: 1px solid transparent;
}
a:focus {
  outline: thin dotted;
  border: 1px solid #E0E1E3;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

button,
a {
  text-decoration: none !important;
}

.page-error a {
  color: #2D2B2F;
  text-transform: uppercase !important;
}
.page-error a:hover {
  color: #193A51 !important;
}

.author-detail a {
  font-size: 1rem;
  font-weight: 700;
  color: black !important;
  padding-right: 1rem !important;
}

/* Forms
--------------------------------------------- */
.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 10px;
  text-transform: capitalize;
  border: none;
  text-transform: uppercase;
  font-family: Montserrat;
}

button {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  color: white;
}

button.delete,
a.delete {
  background-color: #911C1C;
}
button.delete:hover,
a.delete:hover {
  background-color: #0A5583;
}

.btn {
  white-space: nowrap;
  font-weight: 500;
}

.btn-fixed {
  min-width: 11.25rem;
}

.btn-icon {
  padding: 0.5rem 0.8rem !important;
  line-height: 2.2rem !important;
}
.btn-icon svg {
  margin-left: 0.5rem;
  width: 1.25rem;
  height: 1.3rem;
}

.btn,
.btn:hover {
  font-size: 1.125rem !important;
  padding: 0.5rem 1.40625rem;
  display: inline-block;
  line-height: 2.2rem;
  color: #F5F2EA;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 575px) {
  .btn,
.btn:hover {
    line-height: 1.2rem;
  }
}

.btn-primary {
  background-color: #2D2B2F;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: #193A51;
}

.btn-secondary {
  background-color: #C8955A;
}
.btn-secondary:hover {
  background-color: #8E826A;
}

.btn-secondary_dark {
  background-color: #916531;
}
.btn-secondary_dark:hover {
  background-color: #C8955A;
}

.btn-secondary_grey {
  background-color: #AAA08D;
}

.btn-teritary {
  background-color: #0A5583;
}
.btn-teritary:hover {
  background-color: #193A51;
}

.btn-teritary_dark {
  background-color: #193A51;
}
.btn-teritary_dark:hover {
  background-color: #0A5583;
}

.svg-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-buttons {
  margin-left: 1.1rem;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
}
.svg-buttons:hover g path {
  fill: #AAA08D !important;
}
.svg-buttons.active span,
.svg-buttons.active svg path,
.svg-buttons.active svg rect {
  color: #C8955A !important;
  fill: #C8955A;
}
.svg-buttons span {
  font-size: 1rem;
  color: #AAA08D;
  line-height: 1.35rem;
  font-weight: 500;
}
.svg-buttons svg {
  width: 45px;
  height: 39px;
}

.svg-buttons__small span {
  font-size: 0.7rem;
  line-height: 1rem;
}
.svg-buttons__small svg {
  width: 1.8rem;
  height: 1.8rem;
}

@media screen and (max-width: 767px) {
  .svg-buttons {
    padding-left: 0;
  }
  .svg-buttons span {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .svg-buttons svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
[type=button] {
  -webkit-appearance: button-bevel !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
input,
select {
  width: 100%;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #9F9F9F;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #9F9F9F;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #9F9F9F;
}

textarea {
  width: 100%;
}

form textarea {
  border: none !important;
}

label {
  margin-bottom: 5px !important;
}

input,
textarea,
select {
  padding: 0.5rem 1rem;
  border: 1px solid #9F9F9F;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 300;
  border-radius: 10px;
  color: #193A51;
}
@media screen and (max-width: 991px) {
  input,
textarea,
select {
    font-size: 1.25rem;
  }
}

.search-form {
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
}
.search-form .form-show {
  display: none;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
  padding: 2.5rem 3rem;
  border-radius: 0 0 5px 5px;
  position: absolute;
  width: 100%;
}
.search-form .form-show::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 98%;
  height: 1px;
  background-color: #E0E1E3;
}
.search-form .form-show h5 {
  color: #C8955A;
  margin-bottom: 1.438rem !important;
}
.search-form .form-show .sub-label {
  font-size: 0.875rem;
  color: #747474;
}
.search-form .form-show .select2-container {
  display: block;
  border: 1px solid #9F9F9F;
  font-size: 1.5rem;
  font-weight: 300;
  border-radius: 10px;
  color: #193A51;
  padding: 0.2rem 1rem;
}
.search-form .form-show .select2-container .select2-selection--multiple {
  background-color: unset;
  border: none !important;
}
.search-form .form-show .select2-container .select2-selection__arrow {
  top: 4px;
}
.search-form .form-show .select2-container .select2-selection__choice__remove {
  border-bottom: 1px solid #aaa;
}
.search-form .form-show .select2-container--default .select2-selection--single {
  border: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0 !important;
}
.search-form .form-show .select2-selection__rendered {
  margin-left: 0;
}
ul.select2-selection__rendered {
  margin-left: 0;
}

.select2-container--default .select2-selection--multiple {
  border: none !important;
  border-radius: 10px !important;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
  min-height: 2rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  vertical-align: top !important;
}

#merge-form .select2-selection--multiple {
  margin-bottom: 1rem !important;
}

.search-bar_open::before {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  -moz-filter: blur(4px);
  -webkit-filter: blur(4px);
}

.locator-search-bar .searchbar-button {
  right: auto;
  top: auto !important;
  left: 0;
}
.locator-search-bar .main-search-input {
  padding: 1rem 1rem 1rem 4rem !important;
}
@media screen and (min-width: 1199px) {
  .locator-search-bar .main-search-input {
    padding: 1rem 1rem 1rem 5rem !important;
  }
}

.search-bar_open form,
.search-bar form {
  max-width: 1440px;
  margin: 1.875rem auto;
  position: relative;
  z-index: 99;
}
.search-bar_open form input.main-search-input,
.search-bar form input.main-search-input {
  border: none;
  background-color: white;
  color: #8F908C;
  padding: 1rem 1.875rem;
  border-radius: 9px;
  font-size: 2.25rem;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
  font-weight: 400;
}
.search-bar_open form input.main-search-input_home,
.search-bar form input.main-search-input_home {
  background-color: #F5F2EA;
}
.search-bar_open form input.main-search-input::-moz-placeholder, .search-bar form input.main-search-input::-moz-placeholder {
  color: #8F908C;
}
.search-bar_open form input.main-search-input:-ms-input-placeholder, .search-bar form input.main-search-input:-ms-input-placeholder {
  color: #8F908C;
}
.search-bar_open form input.main-search-input::placeholder,
.search-bar form input.main-search-input::placeholder {
  color: #8F908C;
}
@media screen and (max-width: 1199px) {
  .search-bar_open form input.main-search-input,
.search-bar form input.main-search-input {
    font-size: 1.125rem;
    height: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .search-bar_open form input.main-search-input,
.search-bar form input.main-search-input {
    font-size: 0.725rem;
    padding: 1rem 0.5rem;
  }
}
.search-bar_open form .search-bar_active,
.search-bar form .search-bar_active {
  border-radius: 9px 9px 0 0 !important;
}
.search-bar_open form .searchbar-button,
.search-bar form .searchbar-button {
  right: 0;
  top: 0;
  height: 5rem;
  width: 5rem;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .search-bar_open form .searchbar-button,
.search-bar form .searchbar-button {
    width: 3rem;
    height: 3rem;
  }
  .search-bar_open form .searchbar-button svg,
.search-bar form .searchbar-button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.search-bar_open .search-category label,
.search-bar .search-category label {
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 1439px) {
  .search-bar_open .search-category label,
.search-bar .search-category label {
    font-size: 1.25rem;
  }
}
.search-bar_open .search-category .view-all,
.search-bar .search-category .view-all {
  top: 4px;
  right: 1rem;
  color: #C8955A;
}
@media (max-width: 991px) {
  .search-bar_open .search-category_filters,
.search-bar .search-category_filters {
    padding-top: 1rem;
  }
}
.search-bar_open .search-category_filters p,
.search-bar .search-category_filters p {
  color: #C8955A;
  font-size: 1.25rem;
}
.search-bar_open .search-category_filters [type=radio]:checked,
.search-bar_open .search-category_filters [type=radio]:not(:checked),
.search-bar .search-category_filters [type=radio]:checked,
.search-bar .search-category_filters [type=radio]:not(:checked) {
  position: absolute;
  z-index: -99;
}
.search-bar_open .search-category_filters [type=radio]:checked + label,
.search-bar_open .search-category_filters [type=radio]:not(:checked) + label,
.search-bar .search-category_filters [type=radio]:checked + label,
.search-bar .search-category_filters [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 1.5rem;
  cursor: pointer;
  line-height: 1.125rem;
  display: inline-block;
  color: #666;
  font-size: 1.25rem;
}
.search-bar_open .search-category_filters [type=radio]:checked + label:before,
.search-bar_open .search-category_filters [type=radio]:not(:checked) + label:before,
.search-bar .search-category_filters [type=radio]:checked + label:before,
.search-bar .search-category_filters [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #C8955A;
  border-radius: 100%;
  background: #fff;
}
.search-bar_open .search-category_filters [type=radio]:checked + label:after,
.search-bar_open .search-category_filters [type=radio]:not(:checked) + label:after,
.search-bar .search-category_filters [type=radio]:checked + label:after,
.search-bar .search-category_filters [type=radio]:not(:checked) + label:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #C8955A;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
}
.search-bar_open .search-category_filters [type=radio]:not(:checked) + label:after,
.search-bar .search-category_filters [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.search-bar_open .search-category_filters [type=radio]:checked + label:after,
.search-bar .search-category_filters [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.contact-us {
  padding-top: 2.938rem;
  padding-bottom: 3.875rem;
}
.contact-us .contact-us-heading {
  margin-bottom: 4.188rem;
}
@media screen and (max-width: 991px) {
  .contact-us .contact-us-heading {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 767px) {
  .contact-us h4 {
    padding-bottom: 0.688rem;
  }
}
@media screen and (min-width: 991px) {
  .contact-us h4 {
    padding-bottom: 1rem;
  }
}
.contact-us .contact-us_content {
  max-width: 47.563rem;
}
.contact-us .contact-us_content p {
  padding-bottom: 3.125rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 991px) {
  .contact-us .contact-us_content p {
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.contact-us .contact-us_content p a {
  color: black;
  font-weight: 600 !important;
}
.contact-us .contact-us_form {
  max-width: 31.25rem;
}
@media screen and (min-width: 991px) {
  .contact-us .contact-us_form input::-moz-placeholder, .contact-us .contact-us_form textarea::-moz-placeholder, .contact-us .contact-us_form select::-moz-placeholder {
    font-size: 1.5rem;
  }
  .contact-us .contact-us_form input:-ms-input-placeholder, .contact-us .contact-us_form textarea:-ms-input-placeholder, .contact-us .contact-us_form select:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .contact-us .contact-us_form input,
.contact-us .contact-us_form input[type=text],
.contact-us .contact-us_form input::placeholder,
.contact-us .contact-us_form textarea,
.contact-us .contact-us_form textarea[type=text],
.contact-us .contact-us_form textarea::placeholder,
.contact-us .contact-us_form select,
.contact-us .contact-us_form select::placeholder {
    font-size: 1.5rem;
  }
}

.contact-us_form input,
.contact-us_form input[type=text],
.contact-us_form textarea,
.contact-us_form textarea[type=text],
.contact-us_form select {
  border: none;
  margin-bottom: 1rem;
  color: #193A51;
}
.contact-us_form select.is-invalid {
  background-position: right calc(0.375em + 1.1875rem) center !important;
}
.contact-us_form .p-error {
  font-size: 86%;
  position: relative;
  top: -16px;
  left: 10px;
  color: #911C1C;
  font-weight: 500;
}
.contact-us_form .input-width-50 {
  width: 300px;
}
@media screen and (max-width: 991px) {
  .contact-us_form .input-width-50 {
    width: 100%;
  }
}
.contact-us_form .needs-validation .is-invalid {
  margin-bottom: 0rem;
}
.contact-us_form .is-invalid,
.contact-us_form .parsley-error {
  border: 1px solid #911C1C !important;
}

.is-invalid,
.parsley-error {
  border: 1px solid #911C1C !important;
}

.invalid-feedback,
.parsley-error,
.parsley-required,
.parsley-type {
  color: #911C1C !important;
}

.valid-feedback,
.parsley-error,
.parsley-required,
.parsley-type {
  text-align: left;
  font-weight: 600;
}

.add-user_form .invalid-feedback {
  margin-bottom: 0.75rem;
  margin-top: -0.75rem;
}

#contact-us-form .invalid-feedback {
  margin-bottom: 0.75rem;
}

.create-forms input,
.create-forms input[type=text],
.create-forms textarea,
.create-forms select {
  margin-bottom: 0rem;
}
.create-forms > div {
  margin-bottom: 1rem;
}

.was-validated .form-control:invalid {
  border: 1px solid #911C1C !important;
}
.was-validated .invalid-feedback {
  color: #911C1C;
  text-align: left;
  font-weight: 500;
  position: relative;
  top: -0.75rem;
  left: 0;
}
.was-validated .not-required:valid {
  background-image: none !important;
}

.valid-feedback {
  margin-bottom: 0.75rem;
  margin-top: -0.75rem;
}

.church-location_section .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.church-location_section select {
  background-color: #0A5583;
  border-color: #0A5583;
  color: white;
}
.church-location_section #church-options,
.church-location_section .select {
  max-width: 42.5rem;
}
.church-location_section .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: white;
  width: 100%;
  text-align: left;
  height: 3.125rem;
}
.church-location_section .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #0A5583;
  padding: 9px 1.7rem 9px 1.438rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
}
.church-location_section .select-styled:after {
  content: "";
  width: 0.725rem;
  height: 0.725rem;
  position: absolute;
  top: 1rem;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  right: 12px;
}
@media screen and (min-width: 575px) {
  .church-location_section .select-styled:after {
    width: 1.125rem;
    height: 1.125rem;
    top: 12px;
  }
}
.church-location_section .select-styled:hover {
  background-color: #094f7a;
}
.church-location_section .select-styled:active, .church-location_section .select-styled.active {
  background-color: #08466b;
  border-radius: 0.5rem 0.5rem 0 0;
}
.church-location_section .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0 0.5rem 2.25rem;
  border-radius: 0 0 0.5rem 0.5rem;
  list-style: none;
  background-color: #08466b;
}
.church-location_section .select-options li {
  margin: 0;
  font-size: 1.125rem;
  text-indent: 15px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
  font-weight: 1.5rem;
}
.church-location_section .select-options li:hover {
  color: #F5F2EA;
}
.church-location_section .select-options li[rel=hide] {
  display: none;
}

@media screen and (max-width: 767px) {
  .church-location_section .select {
    max-width: 22.5rem;
    margin-bottom: 1rem;
  }
  .church-location_section .select-styled {
    font-size: 1rem;
    padding: 1rem 1.438rem;
  }
  .church-location_section .select-options,
.church-location_section select,
.church-location_section button {
    font-size: 1rem !important;
    padding: 0.5rem 1rem;
  }
  .church-location_section .select-options li,
.church-location_section select li,
.church-location_section button li {
    font-size: 11px;
    padding: 5px 0;
  }
  .church-location_section select,
.church-location_section button {
    height: 2.75rem;
  }
}
@media screen and (min-width: 767px) {
  .church-location_section select,
.church-location_section .select,
.church-location_section button {
    height: 3.75rem;
  }
}
.searchByMiles {
  max-width: 10rem;
}

.gm-style-mtc {
  margin-right: 10px !important;
}

.login-page input,
.user-account_page input {
  border: 0;
  height: 3.5rem;
  color: #193A51;
}
.login-page .form-control,
.user-account_page .form-control {
  font-size: 1.5rem !important;
}
.login-page .text-sm,
.user-account_page .text-sm {
  font-size: 12px;
  color: #193A51;
  font-weight: 600;
}
.login-page label,
.user-account_page label {
  width: 10rem;
}
.login-page button,
.user-account_page button {
  width: 100%;
}
.login-page a,
.user-account_page a {
  font-weight: 500;
}

table td,
table th {
  padding: 0 10px;
}

.admin-change .pdf-icon img {
  width: 30px;
}
.admin-change .dropdown-menu {
  transform: none !important;
  position: unset !important;
}
.admin-change .nav-item__sub a {
  padding-left: 20px;
  font-size: 1.125rem !important;
  color: #193A51 !important;
}
.admin-change .disable-input:-moz-read-only {
  width: 100% !important;
  max-width: 90% !important;
}
.admin-change .disable-input:read-only {
  width: 100% !important;
  max-width: 90% !important;
}
.admin-change .admin-heading {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .admin-change .admin-heading {
    font-size: 1.5rem !important;
  }
}

.para-text {
  font-size: 1.2rem !important;
}

@media screen and (max-width: 575px) {
  .accountRequest .reverse {
    flex-direction: column-reverse;
  }
}

.user-account .form-control {
  font-size: 1.5rem;
  font-weight: 300;
}

.select-dark {
  position: relative;
  display: inline-block;
}
.select-dark select {
  -webkit-appearance: none;
  padding-right: 35px !important;
}
.select-dark::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  top: 45%;
  right: 15px;
  transform: rotate(-45deg) translateY(-50%);
  z-index: 1;
}

.login-page {
  height: 100%;
  min-height: calc(100vh - 294px - 105px);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.page {
  margin: 0 !important;
}

body {
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
body a:focus,
body img:focus,
body video:focus,
body input:focus {
  outline: none;
}
body p:empty {
  display: none !important;
}
body footer {
  margin-top: auto;
}

.overflow-auto {
  overflow-x: auto;
}

.container-fluid {
  max-width: 1440px;
}
@media screen and (max-width: 1920px) {
  .container-fluid {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1439px) {
  .container-fluid {
    max-width: 1120px;
  }
}

@media screen and (max-width: 1440px) {
  .container-fluid,
.container,
.search-bar_open {
    padding-left: 4.063rem;
    padding-right: 4.063rem;
  }
}
@media screen and (max-width: 991px) {
  .container-fluid,
.container,
.search-bar_open {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .container-fluid,
.container,
.search-bar_open {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

a {
  display: inline-block;
}

.font-weight-regular {
  font-weight: 400;
}

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

.semibold {
  font-weight: 600 !important;
}

.full-width {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.w-100 {
  width: 100% !important;
}

@media screen and (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

.highlight {
  color: #911C1C !important;
  background-color: #F5F2EA;
}

.h-vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.absolute-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.font-md {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 991px) {
  .font-md {
    font-size: 1.5rem !important;
  }
}

.font-small {
  font-size: 1.125rem !important;
}

.xs-font {
  font-size: 0.875rem !important;
}

.br-15 {
  border-radius: 0.938rem;
}

@media screen and (max-width: 575px) {
  .display-sm-none {
    display: none !important;
  }
}

.display-sm-block {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .display-sm-block {
    display: block !important;
  }
}

.display-md-block {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .display-md-block {
    display: block !important;
  }
}

.display-block {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .display-md-none {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .display-lg-none {
    display: none !important;
  }
}

.display-none {
  display: none !important;
}

th.no-sorting::after,
th.no-sorting::before {
  visibility: hidden !important;
}

#blur-layover {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 294px - 105px);
}

.height-70 {
  min-height: 70vh !important;
}

.width-163 {
  max-width: 163px;
}

.blur-layover {
  width: 100%;
  min-height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.829);
  filter: blur(10px);
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
}

.uppercase {
  text-transform: uppercase;
}

.background-white {
  background-color: white;
}

.background-light {
  background-color: #F8F7F4;
}

.background-primary {
  background-color: #2D2B2F !important;
}

.background-secondary-light {
  background-color: #F5F2EA;
}

.background-secondary-dark {
  background-color: #8E826A;
}

.background-color-teritary {
  background-color: #193A51;
}

.color-teritary {
  color: #193A51 !important;
}

.color-teritary_light {
  color: #0A5583 !important;
}

.color-secondary {
  color: #C8955A !important;
}

.color-primary {
  color: #2D2B2F !important;
}

.secondary-greylight {
  color: #AAA08D !important;
}

.border-radius-5 {
  border-radius: 0.5rem !important;
}

.color-white {
  color: white;
}

.color-black {
  color: black;
}

.app-alert,
.location-alert {
  margin-bottom: 0;
  padding: 1px 1rem;
  background-color: #C8955A;
  text-align: center;
  color: white;
}
@media screen and (max-width: 575px) {
  .app-alert,
.location-alert {
    font-size: 0.625rem !important;
  }
}

.app-alert {
  font-size: 1.062rem;
}

.location-alert {
  font-size: 1.125rem;
}

.notification-alert img {
  width: 2.5rem;
  height: 2.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 5px;
}
.notification-alert .notification {
  top: 0.6rem;
  right: 0;
  background-color: #193A51;
  width: 1.5rem;
  height: 1.5rem;
  color: #F8F7F4;
  font-size: 0.8rem;
  border-radius: 50%;
  font-weight: 500;
  border: 2px solid #F8F7F4;
}

.no-wrap {
  white-space: nowrap;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.dataTable thead th {
  border-bottom: none !important;
  color: #C8955A;
  padding: 1.563rem 0.625rem;
  text-transform: uppercase;
}
.dataTable thead th:last-child {
  width: 120px;
}
.dataTable tbody {
  background-color: white;
}
.dataTable tbody td {
  border: none;
  border-bottom: solid 2px #F8F7F4;
}
.dataTable tbody td:last-child {
  width: 22rem;
}
@media screen and (max-width: 1920px) {
  .dataTable tbody td:last-child {
    width: 120px;
  }
}

.btn-anchor {
  border: none;
  border-radius: 5px;
  color: white !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

.search-results a {
  color: #C8955A;
  font-size: clamp(1.5rem, 5vw, 2rem);
}
.search-results p {
  color: black;
  font-size: clamp(1rem, 5vw, 1.25rem);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-results .search-link {
  font-size: clamp(1rem, 5vw, 1.25rem);
  word-break: break-all;
}

.swal2-container {
  z-index: 10000 !important;
}

.speaker-approval_details {
  box-shadow: 1px 1px 4px #E0E1E3;
  border-radius: 3px;
  min-height: 155px;
  left: 0px;
  width: 350px;
  z-index: -1;
  padding-top: 3.5rem;
  background-color: white;
  top: 0;
}

.speaker-approval {
  z-index: 2;
}

.fa-bell {
  color: #767676 !important;
  font-size: 28px;
}

.fa-stack[data-count]:after {
  position: absolute;
  right: 0%;
  top: 1%;
  content: attr(data-count);
  font-size: 40%;
  padding: 0.7em;
  border-radius: 50%;
  line-height: 0.75em;
  color: white;
  background: #193A51;
  text-align: center;
  min-width: 2em;
  min-height: 2.2rem;
  font-weight: bold;
}

.qty-button {
  top: 0;
  left: 170px;
}

.savelibrarytext {
  width: 90px;
}
@media screen and (min-width: 1439px) {
  .savelibrarytext {
    width: 115px;
  }
}

.badge-img {
  width: 100px !important;
}

.wrap {
  white-space: pre-wrap !important;
}

.word-break {
  word-break: break-all !important;
}

.date-picker-wrapper {
  z-index: 99 !important;
}

.progress-bar {
  background-color: #193A51;
}

.progress {
  height: 1.4rem;
}

.privacy-policy a {
  display: inline;
  color: #C8955A;
}
.privacy-policy a:hover {
  color: #8E826A;
}
.privacy-policy li {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.modal .progress {
  height: 2rem;
}

.form-progress-upload .modal-dialog {
  padding-top: 30rem;
}

.witness-action {
  display: flex;
  gap: 4px;
}

/* footer download buttons */
.download-wrap a {
  height: 51px;
  max-width: 200px;
}
.download-wrap a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.pilgrim-banner .carousel-item a {
  border: none;
  display: block;
}
.pilgrim-banner .carousel-item img {
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 1439px) {
  .pilgrim-banner .carousel-item img {
    height: 30rem;
  }
}
@media screen and (max-width: 1200px) {
  .pilgrim-banner .carousel-item img {
    height: 27rem;
  }
}
@media screen and (max-width: 992px) {
  .pilgrim-banner .carousel-item img {
    height: 19rem;
  }
}
@media screen and (max-width: 767px) {
  .pilgrim-banner .carousel-item img {
    height: 16rem;
  }
}
@media screen and (max-width: 575px) {
  .pilgrim-banner .carousel-item img {
    height: 8rem;
  }
}
.pilgrim-banner .carousel-indicators {
  right: 2rem;
  justify-content: end;
}
@media screen and (min-width: 767px) {
  .pilgrim-banner .carousel-indicators {
    right: 5rem;
    bottom: 0.75rem;
  }
}
.pilgrim-banner .carousel-indicators li {
  min-width: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #8E826A;
}
.pilgrim-banner .carousel-indicators li.active {
  background-color: #F8F7F4;
}
.pilgrim-banner .carousel-control-next,
.pilgrim-banner .carousel-control-prev {
  width: 0 !important;
}
.pilgrim-banner .carousel-control-prev-icon,
.pilgrim-banner .carousel-control-next-icon {
  display: none;
}

.section-services img {
  height: 7.5rem;
  width: 7.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .section-services img {
    width: 3.313rem;
    height: 3.313rem;
  }
}
.section-services h3,
.section-services p {
  padding-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .section-services h3 {
    font-size: 0.813rem !important;
    line-height: 1rem !important;
  }
}
.section-services p {
  font-size: 1.625rem;
  max-width: 24.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .section-services p {
    display: none;
  }
}

.section-prefectFather {
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
  background-color: #E4EDF2;
  overflow-x: hidden;
}
.section-prefectFather .absolute-img {
  z-index: initial;
}
@media screen and (max-width: 1920px) {
  .section-prefectFather {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.section-prefectFather h2 {
  font-weight: 500;
  font-size: 4.375rem;
  line-height: 5.375rem;
}
@media screen and (max-width: 991px) {
  .section-prefectFather h2 {
    font-size: 1.875rem !important;
    letter-spacing: 3px;
    line-height: 2.313rem;
  }
}
.section-prefectFather h2 span {
  font-size: 3.125rem;
}
@media screen and (max-width: 991px) {
  .section-prefectFather h2 span {
    font-size: 1.31rem;
  }
}
.section-prefectFather p {
  color: #8F908C;
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 991px) {
  .section-prefectFather p {
    display: none;
  }
}
.section-prefectFather img {
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 767px) {
  .section-prefectFather img {
    -o-object-position: -100px;
       object-position: -100px;
  }
}
@media screen and (max-width: 575px) {
  .section-prefectFather a {
    border-radius: 4px;
    font-size: 0.4375rem !important;
    line-height: 0.5625rem;
    padding: 0.25rem 0.5rem;
  }
}

.section-browse {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 767px) {
  .section-browse {
    padding-top: 6.5rem;
    padding-bottom: 3.875rem;
  }
}
.section-browse .absolute-img {
  top: 2rem;
}
@media screen and (max-width: 767px) {
  .section-browse .absolute-img {
    top: 1rem;
  }
}
.section-browse img {
  max-width: 27.813rem;
  height: 17.25rem;
  border-radius: 20px;
  width: 100% !important;
}
@media screen and (max-width: 1199px) {
  .section-browse img {
    height: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .section-browse img {
    max-width: 13.188rem;
    height: 8.25rem;
  }
}
.section-browse .bg-image {
  max-width: 2000px;
  height: 8.75rem;
  overflow-x: visible;
  z-index: 0 !important;
}
.section-browse .btn {
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
}
.section-browse .btn,
.section-browse .section-image {
  z-index: 1;
}
.section-browse .listen-sermons {
  padding: 1.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .section-browse .listen-sermons {
    padding: 1.125rem 0.5rem;
  }
}
.section-browse p {
  padding-top: 2.625rem;
}
.section-browse h4 {
  color: #C3B8A1;
}
@media screen and (max-width: 767px) {
  .section-browse h4 {
    font-size: 1.125rem !important;
    line-height: 22px;
  }
}

.download-booklets {
  padding-top: 1.6875rem;
  padding-bottom: 1.9375rem;
}
.download-booklets h2 {
  font-size: 3.125rem !important;
  line-height: 3.813rem;
}
@media screen and (max-width: 767px) {
  .download-booklets h2 {
    font-size: 1.563rem !important;
    letter-spacing: 2.5px;
    line-height: 2.188rem;
  }
}
.download-booklets .container-fluid {
  max-width: 92rem;
}
.download-booklets img {
  max-height: 25rem;
  max-width: 38.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .download-booklets img {
    max-width: 100%;
  }
}
.download-booklets p {
  font-size: 1.5rem;
  color: #8F908C;
}

.section-about {
  padding-top: 7rem;
  padding-bottom: 4.625rem;
}
.section-about .section-about-types {
  width: 100%;
  max-width: 35rem;
  min-height: 15.625rem;
  height: 28rem;
  border-radius: 15px;
  padding: 1.25rem;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .section-about .section-about-types {
    height: 20rem;
    max-width: 20rem;
    margin: 1rem auto;
  }
  .section-about .section-about-types p {
    font-size: 0.925rem;
  }
}
.section-about .section-about-types img {
  max-width: 21.875rem;
}
@media screen and (min-width: 1439px) {
  .section-about .section-about-types img {
    max-width: 19.875rem;
  }
}
@media screen and (max-width: 1439px) {
  .section-about .section-about-types img {
    max-width: 15rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-about .section-about-types img {
    max-width: 10.625rem;
  }
}
.section-about .section-about-types__swatara {
  background-color: #AAA08D;
}
.section-about .section-about-types__swatara:hover {
  background-color: #8E826A;
}
.section-about .section-about-types__newablum:hover, .section-about .section-about-types__play:hover {
  background-color: #2D2B2F;
}
.section-about .section-about-types__newablum {
  padding-top: 4.375rem;
}
@media screen and (max-width: 1439px) {
  .section-about .section-about-types__newablum {
    padding-top: 2rem;
  }
}
.section-about .section-about-types__play h6 {
  color: #AAA08D;
  padding-top: 3.563rem;
}
@media screen and (max-width: 1439px) {
  .section-about .section-about-types__play h6 {
    padding-top: 2rem;
  }
}
.section-about .section-about-types__play svg {
  width: 9.375rem;
}
@media screen and (max-width: 991px) {
  .section-about .section-about-types__play svg {
    max-width: 4.375rem;
    height: 4.375rem;
    margin-bottom: 1.5rem;
  }
}
.section-about .section-about-types__play .details {
  font-size: 0.8rem;
}
.section-about .about-content {
  max-width: 62.5rem;
  margin: 0 auto;
}
.section-about .about-content h2 {
  font-size: 2.5rem !important;
  line-height: 3.063rem;
  margin-bottom: 1.25rem !important;
}
@media screen and (min-width: 991px) {
  .section-about .about-content h2 {
    margin-top: 3.75rem;
    font-size: 3.125rem !important;
    line-height: 3.813rem;
    margin-bottom: 3.375rem !important;
  }
}
.section-about .about-content p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  line-height: 2.188rem;
}
@media screen and (min-width: 575px) {
  .section-about .about-content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 2.813rem;
  }
}

.section-music {
  color: #2D2B2F;
}
.section-music .section-music_content {
  padding-top: 6.5rem;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 1199px) {
  .section-music .section-music_content {
    padding: 2rem 1rem;
  }
}
.section-music img {
  height: 25.5625rem;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 1199px) {
  .section-music img {
    height: 20rem;
  }
}
@media screen and (max-width: 991px) {
  .section-music img {
    position: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .section-music img {
    height: 13.75rem !important;
  }
}
@media screen and (max-width: 991px) {
  .section-music h4 {
    font-size: 2rem !important;
    line-height: 2.4rem;
  }
}
.section-music p {
  color: #8F908C;
  font-size: 1.625rem;
  max-width: 37.25rem;
  margin: 0 auto;
  padding: 1.25rem 0;
}
@media screen and (max-width: 991px) {
  .section-music p {
    font-size: 1.375rem;
    line-height: 2rem;
    padding: 1rem 0;
  }
}

.section-copy-right {
  padding-top: 4.875rem;
  padding-bottom: 2.5625rem;
  background-color: #F8F7F4;
}
@media screen and (max-width: 991px) {
  .section-copy-right {
    padding-top: 2.5625rem;
    padding-bottom: 2rem;
  }
}
.section-copy-right .container-fluid {
  max-width: 1443px;
}
.section-copy-right p {
  color: #C8955A;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 991px) {
  .section-copy-right p {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.page-error h1 {
  font-size: clamp(3rem, 5vw, 4.5rem);
  margin-bottom: 0;
  margin-top: 2.65rem;
}
@media screen and (max-width: 767px) {
  .page-error h1 {
    margin-top: 0;
  }
}
.page-error h2 {
  font-size: clamp(1.5rem, 5vw, 2.75rem) !important;
}

.sermons-tagline {
  font-size: 1.25rem;
  color: #C8955A;
  font-weight: 400;
}
.sermons-tagline:hover {
  color: #8E826A;
}

.music-detail-page {
  min-height: 70vh;
  padding-bottom: 3rem;
}
.music-detail-page h5 {
  font-weight: 700 !important;
}

.sermon-card {
  padding-left: 1.8125rem;
  padding-right: 1.1875rem;
  padding-top: 1.15625rem;
  padding-bottom: 0.96875rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  border: 0;
  margin-top: 1.5625rem;
}
@media only screen and (max-width: 992px) {
  .sermon-card {
    padding: 1rem 0.5625rem 0.875rem 0.625rem;
  }
}

.congregation a {
  padding: 0.531rem;
}
.congregation a img {
  max-width: 10rem;
  min-width: 10rem;
  border-radius: 10px;
}

.sermons-page .church-date .date {
  font-size: 1.5rem;
  left: 2rem;
}
@media screen and (min-width: 575px) {
  .sermons-page .church-date .date {
    left: 3rem;
  }
}

.congregation-page a {
  padding: 1rem;
}
.congregation-page a img {
  width: 250px !important;
}
@media screen and (max-width: 767px) {
  .congregation-page a img {
    max-width: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .congregation-page a {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1199px) {
  .congregation-page {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
  }
}
@media screen and (max-width: 1439px) {
  .congregation-page {
    text-align: center;
  }
}

.church-date {
  display: inline-block;
}
.church-date img {
  border-radius: 10px;
}
.church-date .date {
  position: absolute;
  color: white;
  left: 2.2rem;
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .church-date .date {
    left: 1.2rem;
    bottom: 1rem;
  }
}

.create-sermons textarea::placeholder,
.create-sermons input::placeholder,
.create-sermons select::placeholder,
.create-sermons input:-webkit-autofill {
  color: #9F9F9F !important;
  background-color: white;
}
.create-sermons input,
.create-sermons textarea,
.create-sermons input[type=text],
.create-sermons select,
.create-sermons input:-webkit-autofill {
  color: #2D2B2F !important;
}
.create-sermons input::-moz-placeholder {
  font-size: 1.5rem;
}
.create-sermons input:-ms-input-placeholder {
  font-size: 1.5rem;
}
.create-sermons button,
.create-sermons p,
.create-sermons input,
.create-sermons label,
.create-sermons textarea,
.create-sermons input[type=text],
.create-sermons input::placeholder {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .create-sermons input::-moz-placeholder {
    font-size: 1.125rem !important;
  }
  .create-sermons input:-ms-input-placeholder {
    font-size: 1.125rem !important;
  }
  .create-sermons button,
.create-sermons p,
.create-sermons input,
.create-sermons label,
.create-sermons textarea,
.create-sermons input[type=text],
.create-sermons input::placeholder {
    font-size: 1.125rem !important;
  }
}
.create-sermons #duration {
  background-color: transparent;
  color: black !important;
}
.create-sermons form button {
  min-width: 95px;
}

.rating input {
  position: relative;
}
.rating input:hover::after {
  background-image: url("/images/icon_star-secondary.svg");
}
.rating input::after {
  content: "";
  position: absolute;
  background-image: url("/images/icon_star.svg");
  width: 45.678px;
  height: 42.415px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rating input:checked::after {
  background-image: url("/images/icon_star-secondary.svg");
}
.rating label {
  text-transform: uppercase;
  font-size: 0.875rem !important;
}

.upload img {
  background-color: #911C1C;
  width: 1.5rem;
  border-radius: 4px;
  padding: 5px;
}

.church-details p {
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
}
.church-details p a {
  margin-right: 2.5rem;
  text-align: center;
}
.church-details p a svg {
  height: 2.5rem;
}
.church-details p a svg path {
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
}
.church-details p a svg path:hover {
  fill: #C8955A;
  stroke: #C8955A;
}
.church-details p a span {
  text-transform: uppercase;
  color: #AAA08D;
  font-size: 0.875rem;
}
@media screen and (max-width: 991px) {
  .church-details p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.modal-dialog h1 {
  text-transform: none;
}

@media (min-width: 576px) {
  .loading-msg .modal-dialog {
    max-width: 700px;
  }
}
.error-msg {
  padding-left: calc(1rem + 95px);
}

.loader-text + .spinner-border {
  color: #C8955A !important;
  width: 7rem;
  height: 7rem;
  border-width: 1em;
}

.literature-card,
.booklet-card,
.sermons-card {
  background-color: #EFEBE2;
  border-radius: 0.625rem;
  margin: 0.625rem auto;
}
.literature-card h5,
.booklet-card h5,
.sermons-card h5 {
  font-weight: 600;
}
.literature-card p,
.booklet-card p,
.sermons-card p {
  margin-bottom: 10px !important;
  font-size: 1.15rem;
}
.literature-card .author-name,
.booklet-card .author-name,
.sermons-card .author-name {
  color: #C8955A;
  padding-right: 2.25rem;
  font-size: 1.25rem;
}
.literature-card .category,
.booklet-card .category,
.sermons-card .category {
  color: #2d2b2f;
  font-weight: 500;
  font-size: 1rem;
}
.literature-card .booklet-images,
.booklet-card .booklet-images,
.sermons-card .booklet-images {
  height: 13.938rem;
  width: 14.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .literature-card .booklet-images,
.booklet-card .booklet-images,
.sermons-card .booklet-images {
    margin-bottom: 1.438rem;
  }
}
@media screen and (max-width: 767px) {
  .literature-card h5,
.booklet-card h5,
.sermons-card h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .literature-card p,
.booklet-card p,
.sermons-card p {
    color: black;
    font-weight: 500;
  }
  .literature-card p,
.literature-card .author-name,
.literature-card .category,
.booklet-card p,
.booklet-card .author-name,
.booklet-card .category,
.sermons-card p,
.sermons-card .author-name,
.sermons-card .category {
    font-size: 0.75rem;
  }
  .literature-card .author-name,
.booklet-card .author-name,
.sermons-card .author-name {
    display: block;
  }
}

.sermons-card {
  margin-bottom: 1.3rem;
}

.booklet .svg-buttons span {
  color: #193A51;
}

.booklet h4,
.sermons-page h4 {
  font-size: 2.188rem;
  font-weight: 600 !important;
}
.booklet .modal-link,
.sermons-page .modal-link {
  color: #193A51;
}
.booklet p,
.sermons-page p {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .booklet p,
.sermons-page p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .booklet .booklet-card,
.sermons-page .booklet-card {
    background-color: white;
    border-radius: 1rem;
    margin: 1rem;
    padding: 1rem;
  }
}

.keep-reading,
.listen-now {
  margin-right: 1.875rem;
  position: relative;
}
.keep-reading p,
.listen-now p {
  padding-left: 1.688rem;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .keep-reading p,
.listen-now p {
    font-size: 1rem;
  }
}
.keep-reading span,
.listen-now span {
  color: white;
  font-size: 1rem;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .keep-reading span,
.listen-now span {
    font-size: 0.875rem;
  }
}
.keep-reading .btn,
.listen-now .btn {
  background-color: white;
  color: black;
  font-weight: 600;
  position: absolute;
  bottom: 3.188rem;
  left: 4.4rem;
}
@media screen and (max-width: 767px) {
  .keep-reading .btn,
.listen-now .btn {
    font-size: 0.8rem !important;
    bottom: 1rem;
    left: 1.5rem;
  }
}

.my-lib_album p {
  font-weight: 500;
}

.keep-reading p {
  color: white;
  position: absolute;
  top: 2rem;
  padding-right: 2rem;
}
.keep-reading p span {
  color: #C3B8A1;
}
@media screen and (max-width: 767px) {
  .keep-reading p {
    top: 1rem;
  }
}

.listen-now p {
  padding-top: 2rem;
  padding-right: 2rem;
  color: #C3B8A1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .listen-now p {
    padding-top: 1rem;
    padding-right: 1rem;
  }
}
.listen-now span {
  padding-left: 1.688rem;
  display: block;
}

.keep-reading a {
  position: relative;
  height: 100%;
}
.keep-reading a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.441);
  border-radius: 0.938rem;
  max-height: 21.875rem;
}

.keep-reading img,
.listen-now {
  background-color: #193A51;
  min-width: 19.375rem;
  width: 19.375rem;
  height: 100%;
  max-height: 21.875rem;
  border-radius: 0.938rem;
}
@media screen and (max-width: 767px) {
  .keep-reading img,
.listen-now {
    min-width: 12rem;
    width: 12rem;
    height: 12rem;
  }
}

.category-list a {
  color: #0A5583;
  font-weight: 600;
}

.cke_editor_content,
textarea.eliterature-textarea {
  background-color: transparent !important;
  border: none !important;
  color: #2D2B2F !important;
}

.cke_editor_content iframe body.cke_editable {
  margin: 0 !important;
  background-color: transparent !important;
}

textarea.eliterature-textarea {
  font-size: 1rem !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-transform: inherit !important;
  font-weight: 400 !important;
  display: block;
  resize: none !important;
}
textarea.eliterature-textarea:focus, textarea.eliterature-textarea:focus-visible {
  border: none !important;
  outline: none !important;
}

.secondary-greylight {
  color: #AAA08D;
}

.about-page,
.super-admin {
  /* ///  END DECORATION CSS  ///  */
  /* etiqueta <p> con la opcion selecionada  */
}
.about-page .nav.show,
.super-admin .nav.show {
  display: block !important;
}
.about-page .icon-bar,
.super-admin .icon-bar {
  background-color: #C3B8A1;
}
.about-page .nav-link,
.about-page p,
.super-admin .nav-link,
.super-admin p {
  color: #2D2B2F;
}
.about-page .nav-link,
.super-admin .nav-link {
  font-weight: 500;
  background-color: transparent !important;
  border: none;
  font-size: 1.875rem;
}
.about-page .nav-link.active,
.super-admin .nav-link.active {
  color: #C8955A;
  font-weight: 600;
}
.about-page .nav,
.super-admin .nav {
  border-bottom: none !important;
}
.about-page .dataTable tbody td:last-child, .about-page .dataTable tbody th:last-child,
.super-admin .dataTable tbody td:last-child,
.super-admin .dataTable tbody th:last-child {
  width: 22rem;
}
@media screen and (max-width: 1439px) {
  .about-page .dataTable tbody td:last-child, .about-page .dataTable tbody th:last-child,
.super-admin .dataTable tbody td:last-child,
.super-admin .dataTable tbody th:last-child {
    width: 120px;
  }
}
.about-page p,
.super-admin p {
  margin-bottom: 2.5rem;
}
.about-page p,
.super-admin p {
  font-size: 1.5rem;
  line-height: 2.813rem;
}
.about-page .accordion p,
.super-admin .accordion p {
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.about-page .accordion-card,
.super-admin .accordion-card {
  margin-bottom: 2.188rem;
}
.about-page h5,
.about-page h5 button,
.super-admin h5,
.super-admin h5 button {
  font-size: 1.5rem;
  color: #C8955A;
  text-transform: unset !important;
  line-height: 29px;
  font-weight: 600;
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 1rem;
}
.about-page h5:hover,
.about-page h5 button:hover,
.super-admin h5:hover,
.super-admin h5 button:hover {
  color: #8E826A;
}
.about-page .cont_select_center,
.super-admin .cont_select_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -150px;
}
.about-page .cont_heg_50,
.super-admin .cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52;
}
.about-page .icon_select_mate,
.super-admin .icon_select_mate {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 16px;
  height: 24px;
  transition: all 275ms;
}
.about-page .select_mate,
.super-admin .select_mate {
  position: relative;
  /* Oculto el elemento select */
}
.about-page .select_mate select,
.super-admin .select_mate select {
  overflow: hidden;
  height: inherit;
  color: white;
  height: 28px;
  font-weight: 300;
  background-color: white;
  border: 1px solid #C8955A;
  border-radius: 5px;
  transition: all 375ms ease-in-out;
}
.about-page .cont_list_select_mate,
.super-admin .cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}
.about-page .cont_select_int,
.super-admin .cont_select_int {
  margin: 0;
  position: absolute;
  left: 0px;
  top: -2.5rem;
  border-radius: 5px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.about-page .cont_select_int li,
.super-admin .cont_select_int li {
  color: white;
  position: relative;
  float: left;
  width: 100%;
  background-color: #C8955A;
  list-style-type: none;
  padding: 0 1.75rem 0.25rem;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}
.about-page .cont_select_int li:last-child,
.super-admin .cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}
.about-page .cont_select_int li:first-child,
.super-admin .cont_select_int li:first-child {
  padding-bottom: 0.5rem;
  padding-top: 0.75rem;
}
.about-page .cont_select_int li:last-child,
.super-admin .cont_select_int li:last-child {
  padding-bottom: 1rem;
}
.about-page .selecionado_opcion,
.super-admin .selecionado_opcion {
  padding: 0.2rem 2rem 0.2rem 1rem;
  width: 100%;
  display: block;
  color: #C8955A;
  font-size: clamp(16px, 2vw, 20px);
  margin: 0px;
  cursor: pointer;
  line-height: 24px;
  position: absolute;
  top: 0;
}
.about-page .newsletter-select select,
.super-admin .newsletter-select select {
  border: 1px solid #C8955A;
  color: #C8955A;
}

.super-admin .nav-link {
  font-size: 1.25rem;
}
.super-admin .form-select {
  padding: 0.25rem 1rem;
  border-radius: 0;
  font-size: 1rem;
}
.super-admin table.dataTable > thead th.sorting {
  vertical-align: top;
}
.super-admin table.dataTable > thead th.sorting::after, .super-admin table.dataTable > thead th.sorting::before {
  top: 23px;
}
.super-admin table td img.banner {
  width: 150px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .about-page .navbar-toggler,
.admin-change .navbar-toggler {
    z-index: 9;
    position: relative;
  }
  .about-page .navigation,
.admin-change .navigation {
    position: relative;
    order: -1;
  }
  .about-page .nav,
.admin-change .nav {
    display: none !important;
    width: 16rem;
    position: absolute;
    z-index: 1;
    top: -1rem;
    left: 0;
    padding: 2.5rem 1rem;
    box-shadow: 0 3px 6px #00000029;
    background-color: #F8F7F4;
  }
  .about-page .nav.show,
.admin-change .nav.show {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .about-page .nav .nav-link {
    font-size: 1.3rem;
  }

  h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 575px) {
  .pdfs,
.pdf-read,
.pdf-a {
    display: none;
  }
}
.account-sub-title {
  font-size: 1.5rem;
}

.input-group-addon {
  top: 0.4rem;
  right: 1.5rem;
}
.input-group-addon img {
  width: 2.125rem;
}

.add-user_form h5 {
  text-transform: unset;
  color: #2D2B2F;
}
.add-user_form textarea {
  min-height: 7.625rem;
  margin-bottom: 0.5rem;
}

.manager-user .nav,
.admin-change .nav {
  overflow-x: auto;
  flex-wrap: nowrap;
  overflow-y: hidden;
}
.manager-user .nav .nav-link,
.admin-change .nav .nav-link {
  border-color: #e9ecef #e9ecef #dee2e6;
  font-size: 1.5rem;
  color: #2D2B2F;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 1px;
}
.manager-user .page-item.active .page-link,
.admin-change .page-item.active .page-link {
  background-color: #AAA08D;
}

@media screen and (max-width: 575px) {
  .manager-user .nav {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .manager-user .nav .nav-item {
    width: 32%;
    margin: 2px;
  }
}
.manager-user .nav .nav-link {
  color: #193A51;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .manager-user .nav .nav-link {
    font-size: 0.85rem;
    height: 70px;
    border-radius: 15px 15px 0 0;
    background-color: white;
    padding: 10px;
  }
}
@media screen and (max-width: 575px) {
  .manager-user .myTab4 .nav-item {
    width: 48%;
    margin: 2px;
  }
}

.content-library .container-fluid {
  max-width: 100rem;
}
.content-library .search {
  max-width: 42rem;
  width: 100%;
}
.content-library .search input {
  padding: 0.8rem 2.5rem 0.8rem 1rem;
}
.content-library .search input::-moz-placeholder {
  font-size: 1.125rem;
}
.content-library .search input:-ms-input-placeholder {
  font-size: 1.125rem;
}
.content-library .search input,
.content-library .search input::placeholder {
  font-size: 1.125rem;
}
.content-library .search img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  width: 1.125rem;
}

.checkbox-group {
  display: block;
}
.checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-group label {
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  color: #193A51;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .checkbox-group label {
    font-size: 1.125rem;
  }
}
.checkbox-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid grey;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0.75rem;
  margin-top: -3px;
}
.checkbox-group label p, .checkbox-group label span {
  margin-left: 2.2rem;
}
@media screen and (max-width: 991px) and (min-width: 575px) {
  .checkbox-group label {
    padding-top: 4px;
  }
}
.checkbox-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 8px;
  height: 16px;
  border: solid grey;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
@media screen and (min-width: 1600px) {
  .checkbox-group input:checked + label:after {
    top: 8px;
  }
}

.edit-text .edit-icon {
  right: 4px;
  bottom: 1rem;
}

.edit-icon_top {
  right: 4px;
  top: 0.5rem;
}

#pmc-members_options label {
  font-size: 1.25rem;
}
#pmc-members_options .checkbox-group input:checked + label:after {
  top: 5px;
}

.fa-eye-slash {
  display: none;
}

form.is-readonly .btn-save {
  display: none;
}

@media screen and (min-width: 1199px) {
  label h5 {
    margin-bottom: 1rem !important;
  }
}

form.is-readonly input[disabled],
form.is-readonly textarea[disabled],
form.is-readonly select[disabled] {
  cursor: text;
  background-color: transparent;
  border-color: transparent;
  outline-color: transparent;
  box-shadow: none;
  color: #193A51;
}

form.is-editing .btn-edit {
  display: none;
}

.heading-textarea {
  color: #193A51 !important;
  background: transparent;
  padding-left: 0 !important;
  resize: none;
}

label[for=pdfUpload],
label[for=audioUpload] {
  background-color: #193A51;
  color: white;
  font-size: 1.125rem;
  padding: 0.5rem 1.40625rem;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 1rem;
}
label[for=pdfUpload]:hover,
label[for=audioUpload]:hover {
  background-color: #2D2B2F;
}
label[for=pdfUpload] svg,
label[for=audioUpload] svg {
  width: 17px;
}

.speakers .speaker_sorting a,
.speakers .speaker_sorting p {
  color: #C3B8A1;
}
.speakers .speaker_intials {
  flex-wrap: wrap;
}
.speakers .speaker_intials a {
  padding: 0 1rem;
  font-size: 1.5rem;
  border-right: 3px solid #C3B8A1;
  font-weight: 500;
  line-height: 22px;
  margin-top: 1rem;
}
.speakers .speaker_intials a:last-of-type {
  border-right: 0;
}

.speaker-names p {
  align-items: baseline;
  display: flex;
  margin-bottom: 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .speaker-names p {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.speaker-names_intials {
  padding: 0.25rem 0;
}

.names a {
  padding: 0.25rem 1rem;
}

.speaker-names_intials {
  font-size: 2.063rem;
  font-weight: 600;
  color: #C8955A;
}

.names a {
  font-size: 1.875rem;
  font-weight: 500;
  color: #193A51;
  position: relative;
  line-height: 2.813rem;
}
.names a::before {
  content: "·";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}

@media screen and (max-width: 767px) {
  .speaker-names p {
    padding: 0.8rem 0;
  }

  .speaker-names_intials {
    padding: 0.3rem 0;
  }

  .names a {
    padding: 0.3rem 1rem;
  }

  .speaker-names_intials {
    font-size: 1.25rem;
    padding-right: 1.25rem;
  }

  .names a {
    font-size: 1.125rem;
  }
}
.speaker-name h4.heading-main,
.welcome-user h4.heading-main,
.congregation-name h4.heading-main {
  font-weight: 300;
  color: #C3B8A1;
  text-transform: capitalize;
}
.speaker-name h4.heading-main span,
.welcome-user h4.heading-main span,
.congregation-name h4.heading-main span {
  font-weight: 400;
}
.speaker-name p, .speaker-name a,
.welcome-user p,
.welcome-user a,
.congregation-name p,
.congregation-name a {
  font-size: 1.5rem;
}
.speaker-name p a img,
.welcome-user p a img,
.congregation-name p a img {
  padding: 0.5rem;
  max-width: 2rem;
  border-radius: 5px;
  background-color: white;
}
.speaker-name p a span,
.welcome-user p a span,
.congregation-name p a span {
  color: #2D2B2F;
  font-weight: 400;
}
.speaker-name p span,
.welcome-user p span,
.congregation-name p span {
  display: inline-block;
  padding-left: 0.625rem;
  padding-top: 2px;
}

@media screen and (max-width: 575px) {
  .speaker-name p span {
    padding-left: 0;
    font-size: 1.2rem;
  }
}
.speaker-name p input {
  margin: 5px auto;
}

.add-another {
  color: black;
  font-size: 1.5rem;
}

.player {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.player .playpause {
  cursor: pointer;
}
.player .playpause img {
  height: 32px;
  width: auto;
}
.player .playpause .pause {
  display: none;
}
.player .scrubber .bar {
  height: 4px;
  width: 180px;
  background: lightgray;
  border-radius: 2px;
  cursor: pointer;
}
.player .scrubber .position-marker {
  background: red;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}
.player .elapsed span {
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  color: red;
}

.range {
  height: 20px;
  -webkit-appearance: none;
  vertical-align: top;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}

.range::-webkit-slider-runnable-track {
  background-color: #C8955A;
  height: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
}

.range[disabled]::-webkit-slider-runnable-track {
  border: 1px solid #C8955A;
  background-color: transparent;
  opacity: 0.4;
}

.range::-moz-range-track {
  background-color: #C8955A;
  height: 2px;
  border-radius: 3px;
  border: none;
}

.range::-ms-track {
  color: transparent;
  border: none;
  background: none;
  height: 2px;
}

.range::-ms-fill-lower {
  background-color: #C8955A;
  border-radius: 3px;
}

.range::-ms-fill-upper {
  background-color: #C8955A;
  border-radius: 3px;
}

.range::-ms-tooltip {
  display: none;
  /* display and visibility only */
}

.range::-moz-range-thumb {
  border-radius: 20px;
  height: 10px;
  width: 10px;
  border: none;
  background: none;
  background-color: #C8955A;
}

.range:active::-moz-range-thumb {
  outline: none;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  background-color: #C8955A;
  height: 10px;
  width: 10px;
  margin-top: -5px;
}

.range[disabled]::-webkit-slider-thumb {
  background-color: transparent;
  border: 1px solid #C8955A;
}

.range:active::-webkit-slider-thumb {
  outline: none;
}

.range::-ms-thumb {
  border-radius: 100%;
  background-color: #C8955A;
  height: 18px;
  width: 18px;
  border: none;
}

.range:active::-ms-thumb {
  border: none;
}

.music-cover {
  border-radius: 15px;
  width: 100%;
}

.new-ablum {
  overflow: hidden;
}
.new-ablum::before {
  content: "NEW ABLUM";
  position: absolute;
  background-color: #9a2d2a;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  top: 1rem;
  left: -2rem;
  z-index: 1;
  transform: rotate(-35deg);
  padding: 2px 2rem;
}

.tracks {
  min-height: 20rem;
}
.tracks .add-track_button {
  color: black;
  font-size: 1.5rem;
}

.edit-icon {
  width: 2rem;
  height: 2rem;
}

.disable-input:-moz-read-only {
  width: 100% !important;
}

.disable-input,
.disable-input:read-only {
  width: 100% !important;
}

.disable-input:-moz-read-only {
  border: none;
  text-transform: capitalize;
  background-color: transparent;
  font-size: 1.875rem;
  padding-left: 0;
  color: #2D2B2F;
  display: inline;
  font-weight: 400;
}

.disable-input:read-only {
  border: none;
  text-transform: capitalize;
  background-color: transparent;
  font-size: 1.875rem;
  padding-left: 0;
  color: #2D2B2F;
  display: inline;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .disable-input:-moz-read-only {
    font-size: 1.5rem;
  }
  .disable-input:read-only {
    font-size: 1.5rem;
  }
}

.playlist-name .playlist-input {
  padding: 0.3rem 1rem;
}
@media screen and (max-width: 575px) {
  .playlist-name .playlist-input {
    width: 100% !important;
  }
}
.playlist-name::nth-of-type(2n) {
  background-color: white;
}
.playlist-name .playlist-options-button {
  left: -20px;
}

.playlist-options-button {
  font-size: 2.5rem;
  color: #AAA08D;
  position: relative;
  top: -0.5rem;
  cursor: pointer;
}

.playlist-options {
  display: none;
  background-color: #193A51;
  border-radius: 0.375rem;
  box-shadow: 0px 3px 16px #0000005A;
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  z-index: 1;
}
.playlist-options a {
  font-size: 1.125rem;
  color: white;
  padding: 0.4rem 1rem;
  display: block;
  border-top: 1px solid #AAA08D;
  white-space: nowrap;
}
.playlist-options a:nth-of-type(1) {
  border-top: none;
}

.music-time {
  font-size: 0.875rem;
  color: #AAA08D;
}

.play-button {
  width: 1.313rem;
  height: 1.5rem;
}

.music-playlist .playlist-options-button {
  top: -0.7rem;
}
.music-playlist p.font-small {
  font-weight: 500;
}
.music-playlist p.font-small a {
  color: #193A51;
  font-weight: 500;
}
.music-playlist p.font-small a:hover {
  color: #0A5583;
}

.music-playlist__favourite, .music-playlist__all,
.playlist-name__favourite,
.playlist-name__all {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.music-playlist__favourite .playlist-options-button, .music-playlist__all .playlist-options-button,
.playlist-name__favourite .playlist-options-button,
.playlist-name__all .playlist-options-button {
  left: -20px;
}
.music-playlist__favourite:nth-of-type(even), .music-playlist__all,
.playlist-name__favourite:nth-of-type(even),
.playlist-name__all {
  background-color: white;
}

.social-icons {
  flex-wrap: wrap;
}
.social-icons a {
  padding: 1.1rem;
}
@media screen and (min-width: 767px) {
  .social-icons a {
    padding: 1.5rem;
  }
}
.social-icons a img {
  width: 4rem;
  height: 4rem;
}

.review-approval-page h4 {
  font-size: 1.75rem !important;
}
.review-approval-page h5 {
  text-transform: inherit;
}
.review-approval-page p,
.review-approval-page input,
.review-approval-page textarea,
.review-approval-page select,
.review-approval-page .dynamic-label {
  font-size: 1.5rem;
  color: #2D2B2F;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .review-approval-page p,
.review-approval-page input,
.review-approval-page textarea,
.review-approval-page select,
.review-approval-page .dynamic-label {
    font-size: 1.125rem;
    padding-left: 0;
  }
}
.review-approval-page input {
  color: #2D2B2F !important;
}
.review-approval-page #sampleForm label {
  padding-top: 0.5rem;
}
.review-approval-page #sampleForm select::-moz-placeholder {
  opacity: 1;
}
.review-approval-page #sampleForm select:-ms-input-placeholder {
  opacity: 1;
}
.review-approval-page #sampleForm input,
.review-approval-page #sampleForm select,
.review-approval-page #sampleForm select textarea,
.review-approval-page #sampleForm select[disabled],
.review-approval-page #sampleForm select::placeholder {
  opacity: 1;
}
.review-approval-page .input-msg {
  top: 10px;
  left: 310px;
}
@media screen and (max-width: 1199px) {
  .review-approval-page .input-msg {
    left: 25px;
    top: 2rem;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  .review-approval-page .input-msg {
    left: 10px;
  }
}

.music-player {
  position: fixed;
  bottom: 10px;
  right: 0;
  width: 410px;
  height: 142px;
  background-color: white;
  box-shadow: -3px -3px 10px #1D1F214B;
  border-radius: 0.5rem;
  padding: 17px 19px;
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .music-player {
    height: 170px;
  }
}
@media screen and (max-width: 575px) {
  .music-player {
    width: 100%;
    padding: 15px;
  }
}
.music-player .close-player {
  top: -15px;
  left: -15px;
  padding: 4px 0.6rem;
  width: 2.2rem;
  height: 2.2rem;
  box-shadow: -1px -1px 10px #AAA08D;
  border-radius: 50%;
  background-color: white;
}
@media screen and (max-width: 575px) {
  .music-player .close-player {
    left: 90%;
    top: -20px;
  }
}
.music-player .close-player img {
  width: 1rem;
}
.music-player .music-details {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 369px;
  white-space: nowrap;
  overflow-x: hidden;
}
.music-player .music-details h5 {
  font-weight: 600 !important;
}
@media screen and (max-width: 575px) {
  .music-player .music-details {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.music-player ul#playlist {
  margin-left: 0;
  padding-left: 0;
}
.music-player .music-cover {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .music-player .music-cover {
    width: 80px;
    height: 80px;
  }
}
.music-player .music-title {
  font-size: 0.937rem;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow-x: hidden;
  padding: 0.5rem;
}
.music-player .artist-name {
  font-size: 0.875rem;
  padding-top: 0.5rem;
}
.music-player .svg-buttons {
  width: 22px;
  height: 30px;
}
.music-player #slider {
  height: 12px;
}
.music-player #timer {
  color: #193A51;
  line-height: 0;
  font-size: 9px;
  text-align: right;
  margin-top: -20px;
}
.music-player .controls {
  margin-top: 10px;
}
.music-player .controls .expend svg {
  height: 30px;
}
.music-player .controls svg,
.music-player .controls .expend {
  margin-right: 1rem;
  fill: #193A51;
}
@media screen and (max-width: 575px) {
  .music-player .controls svg,
.music-player .controls .expend {
    margin-right: 12px;
  }
}
.music-player #play,
.music-player #pause {
  width: 2rem;
  height: 2rem;
}
.music-player #step-back,
.music-player #step-forward {
  width: 1.2rem;
  height: 1.2rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header {
  z-index: 999;
  width: 100%;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  transition: 0.3s all ease-in;
}
header .container-fluid {
  max-width: 100% !important;
}
header .my-account,
header .navbar {
  padding-left: 4.063rem;
  padding-right: 4.063rem;
}
@media screen and (max-width: 1439px) {
  header .my-account,
header .navbar {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  header .my-account,
header .navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
header .my-account {
  background-color: #E2DAD1;
}
header .my-account a,
header .my-account p {
  color: #2d2b2f;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  header .my-account a,
header .my-account p {
    font-size: 8px;
  }
}
header .my-account .text-right p a {
  font-weight: 700;
}
header .navbar {
  background-color: #2D2B2F;
}
header .navbar .navbar-brand {
  padding: 1rem 1.625rem 1rem 0;
}
header .navbar .pilgrim-logo {
  max-width: 28.9375rem;
  height: auto;
}
@media screen and (max-width: 1921px) {
  header .navbar .pilgrim-logo {
    max-width: 12.875rem;
  }
}
header .navbar .nav-link {
  padding: 0.5rem 1.625rem !important;
  color: #E0E1E3;
  font-size: 1.25rem;
  transition: 0.3s all ease-in-out;
  -webkit-transition: all 0.3s ease;
}
header .navbar .nav-link:hover {
  color: #C8955A;
}
header .navbar .nav-link svg {
  width: 1.875rem;
  height: 1.875rem;
}
header .navbar .nav-link.btn {
  padding: 0.5rem 1.625rem !important;
}
header .navbar .nav-link.btn:hover {
  background-color: #193A51;
  color: #E0E1E3 !important;
  padding: 0.5rem 1.5rem 0.5rem 1.75rem !important;
}
header .navbar .dropdown-menu {
  background-color: #2D2B2F !important;
  border: none;
  top: 40px;
}
header .navbar .dropdown-menu .dropdown-item {
  color: #E0E1E3;
  padding: 0.25rem 1.625;
}
header .navbar .dropdown-menu .dropdown-item:hover, header .navbar .dropdown-menu .dropdown-item:active {
  color: #C8955A !important;
  background-color: #0A5583 !important;
}
@media screen and (max-width: 1200px) {
  header .navbar .search-icon_smscreen {
    display: inline !important;
    width: 30px;
  }
}
header .navbar-open {
  background-color: #F8F7F4;
  padding-top: 2.5rem;
  padding-left: 1.25rem;
  padding-bottom: 14rem;
}
@media screen and (min-width: 1920px) {
  header .navbar-open {
    padding-bottom: 40rem;
  }
}
header .navbar-open .navbar-nav {
  margin-left: 0 !important;
}
header .navbar-open .navbar-nav .nav-link {
  color: #193A51;
  font-weight: 400;
  border-bottom: 1px solid #E0E1E3;
}
header .navbar-open .navbar-nav .nav-link:hover {
  color: black;
}
header .navbar-open .navbar-nav .dropdown-menu {
  background-color: #F8F7F4 !important;
}
header .navbar-open .navbar-nav .dropdown-menu .dropdown-item {
  color: black;
  border-bottom: 1px solid #E0E1E3;
  padding: 0.5rem 2.5rem;
}
header .navbar-open .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #193A51;
}
header .navbar-open .navbar-nav .nav-item:nth-last-child(2) .nav-link {
  border-bottom: none;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 0;
  padding-top: 1.6rem !important;
}
.navbar-toggler:hover {
  background: transparent !important;
}
.navbar-toggler .icon-bar {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  transition: all 0.2s;
  display: block;
  background-color: #E0E1E3;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 15% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 15% 90%;
}
.navbar-toggler.collapsed {
  padding: 0 !important;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

footer {
  padding-top: 3.563rem;
  padding-bottom: 1.938rem;
}
footer .container-fluid {
  max-width: 80rem;
}
footer .footer-logo {
  max-width: 24.9375rem;
  margin-right: 2.8125rem;
}
@media screen and (max-width: 1921px) {
  footer .footer-logo {
    max-width: 15rem;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-logo {
    max-width: 12.875rem;
    margin-right: 1rem;
  }
}
footer .footer-links,
footer .footer-button {
  color: #E0E1E3;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 15px;
}
footer .footer-links:hover,
footer .footer-button:hover {
  color: #193A51;
}
@media screen and (max-width: 991px) {
  footer .footer-links,
footer .footer-button {
    font-size: 0.937rem;
  }
}
footer .footer-links:hover,
footer .footer-button:hover {
  color: #C8955A;
}
@media screen and (min-width: 1441px) {
  footer .footer-links,
footer .footer-button {
    margin: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .display-none {
    display: block !important;
  }
}
footer .footer-button {
  background-color: #E0E1E3;
  border-radius: 10px;
  padding: 4px 15px;
  color: #2D2B2F;
  font-weight: 600;
}
footer .copy-right {
  padding-top: 3.188rem;
  font-size: 1rem;
  font-weight: 300;
}
footer .copy-right p,
footer .copy-right a {
  color: #AAA08D;
}
@media screen and (max-width: 991px) {
  footer .copy-right {
    padding-top: 2rem;
    font-size: 0.687rem;
    max-width: 21rem;
  }
}
footer .copy-right img {
  height: 1rem;
  width: auto;
  margin-left: 0.3rem;
}

@media screen and (min-width: 1199px) {
  .navbar-toggler {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navbar-toggler {
    padding-top: 1.25rem !important;
  }
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.avatar-upload {
  position: relative;
  margin: 20px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: -10px;
  z-index: 1;
  top: -10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-bottom: 0;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("/images/draw.png");
  background-size: contain;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  background-color: white;
  height: 100px;
  min-height: 100%;
  position: relative;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.church-location_section .church-location_col {
  max-width: 38.25rem;
  padding-top: 2.188rem;
  padding-bottom: 2.188rem;
}
.church-location_section .church-location_col a {
  color: #5D5D5D;
}
.church-location_section .church-location_col p {
  margin-bottom: 0 !important;
}
.church-location_section .church-location_col h4 {
  font-size: 1.875rem;
  line-height: 2rem;
}
.church-location_section .church-location_col .church-address p {
  font-size: 1rem;
}
.church-location_section .church-location_col .church-direction {
  padding-left: 1.438rem;
}
.church-location_section .church-location_col .church-direction p {
  font-size: 0.75rem;
  color: #2D2B2F;
  font-weight: 500;
}
.church-location_section .church-location_col .church-direction img {
  width: 3.375rem;
  margin: 0.5rem auto;
}
.church-location_section .responsive-map {
  overflow: scroll;
  position: relative;
  height: 350px;
  max-width: 1440px;
}
@media screen and (min-width: 575px) {
  .church-location_section .responsive-map {
    height: 550px;
  }
}
.church-location_section .responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.church-location_section .location-letters {
  flex-wrap: wrap;
  padding-bottom: 1.875rem;
}
.church-location_section .location-letters li {
  list-style: none;
  padding-top: 1rem;
}
.church-location_section .location-letters li a {
  font-size: 1.6rem;
  line-height: 1.5rem;
  color: #C8955A;
  padding: 0px 10px 2px;
  font-weight: 400;
  border-right: 2px solid #C8955A;
}
.church-location_section .location-letters li:last-of-type a {
  border-right: none;
}

@media screen and (max-width: 575px) {
  .church-location_section .church-location_col {
    padding-top: 0.688rem;
    padding-bottom: 0.625rem;
  }
  .church-location_section .church-location_col h4 {
    font-size: 1.063rem !important;
    line-height: 1.4rem !important;
  }
  .church-location_section .church-location_col .church-address p {
    font-size: 0.688rem;
  }
  .church-location_section .church-location_col .church-direction p {
    font-size: 0.563rem;
  }
  .church-location_section .church-location_col .church-direction img {
    width: 1.75rem;
  }

  .location-letters {
    padding-bottom: 1.563rem;
  }
}
.color-secondary {
  color: #C8955A !important;
}

.ablum {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 575px) {
  .ablum {
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
  }
}
.ablum img {
  border-radius: 10px;
  width: 19.375rem;
  height: 9.375rem;
}
@media only screen and (min-width: 575px) {
  .ablum img {
    height: 19.375rem;
  }
}
.ablum h5 {
  padding-top: 1.25rem;
  color: #193A51;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .ablum h5 {
    font-size: 1.0625rem;
    margin-bottom: 4px;
    padding-top: 0.5rem;
  }
}
.ablum p {
  color: #8E826A;
}
@media only screen and (max-width: 575px) {
  .ablum p {
    font-size: 0.875rem;
  }
}
.ablum-name, .ablum-date {
  position: absolute;
  left: 10%;
  width: 80%;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.25rem;
}
.ablum-name {
  top: 10%;
  font-weight: 500;
}
.ablum-date {
  bottom: 10%;
  font-weight: 300;
}

.paging {
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-bottom: 3.125rem;
}
.paging__number {
  font-size: 1.25rem;
  border-left: 1px solid white !important;
  margin-left: 0 !important;
  padding: 0 0.5rem;
  min-width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F2EA;
  color: #54544F;
  margin-bottom: 0;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 0 !important;
  white-space: nowrap;
}
.paging__number:first-child {
  border-left: 0 !important;
}
.paging__number:hover {
  font-size: 1.25rem;
  background-color: #54544F;
  color: #F5F2EA;
}
.paging__number.active {
  background-color: #AAA08D;
  color: white;
}
@media only screen and (max-width: 767px) {
  .paging__number:nth-child(n+4):not(.paging__number--next):not(.paging__number--last):not(.paging__number--prev):not(.paging__number--first) {
    display: none;
  }
}
.paging__number.enable {
  color: #AAA08D;
  background-color: #F5F2EA !important;
  cursor: not-allowed;
}
.paging .pagination {
  background-color: white;
  margin: 0;
}
.paging .pagination .page-item {
  margin-right: 1px;
}
.paging .pagination .page-item:first-child {
  border-left: 0 !important;
}
.paging .pagination .page-item .page-link {
  color: #54544F;
  font-size: 1.25rem;
  border: none;
  margin-left: 0 !important;
  padding: 0 0.5rem;
  min-width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F2EA;
  margin-bottom: 0;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 0 !important;
  white-space: nowrap;
}
.paging .pagination .page-item .page-link:hover {
  font-size: 1.25rem;
  background-color: #54544F;
  color: #F5F2EA;
}
.paging .pagination .page-item .page-link.active {
  background-color: #AAA08D;
  color: white;
}
.paging .pagination .page-item .page-link.enable {
  color: #AAA08D;
  background-color: #F5F2EA !important;
  cursor: not-allowed;
}

.album-accordion .card {
  margin: 1rem 0;
}
.album-accordion .card-header {
  color: white !important;
}
.album-accordion h5 .btn {
  color: #2D2B2F !important;
  font-weight: 500;
  display: block !important;
  width: 100%;
  text-align: left;
  padding: 0 !important;
}
@media screen and (min-width: 767px) {
  .album-accordion h5 .btn {
    font-weight: 1.3rem !important;
  }
}
.album-accordion h5 .btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.search-result {
  font-size: 14px;
  top: -26px;
  left: 10px;
  color: #5D5D5D;
}

.no-wrap {
  white-space: nowrap !important;
}

button.heading-accordion {
  font-size: 2.188rem;
  line-height: 2.8125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2D2B2F;
  font-weight: 500;
  background-color: transparent !important;
  width: 100%;
  text-align: left;
  padding: 0.5rem 40px 0.5rem 0;
  position: relative;
}
button.heading-accordion::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  border-right: 2px solid #2D2B2F;
  border-bottom: 2px solid #2D2B2F;
  width: 1rem;
  height: 1rem;
  transform: rotate(-135deg);
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1199px) {
  button.heading-accordion {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  button.heading-accordion {
    font-size: 1.25rem !important;
    line-height: 2rem;
  }
}

button.heading-accordion.collapsed::after {
  transform: rotate(45deg);
  transition: 0.3s all ease-in-out;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Alignments
--------------------------------------------- */
.mb-2r {
  margin-bottom: 2rem;
}

.o-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.banner img {
  height: 21rem;
}

.btn-small {
  padding: 0.5rem 1.813rem !important;
  line-height: 1.375rem !important;
}

.content-wrap-lg {
  max-width: 640px !important;
}

.sermons-sec .section-services-type > a {
  padding: 1.5rem 3rem 2rem;
  border-radius: 15px;
}

.letter-space {
  letter-spacing: 2.5px;
}

.text-medium p {
  font-weight: 500;
  color: #2d2b2f;
}

.welcome-sec.section-about {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.welcome-sec.section-about h2 {
  font-weight: 600;
}

.music-sec h3 {
  font-weight: 600;
}
.music-sec [class*=col-] > img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.music-card {
  position: relative;
}
.music-card > a {
  width: 100% !important;
}
.music-card > a img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.music-card img {
  height: 18rem;
  width: 100%;
}

.play-btn {
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 8px;
  transform: translateY(-2.5rem);
  right: 2rem;
  background-color: transparent;
  padding: initial;
  font-size: initial;
  z-index: 2;
}
.play-btn svg {
  height: 100%;
}

.music-title.background-color-teritary {
  background-color: #193A51 !important;
  padding-right: 9rem;
}
.music-title.background-color-teritary h6 {
  color: #C3B8A1;
}

.music-title {
  padding: 1.5rem 2.5rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #C3B8A1;
  color: #193A51;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.music-title .play-btn {
  background-color: transparent !important;
}
.music-title h6 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-transform: capitalize;
  margin-bottom: 0;
}
.music-title p {
  font-size: 1.625rem;
  line-height: 2.375rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #193A51;
}

.full-sec {
  padding-left: 5rem;
  padding-right: 5rem;
}
.full-sec h2 {
  font-weight: 600;
}
.full-sec > .row {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  align-items: center;
}
.full-sec .content-wrap {
  max-width: 600px;
  padding: 15px;
}
.full-sec .content-wrap p {
  line-height: 1.875rem;
  font-weight: 500;
}
.full-sec .row.background-light h2 {
  color: #2d2b2f;
}
.full-sec .row.background-color-teritary {
  color: #C8955A;
}
.full-sec .row.background-color-teritary p {
  color: #F8F7F4;
}

.full-sec.download-booklets .col-md-5 img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-height: 27rem;
}

.col-lg-4 .play-btn {
  width: 9rem;
  height: 9rem;
  right: 1rem;
}

.about-site.section-about {
  padding-bottom: 0.6rem;
}
.about-site.section-about .about-content h2 {
  margin-bottom: 1rem !important;
  font-weight: 600;
}

.contact-us h4 {
  color: #193A51;
  letter-spacing: 4px;
  font-weight: 600;
}
.contact-us address {
  font-size: 1rem;
  line-height: 2rem;
  color: #2d2b2f;
}
.contact-us address a {
  color: #2d2b2f;
}
.contact-us address span {
  font-weight: 700;
}

@media (min-width: 767px) {
  .gutter-40 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .gutter-40 [class*=col-] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .gutter-35 {
    margin-left: -2.188rem;
    margin-right: -2.188rem;
  }
  .gutter-35 [class*=col-] {
    padding-left: 2.188rem;
    padding-right: 2.188rem;
  }
}
@media (min-width: 991px) {
  .welcome-sec.section-about .about-content h2 {
    margin-bottom: 3px !important;
  }
}
@media (max-width: 1920px) {
  .container-medium .container-fluid {
    max-width: 1200px !important;
  }
}
@media (max-width: 1400px) {
  .full-sec {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .contact-us h4 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .section-services.sermons-sec p {
    display: block;
  }

  .music-title {
    min-height: 126px;
  }

  .full-sec.download-booklets .row {
    align-items: initial;
  }
  .full-sec.download-booklets .col-md-5 img {
    height: 100%;
    max-height: 100% !important;
    -o-object-position: 30%;
       object-position: 30%;
  }

  .sermons-sec .section-services-type > a {
    padding: 1.5rem 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .email {
    flex-wrap: wrap;
  }

  .contact-us address {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
  }

  .col-lg-4 .play-btn {
    width: 7rem;
    height: 7rem;
  }

  .about-site h2 {
    max-width: 245px;
    margin: 0 auto;
  }

  .sermons-sec.section-services img {
    height: 7.5rem;
    width: 7.25rem;
  }
  .sermons-sec.section-services p {
    font-size: 19px;
    line-height: 28px;
  }
  .sermons-sec .section-services-type {
    margin-bottom: 2rem !important;
  }
  .sermons-sec .section-services-type h3 {
    font-size: 37px !important;
    line-height: 45px !important;
    letter-spacing: 3.7px;
  }
  .sermons-sec .section-services-type > a {
    padding: 1rem 15px 2.5rem;
  }

  .full-sec {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .full-sec > .row {
    border-radius: 15px;
    padding-bottom: 30px;
  }

  .sermons-sec + .section-copy-right p {
    font-size: 17px;
    line-height: 35px;
  }

  .col-lg-4 .play-btn + h6 {
    max-width: 295px !important;
  }

  .music-title {
    min-height: auto;
  }
  .music-title .play-btn + h6 {
    padding-right: 6.4rem;
    font-size: 20px;
    line-height: 30px;
  }
  .music-title p {
    font-size: 20px;
    line-height: 18px;
    margin-top: 10px;
  }
  .music-title h6 {
    font-size: 32px;
    line-height: 39px;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .col-md-6 .play-btn {
    right: 1rem;
  }

  .col-md-4 .play-btn {
    top: 16rem;
    right: 2rem;
  }

  .banner img {
    height: 22rem;
    -o-object-position: 33%;
       object-position: 33%;
  }

  .welcome-sec.section-about h2 {
    font-size: 2.25rem !important;
    line-height: 2.75rem !important;
    letter-spacing: 1.8px;
  }
  .welcome-sec.section-about p {
    font-size: 1.25rem !important;
    line-height: 2.25rem !important;
    padding-bottom: 1rem;
  }

  .music-card {
    margin-bottom: 2rem !important;
  }
  .music-card img {
    height: 15rem;
  }

  .music-title {
    padding: 2.5rem 2rem 1.8rem !important;
  }

  .full-sec h2 {
    font-size: 2rem !important;
    line-height: 3rem !important;
    margin-bottom: 2.5rem !important;
  }

  .about-site h2 {
    font-size: 2.5rem !important;
    line-height: 3.063rem !important;
    letter-spacing: 4px;
  }
  .about-site h4 {
    font-size: 2.5rem !important;
    line-height: 3.063rem !important;
    letter-spacing: 4px;
  }
  .about-site p {
    font-size: 1.063rem !important;
    line-height: 2.188rem !important;
    letter-spacing: 0.26px !important;
  }

  .contact-us h2 {
    font-size: 2rem !important;
    line-height: 3rem !important;
    letter-spacing: 4px;
  }
  .contact-us h4 {
    font-size: 2.5rem !important;
    line-height: 3.063rem !important;
    letter-spacing: 4px;
    margin: 3rem 0 2.3rem;
  }
  .contact-us p {
    font-size: 1.063rem !important;
    line-height: 2.188rem !important;
    letter-spacing: 0.26px !important;
  }
  .contact-us .btn {
    width: 100% !important;
    font-size: 30px !important;
    line-height: 37px !important;
    padding: 12px 40px !important;
    word-break: break-word;
    white-space: pre-wrap;
  }

  .sermons-sec {
    margin-top: 3rem !important;
  }
  .sermons-sec + .section-copy-right {
    padding-top: 1rem !important;
  }

  .col-md-6 .play-btn {
    top: 56%;
    transform: translateY(-50%);
  }
}
* {
  font-family: Montserrat;
}

.checkedRating {
  color: darkgoldenrod;
}
