@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

.is-style-add-bg-image {
  background-image: url("images/bluebackground.jpg");
  width: 100%;
  padding-top: 25px;
  margin-bottom: 50px;
  background-position: center right;
  text-align: center;
}

.is-style-add-bg-image figcaption {
  top: 26px;
  position: relative;
}

.is-style-add-bg-image figcaption {
  margin-top: 0px !important;
}

/* High Ground Headers */

h2.ggh2::before {
  font-family: bootstrap-icons;
  content: "\F231";
  padding: 4px 13px 0px 13px;
  color: white;
  font-size: 18px;
}

h2.ggh2::after {
  font-family: bootstrap-icons;
  content: "\F22D";
  padding: 4px 13px 0px 13px;
  color: white;
  font-size: 18px;
}

h2.ggh2:hover::before,
h2.ggh2:hover::after {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(3, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

h2.ggh2 {
  display: flex;
  background-image: url(images/blueburst.png);
  background-size: cover;
  justify-content: center;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 13px 0px 13px 0px;
  color: white;
  font-family: Roboto Condensed;
  font-size: 26px !important;
  line-height: 1.2;
}

h3.ggh3::before {
  font-family: bootstrap-icons;
  content: "\F231";
  padding: 4.5px 13px 0px 13px;
  color: white;
  font-size: 17px;
}

h3.ggh3:hover::before {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(3, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

h3.ggh3 {
  display: flex;
  background-image: url(images/blueburst.png);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 32px) 100%, 0% 100%);
  background-positon: top center;
  background-size: cover;
  justify-content: left;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 0px 9px 0px;
  color: white;
  font-family: Roboto Condensed;
  font-size: 24px !important;
  line-height: 1.2;
  padding-right: 80px;
  width: fit-content;
}

h4.ggh4::before {
  font-family: bootstrap-icons;
  content: "\F234";
  padding: 3px 13px 0px 13px;
  color: white;
  font-size: 16px;
}

h4.ggh4:hover::before {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(3, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

h4.ggh4 {
  display: flex;
  background-image: url(images/blueburst.png);
  clip-path: polygon(0 0, 100% 0%, calc(100% - 32px) 100%, 0% 100%);
  background-positon: top center;
  background-size: cover;
  justify-content: left;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 0px 9px 0px;
  color: white;
  font-family: Roboto Condensed;
  font-size: 22px !important;
  line-height: 1.2;
  padding-right: 80px;
  width: fit-content;
}

/* Post Cards */

.is-style-add-postcards {
  background: white;
  border-radius: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 0.2);
  margin-bottom: 40px !important;
  padding: 0px !important;
}
.is-style-add-postcards p,
.is-style-add-postcards ul,
.is-style-add-postcards h3,
.is-style-add-postcards h4,
.is-style-add-postcards img,
.is-style-add-postcards figcaption,
.is-style-add-postcards table {
  padding-left: 20px;
  padding-right: 20px;
}
.is-style-add-postcards table {
  margin-bottom: 20px !important;
  border-right: 20px solid white !important;
  border-left: 20px solid white !important;
  table-layout: fixed;
}

.is-style-add-postcards h2 {
  border-radius: 10px 10px 0px 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px !important;
  padding-bottom: 8px  !important;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #2989d8;
  color: #ffffff;
  font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  font-size: 30px !important;
}

.is-style-add-postcards .is-style-postcard-featured-image img {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-top: -20px;
  margin-bottom: 5px !important;
}
.is-style-add-postcards img {
  margin-bottom: 10px;
}
.is-style-add-postcards figcaption {
  margin-top: -10px !important;
  margin-bottom: 10px !important;
  text-align: center !important;
}

.wp-block-group.is-style-add-postcards.is-layout-constrained
  .wp-block-group__inner-container {
  padding: 0px !important;
  padding-bottom: 1px !important;
}

/* Admin Changes */

.postbox-header h2 {
    margin-left: -8px !important;
    font-size: 13px !important;
}

.inside.acf-fields.-left {
    margin-left: -12px !important;
}

.et_pb_page_settings_container.et_pb_page_settings_container--theme-builder.et_pb_page_settings_container--tb-has-header.et_pb_page_settings_container--tb-has-footer {
    margin-left: -8px;
}