/*
Theme Name: AJS2025
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
*/

:where(.wp-site-blocks) > * {
  margin-block-start: 0;
  margin-block-end: 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;
}

.field-wrap button, .field-wrap input[type="button"], .field-wrap input[type="submit"], .field-wrap > div input[type="checkbox"] {
  width: auto;
  font-size: 1.75rem;
  padding: 10px;
  background-color: #398a97;
  color: #efefef;
  border: none;
  border-radius: .33rem;
}

/* Google Autofill Fix */

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  color: #575757;
  background-color: #fff !important;
  background: #fff !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: #fff !important;
  background: #fff !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 */

/* Fancybox */

#fancybox-title, #fancybox-title-float-main {
  color: #fff;
  text-align: center;
}

/* END Fancybox */