/*
Bootstrap customization for The ComingSoon theme
By Orchard Core Team
 */
html {
  height: 100%;
}

body {
  height: 100%;
  position: relative;
  background-color: #191919;
}

@media (pointer: coarse) and (hover: none) {
  body {
    background: url("../assets/img/bg-mobile-fallback.jpg") #55ad65 no-repeat center center scroll;
    background-size: cover;
  }
  body video {
    display: none;
  }
}
.masthead {
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7.5vw;
}
.masthead .masthead-content {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
}
.masthead .masthead-content h1 {
  font-size: 2.5rem;
}
.masthead .masthead-content p {
  font-size: 1.2rem;
}
.masthead .masthead-content p strong {
  font-weight: 700;
}
.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  width: 100%;
  font-size: 1rem;
  padding: 1rem;
}
.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: calc(1rem + 2px);
}

@media (min-width: 992px) {
  .masthead {
    height: 100%;
    width: 100vw;
    min-height: 0;
    padding-bottom: 0;
  }
  .masthead .masthead-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .masthead .masthead-content h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.1vw;
  }
}
@media (min-width: 1200px) {
  .masthead {
    width: 100vw;
  }
}
.social-icons {
  position: relative;
  z-index: 2;
}
.social-icons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 4rem;
  width: 4rem;
  border-radius: 100rem;
}

@media (min-width: 992px) {
  .social-icons {
    position: absolute;
    height: 100%;
    top: 0;
    right: 2.5rem;
    width: auto;
  }
}
.flow {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.message {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.message-primary {
  color: rgb(51, 103.8, 60.6);
  background-color: rgb(221, 238.6, 224.2);
  border-color: rgb(204, 230.4, 208.8);
}
.message-primary .alert-link {
  color: rgb(40.8, 83.04, 48.48);
}

.message-secondary {
  color: #0f0f0f;
  background-color: #d1d1d1;
  border-color: #bababa;
}
.message-secondary .alert-link {
  color: #0c0c0c;
}

.message-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
  border-color: rgb(186, 219, 203.7);
}
.message-success .alert-link {
  color: rgb(12, 64.8, 40.32);
}

.message-info {
  color: rgb(7.8, 121.2, 144);
  background-color: rgb(206.6, 244.4, 252);
  border-color: rgb(182.4, 239.1, 250.5);
}
.message-info .alert-link {
  color: rgb(6.24, 96.96, 115.2);
}

.message-warning {
  color: rgb(153, 115.8, 4.2);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 236.4, 180.6);
}
.message-warning .alert-link {
  color: rgb(122.4, 92.64, 3.36);
}

.message-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
}
.message-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.message-light {
  color: rgb(148.8, 149.4, 150);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(252.9, 253.2, 253.5);
}
.message-light .alert-link {
  color: rgb(119.04, 119.52, 120);
}

.message-dark {
  color: black;
  background-color: #cccccc;
  border-color: rgb(178.5, 178.5, 178.5);
}
.message-dark .alert-link {
  color: black;
}

.widget-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.widget-image-widget img {
  width: 100%;
}

.widget-align-left {
  text-align: left;
}

.widget-align-center {
  text-align: center;
}

.widget-align-right {
  text-align: right;
}

.widget-align-justify {
  text-align: justify;
}

.widget-size-100, .widget-size-75, .widget .widget-size-75, .widget-size-66, .widget .widget-size-66, .widget-size-50, .widget .widget-size-50, .widget-size-33, .widget .widget-size-33, .widget-size-25, .widget .widget-size-25 {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .widget-size-25, .widget .widget-size-25 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-25 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 576px) {
  .widget-size-33, .widget .widget-size-33 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-33 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

@media (min-width: 576px) {
  .widget-size-50, .widget .widget-size-50 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-50 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 576px) {
  .widget-size-66, .widget .widget-size-66 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-66 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}

@media (min-width: 576px) {
  .widget-size-75, .widget .widget-size-75 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-75 {
    flex: 0 0 auto;
    width: 75%;
  }
}

ul.pager {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

ul.pager li a {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  color: #55ad65;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
ul.pager li a:hover {
  z-index: 2;
  color: rgb(68, 138.4, 80.8);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
ul.pager li a:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(85, 173, 101, 0.25);
}

ul.pager li:first-child .page-link {
  margin-left: 0;
  border-radius: 0.25rem;
}
ul.pager li:last-child .page-link {
  border-radius: 0.25rem;
}
ul.pager li.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #55ad65;
  border-color: #55ad65;
}
ul.pager li.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

ul.pager {
  margin-top: 1rem;
}

.term-badge > a {
  text-decoration: none;
}
.term-badge .bg-secondary:hover {
  background-color: #55ad65;
}

.taxonomy-tag ul {
  padding-left: 0;
  list-style: none;
}

.form-coming-soon {
  height: 100%;
}
.form-coming-soon .validation-summary-errors {
  color: #ea912b;
}

#togglePassword {
  width: 44px;
  padding: 0;
}