/*-----------------------------------*/
/* VARIABLES TO UPDATE FOR EACH SITE */
/*-----------------------------------*/
/* ef446e ff8755  ffd338*/
:root {
  --bg-opacity: 1;
  --dashboard-overlay: 1;
  --primary-color-light: rgba(239, 68, 110, 1);
  --primary-color: rgba(239, 68, 110, var(--bg-opacity));
  --primary-color-dark: rgba(239, 68, 110, 1);
  --primary-color-opaque: rgba(239, 68, 110, 0.2);

  --secondary-color: rgba(255, 135, 85, var(--bg-opacity));
  --secondary-color-opaque: rgba(255, 135, 85, 0.2);
  --secondary-color-light: rgba(255, 135, 85, 0.5);
  --upgrade-btn: #ffd338;
  --upgrade-btn-tools: #ffd338;
  --upgrade-btn-hover: #ffd338;
  --upgrade-notif: #ffd338;
  --home-accent: #ffd338;
  --dashboard-top-header-bg: rgba(211, 81, 88, var(--dashboard-overlay));
  --divider-color-one: rgba(211, 81, 88, 0.8);
  --divider-color-two: rgba(216, 133, 85, 0.8);
  --divider-color-three: rgba(255, 135, 85, 0.8);
  --color-extra: var(--primary-color);
  --im-active: var(--primary-color);
  --welcome-color-one: #ef446e;
  --welcome-color-two: #ff8755;
  --darkColor: #293148; /*things like fonts*/

  --loadingGIF: url("/custom-code/_site/realtybrush/images/loading.gif");

  --primaryFont: "Montserrat";
}

/*-----------------------------------*/
/* SITE SPECIFIC STYLES              */
/* NOTE: Always copy/ declare as     */
/* this styles are all required      */
/*-----------------------------------*/

body div,
body span,
h1,
h2,
h3,
h4 {
  font-family: var(--primaryFont);
  letter-spacing: 0px;
}

h1 {
  font-size: 42px;
}

h1.title {
  padding: 50px 10px 150px 10px;
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  margin: 0;
}

.wr-gradient {
  --bg-opacity: 1;
  background-image: -moz-linear-gradient(
    135deg,
    rgb(255 255 255) 20%,
    var(--primary-color-light) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    135deg,
    rgb(255 255 255) 20%,
    var(--primary-color-light) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    135deg,
    rgb(255 255 255) 20%,
    var(--primary-color-light) 100%
  ) !important;
  background-image: linear-gradient(
    135deg,
    rgb(255 255 255) 20%,
    var(--primary-color-light) 100%
  ) !important;
}

.py-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.py-section-s {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-normal {
  font-size: 1rem;
}

.text-medium {
  font-size: 2rem;
}

.text-large {
  font-size: 3rem;
}

.text-bold {
  font-weight: 900 !important;
}

section .description {
  font-size: 20px;
  line-height: 1.7rem;
}

hr.divider {
  height: 2px;
  width: 30%;
  margin: 0;
  background-color: white;
}

.text-cursive {
  font-size: 4rem;
  color: var(--home-accent);
  font-family: "Rolleteqacku Regular" !important;
}

.text-big {
  font-size: 4rem;
  font-weight: 800;
}

.services .main {
  margin-top: -110px;
}

.btn-new {
  border: none;
  padding: 1rem 2rem;
  border-radius: 9999px;
  background-color: white;
  color: black;
  transition: all 0.1s ease-in;
}

.btn-new.shadow {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.btn-new.border {
  box-shadow: 0 0 2px 25px rgba(255, 255, 255, 0.6);
}

.btn-new:hover {
  transform: scale(1.04);
}

section.members {
  padding-bottom: 5rem;
}

.arrows i {
  background-color: var(--home-accent);
  padding: 1rem;
  border-radius: 9999px;
  font-weight: 800;
}

.banner-video {
  border: 10px solid #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.feature-card {
  border: 1px solid #eee;
  border-radius: 4px;
}

.feature-card .feature-icon {
  width: 90px;
  height: 90px;
  background: var(--feature-background-normal);
  transition: all 0.1s ease-in;
}

.feature-card:hover {
  border: 0;
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.07);
}

.feature-card:hover .feature-icon {
  background: var(--feature-background-hover);
}

.sub-menu:hover {
  background-color: #efefef;
  border-radius: 4px;
}
/* TO BE MOVED TO MAIN CLASS */

.tippy-box[data-theme~="light"] .tippy-content {
  padding: 0;
}

.ts-loggedin-logo {
  max-width: 280px;
  position: absolute;
  left: 30px;
  top: -5px;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ts-tools-logo {
  max-height: 50px;
  margin-top: 0;
  position: relative;
  top: -5px;
}

.ts-landing-logo {
  max-height: 50px;
}

.ts-welcome-logo {
  height: 50px !important;
}

.rb-footer-logo {
  box-shadow: none !important;
  width: 350px;
}

.rb-footer-title {
  text-align: left !important;
  font-size: 30px !important;
  font-weight: 600 !important;
}

.rb-footer-menu-link {
  font-size: 18px;
}

.header-nav {
  display: flex;
}

.nav-icon {
  display: none;
}

.section.row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sub-menu {
  color: black;
  padding: 10px;
}

.sub-menu:hover {
  color: black;
  text-decoration: underline;
}

.btn {
  font-size: 24px;
  max-width: 100%;
  white-space: normal;
}

.btn-white {
  background-color: #fff;
  color: var(--primary-color-dark);
  border: none;
  padding: 20px 40px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-red {
  background-color: var(--primary-color-dark);
  color: #fff;
  border: none;
  padding: 20px 40px;
  border-radius: 5px;
  cursor: pointer;
}

.btn-white:hover,
.btn-red:hover {
  color: #fff;
  border: solid 2px #fff;
  padding: 18px 38px;
  background-image: -moz-linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  ) !important;
  background-image: -ms-linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  ) !important;
  background-image: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  ) !important;
}

.text-red {
  color: var(--primary-color-dark);
}

.textSize40 {
  font-size: 40px;
}

.textSize30 {
  font-size: 30px;
}

.header a {
  color: #333;
}

a.btn-red,
a.btn-white {
  text-decoration: none !important;
}

.header a:hover {
  text-decoration: none;
  color: var(--primary-color-dark);
}

p {
  font-weight: 500 !important;
}

.logoChurch {
  max-height: 75px;
}

.feature-icon {
  font-size: 50px;
  margin: 0 auto;
  float: none;
  display: block;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.textSize30 {
  font-size: 30px;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
}

li {
  margin-bottom: 10px;
}

ul.noBullet {
  list-style-type: none !important;
}

.stat {
  color: var(--primary-color-dark);
  font-size: 70px;
  font-weight: 900;
}

.statDesc {
  font-size: 24px;
}

a.text-white:hover {
  color: white;
  text-decoration: underline;
}

.feature-card {
  margin-right: 1rem;
  margin-bottom: 0;
}

.pricingPadding {
  padding: 50px 40px 100px 40px;
}

.icon75 {
  width: 75px;
}

.home-create-sermon-shot-button {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 3rem;
  z-index: 1;
  position: relative;
  min-width: 50%;
  float: left;
  transition: all 1s ease;
}

.home-create-sermon-shot-button h1 {
  font-size: 45px;
  padding-bottom: 0;
}

.embed-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.embed-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video {
  /*width: 100vw;
  height: 100vh;*/
  object-fit: cover;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.blobBackground {
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px !important;
  }
}

/* media query */
@media only screen and (max-width: 992px) {
  .templates-slider,
  .feature-cards,
  .animateSlide {
    flex-direction: column;
  }

  .home-create-sermon-shot-button {
    width: 100%;
    padding: 1.5rem;
  }

  .home-create-sermon-shot-button h1 {
    font-size: 22px;
  }

  .home-create-sermon-shot-button svg {
    display: none;
  }

  .paidPackage {
    width: 100%;
  }

  .paidPackage.popular {
    top: 30px;
  }

  .paidPackage#pricingForPlatinumPlan {
    top: 60px;
  }

  .church-app-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }

  .feature-card {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .templates-slider .temp img {
    height: 100% !important;
  }

  .services .main {
    margin-top: -105px;
  }

  .header-nav {
    display: none;
  }
  /** to be added to main.css, will be removed from user-dashboard.css*/
  .nav-icon {
    display: block;
    height: 25px;
    width: 25px;
    fill: rgb(0, 0, 0);
  }

  .section.row {
    flex-direction: column;
  }

  .feature-card {
    align-items: center;
  }

  .section.row .overview {
    align-items: center;
    text-align: center;
  }

  .section.row .testimonial {
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 467px) {
  h1 {
    font-size: 26px;
  }

  .btn {
    font-size: 20px;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .textSize40 {
    font-size: 30px;
  }

  .textSize30 {
    font-size: 20px;
  }

  .pricingPadding {
    padding: 20px;
  }

  #background-video {
    height: 100%;
  }
}
