/*
Theme Name: Fields4Valor 2021
Theme URI: http://maxkukoy.com
Version: 1.0.5
Author: Max Kukoy
Author URI: http://maxkukoy.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/


/* RESET CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { 	margin: 0; 	padding: 0; 	border: 0; 	font-size: 100%; 	font: inherit; 	vertical-align: baseline; }
 /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { 	display: block; }
 body { 	line-height: 1; }
 ol, ul { 	list-style: none; }
 blockquote, q { 	quotes: none; }
 blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }
 table { 	border-collapse: collapse; 	border-spacing: 0; }

/* Colors */

:root {
  --notasdkgreen: #49764B;
  --dkgreen: #284B22;
  --gold: #BF8E48;
  --black: #000000;
  --white: #ffffff;
  --midgrey: #F0F0F0;
  --ltgrey: #f6f6f6;
}

/* Structural CSS */

html {
	font-size: 62.5%;
	}
body {
	font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  color: #515757;
	}
.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.wrapper.banner {
  background: #fff;
  padding-bottom: 0;
  border-bottom: 1px solid #174213;
}
.wrapper.navigation {
  background: #284B22;
  min-height: 39px;
}
.wrapper.twitwrap {
  padding: 2rem 0 4rem 0;
}
.wrapper.footer {
  min-height: 100px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#056069+0,107c87+100 */
  background: #999; /* Old browsers */
}
.wrapper.copyright {
  background: var(--dkgreen);
  padding: 2rem 0;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
}
.container.twitter {
  max-width: 1200px;
}
.footnav .container {
  max-width: 1200px;
  padding-top: 25px;
}
.banner header {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 25px;
  position: relative;
  padding-top: 20px;
}
#main {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6,
article header,
article p,
article ul {
  margin: 0 auto;
}
article header
  {
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
/* Basic Styles for Headers and Content */

a:link,
a:visited {
  color: #107C87;
  text-decoration: none;
  transition: all .3s linear;
}
a:active,
a:hover {
  color: #03D7EA;
}
.btn {
  display: block;
  margin: 1rem auto;
  text-align: center;
}
.btn a:link,
.btn a:visited {
  background: #ABBB85;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 1.2rem 3rem 1rem 3rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  border: 1px solid #9EAC76;
}
.btn a:active,
.btn a:hover {
  background: #A9DE17;
  border: 1px solid #8FB808;
}
.donatebtn {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
}
.donatebtn a:link,
.donatebtn a:visited {
  display: block;
  border-radius: 5px;
  padding: 1rem 2rem;
  color: #fff;
  background: var(--gold);
  transition: all .3s linear;
}
.donatebtn a:active,
.donatebtn a:hover {
  background: var(--dkgreen);
}
aside iframe {
  width: 250px!important;
}

.wp-block-embed {
  margin: 2rem auto;
  max-width: 700px;
}
.wp-block-embed__wrapper {
      position: relative;
      padding-bottom: 56.25%;
      overflow: hidden;
      max-width: 100%;
      height: auto;
  }

  .wp-block-embed__wrapper iframe,
  .wp-block-embed__wrapper object,
  .wp-block-embed__wrapper embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

/* Logo Placement */
header span.logo {
  margin: 0 auto;
  display: block;
  max-width: 450px;
  padding: 0 25px;
}
footer {
  padding: 0;
  color: #ABBB85;
  font-family: 'Lato', sans-serif;
}
footer span.logo {
  width: 200px;
  margin: 0;
  padding: 0 0 5px 0;
  display: block;
}
footer p {
  padding: 0 0 0 7px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin: 1rem auto;
  text-align: center;
}
.footcol {
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 25px;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-size: 4rem;
    text-align: left;
    padding: 3rem 0 2rem 0;
    line-height: 1.2;
    color: var(--dkgreen);
}
h2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.8rem;
  color: var(--dkgreen);
  padding: 2rem 0 1rem 0;
  margin: 3rem auto 1rem auto;
  text-align: left;
  border-top: 1px solid var(--dkgreen);
}
figure + h2 {
  margin-top: 5rem;
}
h3 {
  font-family: 'Lato', sans-serif;
  font-size: 2.4rem;
  color: #333;
  padding: 2rem 0 1rem 0;
  text-align: left;
}
.onemember h3 {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 0;
}
h4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: left;
}


p {
  font-size: 1.8rem;
  line-height: 2;
  padding: 1rem 0;
  margin: 0;
  text-align: left;
}
ul {
  list-style: disc outside;
}
li {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 1rem 0;
  margin: 0 0 0 20px;
}
article li {
  text-align: left;
}
figcaption {
  font-size: 1.4rem;
  text-align: left;
  padding-bottom: 2rem;
  line-height: 1.4;
}
p.edit {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

strong {
  font-weight: 700;
}
/* Main Navigation */
.mainnav {

}
.mainnav ul {
  display: flex;
  justify-content:center;
  list-style: none;
  align-items: flex-end;
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  z-index: 10;
  line-height: 1.6;
}
.mainnav ul li {
  padding: 3px 0;
  position: relative;
  border: 1px solid transparent;
  border-bottom: 0;
  transition: all .3s linear;
}
.mainnav a:link,
.mainnav a:visited {
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  transition: all .3s linear;
  padding: 8px 20px 5px 20px;
  border-bottom: 3px solid var(--dkgreen);
}
.mainnav a:active,
.mainnav a:hover {
  text-decoration: none;
  border-bottom: 3px solid var(--white);
}
.mainnav li.current-menu-parent a:link,
.mainnav li.current-menu-parent a:visited {
  color: #fff;
}
.mainnav li.current-menu-parent a:active,
.mainnav li.current-menu-parent a:hover {
  color: #fff;
}
.mainnav li.current-menu-parent .sub-menu a:link,
.mainnav li.current-menu-parent .sub-menu a:visited {
  color: #ABBB85;

}
.mainnav li.current-menu-parent .sub-menu a:active,
.mainnav li.current-menu-parent .sub-menu a:hover {
  color: #fff;
}

.mainnav li.current-menu-item a {
  color: #fff;
}
.mainnav li.current-menu-parent .sub-menu a:link,
.mainnav li.current-menu-parent .sub-menu a:visited,
.mainnav li.current-menu-item .sub-menu a:link,
.mainnav li.current-menu-item .sub-menu a:visited  {
  color: #ABBB85;
  border-bottom: 0;
}
.mainnav li.current-menu-item .sub-menu a:active,
.mainnav li.current-menu-item .sub-menu a:hover  {
  color: #fff;
}
.mainnav .sub-menu li.current-menu-item a:link,
.mainnav .sub-menu li.current-menu-item a:visited  {
  color: #fff;
  border-bottom: 0;
}
.mainnav .sub-menu li.current-menu-item a:active,
.mainnav .sub-menu li.current-menu-item a:hover  {
  color: #fff;
}

.mainnav .sub-menu {
  display: block;
  opacity: 0;
  z-index: 110;
  left: -9999px;
  position: absolute;
  border: 1px solid #174213;
  min-width: 100%;
  top: 44px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transition: opacity .3s linear;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4b8049+0,325933+100 */
  background: #4b8049; /* Old browsers */
  background: -moz-linear-gradient(top,  #4b8049 0%, #325933 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #4b8049 0%,#325933 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #4b8049 0%,#325933 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mainnav .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
}
.mainnav .sub-menu li a {
  display: block;
  padding: 5px 20px 5px 20px;
}
.mainnav li:hover .sub-menu {
  display: block;
  opacity: 1;
  left: 0;
}
.socialmedia {
  position: absolute;
  right: 0;
  bottom: 0px;
}
.footernav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.footernav ul {
    display: flex;
    justify-content:flex-end;
    list-style: none;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
}
.footernav ul li{
  padding: 0 20px;
  font-size: 1.6rem;
  text-transform: none;
  font-weight: 400;
}
.footernav a:link,
.footernav a:visited {
  color: var(--dkgreen);
  text-decoration: none;
  transition: all .3s linear;
}
.footernav a:active,
.footernav a:hover {
  color: var(--gold);
  text-decoration: none;
}
.bannerimage {
  width: 100%;
  height: 400px;
  height: 30vh;
}

.bannerimage img {
  object-fit: cover;
  width: 100%;
  height: 400px;
  height: 30vh;
}
.bannerimage img.ob-bottom {
  object-position: center bottom;
}
.bannerimage img.ob-top {
  object-position: center top;
}
.bannerimage img.ob-center {
  object-position: center;
}
.bannerimage img.ob-35 {
  object-position: center 35%;
}
.bannerimage img.ob-25 {
  object-position: center 25%;
}
.bannerimage img.ob-65 {
  object-position: center 65%;
}
.bannerimage img.ob-75 {
  object-position: center 75%;
}

img {
  max-width:100%;
  height: auto;
}
.slideshow img {
  object-fit: cover;
}
article {
  position: relative;
  text-align: center;
}
p.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter,
.wp-caption.alignnone {
  text-align: center;
  margin: 1rem auto;
}
p.wp-caption-text {
  max-width: 1200px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.2;
}
.contentimg img {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
span.contentimg {
  display: block;
  max-width: 600px;
  margin: 2rem auto;
}
.zoneslisting {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 25px;
  row-gap: 25px;
}
figure.wp-block-image.size-large {
  max-width: 900px;
  margin: 2rem auto;
  padding-bottom: 4rem;
}
figure.wp-block-image.size-large img {
  max-width: 100%;
  max-height: 100%;
  width: 900px;
  object-fit: cover;
}
figure.parawidth {
  max-width: 600px;
}
.onemember {
  position: relative;
  clear: both;
  border-top: 1px solid #efefef;
}
.bioinfo {
  display: grid;
  grid-template-columns: 250px 1fr;
  column-gap: 25px;
  padding-bottom: 25px;
}
.bioinfo.nopic {
  display: block;
}
.biopic {
  width: 250px;
  max-height: 250px;
  border: 1px solid #999;
  height: 250px;
  margin: 2rem 0;
}
.biopic img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
/* ######################
  Mobile Nav Toggle Icon
########################*/

.donateform {
  border: 1px solid #333;
  max-width: 600px;
  margin: 2rem auto;
  padding: 20px;
  box-sizing: border-box;
  background: #efefef;
}
input {
  display: block;
  width: 50%;
  margin: .5rem auto 2rem auto;
  padding: 5px;
  border: 1px solid #333;
  font-size: 1.8rem;
}
label {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #333;
  text-align: left;
}
.paypal-button-number-1,
.paypal-button-tagline,
.donateform span {
  display: none;
}
#description,
#invoiceidError,
#descriptionError {
  display: none;
}
.twitwrap{
  background: var(--ltgrey);
  border-top: 1px solid #333;
}
.twitwrap.instagram {
  background: var(--midgrey);
}
#ctf .ctf-header {
  border-bottom: 1px solid var(--midgrey);
}
#ctf .ctf-tweets {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content:flex-end;
  align-items: stretch;
  border: 1px solid var(--ltgrey);
  row-gap: 25px;
  gap: 20px;
  padding: 25px 0;
}
#ctf .ctf-tweets .ctf-item {
  width: 32%;
  background: #fff;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
}
#ctf a#ctf-more {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #333;
  width: auto;
  padding: 8px 15px 5px 15px;
  text-transform: uppercase;
  font-size: 1.4rem;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  line-height: 1;
  background: var(--dkgreen);
  color: #fff;
  font-weight: 700;
  transition: all .3s linear;
}
#ctf a#ctf-more:hover{
  background: var(--gold);
}

.burger {
  display: none;
  position: absolute;
  top: 8px;
  left: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.burger span {
  display: block;
  top: 10px;
  height: 2px;
  background: transparent;
  width: 40px;
  position: absolute;
}
.burger span.lettuce {
  top:0;
  background: #fff;
  transition: all .3s linear;
}
.burger span.cheese {
  top:10px;
  background: #fff;
  transition: transform .3s ease-in;
}
.burger span.patty {
  top:20px;
  background: #fff;
  transition: all .3s linear;
}

.burger.grillin > span.cheese {
  transform: translateX(-500px);

}
.burger.grillin > span.lettuce {
  transform: rotate(45deg);
  top: 10px;

}
.burger.grillin > span.patty {
  transform: rotate(-45deg);
  top: 10px;
}

@media only screen  and (max-width: 900px) {

  .burger {
    display: block;
  }

  .mainnav {
    position: absolute;
    left: -100%;
    top: 39px;
    width: 100%;
    background: var(--dkgreen);
    z-index: 1100;
    transition: all .3s linear;
  }
  .mainnav.shownav {
    left: 0;
  }
  .mainnav a {
    border-bottom: 0 !important;
  }
  .mainnav ul {
    display: block;
  }
  .mainnav ul li {
    display: block;
    margin: 0;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 5px 20px 0px 20px;
  }
  .mainnav ul .sub-menu {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    border: 0;
    opacity: 1;
    background: transparent;
  }
  p,
  article p,
  article ul,
  h1,
  h2,
  h3,
  h4,
  li {
    margin-left: 25px;
    margin-right: 25px;
  }
  .footernav ul {
    display: block;
  }
  .footernav ul li {
    text-align: right;
  }
  footer {
    padding-bottom: 10px;
  }
  footer p {
    margin-bottom: 0;
    margin-top: 1.5rem;
  }
  .footer .logo {
    margin-left: 25px;

  }
  .zoneslisting {
    grid-template-columns: 1fr;
    padding: 0 25px;
  }

  #ctf .ctf-tweets {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: 1px solid var(--ltgrey);
    row-gap: 25px;
    gap: 20px;
    padding: 25px;
  }
  #ctf .ctf-tweets .ctf-item {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
  }
  .socialmedia {
    bottom: -36px;
    right: 10px;
    z-index: 10;
  }
  .socialmedia img {
    filter: invert();
  }
  .bannerimage,
  .bannerimage img {
    max-height: 300px;
  }
}
@media only screen  and (max-width: 599px) {

  .bioinfo {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 25px;
    padding-bottom: 25px;

  }
  .biopic {
    margin-left:25px;
    margin-right:25px;
  }
  .footcol {
    padding: 0 0 0 25px;
  }
  .footernav {
    display: none;
  }
}