/*
Theme Name: Airvana Child
Theme URI: https://www.cornerstonead.com
Description: Airvana Child is a child theme of Airvana
Author: Cornerstone Advertising
Author URI: https://www.cornerstonead.com
Template: airvana
Version: 1.0.0
Text Domain: airvana-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */
a{
  font-weight: bold;
  color: #0d0d0d;
}
a:hover{
  color:#af8a2b;
}

.hide-mobile .address .csa-dni a,
.hide-mobile .address .csa-dni a:hover{
  font-size:20px;
  color: #000000;
  border: none;
  box-shadow: none !important;
  border-radius: 0px !important;
  width: auto;
  height: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  margin-bottom: 1.25rem !important;
  margin-top: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 1.25;
}
h1.h2-baslik-anasayfa-ozel{
  font-size: 40px;
}
.h2,h2{
  font-size: 30px;
  color:#ecbc3b;
}
.h3,h3{
  font-size: 24px;
  color:#ecbc3b;
}
p{
  margin-bottom: 1.25rem;
}
/* Nav Bar */
.navbar .site-menu{
  margin-left:40px !important;
}
.navbar .site-menu ul li{
  padding: 0px 5px !important;
}
.navbar .site-menu ul li a{
  padding:7px !important;
}
.navbar-light .navbar-nav .nav-link{
  padding:5px !important;
}
.navbar .site-menu ul li ul.dropdown-menu.dropdown-submenu{
  margin-left:200px;
  margin-top:-47px;
}
.navbar .site-menu ul.nav.navbar-nav>li>a{
  color:#ffffff !important;
}
.navbar .site-menu ul.nav.navbar-nav>li.menu-item-has-children > a::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff !important;
  margin-left: 10px;
  transition: transform 0.3s ease;
  margin-bottom: 1px;
}
.sticky .navbar .site-menu ul.nav.navbar-nav>li.menu-item-has-children > a::after{
  border-top: 5px solid #231f20 !important;
}
/* Mobile CTA */
.seg-mobile-cta-wrapper{
  display: none
}
@media (max-width: 768px) {
  .seg-mobile-cta-wrapper{
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 8;
    width: 100%;
    height: 65px;
    background-color: #ffffff;
  }
}
.seg-mobile-cta-row{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}
.seg-cta-schedule a, .seg-cta-phone a{
  padding: 15px 25px;
  margin: 0px 5px;
  color:#ffffff;
  background-color: #CD372A;
  border-radius: 5px;
}
#top{
  bottom:-10px !important;
}
/* Front Page */
.slider .main-slider .swiper-slide .container a.seg-hero-btn{
  background:#CD372A !important;
}
/* CTAs and Callouts */
.seg-callout, .seg-callout p{
  font-size:20px;
  font-weight: 700;
  text-align: center;
}
.seg-callout{
  padding: 20px;
  margin: 30px 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #2c579f !important;
}
.seg-callout a{
  color:#ecbc3b;
}
.seg-cta-btn-wrapper{
  margin: 30px 0px;
}
.seg-cta-btn-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.seg-cta-btn-item{
  flex-basis: 100%;
  text-align: center;
  margin: 10px 0px;
}
@media (min-width: 768px) {
  .seg-cta-btn-item{
    flex-basis:33.3%;
  }
}
.seg-cta-btn-item a{
  padding: 10px 20px;
  margin: 0px 5px;
  color:#ffffff;
  background-color: #CD372A;
  border-radius: 3px;
}
/* Offers */
.offer-items.wrapper-outter .offer-item.wrapper-outter{
  text-decoration: none;
  margin:20px 0px 20px 0px;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .wrapper-inner .wrapper-content{
  cursor: pointer;
  position:relative;
  height:100%;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .background-image{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .background-border{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:1px dashed #000000;
  border-radius: 15px;
  box-shadow: 0px 0px 4px black;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper{
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  padding:20px;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .logo-wrapper{
  text-align: center;
  margin-bottom:20px;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .title{
  font-size: 32px !important;
  font-weight: bold;
  line-height: 1.15;
  color:#000000;
  margin-bottom:20px;
}
.offer-items.wrapper-outter .offer-item.wrapper-outter .text-wrapper .subtitle{
  font-size: 24px !important;
  line-height: 1.15;
  margin-bottom:20px;
}
.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 figure{
  margin: 0 auto;
}
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;
}
/* Footer */
.csa-client-businesshours{
  margin:0 auto;
}
