/*
Theme Name: Flathead Events
Template: twentytwentyfive
Theme URI: https://flatheadbeaconproductions.com
Author: Flathead Beacon Productions
Author URI: https://flatheadbeaconproductions.com
Description: Customized Twenty Twenty Five theme for use on the Flathead Events website.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flatheadevents
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.ftf_header_logo>img {
    margin-bottom: -90px;
    background-color: #FFFFFF;
    padding: 25px;
}


/* span.wp-block-navigation-item__label {
    background-color: #FFFFFF;
    color: #c1493f;
    font-weight: 400;
    padding: 10px 12px;
    transition:background-color 0.25s;
}
a.wp-block-navigation-item__content:hover{
  text-decoration:none;
}
a.wp-block-navigation-item__content:hover span.wp-block-navigation-item__label, a.wp-block-navigation-item__content:active span.wp-block-navigation-item__label{
  text-decoration:none;
  background-color:#f7f2f0;
} */
footer.wp-block-template-part{
  margin-block-start: 0;
}

/* .nsn_main_menu {
  margin-top: 0px !important;
}

footer.wp-block-template-part {
  margin-top: 0px;
}
input.nsn_paypal {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  width: 100%;
  background-color: #ffffff;
  color: #168fc2;
  padding: 15px;
  border-radius: 6px;
  border-width: 0;
  font-family: Manrope, sans-serif;
  font-size: var(--wp--preset--font-size--medium);
  line-height: inherit;
  padding-top: var(--wp--preset--spacing--20);
  padding-bottom: var(--wp--preset--spacing--20);
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
}
input.nsn_paypal:hover {
  background-color: #0a0a0a !important;
  color: #ffffff !important;
  cursor: pointer;
}

/* Sponsors */
.nsn_sponsors_wrapper {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

.nsn_sponsors_wrapper > .nsn_sponsor_item {
  padding: 15px;
}

.nsn_sponsors_wrapper > a {
  display: block;
}

.nsn_sponsor_image {
  object-fit: contain;
  margin-bottom: 0px;
  align-content: space-evenly;
  width: 100%;
  height: 100%;
}

.nsn_sponsor_image > img {
  object-fit: contain;
  width: 100%;
}

@media only screen and (max-width: 965px) {
  .nsn_main_menu .wp-block-navigation-item__content > span {
    font-size: 14px;
  }
  .nsn_home_blog > .wp-block-post-template {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 450px;
    margin: auto;
  }
  .nsn_sponsors_wrapper {
    grid-template-columns: 25% 25% 25% 25%;
  }
  .nsn_blog {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .nsn_blog_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsn_blog_grid div:first-child {
    grid-column: span 1;
  }
}

@media only screen and (max-width: 782px) {
  .nsn_main_menu .wp-block-navigation-item__content {
    padding-right: 7px;
    padding-left: 7px;
  }

  .nsn_home_blog > .wp-block-post-template {
    max-width: unset;
  }
  .nsn_main_menu .wp-block-navigation-item__content > span {
    font-size: 12px;
  }
  .nsn_blog_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 650px) {
  .nsn_sponsors_wrapper {
    grid-template-columns: 33% 33% 33%;
  }
}

@media only screen and (max-width: 599px) {
  nav.nsn_main_menu{
    padding: 10px 0px;
  }
  .nsn_main_menu .wp-block-navigation-item__content > span {
    font-size: 16px;
  }
  .wp-block-navigation
    .wp-block-navigation-submenu
    .wp-block-navigation-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 475px) {
  .nsn_sponsors_wrapper {
    grid-template-columns: 50% 50%;
  }
} */
