body {
  font-family: "Montserrat", sans-serif;
}

h4 {
  margin: 14px 0px;
}

.bold {
  font-weight: bold;
}

/** TEXT CLASSES */
.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

img.responsive {
  width: 100%;
  height: auto;
}

.text-itech {
  color: #e65100 !important;
}

.text-center {
  text-align: center;
}

/** CARD */
.card {
  background-color: white;
  text-align: left;
  border-radius: 8px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.5s;
}

.element-card {
  /* height: 360px; */
}

.element-card:hover {
  transform: scale(1.015);
}

.card-body {
  padding: 12px;
}

.card-cover img {
  width: 100%;
  height: 240px;
  border-radius: 0.25rem 0.25rem 0px 0px;
  object-position: center;
  object-fit: cover;
}

.card-title {
  color: #2e2e2e;
}

.card-body .card-sub-title {
  color: #727272;
  line-height: 15px;
  font-size: 10pt;
}

.bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.element-card:nth-of-type(odd) {
  margin: 0 10px 15px 0;
}

.element-card.large {
  min-height: 350px;
  height: 100%;
}

.subtitle {
  color: #727272;
}

/** SEARCH */
.search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-container input {
  padding: 10px 16px;
  border-radius: 20px;
  border: none;
  -webkit-box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.back-button {
  background-color: transparent;
  border: none;
  font-size: 24pt;
  margin-right: 16px;
  cursor: pointer;
}

.details-title {
  display: flex;
  align-items: center;
}

.medium-text {
  font-size: 10pt;
}

/** SPACING CLASSES */
.mt-1 {
  margin-top: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3px {
  margin-bottom: 3px;
}

.mt-3px {
  margin-top: 3px;
}

/** BUTTONS */
.is-itech {
  background-color: #e65100 !important;
  border-color: transparent !important;
  color: #fff !important;
  display: unset !important;
}

/** FLEX HELPERS */
.is-flex {
  display: flex;
}

.is-flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

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

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

/** PLAYLIST */
.playlist-container {
  list-style: none;
  padding: 0px;
}

.playlist-container li {
  border-bottom: 2px solid rgb(224, 224, 224);
  padding: 8px 0px;
}

.iframe-container iframe {
  width: 100% !important;
  height: 315px !important;
}

.clickable {
  cursor: pointer;
}

.event-slider-item {
  height: auto;
  width: 100%;
  min-height: 315px;
  cursor: pointer;
  max-height: 80vh;
}

.modal-close-button {
  float: right;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.responsive-img {
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .responsive-img {
    width: auto;
    height: 100%;
  }
}

/* MODAL */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 90%;
  max-height: 90vh;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.events-slider-container {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  margin: 32px 0px;
}

.events-slider-container .event-slider-card-container {
  width: 350px;
  min-width: 350px;
  margin: 32px 32px;
}

.event-slider-card-container .element-card .card-body {
  padding: 0px;
}

.events-slider-container .card-cover {
  margin-bottom: -5px;
}
.card-body .title {
  width: 100%;
  height: 64px;
  align-items: center;
  justify-content: center;
  display: flex;
  background: rgb(213, 224, 242);
  background: linear-gradient(
    90deg,
    rgb(162, 186, 224) 0%,
    rgba(93, 128, 186, 1) 50%
  );
  color: white;
  text-transform: uppercase;
}
.card-body .content {
  text-align: center;
}

.card-body .button-container {
  padding: 32px 0px;
}

.card-body .button-container button {
  border: 0px;
  background-color: #9a1518;
  color: white;
  font-weight: bold;
  font-size: 14pt;
  padding: 8px 32px;
  border-radius: 32px;
  min-width: 188px;
  cursor: pointer;
  transition: 0.3s;
}

.button-container button:hover {
  transform: scale(1.05);
}

.app-events {
  background-color: transparent;
  color: rgb(39, 39, 39);
}

.photo-col {
  min-height: 300px;
  cursor: pointer;
  background-size: cover;
  transition: 0.5s;
  display: flex;
  padding: 0px;
}
.photo-col:hover {
  transform: scale(1.02);
}
.photo-col:hover .show-icon {
  opacity: 1;
}
.photo-col .show-icon {
  background-color: #2e2e2e6e;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s;
}

.header-div {
  padding: 15px 0px;
}

.section:nth-of-type(even) {
  z-index: 10;
  box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
}
.section:nth-of-type(odd) {
  background-color: #f2f2f2!important;
}

.video-preview{
  height: 500px;
  width: 100%;
  border-radius: 10px;
  /* background-position: center; */
  position: relative;
  background-size: cover;
  background-position: top;
}

.align-self-center{
  align-self: center;
}

.justify-content-center{
  justify-content: center;
}

.abs-pos {
  position: absolute;
}

.p-b-spacer-lg {
    padding-bottom: 2.1ex;
}

.p-l-spacer-xl {
  padding-left: 2.8ex;
}

.downlow {
  bottom: 0;
}

.ec-bottom-border-radius{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ec-border-radius{
  border-radius: 10px;
}

.text-white {
  color: #fff;
}
.background-trans-light-grey {
  background-color: rgba(244,245,247,.5);
}

@media (min-width: 992px){  
  .smaller {
    font-size: .75rem;
  }
}

.smaller {
    font-size: .625rem;
}

@media (min-width: 768px){
.p-x-spacer-md {
    padding-right: 1.4ex;
    padding-left: 1.4ex;
}
}
.p-x-spacer-md {
    padding-right: 1.4ex;
    padding-left: 1.4ex;
}
@media (min-width: 768px){
.p-y-spacer-sm {
    padding-top: .7ex;
    padding-bottom: .7ex;
}
}
.p-y-spacer-sm {
    padding-top: .7ex;
    padding-bottom: .7ex;
}
@media (min-width: 768px){
.m-b-spacer-md {
    margin-bottom: 2ex;
}
}
.m-b-spacer-md {
    margin-bottom: 1.4ex;
}
.text-white {
    color: #fff!important;
}
.text-gray {
    color: #c5c5c5!important;
}
.ec-rounded {
    border-radius: 50px;
}

.smaller {
    font-size: .625rem;
}
.p-x-spacer-md {
    padding-right: 1.4ex;
    padding-left: 1.4ex;
}
@media (min-width: 768px){
.p-x-spacer-md {
    padding-right: 1.4ex;
    padding-left: 1.4ex;
}
}
@media (min-width: 768px){
.m-b-spacer-md {
    margin-bottom: 2ex;
}
}
.m-b-spacer-md {
    margin-bottom: 1.4ex;
}

@media (min-width: 768px){
.m-t-spacer-xs {
    margin-top: .9ex;
}
}
.m-t-spacer-xs {
    margin-top: .63ex;
}
@media (min-width: 768px){
.m-b-spacer-none {
    margin-bottom: 0;
}
}
.m-b-spacer-none {
    margin-bottom: 0;
}
.text-white {
    color: #fff!important;
}
.text-left {
    text-align: left!important;
}
.text-left {
    text-align: left;
}
.bold {
    font-weight: 700;
}
.sec-font, a, button, h3 {
    font-family: montserrat,sans-serif;
    /* font-weight: 700; */
}
@media (min-width: 768px){
.m-b-spacer-none {
    margin-bottom: 0;
}
.card-cover img {
  width: 100%;
  height: 160px;
}
}
.m-b-spacer-none {
    margin-bottom: 0;
}

.max-w-200 {
  max-width: 200px !important;
}

@media (min-width: 992px){
  .sm-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .card-cover img {
    width: 100%;
    height: 200px;
  }
}
.sm-title {
    font-size: 13px;
    font-size: .8125rem;
}

.text-dark, a.text-dark:focus, a.text-dark:hover {
  color: #000!important;
}

.new-iframe-container{
  height: 100px;
  position: relative;
}
.new-featured-iframe-container{
  height: 200px;
  overflow: hidden;
  position: relative;
}

.recent_video_thumbnail{
  height: auto;
  width: 100%;
}
.img_1{
  width: 100%;
  height: auto;
  border-radius: 10px;
  /* margin: 15px; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  filter: blur(1px);
}

.img_2{
  width: 100%;
  height: auto;
  border-radius: 10px;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
}

.new-featured-iframe-container > .rendered{
  height: 200px;
}
.rendered{
  height: 100px;
}

.rendered > iframe{
  width: 100%;
  background-color: whitesmoke;
  height: 100px;
  border-radius: 8px;
}

.half-here {
  opacity: 0.5;
}

@media (min-width: 768px){
  .m-t-spacer-sm {
    margin-top: 1ex;
  }
}

.m-t-spacer-sm {
    margin-top: .7ex;
}
.ln-height-reset {
  line-height: 1;
}

.scroll-row{
  overflow-x: scroll !important;
  flex-flow: nowrap !important;
}

/**/
h1.header, h1.header-element {
  font-size: 2.2rem !important;
};

h2.header, h2.header-element {
  font-size: 2rem !important;
};


.span-container{
  margin: auto auto;
  margin-left: 4px;
}
.text-400{
  font-weight: 400; 
}

.img-container > img{
  width: 100%;
  height: auto;
}

.order-12 {
  order: 12;
}

.order-1 {
  order: 1;
}

@media (min-width: 110px) {
  .search-container{
    height: 50px;
  }
  .fixed-span-sunday{
    top: 25px;
  }
  h1.header-element{
    font-size: 1.5rem !important;
  }
  .resized-fa-icon::after {
    font-size: 30x !important;
    /* color: coral !important; */
  }
  .resized-fa-icon::before {
    font-size: 30px !important;
    /* color: coral !important; */
  }
}

@media (min-width: 558px) {
  .fixed-span-sunday{
    top: 0px;
  }
  h1.header-element{
    font-size: 2rem !important;
  }
}

@media (min-width: 768px){
  .offset-md-6 {
      margin-left: 50% !important;
  }
  h1.header-element{
    font-size: 2.2rem !important;
  }
  .search-container{
    height: 120px;
  }
}
@media (min-width: 576px){
  .offset-sm-6 {
      margin-left: 50%;
  }
  .resized-fa-icon::after {
    font-size: 40px !important;
    /* color: coral !important; */
  }
  .resized-fa-icon::before {
    font-size: 40px !important;
    /* color: coral !important; */
  }
}
.not-provided {
  font-style: italic;
  color: lightslategray;
}

.order-6{
  order: 6 !important;
}

.order-7{
  order: 7 !important;
}

.input[readonly], .textarea[readonly] {
  background: #f4f4f4 !important;
}

.d-none{
  display: none;
}

.secondary {
  background-color: #f3f3f3 !important;
  color: #5a5a5a !important;
}

.no-shadow{
  box-shadow: unset !important;
}

.cost-placement{
  position: absolute;
  /* font-size: 15px; */
  font-weight: 500;
  color: #727272;
  line-height: 15px;
  font-size: 10pt;
  bottom: 12px;
  left: 12px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 1080px){
  .card-cover img {
    width: 100%;
    height: 140px;
  }
}
#country_code_elem > .dropdown{
  padding: 0 !important;
}