/*make navigation font smaller*/

.main-navigation .main-nav > ul > li > a {
    font-size: 12px;
}

/*formatting of text within tables*/

.wp-block-table td,
.wp-block-table th {
  padding: 10px;
}

/* Link formatting */

.taxonomy-description a {
    border-bottom: 2px solid #434343;
}

.content-area .site-main p a {
  border-bottom: 2px solid #434343;
}

table a {
  border-bottom: 2px solid #434343;
}

.wp-block-image figcaption a {
  border-bottom: 2px solid #434343;
}

.wp-element-caption a {
  border-bottom: 2px solid #434343;
}

.entry-content ul li a {
  border-bottom: 2px solid #434343;
}

.entry-content ol li a {
  border-bottom: 2px solid #434343;
}

/* Table of Contents block formatting */

.wp-block-preformatted.has-small-font-size {
  line-height: 3em;
}

/* Breadcrumbs styling */

.breadcrumbs {
  font-size: 12px;
  color: #c8c8c8;
  font-style: italic;
  padding-top: 4px;
}

.breadcrumbs a {
  color: #c8c8c8;
}

.swp_social_panel .nc_tweetContainer a.nc_tweet {
  border-bottom-width: 0px;
}

.swp_social_panel.swp_horizontal_panel.swp_flat_fresh.swp_default_light_gray.swp_other_full_color.swp_individual_full_color.scale-110.scale-full_width {
  margin: -5px;
}

@media (max-width: 1100px) {
  #left-sidebar,
  #right-sidebar {
    display: none;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  #content {
    display: flex;
    justify-content: center;
  }

  #primary {
    float: none;
    width: 100%;
    max-width: 768px;
    left: 0;
  }
}

.post-modified-info {
  font-style: italic;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 6px;
  text-align: right;
  color: #cccccc;
  margin-right: 10px;
}

/* Add extra space to shift hyperlinks down under menu bar */

.entry-content [id]::before {
  content: '';
  display: block;
  height: 80px;
  /* height of your sticky nav */
  margin-top: -80px;
  /* height of your sticky nav */
  visibility: hidden;
}

/* Blockquote - remove border and change font style */

blockquote.wp-block-quote {
  font-size: 16px;
  font-style: normal;
}

/* Optional change style of citation */

blockquote.wp-block-quote cite {
  font-size: 15px;
  color: #676767;
}

.wp-block-image figcaption {
  font-size: 13px;
  text-align: left;
}

/* Custom border around some images*/

.wp-block-image.image-borders img {
  border: 4px solid #f0f0f0;
  box-sizing: border-box;
}

/* Increase spacing between bullet points*/

.entry-content ul li {
  margin-bottom: 18px;
}

/* Increase spacing between numbered lists */

.entry-content ol li {
  margin-bottom: 18px;
}

/* Contact form label text style */

.whole-contact-form {
  color: #323232;
  font-size: 13px;
}

/* Spacing above contact form button */

.contact-form-submit-button {
  padding-top: 10px;
}

/* Make contact form error and success messages yellow*/

.wpcf7-not-valid-tip {
  color: #ffcd00;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffcd00;
}

/* Contact form field boxes full width*/

input[type="text"] {
  width: 100%;
}

input[type="email"] {
  width: 100%;
}

/* Mailchimp sign up format */

.mailchimp-button {
  border: none;
  background-color: #ffcd00;
  color: #000000;
  font-weight: bold;
}

.yikes-mailchimp-submitted-form {
  background-color: #ffcd00;
  border-color: #000000;
}

.yikes-easy-mc-success-message {
  background: #fef5eb !important;
  color: #323232 !important;
}

.yikes-easy-mc-form input[type=email],
.yikes-easy-mc-form input[type=text] {
  background-color: #ffffff !important;
}

.yikes-easy-mc-checkbox-label {
  font-size: 15px;
}

.EMAIL-label {
  font-size: 15px;
}

.main-navigation a {
  letter-spacing: 0.08em;
}

#primary.content-area {
  padding-bottom: 5px;
}

.gb-container.gb-container-ec37ad1b.high-school-sketchbooks {
  padding-bottom: 10px;
}

.navigation-branding img {
  padding-left: 5px;
}