/*
Theme Name: Creative62 Child
Description: Child theme for Creative62 theme
Author: Creative62
Template: creative62
Version: 2.8.9.1
Text Domain: creative62
*/
/*
.my-element {
    width: 100px;
    height: 100px;

    @include respond-to(small) {
      width: 50px;
      height: 50px;
    }

    @include respond-to(medium) {
      width: 75px;
      height: 75px;
    }

    @include respond-to(large) {
      width: 150px;
      height: 150px;
    }
  }
*/
.t-entry-text a, .t-entry-text {
  color: #202020;
}

.curved-right img {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.curved-left img {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.unradius-xl, .img-round-xl.img-round,
.img-round-xl.tmb-round, .img-round-xl.img-round > img,
.img-round-xl.tmb-round > img,
.img-round-xl.img-round > .t-inside,
.img-round-xl.tmb-round > .t-inside,
.img-round-xl.img-round .t-entry-visual-cont > a,
.img-round-xl.tmb-round .t-entry-visual-cont > a, .uncell.unradius-xl,
.uncont.unradius-xl, .img-round-xl.img-round.tmb > .t-inside .t-entry-visual,
.img-round-xl.img-round.tmb > .t-inside .t-entry-visual-cont {
  border-radius: 30px;
}

header#masthead, .menu-container.style-light-bg.menu-no-borders.menu-shadows {
  background: #202020;
}

.nav a {
  color: white !important;
}

.menu-item.btn {
  border-color: red;
}

.widget.widget_nav_menu ul li a {
  color: #ffffff !important;
}

footer i {
  color: white;
}

footer i:hover,
a.custom-link.btn-underline.border-width-0.text-color-wht-color.btn-no-scale.btn-icon-left:hover {
  color: #CD2026 !important;
  transition: 0.5s ease-in-out;
}

.color p {
  color: #CD2026;
}

.widget.widget_nav_menu ul li a:hover, .menu-item a:hover {
  color: #CD2026 !important;
  transition: 0.5s ease-in-out;
}

a.custom-link.btn.border-width-0.red-fill.btn-default.btn-no-scale.btn-icon-left,
.hover-border-11.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-20.menu-btn-container.btn,
a.custom-link.btn.border-width-0.btn-color-red.btn-circle.btn-outline.btn-no-scale.btn-icon-left {
  background: linear-gradient(to left, transparent 50%, #CD2026 50%) right;
  background-size: 200%;
  transition: 0.5s ease-in-out;
}

a.custom-link.btn.border-width-0.red-fill.btn-default.btn-no-scale.btn-icon-left:hover,
.hover-border-11.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-20.menu-btn-container.btn:hover,
a.custom-link.btn.border-width-0.btn-color-red.btn-circle.btn-outline.btn-no-scale.btn-icon-left:hover {
  background-position: left;
  border-color: #CD2026;
  transition: 0.5s ease-in-out;
}

a.custom-link.btn.border-width-0.green-fill.btn-color-wht.btn-circle.btn-outline.btn-no-scale.btn-icon-left {
  background: linear-gradient(to left, transparent 50%, #67A087 50%) right;
  background-size: 200%;
  transition: 0.5s ease-in-out;
}

a.custom-link.btn.border-width-0.green-fill.btn-color-wht.btn-circle.btn-outline.btn-no-scale.btn-icon-left:hover {
  background-position: left;
  border-color: #67A087 !important;
  transition: 0.5s ease-in-out;
}

.inline-text h3.t-entry-title, .inline-text .t-entry-excerpt.text-lead {
  display: inline-block;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-right: 10px;
}/*# sourceMappingURL=style.css.map */