/*
Theme Name: FWA2025
Author: 808DB
Author URI: https://808db.com/
Description: A child theme for Twenty Twenty-Five.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
Template: twentytwentyfive
*/

body {
  background-color: #000000;
  background-image: url('http://www.farnsworthartglass.com/wp-content/uploads/fwa-bak.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x !important;
  background-size: auto;
  background-attachment: scroll;
  color: #efefef;
  font-family: var(--wp--preset--font-family--ysabeau-office);
  font-size: clamp(0.929rem, 0.929rem + ((1vw - 0.2rem) * 1.108), 1.4rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.24px;
  line-height: 1.5;
  --wp--style--root--padding-top: 0px;
  --wp--style--root--padding-right: 0;
  --wp--style--root--padding-bottom: 0px;
  --wp--style--root--padding-left: 0;
}

:where(.wp-site-blocks :focus) {
  outline-width: 0 !important;
  outline-style: none !important;
}

.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-top: 20px;
  margin-right: auto;
  width: 1000px;
  background-color: #000;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}

.wp-container-core-group-is-layout-3.wp-container-core-group-is-layout-3 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1000px;
  background-color: #000 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  background-color: #000;
  border-top: 2px solid #555;
  border-bottom: 2px solid #555;
}

/* Google Autofill Fix */

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  color: #575757;
  background-color: #F5EBE5 !important;
  background: #F5EBE5 !important;
  background-image: none;
  border: 1px solid #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
  color: #575757;
  background-color: #F5EBE5 !important;
  background: #F5EBE5 !important;
  background-image: none;
  border: 1px solid #000 !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 0.7em;
  width: 100%;
}

/* END Google Autofill Fix */

/* -- Ninja Forms -- */

.ninja-forms-form-wrap *, .ninja-forms-form-wrap ::after, .ninja-forms-form-wrap ::before {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 700px;
  font-size: large;
  text-align: left;
}

.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
  padding: 10px !important;
  background: #66cc99 !important;
  background-color: #66cc99 !important;
  border: 0;
  color: #000 !important;
  transition: all .5s;
  border-radius: .33rem;
}

.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
  padding: 10px !important;
  background: #66cc99 !important;
  border: 0;
  color: #000 !important;
  transition: all .5s;
  border-radius: .33rem;
  opacity: 4;
}

.nf-form-content textarea {
  background-color: #F5EBE5 !important;
  background: #F5EBE5 !important;
  border-radius: 5px !important;
}

/* -- END Ninja Forms -- */

/* ARI Fancybox */

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #66cc99 !important;
}

.fancybox-button {
    background: rgba(55,55,55,.8) !important;
}

.fancybox-button:hover {
    color: #ccccff !important;
}

.fancybox-progress {
    background: #ccccff !important;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

BODY .fancybox-thumbs {
    background-color: #000 !important;
}

BODY .fancybox-is-open .fancybox-bg {
    opacity: 0.99 !important;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #defaec !important;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991;
}

.fancybox-caption {
    display: none !important;
}

/* END ARI Fancybox */

/* ----- MEDIA SCREENS ----- */

@media screen and (min-width: 800px) and (max-width: 3000px) {
  p {
    color: #efefef !important;
    font-size: 18px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 799px) {
  p {
    color: #efefef !important;
    font-size: 14px !important;
  }
}