/*
Copyright (c) 2018 by onepage (https://codepen.io/onepage-themes/pen/gRRQyo
Css Modified from Original
*/

@font-face {
  font-family: 'Veneer Clean Regular';
  src: url("../fonts/VeneerCleanRegular.otf");
}

@font-face {
  font-family: 'Veneer Clean Round';
  src: url("../fonts/VeneerCleanRound.otf ");
}

@font-face {
  font-family: 'Avenir Next Regular';
  src: url("../fonts/AvenirNextRegular.ttf");
}

@font-face {
  font-family: 'Avenir Next Bold';
  src: url("../fonts/AvenirNextBold.otf");
}

body {
  font-family: 'Avenir Next Regular', sans-serif;
  line-height: 1.3;
  font-weight: 600;
}

/* General */
/**
Fixing bootstrap columns for safari
 */
.row:before, .row:after{
 display: inline-block !important;
}

a:hover {
  color: #fff;
}

::-moz-selection {
  color: #fff;
  background-color: #105f48;
}

::selection {
  color: #fff;
  background-color: #105f48;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.btn-prime, .btn-prime:link, .btn-prime:visited {
  text-decoration: none;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #333;
  vertical-align: middle;
  font-family: 'Veneer Clean Regular', sans-serif;
}

.btn-prime:hover {
  opacity: .9;
}

.btn-prime-dark {
  border: 2px solid #105f48;
  color: #fff !important;
  background-color: #105f48;
  font-family: 'Veneer Clean Regular', sans-serif;
}

.btn-prime-dark .focus, .btn-prime-dark:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-prime-border {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.btn-prime-border:hover {
  background-color: transparent;
}

* :focus, .navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-prime .focus, .btn-prime:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-title {
  font-family: 'Veneer Clean Regular', sans-serif;
  margin-bottom: 0;
  color: #272c32;
  font-weight: 400;
  line-height: .9;
  font-weight: 400;
}

.sub-heading {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #777;
}

.section-header {
  margin-bottom: 15px;
}



.no-padding {
  padding: 0;
}

#speakers img.border-circle {
  border: 0;
}

small {
  font-style: italic;
}

p {
  font-size: 18px;
  color: #000;
}

section {
  padding: 90px 0;
}

.product {
  height: 500px;
}

#speakers .section-title, #about .section-title, #host-party .section-title, #event .section-title, #event-guide .section-title, #sneak-peak .section-title {
  font-size: 48px;
}

#promo .section-title {
  font-size: 50px;
}

.form-control {
  font-weight: 400;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.strikeout {
  font-size: 18px;
  line-height: 1em;
  position: relative;
}

.strikeout::after {
  background: linear-gradient(to right, #dc3545, #dc3545, #dc3545, #dc3545, #dc3545);
  content: "";
  height: 0.2em;
  left: 0;
  margin-top: calc(0.120em / 2 * -3);
  position: absolute;
  right: 0;
  top: 50%;
}

/* Navigation */

nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand:hover {
  color: #fff !important;
}

.bg-dark {
  background-color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #3d4246;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  opacity: .9;
}

.navbar-dark .navbar-nav .nav-link .active {
  color: #3d4246;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
  outline: 0;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link .active, .navbar-dark .navbar-nav .nav-link .show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-brand img {
  height: 50px;
}

.navbar-dark .navbar-brand {
  color: #fff;
  font-family: 'Veneer Clean Regular', serif;
  padding-left: 15px;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #105f48;
  background-color: #105f48;
}

nav .navbar .navbar-expand-sm .bg-dark .navbar-dark .fixed-top {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
}

nav .nav-item {
  line-height: 40px;
}

.navbar {
  padding: 0 1rem;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 57px;
  font-weight: 600;
}

.buy-now {
  background-color: #105f48;
  color: #fff !important;
}

.navbar-dark .navbar-toggler {
  position: relative;
  padding: 8px 12px
}

.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 12px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/* End of Navigation */

/* Hero */

#hero {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .75))), url("../img/hero2.jpg");
  background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("../img/hero2.jpg");
  background-image: -o-linear-gradient(left top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("../img/hero2.jpg");
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url("../img/hero2.jpg");
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 76px;
  background-position: center;
  text-align: center;
}

#hero .section-title {
  font-size: 75px;
  color: #fff;
  font-weight: 400;
}

/* #hero img {
  height: 519px;
} */

#hero .sub-heading {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #049569;
  font-family: 'Avenir Next Regular', sans-serif;
}

#hero p {
  color: #fff;
}

#hero .text {
  margin: 36px 0;
}

#hero .cta-container .btn {
  border-radius: 0;
  border: 2px solid #fff;
  padding: 10px 15px;
  height: 47px;
  background: transparent;
  cursor: not-allowed;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Veneer Clean Regular', sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
}

#hero .cta-container .btn.btn-primary {
  color: #dc3545;
}

#hero .cta-container .strikeout {
  color: #fff;
}

/* Promo */

#promo {
  text-align: center;
}

#promo .section-title {
  margin-bottom: 30px;
}

#promo .cta-container {
  margin-top: 30px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Speakers */

#speakers {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url("../img/speakers-bg.jpg");
  background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url("../img/speakers-bg.jpg");
  background-image: -o-linear-gradient(left top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url("../img/speakers-bg.jpg");
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url("../img/speakers-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
}

#speakers h5 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0 10px;
}

#speakers p {
  color: #fff;
  margin-bottom: 0.5rem;
}

#speakers .section-header .section-title {
  margin-bottom: 15px;
}

.top, .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#speakers .disclaimer {
  margin-bottom: 20px;
}

.top {
  max-width: 50%;
  margin: 0 auto;
}

.bottom img {
  width: 80px;
}

#speakers .section-title {
  color: #fff;
  margin: 5px;
}

#speakers .section-header {
  margin-bottom: 60px;
}

#speakers small {
  color: #fff;
}

#speakers img.speaker-img {
  height: 230px;
  margin-bottom: 15px;
}

#speakers .speaker-row {
  margin-bottom: 0;
}

#speakers .speaker-name {
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Veneer Clean Regular', sans-serif;
  margin: 0 auto 5px;
  background-color: #000;
  padding: 5px;
  max-width: 190px;
}

#speakers .speaker-title {
  letter-spacing: 1px;
  font-family: 'Avenir Next Regular', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

#speakers .video-popup {
  margin-top: 10px;
  margin-bottom: 30px;
}

#speakers .cta-container {
  margin-top: 40px;
}

#speakers .cta-container .btn-prime-border {
  border: 2px solid #fff;
  color: #fff;
}

/* the slides */

.slick-slide {
  margin: 0 27px;
}

/* the parent */

.slick-list {
  margin: 0 -27px;
}

.title-container {
  margin-bottom: 30px;
}

.img-container {
  position: relative;
  text-align: center;
}

.image {
  opacity: 1;
  display: block;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto 5px;
  width: 140px;
}

.image-last {
  width: 190px;
}

.border-circle {
  border-radius: 50%;
}

.middle {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* .img-container:hover .image {
  opacity: 0.3;
}

.img-container:hover .middle {
  opacity: 1;
} */

.text {
  color: white;
  font-size: 16px;
}

/* Event Guide */
#event-guide {
  background-color: #f9f9f9;
  padding: 60px 0;
}

#event-guide h3.section-title {
    line-height: 50px;
}

#event-guide .section-title {
  margin-bottom: 5px;
}

#event-guide .cta-container {
  margin-top: 20px;
}


#event-guide .section-header .sub-title {
  font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #049569;
    font-family: 'Avenir Next Regular', sans-serif;
    margin-bottom: 20px;
}

/* About */

#about .section-title {
  margin-bottom: 50px;
}

#about h6 {
  font-size: 30px;
  font-weight: 700;
}

.left-border {
  border-left: 5px solid #f1f1f1;
  padding-left: 10px;
  border-radius: 10px;
}

.border-dark {
  border-color: #000;
}

.right-border {
  border-right: 3px solid #f1f1f1;
  padding-right: 10px;
}

/* Conversation */

.wrap {
  position: relative;
  width: 100%;
  padding: 30px;
  max-width: 800px;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.accordion {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
}

.accordion__item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.accordion__item:last-child {
  margin-bottom: 0;
}

.accordion__title {
  display: block;
  position: relative;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 700;
  color: #fff;
  border: 0;
  overflow: hidden;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  background-color: #000;
}

.accordion__title:hover {
  opacity: .8;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.accordion__title.active {
  background: #000;
}

.accordion__title.active .x7 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion__title.active .x7 .btop {
  width: 67%;
  top: 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.accordion__title.active .x7 .bmid {
  opacity: 0;
}

.accordion__title.active .x7 .bbot {
  width: 67%;
  bottom: 2px;
  -webkit-transform: translateY(50%) rotate(45deg);
  -ms-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.accordion__content {
  display: none;
  position: relative;
  overflow: hidden;
  border: 1px solid #105f48;
  border-top: none;
  line-height: 1.5;
  padding: 20px 15px;
  background-color: #105f48;
  font-size: .875em;
  color: #fff;
}

.accordion__content p {
  margin-bottom: 0;
  color: #fff;
}

.accordion__content h5 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  font-style: italic;
}

.bmenu {
  width: 26px;
  height: 16px;
  display: block;
  position: absolute;
  right: 15px;
  top: 28px;
}

.btop, .bmid, .bbot {
  right: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  border-radius: 1px;
}

.btop {
  width: 40%;
}

.bmid {
  width: 60%;
}

.bbot {
  width: 80%;
}

.x7 {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform-origin: 60% 75%;
  -ms-transform-origin: 60% 75%;
  transform-origin: 60% 75%;
}

.x7 .btop {
  top: 0;
  -webkit-transition: width .3s, top .0s, -webkit-transform .3s;
  transition: width .3s, top .0s, -webkit-transform .3s;
  -o-transition: width .3s, transform .3s, top .0s;
  transition: width .3s, transform .3s, top .0s;
  transition: width .3s, transform .3s, top .0s, -webkit-transform .3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.x7 .bmid {
  top: calc(50% - 1px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.x7 .bbot {
  bottom: 0;
  -webkit-transition: width .3s, bottom .0s, -webkit-transform .3s;
  transition: width .3s, bottom .0s, -webkit-transform .3s;
  -o-transition: width .3s, transform .3s, bottom .0s;
  transition: width .3s, transform .3s, bottom .0s;
  transition: width .3s, transform .3s, bottom .0s, -webkit-transform .3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* Host Party */

#host-party {
  background-color: #fff;
  /* padding: 60px 0; */
  display: none;
}

#host-party .section-header {
  margin-bottom: 40px;
}

#host-party .sub-heading {
  font-size: 22px;
  font-style: italic;
  color: #000;
  font-weight: 700;
}

#host-party .section-title {
  margin-bottom: 10px;
}

/* #host-party .slick-slide img {
  display: initial;
  margin-bottom: 20px;
  height: 100px;
} */

#host-party .content {
  max-width: 500px;
  margin: 25px auto 0;
}

/* .host-banner {
  width: 488px;
} */

#host-party .section-header {
  margin-bottom: 40px;
}

#host-party .cta-container {
  margin-top: 9px;
}

/* #host-party .icon-container h3 {
  font-weight: 600;
} */

#host-party ul {
  padding: 0;
  list-style: none;
}

#host-party ul li {
  font-size: 18px;
  margin-bottom: 8px;
}

.form-trigger {
  margin-bottom: 40px;
}

.slick-prev:before {
  content: url('../img/arrow-left.png');
}

.slick-next:before {
  content: url('../img/arrow-right.png');
}

.slick-prev {
  left: -60px;
}

.slick-prev, .slick-next {
  top: 37%;
}

#form {
  background-color: #fff;
  max-width: 600px;
  text-align: center;
}

#form .form-inner {
  padding: 30px;
}

#form h3 {
  margin-bottom: 8px;
}

.more-text {
  margin-top: 40px;
}

.slider-outer {
  background-color: #f9f9f9;
  color: #000;
}

.slider-outer h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

/* Interested */

.interested {
  background-color: #105f48;
  color: #fff;
  padding: 40px 0;
  background-image: url("../img/speakers-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.interested .section-title {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.interested .cta-container {
  margin-bottom: 0;
}

.interested .btn-prime, .interested .btn-prime:link, .interested .btn-prime:visited {
  color: #fff;
}

.interested .btn-prime-border {
  border: 2px solid #fff;
}

/* Event */

#event {
  background-color: #fff;
}

#event .card-head {
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#event .list-group-item:first-child {
  border-radius: 0;
  margin-bottom: 0;
}

#event .card-price {
  padding: 20px;
  /* height: 120px; */
  text-align: center;
  background-color: #000;
  color: #fff;
}

#event .card-price h5 span {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

#event .list-group-item {
  padding: 15px;
}

#event .donations {
  padding-top: 0;
}

#event .event-btn {
  padding: 0;
}

#event .event-btn a {
  display: block;
}

#event small {
  font-size: 100%;
}

#event .single, #event .group {
  border: 0;
}

#event .details {
  margin-bottom: 20px;
}

#event .details .list-group-item {
  background-color: transparent;
}

#event .details .list-group-item {
  border: 0;
  text-align: center;
}

#event .details .list-group-item svg {
  color: #105f48;
}

#event .single .card-head, #event .group .card-head, #event .churches .card-head {
  text-transform: capitalize;
}

#event .donations {
  text-align: center;
}

#event .donations small {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

#event .questions {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0;
}

#event .questions a {
  color: #106049;
}

#event .questions a:hover {
  color: #106049;
  opacity: .8;
  text-decoration: none;
}

/* Free Sessions */
#sneak-peak {
  background-color: #f9f9f9;
  text-align: center;
}

#sneak-peak .section-title {
  text-align: center;
}

#sneak-peak .video {
    margin-bottom: 0;
}

#sneak-peak .section-header {
    margin-bottom: 25px;
}

#sneak-peak .cta-container {
  margin-top: 20px;
}

/* Footer */

footer {
  padding: 40px 15px;
  background-color: #000;
}

/* Pricing */

/* Modal */

#inline {
  max-width: 600px;
  border-radius: 10px;
}

.modal {
  background-color: rgba(0, 0, 0, .8);
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
}

.modal-content {
  max-width: 500px;
}

.list-group .body {
  padding: 1.5rem 1rem;
}

.select_style {
  text-align: center;
}

.modal-header {
  border-bottom: 2px solid #ebedef;
}

.price-head {
  background-color: #000;
  width: 100%;
  padding: 0;
  color: #fff;
  font-weight: 600;
  padding: 15px;
}

.price-head p {
  font-size: 35px;
  font-weight: bold;
  margin: 0;
}

div#navbar-collapse-02 {
  padding-right: 0;
}

h4.title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 8px 8px 0 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.card-footer a:focus {
  color: #fff;
}

#pricing .card-head {
  font-size: 35px;
  font-weight: 700;
  padding: 15px;
  background-color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
}

#pricing .description {
  margin: 0;
}

#pricing .modal-buy {
  padding: 0;
  border-radius: 0;
}

#pricing .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#pricing .modal-buy a {
  display: block;
  padding: 20px;
}

#pricing select.div-toggle {
  padding: 10px;
  width: 220px;
  border: 2px solid #000;
}

#pricing select {
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
}

#pricing .select {
  width: 220px;
  margin: 0 auto 20px;
  text-align: center;
}

#top-title {
  font-size: 1.8rem;
  padding-left: 60px;
}

.modal-content {
  position: relative;
}

.modal-header {
  position: relative;
}

.modal-header .close {
  padding: 0;
  margin: 0;
}

button.close {
  position: absolute;
  right: 15px;
}

.button:hover {
  background: #333;
}

/* Media Queries */

@media(max-width: 1199px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
  }
  .navbar-brand img {
    height: 47px;
  }
  #hero .section-title {
    font-size: 60px;
  }
  #hero .sub-heading {
    font-size: 22px;
  }
  #hero .text {
    margin: 18px 0;
  }

  #speakers .col-lg-7, #speakers .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .schedule {
    margin: 40px 0 0;
}
  /* .host-banner {
    width: 406px;
  } */
}

@media(max-width: 1003px) {
  .navbar-brand img {
    height: 38px;
}
}

@media(min-width: 992px) {
  .img-mini {
    display: none;
  }
  .mobile-img {
    display: none;
  }
}

@media(max-width: 991px) {
  #hero {
    padding: 50px 0;
  }
  #hero .flex-container {
    flex-direction: column-reverse;
  }
  #hero, #promo, #speakers, #host-party, #event, footer {
    text-align: center;
  }
  #hero img {
    max-width: 400px;
  }
  .hero-desktop {
    display: none;
  }
  .container {
    max-width: 90%;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    line-height: 28px;
}
  .video-popup {
    margin-bottom: 20px;
  }
  #speakers .speaker-row {
    margin-bottom: 0;
  }
  #speakers .section-header {
    margin-bottom: 0px;
  }
  #speakers {
    padding: 80px 0 70px;
  }
  #host-party .cta-container {
    margin: 25px 0 0;
  }
  #host-party .section-header {
    margin-bottom: 30px !important;
  }
  #host-party .cta-container a {
    display: block;
  }
  #host-party .no-padding {
    padding: 0 15px;
  }
  .video {
    margin-bottom: 30px;
  }
  #host-party .img-container {
    display: none;
  }
  #host-party .video {
    margin-bottom: 15px;
  }
  .image-last {
    width: 181px;
    margin: 0 auto 15px;
  }
  .img-mini {
    text-align: center;
  }
  #hero img {
    height: inherit !important;
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }
  #hero .cta-container {
    text-align: center;
  }
  #speakers .flex-container {
    display: initial;
  }
  .schedule {
    text-align: center;
  }
}

@media(max-width: 925px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
  }
  #hero {
    margin-top: 53px;
  }
}

@media(max-width: 860px) {
  #hero {
    margin-top: 53px;
  }
}

@media(max-width: 768px) {
  .navbar-brand img {
    height: 30px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    line-height: 22px;
  }
  #hero .cta-container .btn-primary {
    display: inline-block;
    font-size: 18px;
  }
  #hero .btn-prime, .btn-prime:link, .btn-prime:visited {
    display: inline-block;
    font-size: 18px;
  }
  #host-party .list {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width:768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    line-height: 20px;
  }
}

@media screen and (max-width:767px) {
  .navbar-expand-md .navbar-nav .nav-link:nth-last-child(1) {
    margin-bottom: 15px;
  }
  #hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .navbar-dark .navbar-toggler {
    margin-bottom: .7rem;
  }
  .btn-prime, .btn-prime:link, .btn-prime:visited {
    display: block;
  }
  #host-party .btn-prime, .btn-prime:link, .btn-prime:visited {
    margin-bottom: 15px;
  }
  #event .btn-prime, .btn-prime:link, .btn-prime:visited {
    margin-bottom: 0;
    /* padding: 15px; */
  }
  #event .group {
    margin-top: 60px;
  }
  #event .churches {
    margin-top: 60px;
  }
  .schedule, .topics {
    text-align: center !important;
  }
}

@media(max-width: 767px) {
  .navbar-brand img {
    height: 40px;
  }
  .navbar {
    padding: 1rem 0 0;
  }
  .navbar-brand {
    margin-top: -10px;
  }
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
  .wrap {
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    text-align: left;
  }
  .navbar-brand {
    padding-left: 15px;
  }
  #hero .section-title {
    font-size: 50px;
  }
  #hero .sub-heading {
    font-size: 25px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    line-height: 27px;
  }
  .navbar-expand-md .navbar-nav .nav-link:nth-last-child(1) {
    margin-bottom: 0;
  }
  #speakers .section-title {
    line-height: 1.2;
  }
}

@media (max-width: 624px) {
  section {
    padding: 50px 0;
  }
  #hero .cta-container .btn-primary {
    display: block;
    margin-top: 10px;
  }
  #hero .btn-prime, .btn-prime:link, .btn-prime:visited {
    display: block;
  }
}

@media (max-width: 600px) {
  .navbar {
    padding: 1rem 1rem;
  }
  .navbar-dark .navbar-toggler {
    margin-bottom: 0;
  }
  #hero .cta-container .btn-primary {
    margin-top: 10px;
    display: block;
  }
  #host-party .sub-heading {
    font-size: 20px;
  }
  p {
    font-size: 17px;
  }
}

@media (max-width: 580px) {
  .navbar-brand {
    margin-top: 0;
  }
  section {
    padding: 40px 0;
  }
  .half-mobile {
    width: 49%;
  }
  #hero .section-title {
    font-size: 38px !important;
  }
  #hero .sub-heading {
    font-size: 15px;
  }
  .speaker-name {
    font-size: 17px;
  }
  #speakers .speaker-title {
    font-style: italic;
    font-size: 13px;
  }
  #speakers img {
    /* height: 300px; */
    margin: 0 auto 15px;
  }
  #promo .section-title, #speakers .section-title, #about .section-title, #host-party .section-title, #event .section-title, .interested .section-title, #event-guide .section-title, #sneak-peak .section-title {
    font-size: 30px;
  }
  #event .card-head {
    font-size: 16px;
  }
  p {
    font-size: 15px;
  }
  #host-party ul li {
    font-size: 16px;
  }
  .interested h4 {
    font-size: 20px;
  }
  .navbar-brand img {
    height: 33px;
  }
  .navbar {
    padding: .7rem 1rem;
  }
  .more-text h3 {
    font-size: 1.3rem;
  }
  .mobileHide {
    display: none;
  }
  .image-last {
    width: 163px !important;
  }
}

@media (min-width: 451px) {
  .half-mobile h5 {
    display: none;
  }
}

@media (max-width: 450px) {
  #hero img {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #hero .cta-container {
    margin-top: 20px;
  }
  #speakers {
    padding: 40px 0;
}
.schedule {
    text-align: center;
    margin: 20px 0 0;
}
#event-guide {
    padding: 40px 0;
}
  #event .container {
    padding: 0;
  }
  #host-party .section-header {
    margin-bottom: 0px !important;
  }
  .half-mobile h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    letter-spacing: 3px;
  }
  /* .image-last {
    width: 141px !important;
  } */
  section {
    padding: 40px 0;
  }
  #speakers .speaker-name {
    font-size: 18px;
  }
  #host-party ul li {
    margin-bottom: 15px;
  }
  #host-party .sub-heading {
    font-size: 22px;
  }
  .strikeout {
    font-size: 15px;
  }
  #host-party .img-container {
    margin: 25px 0;
  }
  #host-party .content {
    margin: 10px auto 0;
  }
  /* #host-party .img-container {
    display: none;
  } */
  .modal-title {
    font-size: 18px;
  }
  .price-head p {
    font-size: 30px;
  }
  .btn-prime, .btn-prime:link, .btn-prime:visited, #hero .cta-container .btn-primary, #hero .btn-prime, .btn-prime:link, .btn-prime:visited {
    font-size: 15px;
  }
  .slick-next {
    right: -20px;
  }
  .slick-prev {
    left: -50px;
  }
  #hero .section-title {
    font-size: 28px !important;
  }
  #speakers .speaker-name {
    font-size: 16px;
  }
  #speakers .speaker-title {
    font-size: 13px;
  }
  #speakers .speaker-name {
    margin-bottom: 0;
  }
  .navbar-brand img {
    height: 26px;
  }
  .slider-outer {
    margin-top: -20px;
  }
}

@media (min-width: 376px) {
  .sm-screen {
    display: none;
  }
}

@media (max-width: 375px) {
  #hero .section-title {
    font-size: 23px !important;
  }
  .slick-next {
    right: -15px;
  }
  .image-last {
    width: 138px !important;
  }
  .remove {
    display: none;
  }
  #hero .sub-heading {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .image-last {
    width: 136px !important;
  }
  .sm-screen h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    letter-spacing: 4px;
  }
}
