/*
Theme Name: Generations
Description: Custom theme for Holy Spirit Parish website.
Version: 1.0
*/
@font-face {
  font-family: 'berry_rotundaregular';
  src: url("berry_rotunda-webfont.woff2") format("woff2"), url("berry_rotunda-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.bg-white,
.has-white-background-color {
  background-color: #fff; }

.bg-black,
.has-black-background-color {
  background-color: #000; }

.bg-gray,
.has-gray-background-color {
  background-color: #ddd; }

.bg-blue-light,
.has-blue-light-background-color {
  background-color: #2196f3; }

.bg-blue-dark,
.has-blue-background-color {
  background-color: #0b5692; }

.bg-blue {
  background-color: #0b5692; }

.bg-gray-dark {
  background-color: #262626; }

.bg-bright {
  background-color: #fff492; }

.bg-yellow,
.has-yellow-background-color {
  background-color: #ffc442; }

.black,
.has-black-color {
  color: #000; }

.white,
.has-white-color {
  color: #fff; }

.gray,
.has-gray-color {
  color: #ddd; }

.blue,
.has-blue-dark-color {
  color: #0b5692; }

.blue-dark {
  color: #0b5692; }

.gray-dark {
  color: #9196aa; }

.blue-light,
.has-blue-light-color {
  color: #2196f3; }

.red {
  color: #8b0000; }

.yellow,
.has-yellow-color {
  color: #ffc442; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

img.alignleft,
img.alignright {
  float: none;
  margin: 0; }

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.mejs-container {
  margin-bottom: 1.5em; }

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0; }

.wp-playlist {
  padding: 0.625em 0.625em 0.3125em; }

.wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700; }

.wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal; }

.wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer; }

.wp-playlist-item:last-of-type {
  border-bottom: none; }

.wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none; }

.wp-playlist-item a,
.wp-playlist-item a:focus,
.wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent; }

.wp-playlist-item-length {
  top: 5px; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%; }

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: button; }

.btn.btn-up {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px; }
.btn.btn-pad {
  padding-right: 35px;
  padding-left: 35px; }
.btn.btn-gray {
  color: #000;
  background-color: #ddd; }
.btn.btn-small {
  font-weight: 700;
  font-size: 12px;
  line-height: 1em; }
.btn.btn-blue {
  background: #0b5692;
  border: none;
  color: #fff; }
  .btn.btn-blue:hover {
    background: #073a63; }
.btn.btn-red {
  background: #8b0000;
  border: none;
  color: #fff; }
  .btn.btn-red:hover {
    background: #580000; }
.btn.btn-blue-dark {
  background: #0b5692;
  border: none;
  color: #fff; }
  .btn.btn-blue-dark:hover {
    background: #0f72c1; }
.btn.btn-blue-light {
  background: #2196f3;
  border: none;
  color: #fff; }
  .btn.btn-blue-light:hover {
    background: #51adf6; }
.btn.btn-facebook {
  background: #3b5998;
  border: none;
  color: #fff; }
  .btn.btn-facebook:hover {
    background: #264077; }
.btn.btn-twitter {
  background: #00aced;
  border: none;
  color: #fff; }
  .btn.btn-twitter:hover {
    background: #1dcaff; }
.btn.btn-card {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

#comments {
  clear: both;
  padding: 2em 0 0.5em; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 65px; }

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin: 0 4px 0 1px !important; }

.gform_button.button {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px !important;
  background-color: #0b5692;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px; }
  .gform_button.button:hover {
    background-color: #7f8e9f;
    cursor: pointer; }

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

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f8e9f;
  font-family: "Roboto", sans-serif; }
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f8e9f;
  font-family: "Roboto", sans-serif; }
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #7f8e9f;
  font-family: "Roboto", sans-serif; }
input:-moz-placeholder {
  /* Firefox 18- */
  color: #7f8e9f;
  font-family: "Roboto", sans-serif; }

/* Radio button large style
#input_formid_fieldid.gfield_radio li {
  background: $blue;
  padding: 10px !important;
  border-radius: 15px;
  label {
    color: $white;
  }
}

@media (min-width: 768px) {
  #input_formid_fieldid.gfield_radio li {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
  }
}
*/
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-fixed {
  background-attachment: fixed; }

.bg-image-pad {
  padding: 100px 0; }

.hover-shadow {
  transition: 0.5s box-shadow;
  -webkit-transition: 0.5s box-shadow; }
  .hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }

.font-2x {
  font-size: 1.5rem; }

iframe {
  margin-bottom: 0; }

.hover-underline:hover {
  text-decoration: underline; }

.right-on-hover svg {
  margin-right: 0px;
  margin-left: 0px;
  transition: 0.5s margin;
  -webkit-transition: 0.5s margin; }
.right-on-hover:hover svg {
  margin-right: -20px;
  margin-left: 20px; }

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
  font-family: "Roboto", sans-serif; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0; }

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300; }

h2 {
  color: #666;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300; }

h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }

h4 {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800; }

h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase; }

h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800; }

p {
  margin: 0 0 1.5em;
  font-size: 1rem;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #000; }

a {
  color: #2196f3; }
  a:hover {
    color: #0c7cd5; }

.font-fancy {
  font-family: "berry_rotundaregular", serif; }

.font-20 {
  font-size: 20px; }

.font-thin {
  font-weight: 300; }

.strong {
  font-weight: 800; }

.font-2r {
  font-size: 2rem; }

.font-up-1 {
  font-size: 110%; }

.font-up-2 {
  font-size: 2rem;
  line-height: 1.1em; }

.line-height-reduced {
  line-height: 1.2em; }

.line-height-1 {
  line-height: 1em; }

.text-shadow {
  text-shadow: 1px 1px 1px #000; }

blockquote {
  color: #000;
  font-size: 1rem;
  padding: 0 0 0 20px;
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  border-left: 3px solid #ddd; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

article p {
  font-size: 1.1rem; }
article a {
  color: #0b5692;
  text-decoration: underline; }
  article a:hover {
    color: #7f8e9f;
    text-decoration: underline; }
  article a.btn {
    text-decoration: none; }
article ul.children {
  padding-left: 0; }
  article ul.children a {
    padding-left: 30px;
    border-radius: 0 !important;
    border-bottom: none !important; }
  article ul.children ul.children a {
    padding-left: 53px; }
article .list-pages-shortcode {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  article .list-pages-shortcode a {
    text-decoration: none; }
article .lcp_catlist {
  list-style-type: none; }
  article .lcp_catlist a {
    text-decoration: none !important; }

body {
  margin-top: 83px; }
  body.admin-bar #main-nav {
    top: 32px; }
  body.home.page {
    margin-top: 0; }

.navbar-brand img {
  width: 100px; }
.navbar-brand:hover {
  color: #ffc442; }

.dropdown-toggle::after {
  display: none; }

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #2196f3;
  color: #fff; }

#main-nav {
  background: transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all; }
  #main-nav .navbar-nav .nav-item .nav-link {
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    padding: 2px 1rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }
    #main-nav .navbar-nav .nav-item .nav-link:hover {
      color: #fff; }
  #main-nav .navbar-nav .nav-item:last-of-type .nav-link {
    border-right: none; }
  #main-nav.affixed, #main-nav:hover {
    background: #0b5692; }
    #main-nav.affixed .btn-donate, #main-nav:hover .btn-donate {
      background: #2196f3; }
  #main-nav .btn-donate {
    background: transparent;
    color: #fff;
    padding: 30px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800; }
    #main-nav .btn-donate:hover {
      background: #0c7cd5; }

.quotemark {
  font-size: 200px;
  position: absolute;
  top: -21px;
  color: rgba(33, 150, 243, 0.18);
  right: 0; }

#the-featured-image .title-overlay {
  background: rgba(0, 0, 0, 0.17);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  #the-featured-image .title-overlay h1 {
    font-size: 4em; }

#footer {
  background-color: #ddd; }
  #footer .navbar-nav .nav-item .nav-link {
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 25px; }
  #footer a {
    color: #0b5692; }
    #footer a:hover {
      color: #0f72c1; }
  #footer #gform_wrapper_1 {
    margin: 0; }
  #footer #gform_1 .gform_body {
    width: 74%;
    display: inline-block; }
    #footer #gform_1 .gform_body #field_1_1 {
      margin: 0;
      padding: 0; }
      #footer #gform_1 .gform_body #field_1_1 .ginput_container_email {
        margin-top: 0; }
    #footer #gform_1 .gform_body #input_1_1 {
      margin: 0;
      border: none;
      height: 40px; }
  #footer #gform_1 .gform_footer {
    padding: 0;
    margin: 0;
    width: 24%;
    display: inline-block;
    vertical-align: top; }
  #footer #gform_submit_button_1 {
    border: none;
    border-radius: 0;
    height: 40px;
    margin: 0; }
    #footer #gform_submit_button_1:hover {
      background-color: #073a63; }

.video-wrapper {
  max-height: 555px;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  .video-wrapper .video-inner {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .video-wrapper .video-inner iframe,
    .video-wrapper .video-inner video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-wrapper .video-text {
    position: relative; }
    .video-wrapper .video-text .filter {
      background: rgba(0, 84, 164, 0.36); }
      .video-wrapper .video-text .filter h3 {
        color: #ffc442;
        font-size: 3rem;
        line-height: 1.2em;
        padding: 250px 0; }
        .video-wrapper .video-text .filter h3 span {
          color: #fff; }

.box-overlay-text p {
  position: absolute;
  top: 80%;
  bottom: 0;
  right: 15px;
  left: 15px;
  background: rgba(11, 86, 146, 0.87);
  margin: 0;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all; }
.box-overlay-text:hover p {
  top: 0 !important;
  padding-top: 29%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%; }

.arch img {
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border: 2px solid #0b5692; }
.arch.arch-center p {
  top: 85%; }

button[data-toggle="collapse"][aria-expanded="true"] {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #fff; }

.intro-first p {
  margin: 0 0 30px;
  font-size: 22px;
  text-align: center; }

.intro-second p {
  margin: 0 0 10px;
  font-size: 32px;
  text-align: center;
  font-weight: 800; }

.line-5 {
  height: 5px;
  width: 100px; }

#welcome-carousel .owl-prev {
  margin: 0;
  position: absolute;
  right: 75px;
  bottom: 30px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  color: #0b5692;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
#welcome-carousel .owl-nav {
  margin: 0; }
#welcome-carousel .owl-next {
  margin: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  color: #0b5692;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.bg-comments {
  font-size: 60px;
  position: absolute;
  top: -60px;
  left: 0; }

.news-item:hover {
  text-decoration: none; }

.mobile-bg {
  display: none; }

#home-social .sb_instagram_header {
  display: none; }

.twitter-section-icon {
  text-align: center;
  font-size: 22px; }
  .twitter-section-icon .fa {
    color: #0b5692;
    font-size: 30px; }
  .twitter-section-icon .twitter-at {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px;
    font-size: 18px;
    letter-spacing: 1px; }
    .twitter-section-icon .twitter-at a {
      color: #0b5692; }
      .twitter-section-icon .twitter-at a:hover {
        color: #0b5692; }

.twitter-time {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px; }
  .twitter-time a {
    color: #b3b3b3; }

.twitter-tweet-time a {
  color: #ddd; }

footer p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300; }
  footer p strong {
    color: #fff;
    letter-spacing: 1px; }
  footer p a {
    color: rgba(255, 255, 255, 0.7); }
    footer p a:hover {
      color: #fff; }
footer .social-link {
  color: rgba(255, 255, 255, 0.7); }
  footer .social-link:hover {
    color: #fff; }

.simcal-default-calendar-list dt.simcal-day-label {
  display: none; }

.simcal-default-calendar-list ul.simcal-events {
  margin: 0;
  background: #fff;
  padding: 0; }

.simcal-default-calendar-list ul.simcal-events {
  margin: 0 !important; }
  .simcal-default-calendar-list ul.simcal-events li.simcal-event {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 8px; }
    .simcal-default-calendar-list ul.simcal-events li.simcal-event:last-of-type {
      border-bottom: 0;
      margin-bottom: 0; }
    .simcal-default-calendar-list ul.simcal-events li.simcal-event:first-of-type .cal-start {
      display: block;
      margin: -10px -10px 10px;
      position: relative;
      background: #2196f3;
      color: #fff;
      padding: 10px;
      text-align: center; }
    .simcal-default-calendar-list ul.simcal-events li.simcal-event:first-of-type .cal-title {
      margin-top: 10px; }
    .simcal-default-calendar-list ul.simcal-events li.simcal-event .cal-start {
      display: none; }

.simcal-event-details .cal-time {
  font-size: 14px; }
.simcal-event-details .cal-title {
  font-size: 14px; }

.simcal-default-calendar-list .simcal-event-details {
  overflow: initial !important; }

.simcal-default-calendar-list dd.simcal-day {
  padding: 0 10px 0 0; }

.simcal-align-right {
  display: none; }

#alert-modal img {
  max-height: 400px;
  width: auto; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -30px !important;
  position: relative; }

@media (max-width: 340px) {
  .navbar-brand span {
    display: none; } }
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px; } }
@media (max-width: 330px) {
  #main-nav .navbar-brand {
    font-size: 12px !important; } }
@media (min-width: 1450px) {
  .d-xxl-inline {
    display: inline-block !important; } }
@media (pointer: coarse) {
  .mobile-bg {
    display: block !important; }

  .mobile-video {
    display: none !important; } }
@media (max-width: 767px) {
  .navbar-brand img {
    width: 50px; }

  .navbar-toggler-right {
    position: absolute;
    top: 12px;
    right: 10px; }

  a {
    word-break: break-all; }

  #main-nav .navbar-brand {
    font-size: 14px; }

  #main-nav {
    background: #0b5692 !important; }

  .intro-second p {
    font-size: 22px; }

  body {
    margin-top: 64px; }
    body.home.page {
      margin-top: 64px !important; }

  body.admin-bar #main-nav {
    top: 0; }

  .bg-fixed {
    background-attachment: scroll; }

  img.alignleft,
  img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block; }

  .bg-comments {
    left: 30px; }

  #main-nav .navbar-nav .nav-item .nav-link {
    border-right: none; }

  #main-nav .btn-donate {
    margin: 15px;
    padding: 15px 30px; }

  .video-wrapper .video-text .filter h3 {
    font-size: 2rem;
    padding: 100px 0 200px; }

  .simcal-default-calendar-list dd.simcal-day {
    padding: 0px 10px 10px 10px !important; }

  .copyright {
    float: none !important;
    clear: both;
    display: block;
    font-size: 12px; }

  #the-featured-image .title-overlay h1 {
    font-size: 2em; } }
@media (min-width: 768px) and (max-width: 1023px) {
  #main-nav .navbar-nav .nav-item .nav-link {
    border-right: none; }

  #main-nav .btn-donate {
    margin: 15px;
    padding: 15px 30px; }

  .box-overlay-text p {
    top: 66%; }

  .video-wrapper .video-text .filter h3 {
    padding: 200px 0 200px; } }
@media (min-width: 1024px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/ }

  .gallery-columns-5 .gallery-item {
    max-width: 20%; }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; } }

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