/*
Theme Name: glorious
Theme URI: https://wordpress.org/themes/
Author: Henry Kweku aMOAH - +233243818256
Email: amoahhenry@gmail.com
Author URI: https://gloriousbloodofjesusministry.com/
Description: The Official Theme for glorious blood of Jesus Ministry
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/* Main Content Styling */
#cu-main-content {
  padding-top: 2rem;
  background-color: #fff;
}

.grid-container.fluid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Layout */
.grid-x {
  display: flex;
  flex-wrap: wrap;
}

.align-middle {
  align-items: center;
}

.align-justify {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.cell {
  padding: 0.9375rem;
}

.large-10 {
  width: 83.3333%;
}

.large-11 {
  width: 91.6666%;
}

.xlarge-7 {
  width: 58.3333%;
}

.auto {
  flex: 1 1 0px;
}

/* Typography */
.tiempos.cu-text-pur600 {
  font-family: 'Tiempos', serif;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  color: #8B2332; /* AUCC maroon/burgundy color */
  margin-bottom: 1.5rem;
}

p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Cell styling */
.cell-bg {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
}

.offset-cell {
  position: relative;
  z-index: 2;
}

/* Buttons */
.button.cu-btn {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  margin: 0 0.5rem 1rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button.cu-btn.small {
  padding: 0.7rem 1.2rem;
  font-size: 14px;
}

.button.cu-btn.regalia {
  background-color: #8B2332; /* AUCC maroon/burgundy */
  color: #fff;
  border: 2px solid #8B2332;
}

.button.cu-btn.regalia:hover {
  background-color: #701c28;
  border-color: #701c28;
}

.button.cu-btn.regalia.hollow {
  background-color: transparent;
  color: #8B2332;
}

.button.cu-btn.regalia.hollow:hover {
  background-color: rgba(139, 35, 50, 0.1);
}

.button.cu-btn.diploma {
  background-color: #333;
  color: #fff;
  border: 2px solid #333;
}

.button.cu-btn.diploma.hollow {
  background-color: transparent;
  color: #333;
}

.button.cu-btn.diploma.hollow:hover {
  background-color: rgba(51, 51, 51, 0.1);
}

/* Images */
.lil_shadow {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  object-fit: cover;
  max-width: 100%;
  transition: transform 0.3s ease;
}

.lil_shadow:hover {
  transform: scale(1.02);
}

/* Responsive adjustments */
@media screen and (max-width: 1200px) {
  .xlarge-7 {
    width: 100%;
  }
  
  .tiempos.cu-text-pur600 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1024px) {
  .large-10, .large-11 {
    width: 100%;
  }
  
  .show-for-large {
    display: none;
  }
  
  .grid-x[style="flex-wrap: nowrap;"] {
    flex-wrap: wrap !important;
  }
  
  .tiempos.cu-text-pur600 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media screen and (max-width: 640px) {
  .hide-for-small-only {
    display: none;
  }
  
  .grid-container.fluid {
    padding: 0 1rem;
  }
  
  .cell-bg {
    padding: 1.5rem 1rem;
  }
  
  .tiempos.cu-text-pur600 {
    font-size: 28px;
    line-height: 32px;
  }
  
  p {
    font-size: 16px;
  }
  
  .button.cu-btn {
    display: block;
    width: 100%;
    margin: 0 0 1rem 0;
  }
}


/* Events Section Styling */
.cu-content.cu-events.guide-arrow.or700 {
  background-color: #8B2332; /* AUCC brand color - maroon/burgundy */
  padding: 4rem 0;
  position: relative;
  color: #fff;
}

.cu-module {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-container {
  padding: 0 1rem;
}

/* Typography */
.tiempos.cu-text-wg100 {
  font-family: 'Tiempos', serif;
  font-size: 44px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* Layout */
.grid-x {
  display: flex;
  flex-wrap: wrap;
}

.grid-y {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.cell {
  padding: 0.9375rem;
}

.medium-12 {
  width: 100%;
}

.large-5 {
  width: 41.6666%;
}

.large-7 {
  width: 58.3333%;
}

.xlarge-5 {
  width: 41.6666%;
}

.xlarge-7 {
  width: 58.3333%;
}

/* Events List */
.cu-events-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cu-event-block {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.cu-event-block:hover {
  transform: translateY(-5px);
}

.cu-event-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #8B2332;
  color: #fff;
  padding: 1rem;
  min-width: 80px;
  text-align: center;
}

.cu-event-date .month {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
}

.cu-event-date .date {
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1;
}

.cu-vert-accent {
  width: 4px;
  background-color: #FFD700; /* Gold accent color */
}

.cu-event-info {
  padding: 1rem;
  flex-grow: 1;
}

.cu-event-info .title {
  color: #333;
  font-size: 1.8rem;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}

.cu-event-info a {
  text-decoration: none;
}

.cu-event-info .time {
  display: block;
  color: #666;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.cu-event-info .time i {
  margin-right: 0.25rem;
}

.cu-event-info .location {
  display: block;
  color: #666;
  font-size: 0.875rem;
}

/* Images */
.lil_shadow {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  object-fit: cover;
}

.events-img {
  width: 100%;
  object-position: center;
}

/* Link styling */
.homemade-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 1.5rem;
  position: relative;
  transition: all 0.2s ease;
}

.homemade-link:after {
  content: '→';
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.homemade-link:hover {
  opacity: 0.9;
}

.homemade-link:hover:after {
  transform: translateX(3px);
}

/* Background color classes */
.cu-bg-cg100 {
  background-color: #fff;
}

/* Responsive adjustments */
@media screen and (max-width: 1200px) {
  .show-for-xlarge {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .large-5, .large-7 {
    width: 100%;
  }
  
  .tiempos.cu-text-wg100 {
    font-size: 36px;
    line-height: 30px;
  }
}

@media screen and (max-width: 640px) {
  .show-for-large {
    display: none;
  }
  
  .cu-content.cu-events {
    padding: 2rem 0;
  }
  
  .tiempos.cu-text-wg100 {
    font-size: 28px;
    line-height: 26px;
  }
  
  .cu-event-block {
    flex-direction: column;
  }
  
  .cu-event-date {
    flex-direction: row;
    padding: 0.5rem;
    width: 100%;
    min-width: auto;
  }
  
  .cu-event-date .month {
    margin-right: 0.5rem;
  }
  
  .cu-vert-accent {
    width: 100%;
    height: 4px;
  }
}


/* Main section styling */
.cu-content.cu-news.guide-arrow.pur500 {
  padding: 4rem 0;
  background-color: #f8f8f8;
}

.cu-module {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-container {
  padding: 0 1rem;
}

/* Typography */
.tiempos.cu-text-wg100 {
  font-family: 'Tiempos', serif;
  color: #181818;
  margin-bottom: 1.5rem;
}

/* Layout - Modified for right alignment */
.grid-x {
  display: flex;
  flex-wrap: wrap;
}

.cu-title-area.align-justify {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem;
}

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.cell {
  padding: 0.9375rem;
}

.large-5 {
  width: 41.6666%;
}

.large-1 {
  width: 8.3333%;
}

.large-6 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* Align content to the right */
}

.large-6 .grid-x {
  width: 100%;
  justify-content: flex-end; /* Align news title area to the right */
}

.large-6 .news-widget {
  width: 100%;
  display: flex;
  justify-content: flex-end; /* Align news cards to the right */
}

.medium-6 {
  width: 50%;
}

/* Video container */
iframe {
  max-width: 100%;
  border: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* News cards */
.news-widget {
  margin-top: 1rem;
}

.cu-news-card {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  text-decoration: none;
}

.cu-news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.cu-news-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-section {
  padding: 1.25rem;
}

.card-section .title {
  color: #181818;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.card-section .date {
  color: #666;
  font-size: 0.875rem;
}

/* Link styling */
.homemade-link {
  text-decoration: none;
  position: relative;
  font-weight: 500;
  transition: color 0.2s ease;
}

.homemade-link:after {
  content: '→';
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.homemade-link:hover {
  color: #555;
}

.homemade-link:hover:after {
  transform: translateX(3px);
}

/* Middle divider */
.hide-for-small-only {
  display: block;
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none;
  }
  
  .large-5, .large-6 {
    width: 100%;
  }
  
  .large-6 {
    align-items: flex-start; /* Reset alignment on smaller screens */
  }
  
  .large-6 .grid-x,
  .large-6 .news-widget {
    justify-content: flex-start; /* Reset alignment on smaller screens */
  }
  
  .hide-for-small-only {
    display: none;
  }
  
  .tiempos.cu-text-wg100 {
    font-size: 36px !important;
    line-height: 30px !important;
  }
}

@media screen and (max-width: 640px) {
  .medium-6 {
    width: 100%;
  }
  
  .tiempos.cu-text-wg100 {
    font-size: 28px !important;
    line-height: 26px !important;
  }
  
  iframe {
    height: 240px;
  }
  
  .cu-content.cu-news {
    padding: 2rem 0;
  }
}



/* Footer Styles */
.footer-wrap {
  background-color: #061e39;
  color: #fff;
  padding: 50px 0 20px;
  font-family: Arial, sans-serif;
}

.cu-footer {
  width: 100%;
}

.grid-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.grid-x {
  display: flex;
  flex-wrap: wrap;
}

.align-middle {
  align-items: center;
}

.align-center {
  justify-content: center;
}

.align-self-top {
  align-self: flex-start;
}

.cell {
  padding: 0 15px;
  margin-bottom: 10px;
}

.medium-6 {
  width: 50%;
}

.mlarge-3 {
  width: 25%;
}

.mlarge-4 {
  width: 33.33%;
}

.footer-title {
  color: #fff;
  font-size: -0.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #f8b425; /* AUCC yellow accent color */
}

.cu-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cu-footer ul li {
  margin-bottom: 10px;
	font-size:1.2em;
}

.cu-footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
  /*font-size: 1.2rem;*/
}

.cu-footer ul li a:hover {
  color: #f8b425; /* AUCC yellow accent color */
}

.cu-text-wg100 {
  color: #ccc;
}

.cu-social {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.cu-social li {
  margin: 0 10px;
}

.cu-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  transition: background-color 0.3s ease;
}

.cu-social li a:hover {
  background-color: #f8b425; /* AUCC yellow accent color */
}

.cu-social span {
  font-size: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* For Line Awesome icons */
.lab {
  font-family: 'Line Awesome Brands';
  font-size: 1.5rem;
}

.la-facebook:before {
  content: "\f39e";
}

.la-instagram:before {
  content: "\f16d";
}

.clemson-twitter-x:before {
  content: "\f099";
}

.la-linkedin:before {
  content: "\f0e1";
}

.la-youtube:before {
  content: "\f167";
}

/* Responsive styles */
@media screen and (max-width: 1023px) {
  .show-for-mlarge {
    display: none;
  }
  
  .hide-for-mlarge {
    display: block;
  }
  
  .mlarge-3 {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .show-for-mlarge {
    display: block;
  }
  
  .hide-for-mlarge {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .medium-6 {
    width: 100%;
  }
  
  .cell {
    margin-bottom: 20px;
  }
  
  .footer-title {
    margin-bottom: 15px;
  }
}
