/*

Theme Name: X – Child Theme
Theme URI: https://theme.co/x/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.x-container.max {
    max-width: 1400px;
}
/* Header layout */
header .x-container {
    display: flex;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
}
header #mega-menu-primary {
  display: ruby;
}
header .x-brand img {
  width: 250px;
}
header .x-menu-item-search {
  display: none;
}
header .x-navbar {
  position: fixed;
  width: 100%;
}
@media(max-width: 1200px) {
  header .x-container {
    display: block;
  }
  header #mega-menu-primary {
    display: none !Important;
  }
  #rmp_menu_trigger-3717 {
    top: 36px;
  }
}
/* Footer Layout */
.site-footer {
  font-family: Arial, sans-serif;
  color: #000;
}

.footer-main {
  padding: 40px 20px;
  background: #fff;
}

.footer-grid {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
}

.footer-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  max-width: 350px;
  gap: 18px;
}

.footer-box img {
  width: 40px;
  height: auto;
}

.footer-box a,
.footer-box p {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

/* Copyright bar */
.footer-bottom {
  background: #0b978e;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 15px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: underline;
}
.footer-box p {
   margin: 0;
}
.footer-bottom p {
    margin: 0;
}
.x-colophon.bottom {
  display: none !Important;
}
p {
    font-size: 1em !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
/* Responsive */
@media (max-width: 992px) {
  .footer-grid {
    justify-content: space-around;
  }
  .custom-blog-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .footer-box {
    max-width: 100%;
  }

  .footer-grid {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    margin-bottom: 20px;
  }
}
h1 {
	color: rgb(95, 132, 156);
}

body { line-height:1.333;  font-family: "Roboto", sans-serif;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { /*margin:1.25em 0 0.4em;*/margin:0.15em 0 0.45em; }
/*body.home h1, body.home h2, body.home h3, body.home h4, body.home h5, body.home h6, body.home .h1, body.home .h2, body.home .h3, body.home .h4, body.home .h5, body.home .h6 { margin:0 0 0.4em; }*/
h1, .h1 { font-size:266.667%; }	/* 48px */
h2, .h2 { font-size:194.444%; } /* 35px */
h3, .h3 { font-size:166.667%; }	/* 30px */
h4, .h4 { font-size:144.444%; } /* 26px */
.secdark h1, .secdark h2, .secdark h3, .secdark h4, .secdark h5, .secdark h6, .secdark .h1, .secdark .h2, .secdark .h3, .secdark .h4, .secdark .h5, .secdark .h6 { color:#fff; }
.secdark { color:#fff; }
/* button */
#cs-content .x-btn { padding:0 2.5em !important; height:36px; border-radius:18px !important; border:none !important; background-color:#0b978e !important; line-height:36px !important; font-size:18px !important; text-shadow:none !important;
	-webkit-box-shadow:none !important; box-shadow:none !important; }
#cs-content .x-btn:hover { background-color:#5f849c !important; }
#cs-content .secdark .x-btn { background-color:#fff !important; color:#0072bc !important; }
#cs-content .secdark .x-btn:h

/* Blog */
.custom-blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.custom-blog-main {
  flex: 3;
}

.custom-blog-sidebar {
  flex: 1;
}

.custom-blog-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.custom-blog-thumb img {
  width: 300px;
  height: auto;
  object-fit: cover;
}

.custom-blog-title a {
  font-size: 22px;
  font-weight: bold;
  color: #5d8aa8;
  text-decoration: none;
}

.custom-blog-title a:hover {
  text-decoration: underline;
}

.custom-blog-excerpt {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}

.custom-blog-date {
  font-size: 14px;
  color: #555;
}

.custom-blog-pagination {
  margin-top: 30px;
}

.custom-blog-pagination .page-numbers {
  padding: 8px 14px;
  margin: 0 5px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
}

.custom-blog-pagination .current {
  background: #0b978e;
  color: #fff;
  border-color: #0b978e;
}

.custom-blog-archives h3 {
  font-size: 20px;
  margin-top: 20px;
}

.custom-blog-archives ul {
  list-style: none;
  padding: 0;
}

.custom-blog-archives li {
  margin-bottom: 10px;
}

.custom-blog-archives a {
  color: #00aaff;
  text-decoration: none;
}

.custom-blog-archives a:hover {
  text-decoration: underline;
}
.custom-blog-wrapper {
      display: flex;
    max-width: 100%;
    width: 1366px;
    padding: 24px;
    margin: auto;
    gap: 60px;

}
.custom-blog-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.custom-blog-thumb {
  flex: 0 0 120px; /* fixed width */
  max-width: 120px;
}

.custom-blog-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-blog-content {
  flex: 1; /* this grows to take the rest of the space */
}

.custom-blog-title {
  font-size: 18px;
  margin: 0 0 10px;
}

.custom-blog-excerpt {
  margin: 0 0 10px;
  line-height: 1.5;
}

.custom-blog-date {
  font-size: 14px;
  color: #999;
}

#gform_1 #field_1_1 {
      margin-top: 1.313em;
}