/*start font*/
h1,h2,h3,h4,h5,h6,#main h1 a, #main h2 a,#main h3 a,#main h4 a,#main h5 a{
 font-family: "Roboto Serif", serif !important;
}
#main p,#main span,#main li {
  font-family: "Roboto Flex", sans-serif !important;
  line-height: 1.6;
  font-weight:400;
  -webkit-font-smoothing:auto;
}
#main a, #main div{
  font-family: "Roboto Flex", sans-serif;
  -webkit-font-smoothing:auto;
}
#main b, strong {
    font-weight: 600;
}
/*end font*/
h4[id^="h-"] {
    text-transform: uppercase;
    margin: 0px !important;
    font-size: larger;
    font-family: "Roboto Flex", serif !important;
}

.box {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
    margin-top: 0px !important;
    padding-top: 0px;
    border: 1px solid #E8E8E8;
}

#main .text-column h3 {
    margin: 0;
    font-weight: 700;
    color: var(--bb-primary-color);
    font-size: clamp(18px, 3vw, 23px);
}

.box {
  transition: box-shadow 0.3s;
}

.box:hover {
  animation: hover-delay 0.5s forwards;
}

@keyframes hover-delay {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
}

.text-column span#url {
    font-size: smaller;
    display: block;
    text-decoration: underline;
}

div#honorable-mentions {
    padding-top: 15px;
}
.header {
    background: linear-gradient(90deg, rgba(235,245,255,1) 0%, rgba(236,235,248,1) 100%);
    height: 100px;
    font-family: "Raleway",sans-serif !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    align-items: center;
    max-height: 500px;
    padding: 5px;
}
span#readers-choice {
    font-weight: 600;
    font-size: unset;
}

#main p {
    padding-right: 30px;
}

h1.wp-block-heading {
    font-size: clamp(32px, 3vw, 48px) !important;
    padding-right: 30px !important;
}

#main .header h3 {
    color: #000;
    text-align: left;
    margin-left: 20px;
    font-weight: 700;
    padding: 10px;
    font-size: clamp(18px, 3vw, 23px);
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.content {
  display: flex;
  margin-top: 20px;
  height: 325px;
  font-variation-settings: 'opsz' 12, 'opsz' 84 !important;
}

.site a {
    font-size: clamp(14px, 1vw, 18px) !important;
}

#honorable-mentions h4 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: var(--bb-primary-color);
}

#honorable-mentions span#honorable {
    font-size: smaller;
    font-weight: 600;
}
.image-column {
  flex-basis: 50%;
}

.text-column {
 flex-basis: 50%;
  padding-left: 10px;
    padding-right: 25px;
    box-sizing: revert;
    display: block;
  font-variation-settings: 'opsz' 12, 'opsz' 84 !important;
}

.text-column p {
  font-size: 14px;
  line-height: 1.4;
}
img.entry-inner-image {
    margin: 0 auto;
    display: block;
    margin-bottom: 35px;
margin: 0 auto;
    display: block;
    margin-bottom: 35px;
    max-width: 65%;
    max-height: 50%;
    position: relative;
    top: 20%;
    transform: translate(0%, 0%);
}
ul.navigation {
list-style-type: none;
    padding: 0;
    background-color: #FDFCFC;
    width: 100%;
    margin: 0px;
border-bottom: 1px solid #E7E7EA;
}

ul.navigation li {
  display: flex;
  align-items: center;
}

.d-none {
    display: none !important;
}

ul.navigation li .icon {
    margin-right: 10px;
    padding: 10px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.site-content {
background-color: white;
}

ul.navigation li .icon i {
  color: green;
}

ul.navigation li .links {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: flex-end;
    float: right;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

ul.navigation li .links a {
    margin-left: 15px;
    color: var(--bb-primary-color);
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px !important;
}

.site-content-grid:first-child {
margin-top:unset !important;
}
.entry-header {
display: none !important;
}
.is-layout-constrained.wp-block-group.alignfull {
    max-width: 1175px !important;
    position: relative;
    margin: 0 auto !important;
    padding: unset !important;
    margin-bottom: 25px !important;
}

figure.wp-block-image {
  position: relative;
}

.image-container {
  width: 100%;
    height: 23vw;
      min-height: 325px;
  height: 950px; /* Adjust the height as needed */
  max-height: 500px;
  background-image: url("/wp-content/uploads/2023/07/Interweave-Header_1388x526_July11.jpg");
  background-repeat: no-repeat;
background-position: center left;
background-size: cover;
}



.image-container-bead {
  width: 100%;
    min-height: 325px;
    height: 23vw;
  height: 950px; /* Adjust the height as needed */
  max-height: 500px;
  background-image: url("/wp-content/uploads/2023/06/Layer-311-1.png");
  background-repeat: no-repeat;
background-position: center left;
background-size: cover;
}

@media (max-width: 780px) {
  /* CSS styles for screens lower than 780px */
  /* Place your styles here */
  .image-container-bead {
    height: 23vw !important;
  }

  .image-container {
    height: 23vw !important;
  }
  /* Add more styles as needed */
}


.award-image {
display:none !important;
    position: absolute;
    top: 20%;
    left: 5%;
    max-width: 25%;
}

img.wp-image-1380753 {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
.award-image img {
    position: fixed;
    max-width: 125px;
    left: 5px !important;
    padding: 15px;
}
.award-image {
    position: absolute;
    top: 15%;
    left: 50px;
display:none !important;
}
}


@media screen and (min-width: 360px) and (max-width: 378px) {
    .wp-block-column:has(img):has(h4[id^="h-"]) figure {
        min-width: unset !important;
        max-width: unset !important;
        width: calc(min(102px, max(50px, 3vw))) !important;
    }

    .wp-block-column:has(img):has(h4[id^="h-"]) h4 {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 280px) and (max-width: 360px) {
    .wp-block-column:has(img):has(h4[id^="h-"]) figure {
        min-width: unset !important;
        max-width: unset !important;
        width: calc(min(102px, max(50px, 3vw))) !important;
    }

    .wp-block-column:has(img):has(h4[id^="h-"]) h4 {
        width: 160px !important;
        font-size: 0.8rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 781px) {
    .wp-block-column:has(img):has(h4[id^="h-"]) h4 {
        width: 70% !important;
        font-size: 1.3rem !important;
    }
}



@media screen and (max-width: 781px) {
  .wp-block-column:has(img):has(h4[id^="h-"]) {
    display: contents;
  }

  .wp-block-column:has(img):has(h4[id^="h-"]) figure {
    padding: 0px !important;
    margin: 0px !important;
    display: flex;
    float: right;
    min-width: 64px;
    max-width: 125px;
    width: calc(min(125px, max(64px, 20vw)));
  }

  .wp-block-column:has(img):has(h4[id^="h-"]) h4 {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 235px;
    margin: 0px !important;
    text-align: left;
    position: relative;
    font-size: clamp(23px, 2vw, 18px);
  }
}

.block-status-update {
    display: inline-block;
    font-weight: bold;
    padding: 7px 12px!important;
    font-size: 14px;
    line-height: 1;
}