/*
Theme Name: BOA Sites
Author: Ian Rogers
Author URI: https://mvestormedia.com
Version: 1.0.22
Description: BOA Sites Themes
Template: genesis-block-theme
*/

body {
  font-family: var(--wp--preset--font-family--roboto);
  font-size: 16px;
}

#primary,
#page {
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5%;
  font-family: var(--wp--preset--font-family--roboto);
}

.site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
  /* box shadow */
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 11px rgba(0, 0, 0, 0.1);
}

a {
  color: var(--wp--preset--color--primary);
}
.site-title-wrap {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  max-width: 25%;
}

@media (max-width: 1000px) {
  .site-title-wrap {
    max-width: 100%;
    text-align: center;
  }
}

.site-title-wrap .titles-wrap {
  max-width: 150px;
}
.custom-logo-link img {
  max-width: 200px;
  min-width: 100px;
  height: auto;
  margin-right: 2em;
}
.site-description {
  max-width: 150px;
  font-size: 0.9em;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  text-align: center;
  position: relative;
  margin: 0;
}
#page {
  padding-top: 0;
}
#content {
  display: flex;
  justify-content: space-between;
}
.site-main {
  margin-bottom: 2em;
}
body:not(.page-template-full-width) #primary {
  width: auto;
  max-width: none;
  margin-right: 2%;
  flex-basis: 70%;
  margin-left: 0;
}
#secondary {
  flex-basis: 28%;
  min-width: 28%;
}
.site-identity {
  padding: 15px 0 0;
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
}
.site-identity .top-navigation-right {
  margin-left: auto;
  max-width: 75%;
}
#header-ads {
  text-align: right;
}
.page .entry-header h1.entry-title,
.blog .entry-header h1.entry-title,
.single .entry-header h1.entry-title,
.archive .entry-header h1.entry-title {
  margin-bottom: 0;
}
#breadcrumbs {
  font-size: 14px;
  margin-bottom: 0;
}
.wp-block-nextend-smartslider3 {
  margin-bottom: 2em;
}
.text-gradient {
  background: linear-gradient(
    90deg,
    var(--wp--preset--color--primary) 0%,
    var(--wp--preset--color--accent) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#colophon {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
#colophon .footer-bottom {
  display: flex;
  width: 100%;
  padding-top: 4%;
  align-items: center;
  justify-content: space-between;
}
#colophon * {
  color: #fff;
}
#colophon .site-info,
#colophon .menu a {
  font-size: 14px;
}
#colophon .site-info p {
  margin-bottom: 0;
}

body .wp-block-table thead {
  border-bottom: 1px solid;
}

body .wp-block-table tbody tr {
  border-bottom: 1px solid #ddd;
}

body .wp-block-table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

body .wp-block-table tbody tr:nth-child(even) {
  background-color: #fff;
}

body .wp-block-table thead th,
body .wp-block-table tfoot th,
body .tablepress thead th,
body .tablepress tfoot th {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}

body .wp-block-table td,
body .wp-block-table th,
body .tablepress td,
body .tablepress th {
  font-size: 14px;
  border: 0;
}
.entry-content ul,
.entry-content ol {
  margin-left: 0;
  padding-left: 1em;
}
.entry-content li {
  margin-bottom: 0.5em;
}
.main-navigation .sub-menu,
.main-navigation .children {
  background-color: #303030;
  border-radius: 0;
}
.main-navigation li ul a,
.main-navigation li ul li a {
  font-weight: 400;
  color: white;
}

.main-navigation li ul li:hover {
  background-color: var(--wp--preset--color--primary);
}

.site-header .sub-menu::before {
  border-bottom-color: var(--wp--preset--color--primary);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
  padding: 10px 25px 10px 15px;
}
.site-content .paging_simple .paginate_button:after,
.site-content .paging_simple .paginate_button:before {
  color: var(--wp--preset--color--primary);
  text-shadow: none !important;
}
.site-content.container {
  padding: 0 8%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
  border-radius: 0;
}
.entry-content ul.wp-block-social-links {
  padding-left: 0;
}
body .site > .entry-header,
.page-template-full-width #page .entry-header {
  position: relative;
  margin-bottom: 2%;
  background: var(--wp--preset--color--primary);
  color: #fff;
  padding: 1.5em;
}
body .site > .entry-header .entry-title,
body .site > .entry-header a {
  color: #fff;
}
body .site > .entry-header a:hover {
  color: var(--wp--preset--color--accent);
}
body .site > .entry-header #breadcrumbs {
  color: #fff;
}
::selection {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
  padding-bottom: 4%;
  border-bottom: 1px solid #999;
  margin-bottom: 4%;
}
.flex {
  display: flex;
  row-gap: 1em;
}

.post-content.flex {
  display: flex;
  gap: 1em;
}
/* .flex > * {
  padding: 0 1em;
} */
.col-1 {
  flex-basis: 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex-basis: 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-4 {
  flex-basis: 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex-basis: 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-7 {
  flex-basis: 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex-basis: 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-10 {
  flex-basis: 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex-basis: 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.sidebar .widget ul {
  margin-left: 0;
}
.sidebar .widget + .widget {
  margin-bottom: 2em;
}
.blog .nav-links {
  text-align: center;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25em !important;
}
.mt-2 {
  margin-top: 0.5em !important;
}
.mt-3 {
  margin-top: 0.75em !important;
}
.mt-4 {
  margin-top: 1em !important;
}
.mt-5 {
  margin-top: 1.25em !important;
}
.mt-6 {
  margin-top: 1.5em !important;
}
.mt-7 {
  margin-top: 1.75em !important;
}
.mt-8 {
  margin-top: 2em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25em !important;
}
.mb-2 {
  margin-bottom: 0.5em !important;
}
.mb-3 {
  margin-bottom: 0.75em !important;
}
.mb-4 {
  margin-bottom: 1em !important;
}
.mb-5 {
  margin-bottom: 1.25em !important;
}
.mb-6 {
  margin-bottom: 1.5em !important;
}
.mb-7 {
  margin-bottom: 1.75em !important;
}
.mb-8 {
  margin-bottom: 2em !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25em !important;
}
.mr-2 {
  margin-right: 0.5em !important;
}
.mr-3 {
  margin-right: 0.75em !important;
}
.mr-4 {
  margin-right: 1em !important;
}
.mr-5 {
  margin-right: 1.25em !important;
}
.mr-6 {
  margin-right: 1.5em !important;
}
.mr-7 {
  margin-right: 1.75em !important;
}
.mr-8 {
  margin-right: 2em !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25em !important;
}
.ml-2 {
  margin-left: 0.5em !important;
}
.ml-3 {
  margin-left: 0.75em !important;
}
.ml-4 {
  margin-left: 1em !important;
}
.ml-5 {
  margin-left: 1.25em !important;
}
.ml-6 {
  margin-left: 1.5em !important;
}
.ml-7 {
  margin-left: 1.75em !important;
}
.ml-8 {
  margin-left: 2em !important;
}
.text-center {
  text-align: center;
}

.text-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter img {
  display: block;
  clear: both;
  margin: 0 auto 1.5em auto;
}

.sidebar-img-home .g img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}
/* 22-11-2022 */
.entry-byline-on,
.entry-byline-author,
.entry-byline a img {
  display: none;
}
.wp-block-button__link {
  background-color: var(--wp--preset--color--accent);
  border-radius: 0;
  border-color: var(--wp--preset--color--accent);
  border-width: 2px;
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  height: auto;
}
button,
input[type="button"],
input[type="submit"],
.button,
.page-numbers.current,
.page-numbers:hover,
#page #infinite-handle button,
#page #infinite-handle button:hover,
.comment-navigation a,
.su-button,
.mobile-navigation,
.toggle-active,
.main-navigation .menu-cta a:hover {
  background-color: var(--wp--preset--color--primary);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
  border-color: var(--wp--preset--color--accent);
  border-width: 2px;
  border-style: solid;
  background-color: var(--wp--preset--color--accent);
  font-family: var(--wp--preset--font-family--roboto);
  text-transform: uppercase;
  font-weight: 300;
}

.mobile-navigation button,
.drawer .menu-item-has-children .toggle-sub {
  border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover {
  background: transparent !important;
  color: var(--wp--preset--color--accent);
}
.top-navigation .main-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-navigation .main-navigation .wp-block-social-links {
  height: 45px;
  padding-left: 10px;
  font-size: 30px;
  flex-wrap: nowrap;
}
.top-navigation .main-navigation .wp-block-social-links li {
  padding: 0;
  line-height: 1;
  background: none !important;
  color: var(--wp--preset--color--primary) !important;
}

.top-navigation .main-navigation .wp-block-social-links li a {
  margin-bottom: 0;
  padding: 0;
  line-height: 1;
}

.footer-navigation {
  display: flex;
  justify-content: space-between;
}

.footer-navigation .wp-block-social-links {
  font-size: 30px;
}

.footer-navigation .wp-block-social-links li a {
  padding: 0;
}

.footer-navigation .wp-block-social-links li a svg {
  fill: #fff;
}
.footer-navigation .wp-block-social-links li {
  margin: 0px !important;
}
.wp-container-5.wp-block-column.is-vertically-aligned-top.sidebar-img-home
  .g.g-2 {
  text-align: center;
}
div#secondary h4,
.wp-container-5.wp-block-column.is-vertically-aligned-top.sidebar-img-home h4 {
  margin-top: 40px !important;
}

.block-sponsor-group .block-sponsor-group-inner h3 {
  margin-bottom: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.block-sponsor-group .block-sponsor-group-inner h3:before,
.block-sponsor-group .block-sponsor-group-inner h3::after {
  content: "";
  display: block;
  width: auto;
  flex: 1;
  height: 1px;
  background: #767676;
}

.block-sponsor-group .block-sponsor-group-inner h3:before {
  margin-right: 0.5em;
}
.block-sponsor-group .block-sponsor-group-inner h3:after {
  margin-left: 0.5em;
}

.wp-block-button__link,
.wp-block-button .wp-block-button__link {
  transition: all 0.2s ease-in-out;
  border-style: solid;
}

.wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:hover {
  background: transparent !important;
  color: var(--wp--preset--color--accent);
}

@media (max-width: 1024px) {
  .main-navigation ul li {
    padding: 0px 14px 0px 0px;
  }
  .footer-navigation li {
    margin-right: 7px;
  }
  .block-sponsor-group-inner-sponsors-item {
    height: 150px;
  }
  #colophon .footer-bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .footer-tagline {
    float: none;
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
  .entry-header .entry-title,
  .editor-post-title__input {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 1000px) {
  .site-header .site-title-wrap {
    max-width: 100%;
  }
  .custom-logo-link {
    text-align: center;
    width: 50%;
    display: inline-block;
  }
  .site-identity {
    padding: 15px 0 15px;
  }
  .block-hero .block-hero-inner-content > h1 {
    font-size: 2.5em;
  }
  body .site > .entry-header {
    padding: 1em;
    margin-bottom: 20px;
  }
}
@media (max-width: 781px) {
  #content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body:not(.page-template-full-width) #primary {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #secondary {
    flex-basis: 100%;
    min-width: 100%;
    margin-top: 20px;
  }
  .site-content.container {
    padding: 0 2%;
  }
  .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 50%;
  }

  .wp-container-5.wp-block-column.is-vertically-aligned-top.sidebar-img-home {
    text-align: center;
  }
  .category-news .flex {
    flex-wrap: wrap;
  }
  .category-news .flex .post-entry-preview.col-8,
  .category-news .flex .featured-image-col.col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .category-news .flex .featured-image-col.col-4 {
    text-align: center;
  }
  .category-news .flex .featured-image-col.col-4 .wp-post-image img {
    height: 300px;
    width: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .category-news .flex .post-entry-preview.col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .entry-header .entry-title,
  .editor-post-title__input {
    font-size: 30px;
    line-height: 35px;
  }
  .dataTables_wrapper.no-footer {
    overflow: auto;
  }
  .dataTables_wrapper.no-footer td {
    white-space: nowrap;
  }
  .sidebar {
    text-align: center;
  }
  .site-main {
    margin-bottom: 0em;
  }
  .block-sponsor-group
    .block-sponsor-group-inner:nth-child(2)
    .block-sponsor-group-inner-sponsors-item {
    flex-basis: 50%;
  }
}
@media (max-width: 680px) {
  .block-hero .block-hero-inner-content > h1 {
    font-size: 2em;
  }
  .block-sponsor-group
    .block-sponsor-group-inner:nth-child(3)
    .block-sponsor-group-inner-sponsors-item {
    flex-basis: 50%;
  }
  .block-sponsor-group-inner-sponsors-item a {
    height: 120px;
    width: 100%;
  }
  .block-sponsor-group-inner-sponsors-item a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 567px) {
  .block-hero .block-hero-inner-content p {
    font-size: 1.1em;
    text-align: center;
    color: white;
  }
  .footer-navigation {
    flex-wrap: wrap;
  }
  .footer-navigation .menu-footer-menu-container,
  .footer-navigation .icon-social-detail {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
  .footer-navigation .menu-footer-menu-container {
    margin-bottom: 10px;
  }
  .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .block-hero .block-hero-inner-content > h1 {
    font-size: 1.7em;
  }
  .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 80%;
  }
  .entry-header .entry-title,
  .editor-post-title__input {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 360px) {
  .block-hero .block-hero-inner-content > h1 {
    font-size: 1.5em;
  }
  .block-hero .block-hero-inner-content p {
    font-size: 1.1em;
    line-height: 26px;
  }
  .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%;
  }
  .block-sponsor-group
    .block-sponsor-group-inner:nth-child(2)
    .block-sponsor-group-inner-sponsors-item {
    flex-basis: 100%;
  }
  .block-sponsor-group
    .block-sponsor-group-inner:nth-child(3)
    .block-sponsor-group-inner-sponsors-item {
    flex-basis: 100%;
  }
}

.has-text-color.has-accent-color {
  color: var(--wp--preset--color--accent) !important;
}

.entry-content ul li a,
.entry-content ol li a {
  box-shadow: inset 0 -1px 0 0 var(--wp--preset--color--primary);
}

.entry-content figure picture {
  display: block;
}

.wp-block-media-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    margin-bottom: 10px;
  }

  .block-hero .block-hero-inner .block-hero-inner-content {
    padding: 4em 15px;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 781px) {
  body:not(.page-template-full-width) #primary {
    margin-bottom: 30px;
  }
}
