/*!Theme Name: Flaps 
Theme URI: http://underscores.me/ 
Author: Taxi & Takeoff 
Author URI: https://taxiandtakeoff.agency 
Description: A theme designed by and for Taxi & Takeoff Agency 
Version: 1.0.0 
Tested up to: 5.4 
Requires PHP: 5.6 
License: GNU General Public License v2 or later 
License URI: LICENSE 
Text Domain: flaps 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
WooCommerce Support: Yes*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 body {
    padding: 0 !important;
    margin: 0 !important;
 }
.text-shadow-sm {
    text-shadow: 0 1px 1px rgb(0 0 0 / 0.05), 0 1px 1px rgba(0, 0, 0, 0.08) !important;
}

.text-shadow {
    text-shadow: 0 2px 4px rgb(0 0 0 / 0.1), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
}

.text-shadow-md {
    text-shadow: 0 6px 3px rgb(0 0 0 / 0.07), 0 3px 6px rgba(0, 0, 0, 0.08) !important;
}

.text-shadow-lg {
    text-shadow: 0 10px 8px rgb(0 0 0 / 0.04), 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.text-shadow-xl {
    text-shadow: 0 20px 14px rgb(0 0 0 / 0.03), 0 6px 12px rgba(0, 0, 0, 0.1) !important;
}

.text-shadow-2xl {
    text-shadow: 0 25px 25px rgb(0 0 0 / 0.15), 0 8px 16px rgba(0, 0, 0, 0.1) !important;
}

.text-shadow-none {
    text-shadow: none;
}

.text-contour-md {
    text-shadow: -1px 1px 0 #111, 2px 4px 0 rgb(204 51 0), 1px -1px 0 #000, -1px -1px 0 gb(204 51 0) !important;
}

.form-noon input[type="text"],
.form-noon input[type="email"],
.form-noon input[type="url"],
.form-noon input[type="password"],
.form-noon input[type="search"],
.form-noon input[type="number"],
.form-noon input[type="tel"],
.form-noon textarea {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 3px solid #e27756;
    background: transparent;
    color: #e27756;
    margin-bottom: 24px;
    padding: 8px;
    max-height: 150px;
}

.form-white input[type="text"],
.form-white input[type="date"],
.form-white input[type="email"],
.form-white input[type="url"],
.form-white input[type="password"],
.form-white input[type="search"],
.form-white input[type="number"],
.form-white input[type="tel"],
.form-white textarea {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 3px solid #fff;
    background: transparent;
    color: #fff;
    margin-bottom: 24px;
    padding: 8px;
    max-height: 150px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 3px solid #e27756;
    background: transparent;
    color: #e27756;
    margin-bottom: 24px;
    padding: 8px;
    max-height: 150px;
}

.wpcf7-form p {
    margin: 0 0 28px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: none !important;
}

.wpcf7-mail-sent-ok {
    border: 0;
    background: #5471de;
    color: #e27756;
    padding: 18px;
}

.wpcf7-acceptance-missing,
.wpcf7-validation-errors {
    border: 0;
    background: #f9443b;
    color: #e27756;
    padding: 18px;
}

.wpcf7-not-valid-tip {
    color: #f9443b;
}

.wpcf7-form .button {
    background-color: #d1d5db;
    border: 0;
    color: #c30;
    border-radius: 32px;
    text-align: center;
    margin: 15px 0;
    width: 100%;
    padding: 10px 32px;
    font-size: 20px;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 4px 6px -4px 12px rgba(0, 0, 0, 0.5);
}

.wpcf7-form .button:hover {
    cursor: pointer;
    background: #fff;
    color: #c30;
    box-shadow: none;
    transition: 0.2s;
}

article > ol {
    list-style-type: decimal !important;
}

article > p  > a {
    text-decoration: underline !important;
    text-decoration-color: #e27756 !important;
}

article > strong > a {
    text-decoration: none !important;
}

article > p {
    font-family: 'Taviraj', serif !important;
    font-size: 1.25rem !important;
    margin-bottom: 1.2rem;
    padding: 0 24px !important;
}

article > ul {
    list-style-type: disc !important;
    list-style-position: inside !important;
    color: darkgrey;
    font-size: 1.25rem !important;
    margin-bottom: 1.2rem;
    padding: 0 4rem !important;
    line-height: 2rem !important;
}

article > figure > img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100% !important;
}

article > ol > li {
    margin-top: 2rem !important;
    margin-bottom: 3rem !important;
}

article > ol > li > h2 {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
}

article > h3 {
    font-family: 'Ledger', serif !important;
    margin-top: 2.4rem !important;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    font-size: 1.4rem !important;
    line-height: 1.75rem !important;
}

article > h2 {
    font-family: 'Ledger', serif !important;
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    font-weight: 700 !important;
    font-size: 1.7rem !important;
    line-height: 2.2rem !important;
}

article > h1 {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    font-size: 2.5rem !important;
    line-height: 2rem !important;
}

.wp-block-heading {
    margin-bottom: 1rem !important;
}

figure.wp-block-embed {
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    padding: 0 !important;
    border-radius: 1.4rem !important;
}
.wp-block-embed__wrapper > iframe {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 1.4rem !important;
}
.wp-block-embed,
.is-type-video,
.is-provider-youtube,
.wp-block-embed-youtube {
    aspect-ratio: 16/10 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wp-block-embed__wrapper > iframe {
    width: 100% !important;
    aspect-ratio: 16/10 !important;
    padding: 0 !important;
}

.ipr-container {
   background-color: #000 !important;
}

.ipr-container > div {
    background-color: #000 !important;
}

