/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Header Buttons */
.csa-dni.seg-header-cta a,.csa-dni.seg-header-cta a:hover{
  color:#242F3F;
}
/* CTA Link */
@media (max-width: 1024px) {
  .seg-home-cta-wrapper .elementor-shortcode{
    text-align: center;
  }
}
.csa-dni.seg-home-hero-cta a,.csa-dni.seg-home-hero-cta a:hover{
    background-color: #242F3F;
    font-family: "tt-commons-pro", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    fill: #ffffff;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 18px 30px 20px 30px;
}
.csa-dni.seg-cta-link a,.csa-dni.seg-cta-link a:hover{
  color:#242F3F;
}
.csa-dni.seg-cta-reverse a,.csa-dni.seg-cta-reverse a:hover{
  color:#ffffff;
}
/* Offers */
.offer-items.wrapper-outter .offer-item.wrapper-outter .background-border{
  background-color: white;
  border: 2px solid #242F3F !important;
  border-radius: 15px;
  box-shadow: 0px 0px 4px black;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper{
  text-align: center;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .title{
  font-size: 32px !important;
  line-height: 1.15;
  color:#2F9953;
  margin-bottom:10px;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .subtitle{
  font-size: 24px !important;
  line-height: 1.15;
  margin-bottom:10px;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .content{}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .disclaimer > p{}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .postscript > p{}

html body.single-offer_landing{
  background: white;
  background-image: none;
}
html body.single-offer_landing > .container{
  margin-top: 20px;
}
html body.single-offer_landing .seg-offer-landing{
  padding-top:1em;
}
html body.single-offer_landing .seg-offer-landing .ol-cols{
  column-gap: 10px;
}
html body.single-offer_landing .seg-offer-landing .ol-coupon-wrapper, html body.single-offer_landing .seg-offer-landing .ol-form-wrapper{
  height: 100%;
}
html body.single-offer_landing .seg-offer-landing .ol-coupon-wrapper .olc-value{
  /*-webkit-text-stroke: 2px white;
  text-shadow: -2px 2px 8px rgba(0,0,0,0.65);*/
  background-color: white;
}
html body.single-offer_landing .seg-offer-landing .ol-coupon-wrapper .olc-title{
  text-shadow: -2px 2px 8px rgba(0,0,0,0.65);
  background-color: white;
}
html body.single-offer_landing .seg-offer-landing .ol-form-wrapper .olf-description a{
  color:white;
}