/*=================================================
General Formatting
=================================================== */
body {
  background-color: #133152 !important;
  color: #fff !important;
}

a {
  color: #5FD8F3 !important;
  text-decoration: none !important;
}

a:hover {
  color: #fff !important;
}

#pageLink a {
  text-decoration: none;
}

.current-menu-item > a,
.current_page_item > a {
  color: #5FD8F3 !important;
  border-bottom: 1px solid #5FD8F3;
}

#wpadminbar a {
  color: #fff !important;
}

::selection {
  background: #5FD8F3; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #5FD8F3; /* Gecko Browsers */
  color: #fff;
}

ul {
  margin: 0 !important;
}

div {
  font-family: 'Roboto', sans-serif;
}

.site-main {
  margin: 1.0em 0 0; /* Move content down slightly below nav */
}

.center-banner h1 {
  color: #5FD8F3;
  font-weight: 900;
  font-size: 40px !important;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.toggle {
  margin: 0 0 1.0em 0;
}

.hidden {
  visibility: hidden;
}

.entry-title {
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .center-banner h1 {
    color: #5FD8F3;
    font-weight: 900;
    font-size: 35px !important;
  }

  .current-menu-item > a,
  .current_page_item > a {
    border-bottom: 0px;
  }

}

/*=================================================
Announcement Bar
=================================================== */
div#banner {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
}

div#banner-content {
  text-align: center;
  padding: 10px;
}

#banner-close {
  display: none;
}

@media (min-width: 768px){
  #banner-close {
    display: block;
    background-color: #000 ;
    color: #fff ;
    border: 0px ;
  }
}

/*=================================================
Nav
=================================================== */
nav {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a8a8a;
  margin-top: 80px;
}

/* font-awesome icons */
nav .nav-icon {
  margin: .5rem .8rem;
}

/* margin instead of padding to allow border bottom to size better*/
nav .nav-link {
  margin: .5rem .8rem !important;
  padding: 0px !important;
}

nav a:hover {
  color: #fff !important;
}

@media (min-width: 768px){
  nav a:hover {
    border-bottom: 1px solid #fff;
  }

  /* font-awesome icons */
  nav .nav-icon a:hover, nav .custom-logo-link:hover {
    text-decoration: none !important;
    border-bottom: 0px solid #fff;
  }

  .vcenter {
    margin-top: 50px;
  }

  nav {
    background-color: #133152;
    margin-top: 20px;
  }

}

/*=================================================
Index
=================================================== */
#missionVideo video {
  width: 75vw;
  outline: none;
}

#missionVideo img {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 140px;
  height: auto
}
/*=================================================
Page
=================================================== */
#page p,h1,h2,h3,h4,h5,h6,figcaption {
  font-family: 'Roboto', sans-serif;
  padding: 0;
}

#page figcaption {
  font-size: 12px;
  white-space: nowrap;
}

#page p {
  text-align: justify;
  font-weight: 400;
}

#page h1 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

#page h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  text-transform: capitalize;
}

#page h3 {
  font-size: 22px;
  font-weight: lighter;
  text-align: left;
  text-transform: capitalize;
}

#page td {
  padding: 0 20px;
}

p {
  text-align: justify;
  margin: 10px 0 0 0;
}

.pod img {
  padding: 10px;
}

.must-log-in {
  margin-bottom: 60px;
}

@media (max-width: 575px) {

  #page h1 {
    font-size: 24px;
  }

  #page h2 {
    font-size: 22px;
  }

  #page h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

}

/*=================================================
Posts
=================================================== */
.story {
  text-align: center;
}

.entry-footer .cat-links {
  display:none;
}

.story .post-thumbnail {
  margin-bottom: 60px !important;
}

.not-found {
  margin-bottom: 50px;
}

.post-thumbnail-border img, .story .wp-block-image img {
  border: 1px solid #5FD8F3 !important;
  border-radius: 5px;
  margin: 0 auto;
}

.story .wp-block-image, .story .post-thumbnail  {
  min-width: 40vw !important;
  max-width: 40vw !important;
  margin: 20px auto;
}

.comment-form {
  padding: 0 0 40px 0;
}

.comment-list p {
  margin: 0;
}

.comment-form #submit {
  background:-moz-linear-gradient(top, #5FD8F3 5%, #9DBF43 100%);
  background:-webkit-linear-gradient(top, #5FD8F3 5%, #9DBF43 100%);
  background:-o-linear-gradient(top, #5FD8F3 5%, #9DBF43 100%);
  background:-ms-linear-gradient(top, #5FD8F3 5%, #9DBF43 100%);
  background:linear-gradient(to bottom, #5FD8F3 5%, #9DBF43 100%);
  background-color:#5FD8F3;
  -moz-border-radius:28px;
  -webkit-border-radius:28px;
  border-radius:28px;
  border:1px solid #5FD8F3;
  display:inline-block;
  cursor:pointer;
  color:#000;
  font-family:Arial;
  font-size:17px;
  padding:16px 31px;
  text-decoration:none;
  text-shadow:0px 1px 0px #5FD8F3;
}

@media (max-width: 575px) {

  .story .wp-block-image, .story .post-thumbnail {
    min-width: 60vw !important;
    max-width: 60vw !important;
  }

}

.post {
  margin: 0 !important;
}

/*=================================================
Team Page
=================================================== */
.teamPage img {
  border-radius: 10%;
  border: 1px solid #8a8a8a;
  width: 200px;
  margin-bottom: 10px;
}

.v-center {
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 575px) {

  .teamPage img {
    width: 150px;
  }

}

/*=================================================
Search
=================================================== */
.search-form {
  text-align: center;
}

.search-field {
  width: 60vw;
  height: 40px;

}

.search-submit {
  color: white;
}

/*=================================================
Grid
=================================================== */
* { box-sizing: border-box; }

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 20%;
}

@media (max-width: 575px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
  .grid-overlay {
    opacity: 80% !important;
  }


}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}

.grid-item {
  float: left;
  cursor: pointer;
}

.grid-item img {
  display: block;
  max-width: 100%;
  position: relative;
}

.grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  opacity: 0%;
  transition: .5s ease;
  color: white;
  background-color: rgba(15,15,15,.7);
}

.grid-overlay:hover {
  opacity: 90%;
}


.grid-text, .grid-text a, .grid-text a:hover {
  position: relative;
  top: 50%;
  transform: translateY(0);
  font-weight: 200;
  font-size: 25px;
  font-family: 'Muli', sans-serif;
  color: #fff !important;
  text-decoration: none !important;
}

.grid-subtitle {
  position: relative;
  top: 50%;
  transform: taslateY(0;)
  font-weight: 200;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
}

/*=================================================
Search
=================================================== */

.search-form input {
  line-height: 2.5em;
  border: 1px solid #5FD8F3 !important;
  border-radius: 3px !important;
  padding-left: 5px;
}

.search-form i {
  display: inline-block;
  vertical-align: middle;
}

.search-submit {
  background-color: inherit;
  border: none;
}

/*=================================================
Google Recaptcha / Contact Form
=================================================== */
.grecaptcha-badge {
  bottom: 60px !important;
}

.wpforms-confirmation-container-full {
  background-color: #5FD8F3 !important;
  color: black !important;
  border-radius: 5px;
}

/*=================================================
Store
=================================================== */



@media (max-width: 575px) {
  .store-text {
    font-size: 10px;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  text-align: center !important;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product h2 {
  text-align: center !important;
}

.woocommerce .columns-3  a, .woocommerce-notices-wrapper a, .checkout-button, .woocommerce .button.button {
  color: #fff !important;
}

.woocommerce .columns-3  a:hover, .woocommerce-notices-wrapper a:hover, .checkout-button:hover, .woocommerce .button.button:hover, .woocommerce-checkout-payment a:hover, .woocommerce-info a:hover {
  color: #000 !important;
}

.woocommerce {
  margin-bottom: 50px !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #5FD8F3 !important;
}

.woocommerce-Price-amount {
  color: #5FD8F3 !important;
}

.out-of-stock {
  color: #ED254E !important;
  font-weight: bold !important;
}

.in-stock {
  color: #5FD8F3 !important;
}

.pswp__caption__center {
  display: none;
}

.woocommerce-error {
  margin-bottom: 20px !important;
}

#coupon_code {
  width: 150px !important;
}

.woocommerce-info {
  border-top-color: #5FD8F3 !important;
  padding: 5px !important;
}

.woocommerce-info::before {
  display: none !important;
}

.woocommerce-checkout-payment {
  color: #000 !important;
}

.woocommerce-info::before {
  color: #5FD8F3 !important;
}

.select2-results li {
  color: #000;
}

.wc_payment_method label {
  display: unset !important;
}

/* Fix for Woocomerce and Bootstrap Conflict */
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

.woocommerce-loop-product__title {
  font-size: 20px !important;
}

/*=================================================
WP-Members
=================================================== */
.div_checkbox {
  float: left;
  margin-right: 10px;
}


/*=================================================
Footer
=================================================== */

footer {
  width: 100%;
  background: #133152;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 0 40px;
}

footer .footer-left, footer .footer-right {
  text-align: center;
  margin: 0 0 10px 0;
}

footer .footer-left-sub {
  display: inline-block;
}

footer .footer-right a {
  margin: 0 5px;
}

footer a:hover {
  color: white !important;
  border-bottom: 1px solid white;
  text-decoration: none;
  font-weight: bold;
}

footer a {
  text-decoration: none;
}

footer .footer-right a:hover {
  border-bottom: 0px solid white;
}

@media (min-width: 768px) {

  footer {
    position: fixed;
    bottom: 0;
    height: 40px;
    line-height: 40px;
  }

  footer .footer-left {
    text-align: left;
  }

  footer .footer-right {
    text-align: right;
  }

  footer .hidden {
    visibility: visible;
  }

}
