/**
Theme Name: Spectra One Child
Author: Ne.W.S. Newebsolutions S.r.l.
Author URI: https://www.newebsolutions.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.
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: spectra-one-child
Template: spectra-one
* Tags: full-site-editing, blog, theme-options, translation-ready, rtl-language-support, full-width-template
*/
/* ============================================ *
 * Layout
 * ============================================ */

/* ============================================ *
 * Header
 * ============================================ */
header .top a {
  color: #fff !important;
}
header .header a {
  text-decoration: none !important;
}
header .header a:hover {
  color: #be2135 !important;
}
header .header.uagb-position__sticky.uagb-position__sticky--stuck.wp-block-uagb-container.uagb-is-root-container {
  z-index: 9999 !important;
}

/* ============================================ *
 * Form
 * ============================================ */
.wpcf7 .wpcf7-form .wpcf7-text, .wpcf7 .wpcf7-form .wpcf7-email, .wpcf7 .wpcf7-form .wpcf7-textarea, .wpcf7 .wpcf7-form .wpcf7-select {
  width: 98%;
  max-width: 98%;
  padding: 0.3rem 0.75rem;
  font-family: "Nunito Sans", "Arial Narrow", Arial, sans-serif;
  font-size: medium;
  color: #000;
}
.wpcf7 .wpcf7-form .wpcf7-submit.uagb-buttons-repeater.wp-block-button__link:hover {
  background: #000 !important;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  background: #fff;
}

/* ============================================ *
 * Typhography
 * ============================================ */
.txt_white {
  color: #fff;
}
.txt_white:hover {
  color: #fff;
}

.aligncenter {
  text-align: center;
}

/* ============================================ *
 * Sidebar principale
 * ============================================ */
.sidebar-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 30px;
}

.sidebar-sticky ul.wp-block-latest-posts__list li {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 1rem;
}

/* ============================================ *
 * ElasticEmail FORM
 * ============================================ */
form.EWF__form .inputs input.form-control {
  display: block;
  padding: 0.3rem 1rem;
  line-height: normal;
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 1rem;
}
form.EWF__form fieldset {
  border: 0px solid;
}
form.EWF__form a {
  color: #be2135;
  text-decoration: underline;
  font-weight: 700;
}
form.EWF__form a:hover {
  color: #000;
}
form.EWF__form .EWF__subscribe {
  cursor: pointer;
  background: #be2135;
  color: #fff;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  border: 0px solid;
  font-size: 1rem;
  font-family: Marcellus SC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
form.EWF__form .EWF__subscribe:hover {
  background: #000;
}
form.EWF__form div p {
  line-height: normal !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/********RESPONSIVE**********/
/* for 1366px screens*/
/* Tablet Large screens 1200px */
/* Tablet Medium screens 1024px*/
/* Medium screens
min-width 769px, medium screens */
/* Mobile Small screen 768px */
@media only screen and (max-width: 48em) {
  /** Blog **/
  .wp-block-post-featured-image {
    height: auto !important;
    overflow: inherit !important;
  }
}

/*# sourceMappingURL=style.css.map */
