/* Jetpack form container background */
.wp-block-jetpack-contact-form {
  background-color: #eaf6fd; /* light blue */
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* Input and textarea styling */
.wp-block-jetpack-contact-form input[type="text"],
.wp-block-jetpack-contact-form input[type="email"],
.wp-block-jetpack-contact-form textarea {
  border: none;
  border-radius: 30px;
  padding: 12px 20px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 0 0 1px #ccc;
  background-color: white;
  font-size: 16px;
  box-sizing: border-box;
}

/* Reduce height of message box */
.wp-block-jetpack-contact-form textarea {
  height: 100px;
  resize: vertical;
}

/* Submit button styling */
.wp-block-jetpack-contact-form button {
  border-radius: 30px;
  background-color: #0073aa;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Optional: Set input widths side-by-side */
.wp-block-jetpack-contact-form > * {
  flex: 1 1 48%;
}

.wp-block-jetpack-contact-form textarea,
.wp-block-jetpack-contact-form button {
  flex: 1 1 20%%;
}

.wp-block-cover.wp-block-cover.has-custom-content-position img.wp-block-cover__image-background {
  border-radius: 5%;
  overflow: hidden;
}

.wp-block-cover__background.has-background-dim {
  display: none !important;
}

/*image with text */
.wp-block-media-text__media img {
  border-radius: 5%;
}
/*menu border */
.ast-primary-header-bar {
	border:none;
	background-color:transparent;
}

/*feature image from topic */
.ast-single-post-featured-section.post-thumb img {
	display:none;
}

/*Header Menu */

/* Ensure the parent container has position relative */
.ast-site-identity {
  position: relative;
}

/* Style the logo image */
.ast-site-identity img {
  position: absolute;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #ccc; /* Adjust to match Image 1 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 6px;
  background: #fff;
  border-radius: 4px;
  z-index: 10;
}

/*Header menu dropdown */
.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
	  margin-top: 30px;
    width: 250%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:hover {
}

/*Homepage banner Text size */
@media screen and (max-width: 576px) {
  .has-text-align-right mark {
    font-size: 20px !important;
		padding-left: 40px !important;
  }
}

/*Mobile logo */
@media screen and (max-width: 920px) {
	header .custom-logo-link img {
		margin-left: 70px;
        margin-top: 14px;
        width: 140px !important;
	}
		.ast-site-identity .site-title a {
		padding-left:70px;
	}
}

/*Site title & logo */
@media screen and (min-width: 921px) and (max-width: 1400px) {

	.ast-logo-title-inline .ast-site-identity {
		    padding-left: 90px;
    width: 185px;
	}
	.ast-site-identity img {
		left:0px !important;
	}
}



/* Mobile menu */
@media (max-width: 576px) {
    .ast-header-break-point .ast-builder-menu-mobile .main-navigation {
        display: block;
        margin-top: 80px;
    }
}

@media (max-width: 576px) {
#astra-footer-menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center; /* Optional: centers items */
  gap: 10px 40px; /* Adjust spacing as needed */
  text-align: center;
}
}


/* Buttons in Topic */
.wp-block-button .wp-block-button__link, .wp-block-search .wp-block-search__button, body .wp-block-file .wp-block-file__button {
	background-color:#103051;
	color:#FFFFFF;
	border-radius:0;
}

.custom-image-grid .image-box > img{
	display:none 
}

.custom-image-grid .image-box > .overlay{
    background: #103051; 
}

.custom-image-grid .image-box {
	box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.5);
	
}
.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu{
	margin-top:15px
}

.wp-block-cover__inner-container mark{
	background-color: rgb(16, 48, 81) !important
}



/* Table

.entry-content[data-ast-blocks-layout] > * {
    margin-left: 160px;
    margin-right: auto;
}
  .responsive-table-wrapper {
    overflow-x: auto;
    width: 100%;
  }

  table.MsoNormalTable {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px; 
    table-layout: fixed;
  }

  table.MsoNormalTable th,
  table.MsoNormalTable td {
    padding: 12px 15px;
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    vertical-align: top;
    word-wrap: break-word;
  }

  table.MsoNormalTable thead td {
    background-color: #f5f5f5;
    font-weight: bold;
  }

  table.MsoNormalTable tr:nth-child(even) td {
    background-color: #fafafa;
  }

  table.MsoNormalTable td:first-child {
    width: 25%;
    font-weight: bold;
  }

  @media only screen and (max-width: 768px) {
    .responsive-table-wrapper {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
    }

    table.MsoNormalTable {
      min-width: 700px;
    }

    table.MsoNormalTable td,
    table.MsoNormalTable th {
      font-size: 13px;
      padding: 10px;
    }
  } */
#bbpress-forums a.bbp-topic-permalink { font-size: 14px; color: #75A3FF; 