.rounded-div {
  border-radius: 10px;
  overflow: hidden;
}

.button {
  border-radius: 8px;
}

.hero-text h2 {
  border-radius: 8px;
}
.hero-text-block .hero-text{
  border-radius: 16px;
}
.hero-text-block .hero-text h2{
  border-radius: 0px;
}
section.large-text-block.w-overlay .hero-text h2,
.hero-section .singleimg-hero .hero-text h2,
.hero-section.split-slide.zoom-overlay .hero-text h2,
.hero-section.large-text-block.w-overlay .hero-text h2,
header.style-eight .hero-section .just-logo-row.large-text-block.w-overlay .logo-column .logo-texts,
.just-logo-row.w-overlay .logo-wrap a .logo-texts,
.just-logo-row.zoom-overlay.split-slide .logo-wrap a .logo-texts,
.just-logo-row.default-slideshow .logo-wrap a .logo-texts,
.hero-section.default-slideshow .hero-text h2 {
  border-radius: 8px
}
header.style-eight .just-nav-row .menu > .li-break li > a,
header.style-eight .just-nav-row .menu > li > a.top-nav,
header.style-eight .hero-img-spacer .just-text-row,
header.style-eight .hero-section .hero-img-spacer .hero-text-block .hero-text h2{
  border-radius: 8px
}
.dropdown.menu > li > ul.is-dropdown-submenu li a,
.submenu.is-dropdown-submenu.menu > li > a.top-nav {
  border-radius: 0px!important;
}
.flip-row .front, .flip-row .back {
  border-radius: 10px;
}

.flip-row .front, .flip-row .back {
  border-radius: 15px;
  /* color: #fefefe; */
}

@media screen and (max-width: 39.9375em) {
  .flip-box .box-back-side {
    border-radius: 10px;
  }
}
@media screen and (min-width: 40em) {
  .flip-box .box-back-side,
.flip-box .box-front-side,
.flip-box .flank {
    overflow: hidden;
    border-radius: 10px;
  }
}
.grid-row .grid-box-col .row:first-of-type {
  /*border: 5px solid red;*/
  border-radius: 10px;
}

.grid-row .grid-box-col.static-card {
  border-radius: 10px;
}

.grid-row .double-box-col .double-top-box {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.double-box-row .double-top-box .front, .double-box-row .double-top-box .back {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

.double-box-row .double-bottom-box .front, .double-box-row .double-bottom-box .back {
  border-radius: 0px 0px 8px 8px;
  overflow: hidden;
}

.double-box-col.grid-box-col a.more-link {
  border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width: 39.9375em) {
  .double-box-row.flip-row .double-bottom-box .front {
    border-radius: 0px 0px;
  }
}
.icon-square {
  border-radius: 8px;
}

.testimonial-slide .slide-wrap {
  border-radius: 10px;
}

.googleMap {
  /*border-radius: 10px;*/
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
  border-radius: 8px;
}

.asymmetric-row .grid-col.static-card,
.asymmetric-row .grid-rows.static-card {
  border-radius: 10px;
}

.flip-img-wrap {
  border-radius: 10px;
}

.home-pg.contact-section .googleMapLink a {
  border-radius: 5px;
}

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