/*
Theme Name:		 BCF Dir 01
Theme URI:		 http://verything.net
Description:	 Theme
Author:			 verything
Author URI:		 http://verything.net
Template:		 astra
Version:		 1.0.0
Text Domain:	 Astra-child
-------------------------------------------------------------- */

@charset "UTF-8";
@font-face {
  font-family: 'crafty';
  src: url('fonts/crafty.eot');
  src: url('fonts/crafty.eot?#iefix') format('embedded-opentype'), url('fonts/crafty.woff') format('woff'), url('fonts/crafty.ttf') format('truetype'), url('fonts/crafty.svg#sectors') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wp-block-social-link-anchor span {
  font-weight: 900 !important;
}
.wp-block-social-link-anchor:hover {
  color: #fff !important;
}
.site-footer a {
  color: #fff;
  border: none;
  text-decoration: underline;
}
.big-search {
  text-align: center;
}
.pdb-single .fa {
  color: #01245d;
}
/* PDb grid + card */
.pdb-latest-entries {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  align-items: start;
}
.pdb-latest-entries .pdb-card {
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
}
.pdb-latest-entries .pdb-title {
  margin: 10px 0 6px;
  font-size: 1rem;
  line-height: 1.25;
}
.pdb-meta {
  font-size: 0.75rem;
  color: #767676;
  line-height: 1.5;
}
.pdb-meta.meta-loc {
  color: #4a4a4a;
}

/* Thumb + slider */
.pdb-latest-entries .pdb-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border-radius: 6px;
}
.pdb-latest-entries .pdb-thumb > a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.pdb-logo-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pdb-logo-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* fill container */
  object-position: center; /* crop from center */
  display: none !important;
  z-index: 1;
}
.pdb-logo-slide.is-active {
  display: block !important;
}
.pdb-noimg {
  border: 1px dashed #ddd;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Arrows */
.pdb-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 64;
  display: flex !important;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  z-index: 9999;
  line-height: 0;
  padding: 0;
}
.pdb-thumb:hover .pdb-slider-arrow {
  background-color: #0000006b !important;
  visibility: visible;
}
.pdb-slider-arrow.left {
  left: 0;
}
.pdb-slider-arrow.right {
  right: 0;
}

.pdb-slider-arrow:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

.pdb-slider-arrow:focus {
  background: rgba(0, 0, 0, 0.17);
}
.pdb-slider-arrow svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: #fff;
}

.pdb-card .home .dir-search {
  text-align: center;
}
.pdb-card:hover {
  border-color: #f5e0be !important;
  background-color: #eee;
}
.dir-search {
  margin-bottom: 28px;
}
.page-id-454 #secondary .dir-search {
  display: none !important;
}
#secondary .dir-search {
  padding-left: 35px;
}
#secondary .dir-search button {
  display: block;
  margin-top: 15px;
}
.dir-search input {
  width: 50%;
  margin-bottom: 10px;
}
#secondary .dir-search input {
  width: 100%;
}
.footer-adv .ast-row div.ast-col-lg-3:nth-child(2) {
  display: none !important;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
  padding: 0.25em !important;
}
.footer-adv-overlay {
  background-color: #0689b8;
}

@media (min-width: 992px) {
  .footer-adv .ast-row div.ast-col-lg-3 {
    width: 33% !important;
  }
}
@media (max-width: 991px) {
  .footer-adv .ast-row div.ast-col-lg-3 {
    width: 100% !important;
  }
}
.site-branding:hover a {
  color: #17a6cd;
}

.site-branding:hover img {
  filter: brightness(115%) !important;
}
.col-intro {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.bigbutton {
  font-size: 24px;
  text-align: center;
}
button {
  border-radius: 8px;
  background-color: #fff;
  color: #515151;
  border: 1px solid #515151;
}

.bigbutton span {
  display: block;
  padding-bottom: 25px;
}

.bigbutton span:before {
  font-size: 36px;
  font-family: 'crafty';
  display: block;
  text-align: center;
  color: #fff;
  padding: 25px 0;
  margin-bottom: 25px;
}

.bigicon:before {
  font-size: 28px;
  font-family: 'crafty';
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.bigbutton span:before {
  background-color: #17a6cd;
}
.bigbutton span {
  border: 2px solid #17a6cd;
  color: #17a6cd;
}

.bigbutton:hover span {
  color: #fff;
  background: #cc2492;
  border: 2px solid #cc2492;
}

.bigbutton:hover span:before {
  color: #cc2492;
  background: #fff;
}

body:before {
  content: '' !important;
}

.header-title {
  position: absolute;
  top: 0;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.65);
  padding: 5px 10px;
  text-transform: none;
  font-size: 20px;
}

.ast-left-sidebar #secondary {
  border-right: 0 !important;
  margin-right: 0px !important;
}

.business-title {
  padding-top: 20px;
  font-size: 20px;
}

.ast-page-builder-template .entry-header {
  padding-left: 0px;
}

#menu-directory li ul {
  display: none;
}

#menu-directory li.current-page-parent ul,
#menu-directory li.current-menu-item ul {
  display: block;
}

#menu-directory li.current-menu-item > a {
  color: #17a6cd;
}

#menu-directory > li > a {
  font-weight: bold;
  font-size: 20px;
}

.delivery {
  white-space: nowrap;
}
.pdb-card:hover a {
  color: #cc2492;
}
.pdb-thumb a {
  overflow: hidden;
}
.pdb-card:hover img {
  transition: transform 0.5s ease;
}
.pdb-list a:hover {
  text-decoration: none;
}

.signup-group p {
  padding-left: 10px !important;
}

.pdb-list td,
.pdb-list th {
  font-size: 15px;
  vertical-align: middle;
  color: #4a4a4b;
}

.pdb-list td,
.pdb-list th {
  padding: 8px;
  border-width: 0 0 1px 0;
  text-align: left;
}

.pdb-list td:last-child {
  min-width: 130px;
}

.pdb-list img {
  width: auto;
  height: auto;
  max-height: 50px !important;
  min-height: 50px !important;
  max-width: auto !important;
}

.pdb-list .image-field-wrap {
  display: block;
  text-align: center;
}

.pdb-single .image-field-wrap {
  float: right !important;
}

.pdb-single .image-field-wrap img,
.business-photo img {
  height: auto !important;
  width: auto;
  max-height: 300px !important;
  min-height: 33px !important;
  max-width: 300px !important;
  margin-bottom: 15px;
}

tbody.field-group tr.signup-group td {
  background: #f2f2f2 !important;
}

.form-table {
  margin-bottom: 20px;
}

.form-table td {
  text-align: left;
}

.form-table th {
  text-align: left;
  font-size: 15px;
}

tr.signup-group td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pdb-group-description,
.pdb-group-title {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

h3.pdb-group-title {
  color: #4a4a4b;
}

.pdb-retrieve h4 {
  color: #4a4a4b;
}

.pdb-retrieve h5,
.pdb-error {
  color: #800000;
}

.helptext {
  font-size: 16px;
  color: #4a4a4a;
  display: block;
  margin-left: 10px;
}

.checkbox .helptext {
  display: inline;
  margin-left: 0px;
}

.math-captcha {
  position: relative;
  top: 5px;
}

.captcha .helptext {
  position: relative;
  left: 75px;
}

.pdb-message {
  margin-bottom: 15px;
  font-size: 18px;
}

#content .business-address br,
#content .business-details br {
  margin-bottom: 3px;
}

.business-phone {
  margin: 10px 0 10px 0 !important;
}

.business-comms {
  margin-top: 20px;
}

.business-address p {
  z-index: 100;
  position: relative;
}

.one-half {
  width: 60%;
  float: left;
}
.pdb_single-shortcode .entry-content h2 {
  margin-top: 25px;
}
.pdb_single-shortcode article footer,
.pdb_list-shortcode article footer {
  display: none;
}
.pdb_single-shortcode #content {
  padding-right: 0vw;
}
.pdb_single-shortcode .entry-content {
  padding-right: 12vw;
}
.two-half {
  width: 40%;
  float: left;
}

p.business-details {
  margin: 15px 0px;
}

.business-details,
.pdb-single h2,
.pdb-single h3,
.company-label {
  color: #4a4a4b;
}

h1.business-title {
  margin-top: 0;
  margin-bottom: 8px;
  color: #4a4a4b;
  font-weight: bold;
  font-size: 32px;
}

.pdb-thanks {
  color: #00802b;
  font-size: 20px;
}

.clear {
  clear: both;
}

.mapoverlay {
  background: transparent;
  position: relative;
  height: 480px;
  /* your iframe height */
  top: 480px;
  /* your iframe height */
  margin-top: -480px;
  /* your iframe height */
}
.cta-footer {
  background-color: #006eb0;
  padding: 12px 20px;
  border: 1px solid #e5e5e5;
  margin-top: 35px;
  border-radius: 8px;
}
.cta-maker {
  background-color: #006eb0;
}
.cta-supplier {
  background-color: #0aadb8;
}

.cta-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.cta-col--image img {
  display: block;
  max-width: 100px;
  height: auto;
  margin: auto;
}

.cta-col--text {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.4;
}

.cta-col--button .btn {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}

.cta-col--button .btn:hover {
  background-color: #2b488c;
  color: #fff;
  border-color: #2b488c;
}

/* Responsive: stack on small screens */
@media (max-width: 600px) {
  .cta-footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-col--image {
    margin-bottom: 10px;
  }

  .cta-col--button {
    margin-top: 10px;
  }
}

.biz-footer {
  margin-top: 25x;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.biz-footer__inner {
  max-width: 900px;
  margin: 0;
}

.biz-footer h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.35rem;
  line-height: 1.3;
}

.biz-footer p {
  margin: 20px 0 20px 0;
}

.biz-footer .btn {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  margin: 15px 15px 0 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-decoration: none;
  min-width: 165px;
  background-color: #fff;
}

.cta-footer .btn:hover,
.biz-footer .btn:hover {
  border-color: #2b488c;
  background-color: #2b488c;
  color: #fff;
}

a.fa {
  transition: all 0.5s ease;
}

.business-info a:hover .fa::before {
  color: #cc2492;
}

@media only screen and (max-width: 560px) {
  .biz-footer .btn {
    padding: 8px 4px;
    margin: 0 10px 10px 0;
    min-width: 130px;
  }

  .biz-footer__actions {
    column-count: 2;
  }
}

.pdb-adjacent-nav {
  margin: 28px 0 10px;
  padding: 8px;
  border: 1px solid #eee;
  background: #fdf3e3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pdb-adjacent-nav p {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  flex-wrap: wrap-reverse;
}
.pdb-adjacent-nav p a:last-child {
  margin-left: auto;
}

.pdb-adjacent-nav a {
  text-decoration: none;
}

.pdb-adjacent-nav a:hover {
  text-decoration: underline;
}

.pdb-adjacent-nav .sep {
  opacity: 0.5;
}

.edit-participant textarea,
.participants_db textarea,
.edit-participant select,
.participants_db select,
.participants_db input,
.edit-participant input,
.link-element label {
  width: 100%;
}

.entry-header {
  background-position: center center !important;
}

.check-fix input {
  width: auto;
  float: left;
  margin-top: 5px !important;
}

.check-fix span {
  float: left;
  display: block;
}

table td,
table th {
  padding: 8px;
  border: 1px solid #ddd;
  text-align: left;
}

.headlabel {
  text-transform: capitalize;
}

.pdb-submit {
  background: #44b544;
  color: #fff;
}

.pdb-submit:hover {
  background: #5af55a;
  color: #000;
}

.home .pdb-list tr td:last-child::before {
  content: '';
}

.pdb-list tr td:last-child::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
}
.page-id-176 .wpcf7-form {
  max-width: 550px;
}
.home .wp-block-column {
  margin-bottom: 15px;
}
.home h1.entry-title {
  display: none;
}
h2.location {
  padding-top: 45px;
}
blockquote.contact-form-submission:before,
blockquote.contact-form-submission:after {
  content: '';
}

blockquote.contact-form-submission {
  position: relative;
}

.pdb-list tr td.notel::before {
  content: '' !important;
}

blockquote .textarea {
  z-index: 100;
  position: relative;
}
blockquote {
  border: none !important;
  margin: 1em 3em !important;
  padding: 0;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f9ecec;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}

#content {
  min-height: 80vh;
  padding-bottom: 25px;
  padding-right: 10vw;
}

.home #content {
  padding-left: 10vw;
}

.mysocial a {
  padding-right: 15px;
}

.edit-participant input[type='checkbox'] {
  width: auto;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
  border-color: #bebebe;
}

.edit-participant .form-table th {
  vertical-align: top !important;
}

.edit-participant form h3 {
  width: 100%;
  display: block;
  margin-bottom: 0 !important;
  padding: 0px;
}

.delivery {
  margin-right: 20px;
  margin-left: 5px;
  display: inline-block;
}

#menu-directory li a {
  display: block;
  padding: 5px 5px 5px 10px;
  line-height: 38px;
  color: #000;
}

#menu-directory ul.sub-menu li a {
  line-height: 22px !important;
}

.edit-participant form .field-group-submit h3 {
  font-size: 15px;
}

#menu-directory li a:hover {
  filter: brightness(1.4) !important;
  -webkit-filter: brightness(1.4) !important;
  color: #000;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
  color: #4a4a4a;
}
#secondary ul#menu-directory {
  margin-left: 35px;
}
#secondary li {
  margin-bottom: 0 !important;
  border-bottom: 2px solid #e4e4e4 !important;
}

#secondary li:last-child {
  border: none !important;
}

#secondary li ul li {
  margin-bottom: 0 !important;
  border-bottom: 1px dotted #e4e4e4 !important;
}

#secondary li ul li:last-child {
  border: none !important;
}

.widget_nav_menu ul ul.sub-menu li {
  padding-left: 0px !important;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.widget_nav_menu ul.sub-menu {
  margin-top: 0px !important;
}

.widget_nav_menu ul ul.sub-menu li a {
  font-size: 18px !important;
}

tbody.field-group {
  margin-top: 25px;
}
.gallery {
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
  gap: 5px;
}
.gallery-item {
  /* Prevent the gallery entry from splitting across columns */
  break-inside: avoid-column;
  /* Older WebKit/Blink browsers */
  -webkit-column-break-inside: avoid;
  /* Make sure it’s block-level */
  display: block;
  /* Optional for spacing visuals */
  margin-bottom: 1rem;
}
figure.gallery-item {
  background-size: cover !important;
  max-width: none !important;
  border: 1px solid #bebebe;
  margin-bottom: 5px;
  background-position: center center !important;
  background-repeat: no-repeat;
}

a.attachment-thumbnail {
  display: block;
  width: 20vw !important;
  height: 20vw !important;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  display: block;
}
.gallery-icon {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
figure.gallery-item:hover {
  filter: brightness(110%);
}

.hover-cols figure,
.hover-cols figure a {
  overflow: hidden;
  font-size: 28px;
  margin-top: 0;
  color: #4a4a4a !important;
}

.hover-cols figure img {
  transition: transform 0.5s ease;
}

.hover-cols figure:hover img {
  transform: scale(1.075);
  -webkit-transform: scale(1.075);
  -moz-transform: scale(1.075);
  -ms-transform: scale(1.075);
  -o-transform: scale(1.075);
}
html .grey-border {
  border-top-color: #bebebe !important;
  border-top: 1px solid !important;
  background-color: #bebebe !important;
  border-bottom: 0 !important;
}
.col-intro .wp-block-column:first-child figure {
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.col-intro .wp-block-column:last-child p {
  background: #f1f1f1;
  padding: 14px 18px;
  border-radius: 8px;
}

.hover-cols figure:hover figcaption {
  color: #000 !important;
}
.hover-cols figure {
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 8px;
  background: #fffbf5;
}
.hover-cols .wp-block-column {
  border: 1px solid #eee;
  padding: 4px;
  border-radius: 8px;
  background: #e5e5e5;
}
.hover-cols .wp-block-column:hover {
  background: #f0d6ab !important;
}
.hover-cols figure:hover {
  border: 1px solid #fdf3e2;
  background: #fff8ed !important;
}
.hover-cols figcaption {
  font-weight: bold;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}
.hovvol2 .wp-block-column {
  flex-basis: 50%;
  max-width: 20%;
  margin: auto;
}
.pdb-single h2 {
  margin-top: 45px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.3;
  color: #1e293b;
}
.entry-content .business-comms p {
  margin-bottom: 5px;
}

.business-address .fa {
  font-size: 20px;
  margin-right: 5px;
}

.post-password-form {
  text-align: left;
}

footer a {
  border-bottom: 1px solid #bebebe;
}

footer a:hover {
  color: #ff6ecd !important;
}

.cta {
  font-size: 22px;
  margin-top: 30px;
}

.ast-desktop .main-header-menu.submenu-with-border > li .sub-menu {
  border-width: 4px 1px 1px 1px;
}

.search-custom-menu-item {
  display: none !important;
}
.pdb-search-results {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0px;
  list-style: none;
  max-width: 35em;
}
.searchcat {
  font-size: 14px;
  text-transform: capitalize;
}
.pdb-search-results li {
  margin-bottom: 10px;
  list-style: none;
  padding: 15px;
  border: 1px solid #bebebe;
  border-radius: 8px;
}

select option {
  font-family: 'Arvo', serif !important;
  font-weight: 400;
  font-size: 1rem;
}

::selection {
  background-color: #ffc659 !important;
}

.ast-left-sidebar #primary {
  border-left: 0px solid #eee;
}

table.pdb-list {
  border: 0px solid #bebebe !important;
}

table.pdb-list td {
  border-bottom: 1px solid #bebebe !important;
  font-size: 18px !important;
}

table.pdb-list tr:last-child td {
  border-bottom: 0px !important;
}
.main-navigation a:hover,
#menu-directory a:hover {
  color: #cc2492 !important;
}
@media (max-width: 921px) {
  .home #content {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
  .ast-menu-toggle {
    right: 36px !important;
  }

  .ast-mobile-menu-buttons {
    left: -10px;
    position: relative !important;
  }
  .ast-header-break-point .main-navigation ul li a {
    padding: 0 38px !important;
  }
}
.ast-footer-overlay {
  background-color: #01498b;
}
.ast-small-footer {
  border-top-color: #01245d;
}
.edit-participant form h3 {
  font-size: 26px !important;
  font-weight: bold;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.business-contact {
  z-index: 1;
  position: relative;
  margin-top: 25px;
}
.business-contact p {
  margin-bottom: 12px;
}
/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  margin: 20px 0;
  top: -20px;
}
#mc_embed_signup h2 {
}
#mc_embed_signup input {
  border: 1px solid #abb0b2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#mc_embed_signup input[type='checkbox'] {
  -webkit-appearance: checkbox;
}
#mc_embed_signup input[type='radio'] {
  -webkit-appearance: radio;
}
#mc_embed_signup input:focus {
  border-color: #333;
}
#mc_embed_signup .button {
  top: -15px;
  clear: both;
  background-color: #006eb0;
  border: 0 none;
  border-radius: 30px;
  transition: all 0.23s ease-in-out 0s;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: fit-content;
  width: -moz-fit-content;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#mc_embed_signup .button:hover {
  background-color: #cc2492;
}
#mc_embed_signup .small-meta {
  font-size: 12px;
}
#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
  display: grid;
}
#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
* html #mc_embed_signup .size1of2 {
  margin-right: 2%; /* Fix for IE6 double margins. */
}
#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}
#mc_embed_signup .mc-field-group select {
  border-radius: 8px;
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

#mc_embed_signup .clear {
  clear: both;
}
#mc_embed_signup .foot {
  display: block;
}
@media screen and (max-width: 400px) {
  #mc_embed_signup .foot {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    align-items: center;
  }
}

@media screen and (max-width: 400px) {
  #mc_embed_signup .referralBadge {
    width: 50%;
  }
}

#mc_embed_signup .brandingLogo {
  justify-self: right;
}
@media screen and (max-width: 400px) {
  #mc_embed_signup .brandingLogo {
    justify-self: left;
  }
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}
#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 25px;
  clear: both;
}
#mc_embed_signup div.response {
  margin: 0 0 1em 0;
  padding: 0 0 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
}
#mc_embed_signup #mce-error-response {
  display: none;
}
#mc_embed_signup #mce-success-response {
  display: none;
}
#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}
#mc_embed_signup .helper_text {
  color: #8d8985;
  margin-top: 2px;
  display: inline-block;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
}

#mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
  margin: 1em 0 1em 5%;
}
#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}
.mc4wp-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4a4a4a;
}

.mc4wp-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4a4a4a;
  opacity: 1;
}

.mc4wp-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4a4a4a;
  opacity: 1;
}

.mc4wp-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4a4a4a;
}
.footer-adv-widget-3 .widget_block {
  background-image: url('img/brighton-makers-mailing-tiny.png');

  background-size: 73px 93px;
  background-position: right 37px;
  background-repeat: no-repeat;
  padding-right: 75px;
  max-width: 450px;
}
.footer-adv-widget-1 #block-11 {
  background-image: url('img/brighton-makers-info-tiny.png');
  background-size: 88px 93px;
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 100px;
  position: relative;
  top: -32px;
  min-height: 93px;
}
.footer-adv-widget-4 #custom_html-5 {
  background-image: url('img/brighton-makers-contact-tiny.png');
  background-size: 101px 93px;
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 101px;
}
p:empty {
  display: none;
}
.site-footer h2.widget-title {
  color: #fff;
}
:root :where(.wp-block-social-links .wp-social-link a) {
 padding: 0!important;
 background-color: transparent!important;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram,
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook { background-color: transparent!important;
}
@media (max-width: 1336px) {
  .main-header-menu .menu-link,
  .main-header-menu > a {
    padding: 0 0.5em;
  }
}
@media (max-width: 1220px) {
  .main-header-menu .menu-link,
  .main-header-menu > a {
    padding: 0 0.25em;
  }
}
@media (max-width: 1135px) {
 .main-header-bar .ast-container {padding: 0 15px !important;}
}
@media (max-width: 1090px) {
  header .custom-logo-link img {
    max-width: 70px;
    width: 70px;
  }
 }
 @media (max-width: 921px) {
  .home #content {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
  .ast-menu-toggle {
    right: 36px !important;
  }

  .ast-mobile-menu-buttons {
    left: -10px;
    position: relative !important;
  }
  .ast-header-break-point .main-navigation ul li a {
    padding: 0 38px !important;
  }
  .ast-site-identity {padding: 8px 0}
}
@media (max-width: 768px) {
  .footer-adv-overlay {
    padding-top: 0px;
    padding-bottom: 25px;
  }
}
@media (max-width: 791px) {
  .hovvol2 .wp-block-column {
    max-width: unset !important;
  }
}
@media (min-width: 782px) and (max-width: 1120px) {
  .hover-cols figure,
  .hover-cols figure a {
    font-size: 18px;
  }
}
@media (max-width: 781px) {
  .col-intro .wp-block-column:first-child figure {
    float: none;
    margin: auto;
  }
  .form-table th {
    background-color: #d9edf3;
    color: #000;
    display: block;
    border-radius: 0;
    padding: 0.5rem !important;
    font-size: 18px;
    width: 100% !important;
  }

  table.form-table,
  .form-table tbody,
  .form-table tr,
  .form-table td {
    display: block;
    width: 100%;
    border: none;
  }

  .form-table tbody tr {
    margin-bottom: 1rem;
    padding: 0;
    background: #f9f9f9;
    border-radius: 8px;
  }

  /* First column as header */
  .form-table tbody td:first-child {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .form-table tbody td:not(:first-child) {
    padding-left: 1rem;
    color: #555;
  }
}

@media (min-width: 769px) {
  .ast-footer-overlay {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .footer-adv-widget:not(:last-child) {
    border-bottom: 3px solid #17a6cd;
  }
  .pdb_single-shortcode .entry-content {
    padding-right: 15px;
  }
  .pdb-slider-arrow {
    visibility: visible;
  }
  figure.gallery-item {
    margin: auto;
  }

  #secondary .dir-search button {
    display: inline;
    margin-top: 0;
  }
  #secondary .dir-search input {
    width: unset;
  }
  #secondary .dir-search {
    padding-left: 10px;
  }
  a.attachment-thumbnail {
    display: block;
    width: 85vw !important;
    height: 85vw !important;
  }
  h1.entry-title {
    margin-top: 25px;
  }
  #secondary ul#menu-directory {
    margin-left: 0 !important;
  }
  .pdb-single iframe {
    width: calc(100vw - 30px);
  }
  .mapoverlay {
    width: calc(100vw - 20px);
  }
  .site-title {
    font-size: 24px;
  }

  #colophon img {
    float: none !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
  }
  .ast-page-builder-template .entry-header {
    margin-top: 0em !important;
  }
  .footer-adv-widget {
    margin-top: 30px;
  }
  h1.entry-title {
    padding-left: 20px;
  }
  .ast-left-sidebar #primary {
    padding-left: 15px !important;
  }
  #content {
    padding-right: 0px !important;
  }

  header.entry-header {
    margin-left: -15px !important;
    margin-right: 0px !important;
  }
  .entry-content {
    padding-right: 15px;
  }
  .home .entry-content {
    padding-right: 0px;
  }

  .one-half {
    width: 100% !important;
    float: none !important;
    clear: both;
  }

  .one-half .clear {
    clear: none;
  }
  .pdb-single .image-field-wrap {
    float: none !important;
  }
  blockquote {
    margin-right: 10px;
  }
}

@media (max-width: 690px) {
  .business-quote,
  .business-photo {
    width: 100%;
    float: none;
    padding-top: 20px;
  }
  .one-half .clear {
    clear: both !important;
  }
  blockquote {
    position: relative;
    margin-top: 25px;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  #site-description {
    font-size: 24px;
  }
  img.logo {
    width: 80%;
  }
}
@media only screen and (max-width: 460px) {
  .pdb-list td:last-child {
    min-width: none !important;
  }
  .pdb-list img {
    padding: 0 3px;
  }
  .site-title {
    font-size: 20px;
  }
  .pdb-list td,
  .pdb-list th {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 420px) {
  .pdb-list td:last-child {
    display: none;
  }
}
@media (max-width: 360px) {
  #secondary .dir-search input {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media print {
  .sendmail,
  .sharedaddy,
  .youtubes,
  .business-quote {
    display: none;
  }
  .one-half {
    width: 60% !important;
    float: left !important;
    clear: none !important;
  }
  .two-half {
    width: 40% !important;
    float: left !important;
    clear: none !important;
  }
}
