@charset "UTF-8";
.container {
  padding: 0;
}

body, html {
  overflow-x: hidden;
}

a {
  color: #007bff;
  /* Replace with your desired link color */
}

.header-image-wrapper .header-image {
  height: 220px;
  max-width: 100%;
  width: 100%;
}

header#masthead {
  margin-bottom: 2rem;
  background: #ffffff;
}

header#masthead .header-main {
  padding: 15px;
  align-items: center;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
}

header#masthead .site-branding h1 {
  margin: 0;
}

header#masthead .site-branding .site-title a {
  font-size: 1.75rem;
  text-transform: none;
  margin-right: 7px;
}

header#masthead .site-branding img.custom-logo {
  width: 150px;
  height: auto;
}

header#masthead .site-branding a {
  color: #000;
  text-decoration: none;
}

header#masthead .menu a {
  padding: 13px 13px;
  font-size: 16px;
  color: #000;
  margin-right: 3px;
  text-transform: capitalize;
}

header#masthead .menu a:hover {
  color: #5f5f5f;
}

header#masthead .menu .menu-item-has-children::after,
header#masthead .menu .page_item_has_children::after {
  content: '⮟';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 12px;
}

header#masthead .current-menu-item {
  border-bottom: 2px solid grey;
  color: #000;
}

header#masthead .main-navigation {
  width: 100%;
  justify-items: center;
}

header#masthead .main-navigation ul {
  flex-wrap: wrap;
  justify-content: lefts;
}

header#masthead .main-navigation ul ul {
  display: inline-block;
  position: absolute;
  background: #fff;
}

header#masthead .main-navigation ul ul a {
  display: inline-flex;
  padding: 0.75rem 1rem;
}

@media (max-width: 968px) {
  header#masthead .main-navigation ul ul a {
    display: block;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
  }
}

header#masthead .main-navigation ul ul .menu-item-has-children::after,
header#masthead .main-navigation ul ul .page_item_has_children::after {
  content: '⮟';
  position: absolute;
  top: 50%;
  transform: rotate(270deg) translateY(-50%);
  right: 8px;
  font-size: 12px;
}

header#masthead .menu-toggle {
  background: none;
  border: none;
  position: absolute;
  top: 7%;
  right: 2rem;
}

header#masthead .menu-toggle img {
  width: 1.5rem;
  height: auto;
}

.featured-posts {
  position: relative;
  overflow: hidden;
}

.featured-posts figure {
  margin: 0;
  position: relative;
}

.featured-posts img {
  width: 100%;
  height: 100%;
  /* Ensures the image covers the container */
  object-fit: cover;
  /* Maintains aspect ratio and fills the container */
  aspect-ratio: 4/3;
  display: block;
}

.col-md-6.featured-posts {
  padding: 5px;
}

.featured-posts .info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  color: #fff;
  /* White text color */
  background: linear-gradient(175deg, #000, transparent);
  padding: 10px;
  transition: transform 0.3s ease-in-out;
  transform: translateY(100%);
  /* Hidden initially */
}

.featured-posts .info a {
  font-size: 20px;
  color: #f1f1f1;
  font-weight: 400;
  text-decoration: none;
}

.flex-wrap {
  flex-wrap: wrap !important;
  padding: 0 !important;
}

.featured-posts .info {
  transform: translateY(0);
  /* Slide up on hover */
}

.box-shadow {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.row.custom-loop {
  padding: 0 0 25px 0;
}

h2.category-title {
  border-style: solid;
  border-width: 0 0 2px 0;
  padding-bottom: 5px;
  width: fit-content;
  margin: 0;
  border-image: linear-gradient(45deg, black, #b9b9b9) 1;
}

.col-md-5.post-thumbnail {
  padding: 0px;
}

.site-footer {
  background-color: #ffffff;
  color: #000000;
  padding: 20px 0;
  text-align: center;
}

.site-footer ul {
  margin: 0;
}

.site-footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.site-footer .footer-inner .footer-menu-container {
  margin-bottom: 20px;
}

.site-footer .footer-inner #footer-menu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.site-footer .footer-inner #footer-menu li {
  margin: 0 10px;
}

.site-footer .footer-inner #footer-menu li a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

.site-footer .footer-inner #footer-menu li a:hover {
  text-decoration: underline;
}

.site-footer a {
  color: #000000;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer .footer-text {
  margin-top: 10px;
  font-size: 14px;
  color: #498bb7;
}

footer.entry-footer {
  border-top: solid 1px #cfcfcf;
  padding-top: 4px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
}

.entry-meta {
  margin-bottom: 0.5rem;
}

#primary .classic {
  background: #ffffff;
  border: 1px solid #969696;
  padding: 20px;
  margin: 0 0 1rem;
}

#primary .entry-content p {
  font-size: 14px;
  color: #4a4a4a;
  opacity: .8;
}

#primary .entry-meta {
  font-size: 14px;
  color: #4a4a4a;
  opacity: .8;
}

@media (max-width: 600px) {
  #primary {
    padding: 20px;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  #primary {
    display: block;
    margin: 0;
    padding: 0;
  }
}

#primary .entry-title a {
  color: #333333;
  text-decoration: none;
  font-size: 24px;
}

.grid .row article {
  border: none;
}

.grid .row .post-content {
  text-align: center;
  background: #ffffff;
  border: 1px solid #969696;
  padding: 20px;
  margin: 0 0 1rem;
}

/* Sidebar (Secondary Content Area) */
#secondary {
  color: #1b1b1b;
}

#secondary .widget {
  margin-bottom: 30px;
  border: 1px solid #969696;
  padding: 20px 20px;
  text-align: left;
  margin-left: 2rem;
}

#secondary .widget a {
  color: #000;
  text-decoration: none;
}

#secondary .widget ul {
  list-style: none;
  margin: 0;
}

#secondary .widget ul li {
  padding: 10px 0;
  color: #3b3b3b;
}

#secondary .widget ul a {
  color: #000;
  text-decoration: none;
}

h2.wp-block-heading {
  text-align: center;
  background: #fff;
  line-height: 130%;
  padding: 0px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #2b2b2b;
  text-transform: uppercase;
  display: table;
  margin: -30px auto 15px auto;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  border-radius: 0px;
}

img {
  height: auto;
  max-width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.social-menu-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #929292;
  height: 2rem;
}

.menu-social-menu-container #social-menu ul {
  display: flex;
  list-style: none;
}

.menu-social-menu-container #social-menu a {
  position: relative;
  color: transparent;
  display: inline-block;
  width: 32px;
  overflow: hidden;
}

.menu-social-menu-container #social-menu a:after {
  display: block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  top: 0;
}

.menu-social-menu-container #social-menu a[href*="twitter.com"]:after {
  content: "\f099";
  color: #00aced;
}

.menu-social-menu-container #social-menu a[href*="github.com"]:after {
  content: "\f09b";
  color: black;
}

.menu-social-menu-container #social-menu a[href*="linkedin.com"]:after {
  content: "\f0e1";
  color: #007bb6;
}

.menu-social-menu-container #social-menu a:after {
  color: #fff !important;
  padding: 3px 9px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .search-form {
    display: none;
  }
}

.row.custom-loop .col-md-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  color: white;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform 0.5s ease-out;
}

.row.custom-loop .col-md-4:hover {
  color: white;
}

div:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.pagination {
  text-align: center;
  margin: 20px 0;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
}

.pagination a:hover {
  background-color: #f5f5f5;
}

.pagination .current {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
