/**
Theme Name: Angelica Benissi
Author: Angelica Benissi
Author URI: https://angelicabenissi.com
Description: Angélica Benissi offers a serene and stylish online destination for yoga and Pilates enthusiasts, blending functionality with minimalist elegance. The website is fast, lightweight, and fully customizable, creating a seamless experience whether you\'re exploring curated activewear collections or reading wellness-inspired blog content. Optimized for performance and mobile responsiveness, it ensures effortless browsing across all devices. With thoughtful design, built-in SEO features, and compatibility with top tools, the site supports a mindful lifestyle while reflecting the grace and balance at the heart of yoga and Pilates practice.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: angelica-benissi
Template: astra
*/

body, html {
    overflow-x: hidden;
    width: 100%;
}

.eggshell{
    background-color: #F0E6D2;
}

.text-eggshell{
    color: #F0E6D2;
}

.bluejay {
    background-color: #165C7D;
}

.text-bluejay {
    color: #165C7D;
}

.lobellia {
    background-color: #89ABE3;
}

.text-lobellia {
   color: #89ABE3;
}


h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

h2 {
    font-size: 36px;
    margin-bottom: 18px;
    margin-top:20px;
}

h3 {
    font-size: 28px;
    margin-bottom: 16px;
    margin-top:20px;
}

h4 {
    font-size: 24px;
    margin-bottom: 14px;
    margin-top:20px;
}

h5 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top:20px;
}

h6 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top:20px;
}

p {
    font-size: 16px;

}

figure.wp-caption figcaption.wp-caption-text {
    font-size: 14px; /* Smaller font for caption */
    color: #666; /* Lighter gray color for the caption */
    margin-top: 10px; /* Adds space between image and caption */
    font-style: italic; /* Italicized text for captions */
    text-align: center; /* Center-align the caption */
    padding: 0 10px; /* Padding for a little space around the text */
}


button {
    box-shadow: none;
}


input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select, textarea {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    color: #fff !important;
}


.ast-container {
	display: block !important;
	padding: 0px;
	margin: 0px;
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
  display: flex;
  justify-content: center;
}


/*Contact Form*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea

{
   border-right-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    background-color:transparent;
}

input#form-date {
    background: transparent !important;
}

.input , input[type="checkbox"] {
    background-color: transparent;
    color: #fff;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
  }


.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    color: white !important;
    background-color: transparent;
    border-color: white;
}

:root {
  --ast-form-input-text: #ffffff !important;
}

@media only screen and (max-width: 600px) {
    .break-on-mobile {
      display: block;
      white-space: pre-line;
    }
  }


@media (min-width: 922px) {
    .page .site-content > .ast-container {
        max-width: 100% !important;
    }
}



@media (min-width: 922px) {
    .ast-container {
        max-width: none;
    }
}