/*
Theme Name: Intensa Child of Frost
Theme URI: https://frostwp.com/
Author: WP Engine
Author URI: https://wpengine.com/
Description: With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites. Frost is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, Frost is perfect for anyone looking to launch quickly and efficiently.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0.10.1769521800
Updated: 2026-01-27 08:50:00
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: frost
Text Domain: intensa-child-of-frost
Tags: block-patterns,block-styles,custom-colors,custom-logo,custom-menu,editor-style,full-site-editing,one-column,template-editing,threaded-comments,translation-ready,wide-blocks
*/
/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.d-none {
  display: none;
}

/* ==========================================================================
   PAGE TEMPLATES
   ========================================================================== */

/* Hide featured images on pages */
.page-template .wp-block-post-featured-image {
  display: none;
}

/* ==========================================================================
   RESOURCES & LITERATURE
   ========================================================================== */

/* PDF Resources - Variant 1 */
.pdf-resources-1 figure img {
  border: 1px solid #e8e8e8;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* PDF Resources - Standard */
.pdf-resources figure {
  border: 1px solid dimgray;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.pdf-resources figcaption {
  background: dimgray;
  margin-top: 0;
  color: white;
  padding: 0.20em;
}

.pdf-resources a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}

.pdf-resources img {
  width: auto;
  height: 231px;
}

/* Literature Pages */
.lit-page figure {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.lit-page img {
  border: 1px solid dimgray;
}

/* ==========================================================================
   MEDIA - VIDEOS
   ========================================================================== */

.yt-design,
.video-page iframe {
  border: 1px solid lightgray;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
   TABLES
   ========================================================================== */

/* Remove table borders */
.wp-block-table td,
.wp-block-table th {
  border: 0;
}

/* ==========================================================================
   IMAGES & FIGURES
   ========================================================================== */

/* Center image captions */
figcaption {
  text-align: center;
}

/* Rounded images */
.rounded_pic figure {
  border-radius: 4px;
}

/* Prop 65 Warning */
.prop-65 img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 450px;
  height: auto;
  padding-top: 1em;
}

/* ==========================================================================
   MODAL
   ========================================================================== */

/* Modal background overlay */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal content box */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
}

/* Modal close button */
#close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

#close:hover,
#close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* ==========================================================================
   FORMS - GENERAL
   ========================================================================== */

/* Contact Forms */
#contact-us-form {
  padding: 1em;
}

#request-a-quote-form {
  background: whitesmoke;
  padding: 1rem;
  border: 1px solid gray;
}

#request-a-quote {
  display: flex;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form p {
  padding: 0;
  margin: 0;
}

.state label,
#request-a-quote-form label {
  width: 100% !important;
}

/* Contact Form 7 */
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  border: 1px solid var(--wp--preset--color--neutral) !important;
  border-radius: 10px !important;
  padding: 5px 10px !important;
}

.wpcf7-form .wpcf7-text {
  color: black !important;
}

.wpcf7-form label {
  padding-top: 5px;
}

.wpcf7-form input[type="submit"] {
  background: var(--wp--preset--color--primary) !important;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

.wpcf7-form input[type="submit"]:hover {
  background: var(--wp--preset--color--secondary) !important;
}

input:focus,
textarea:focus {
  background-color: whitesmoke !important;
}

/* ==========================================================================
   FORMS - CONSTANT CONTACT
   ========================================================================== */

.constant input[type="text"],
.constant input[type="email"],
.constant textarea {
  padding: 5px 5px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}

.constant input[type="submit"] {
  width: 100%;
  color: white;
  padding: 14px 20px;
  margin-bottom: -20px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3398cc;
  box-shadow: none;
}

.constant input[type="submit"]:hover {
  background-color: #246b8f;
}

.constant input[type="checkbox"] {
  margin-right: 10px;
}

.constant input[type="checkbox"] + label {
  color: #3398cc;
}

/* ==========================================================================
   FORMS - WPCF7 GENERAL STYLING
   ========================================================================== */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  padding: 5px 5px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
}

.wpcf7 input[type="submit"] {
  width: 100%;
  background-color: #3398cc;
  color: white;
  padding: 14px 10px;
  border: none;
  cursor: pointer;
  box-shadow: none;
  margin-top: 5px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #32689a;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.site-header a:where(:not(.wp-element-button)) {
  font-weight: 600;
}

.site-header a:where(:not(.wp-element-button)):hover,
.site-header .current-menu-item {
  color: var(--wp--preset--color--primary) !important;
}

.site-header input {
  padding: 0px 5px !important;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */

@media screen and (min-width: 768px) {
  .contact-form {
    display: flex;
    flex-direction: row !important;
  }

  .modal-content {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .leftForm {
    flex: 1;
    padding-right: 0.25rem;
  }

  .rightForm {
    flex: 1;
    padding-left: 0.25rem;
  }
}