/**
 * Theme Name: Spectra One
 * Author: Brainstorm Force
 * Author URI: https://brainstormforce.com/
 * Description: Spectra One is a beautiful and modern WordPress theme built with the Full Site Editing (FSE) feature. It's a versatile theme that can be used for blogs, portfolios, businesses, and more. Spectra One comes with a sleek and professional design that will make your website stand out from the crowd.
 * Requires at least: 6.1
 * Tested up to: 6.7
 * Requires PHP: 7.4
 * Version: 1.1.6
 * License: GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: spectra-one
 * Tags: full-site-editing, blog, theme-options, translation-ready, rtl-language-support, full-width-template
*/
header {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.swt-sticky-header.swt-sticky-header-active {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.page-id-7 .wp-block-cover.is-light {
    display: none;
}
.page-id-7 .wp-block-post-content {
    margin: 0px;
}
.wp-block-cb-carousel .slick-slide {
    padding:0px;
}
.wp-block-cover, .wp-block-cover-image {
    min-height: 300px;
}
/* Contact Form 7 Input fields and text area CSS 
 ---------------------------*/
 .wpcf7 input[type="text"],
 .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"],
 textarea {
     font-size: 16px;
     background-color: #f5f5f5;
     border: none;
     width: 95%;
     padding: 2%;
 }
 /* Contact Form 7 Submit Button 
 -------------------------------*/
 .wpcf7 input[type="submit"] {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    background: #E2272E;
    padding: 15px 25px;
    border: none;
    border-radius: 5px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.wpcf7 input:hover[type="submit"] {
    background: #494949;
    transition: all 0.4s ease 0s;
}
.wpcf7 input:active[type="submit"] {
    background: #000000;
}

.whatsapp-button .fa-whatsapp {
    color: #0CC143;
    font-size: 20px;
    font-weight: bold;
}

.page-id-118 .has-primary-color {
    display: none;
}

.wp-block-buttons>.wp-block-button.is-style-outline a {
    color: #ed1c24;
    padding: 5px 10px;
    border: 3px solid;
    font-weight: bold;
}
.wp-block-buttons>.wp-block-button.is-style-outline a:hover {
    color: white;
    background-color: #ed1c24;
    padding: 7px 12px;
    border: 0px solid;
    font-weight: bold;
}