/* Fonts - START */
@font-face {
    font-family: "Quasimoda";
    src: url("../fonts/Quasimoda-Regular.woff") format("woff"), url("../fonts/Quasimoda-Regular.woff2") format("woff2"), url("../fonts/Quasimoda-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Quasimoda";
    src: url("../fonts/Quasimoda-ExtraLight.woff") format("woff"), url("../fonts/Quasimoda-ExtraLight.woff2") format("woff2"), url("../fonts/Quasimoda-ExtraLight.ttf") format("ttf");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Quasimoda";
    src: url("../fonts/Quasimoda-Bold.woff") format("woff"), url("../fonts/Quasimoda-Bold.woff2") format("woff2"), url("../fonts/Quasimoda-Bold.ttf") format("ttf");
    font-weight: bold;
    font-style: normal;
}
/* Fonts - END */

/* Generic - START */
html{
    font-family: "Quasimoda", sans-serif!important;
    font-size: 18px;
    color: #121750;
    line-height: 1.3;
    background-color: #fff;
}

body {
    font-family: "Quasimoda", sans-serif!important;
}

#edit-meta { display:none!important; }
#edit-body-0-format-guidelines { display:none!important; }

a.link-content-sermon {
    color: #2e3f59!important;
    padding: 5px;
}
a.link-content-sermon:hover {
    color: #2d6ac7!important;
    padding: 5px;
}

a.link-content {
    color: #f0431e!important;
    padding: 5px;
}

.link-content:hover  {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 8px ;
    color: #ffffff!important;
}

#offcanvas-bar .uk-navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

#offcanvas-bar .uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    display: flex;
    width: fit-content;
    justify-content: left;
    align-items: center;
    column-gap: 0.25em;
    box-sizing: border-box;
    min-height: 10px;
    font-size: 0.875rem;
    font-family: "Quasimoda", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
    text-decoration: none;
}

#offcanvas-bar ul.menu a.is-active {
    color: #ffffff;
}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.25em;
    box-sizing: border-box;
    min-height: 80px;
    font-size: 0.875rem;
    font-family: "Quasimoda", sans-serif;
    text-decoration: none;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge, .uk-heading-3xlarge {
    margin: 0 0 20px 0;
    font-family: "Quasimoda", sans-serif!important;
    font-weight: 700!important;
    color: #333;
    text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}

@media (min-width: 960px) {
    h2, .uk-h2 {
        font-size: inherit!important;
    }
}



ul.menu {
    margin-left: 1em;
    padding: 0;
    list-style: none outside;
    text-align: right;
}

.menu-item a {
    color: #2e3f59;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none!important;
}

.block-language ul li .is-active {
    color: #D45B27!important;
    font-weight: 900!important;
}

.block-language a:hover {
    color: #fa9b08!important;
}

.language-link {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.8rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color,background-color,border-color;
}

.language-link {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #333;
    position: relative;
}

.language-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid currentColor;
    transition: right 0.3s ease-out;
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #2e3f59!important;
    overflow-y: auto;
}

/* Style modifiers section
 ========================================================================== */
/*
 * Dark Blue
 */
.uk-section-darkblue {
  background: #2e3f59!important;
}

.uk-section-yel {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.uk-section-yel:hover {
  background: #f0f0f0!important;
}

.button.button--small {
    font-size: var(--gin-font-size-xxs);
    padding-block: calc(var(--gin-spacing-xxs) + 2px);
    padding-inline: var(--gin-spacing-s);
    border-radius: var(--gin-border-s);
}


/*
 * Default
 */
.uk-section-default {
  background: #fff;
}
/*
 * Muted
 */
.uk-section-muted {
  background: #f8f8f8;
}
/*
 * Primary
 */
.uk-section-primary {
  background: #1e87f0;
}
/*
 * Secondary
 */
.uk-section-secondary {
  background: #333!important;
}


.radius-border {
    border-radius: 25px!important;
    border-top-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none;
}
/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-orange {
  background-color: #D45B27;
  color: #fff!important;
  border: 1px solid #e5e5e5;
}
 
.uk-button-orange:hover {
  background-color: #b24a1d;
  color: #fff;
  border-color: #b2b2b2;
} 
/* Hover Orange*/
.uk-button-orange:hover {
  background-color: #b24a1d;
  color: #fff;
  border-color: #b2b2b2;
}

/* OnClick + Active */
.uk-button-orange:active,
.uk-button-orange.uk-active {
  background-color: #b24a1d;
  color: #fff;
  border-color: #999999;
} 

/*
 * Green
 */
.uk-button-green {
  background-color: #008640;
  color: #fff!important;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-green:hover {
  background-color: #109050;
  color: #fff;
}
/* OnClick + Active */
.uk-button-green:active,
.uk-button-green.uk-active {
  background-color: #109050;
  color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-green:disabled,
.uk-button-orange:disabled,
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

.uk-background-secondary {
    background-color: #1f1f1f!important;
}



.field--name-field-media-oembed-video {
  position:relative;

  &::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

iframe{
    bottom: 0;
    height: 100%;
    position:absolute;
    top: 0;
    width: 100%;
  }
}

.form-search { 
    width: 100%;
    border: 1px solid #ddd!important;
	height: 40px!important;
}

.uk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 0.875rem;
    font-weight: normal;
    color: #999;
    text-transform: none!important;
}
