@font-face {
  font-family: 'bourtonbase';
  src: url('../fonts/bourtonbase-webfont.woff2') format('woff2'), url('../fonts/bourtonbase-webfont.woff') format('woff'), url('../fonts/bourtonbase-webfont.ttf') format('ttf');
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Roboto', sans-serif;
}

/* General */
/**
Fixing bootstrap columns for safari
 */
.row:before, .row:after{
 display: inline-block !important;
}

a:hover {
  color: #fff;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background-color: #000;
}

::selection {
  color: #fff;
  background-color: #000;
}

.btn-prime, .btn-prime:link, .btn-prime:visited {
  text-decoration: none;
  padding: 10px 15px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #434052;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
}

.btn-prime:hover {
  opacity: .9;
  border: 2px solid transparent;
  background-color: #434052;
}

.btn-prime-dark {
  background-color: #434052;
  color: #fff;
}

.btn-prime-dark.focus, .btn-prime-dark:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

* :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: 'bourtonbase';
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #434052;
  font-weight: 600;
  line-height: 1.1;
}

.sub-heading {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #000;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

p {
  font-size: 17px;
  color: #777;
}

section {
  padding: 70px 0;
}

.product {
  height: 500px;
}

#about .section-title {
  font-size: 35px;
}

#testimonials .section-title, #author .section-title, #event .section-title, #divider .section-title {
  font-size: 48px;
  margin-bottom: 15px;
}

/* Modal */

.modal {
  background: rgba(0, 0, 0, 0.9);
}

.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;
}

#about button.close {
  margin-bottom: 30px;
  background: #fff;
  width: 49px;
  height: 49px;
}

/*
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1140px;
    margin: 1.75rem auto;
  }
} */

/* Navigation */

nav {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(173, 173, 173, .2);
  box-shadow: 2px 2px 5px 0 rgba(173, 173, 173, .2);
}

.bg-dark {
  background-color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #3d4246;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #3d4246;
  opacity: .9;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #3d4246;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #3d4246;
  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: #777;
}

.navbar-nav .dropdown-menu {
  left: auto;
  right: 0;
  border: 0;
  border-radius: 0;
  margin-top: 0;
}

.navbar-brand img {
  height: 50px;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #434052;
  background-color: #434052;
}

nav.navbar.navbar-expand-sm.bg-dark.navbar-dark.fixed-top {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.18);
}

.navbar {
  padding: 0 1rem;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 10px 15px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: rgb(153, 153, 153);
}

li.nav-item {
  line-height: 40px;
}

.buy-now {
  background-color: #434052;
  color: #fff !important;
}

/* End of Navigation */

/* Hero */

#hero {
  background-color: rgb(243, 243, 243);
  margin-top: 60px;
  background-image: url("../img/hero2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}

#hero .section-title {
  font-size: 44px;
}

#hero p {
  color: #434052;
}

#hero span {
  display: block;
}

#hero .product {
  height: 300px;
}

#hero .author-name {
  color: #aeb5be;
  font-style: italic;
  font-size: 21px;
  margin-top: 22px;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#hero .sub-heading {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 300;
}

/* End Of Hero */

/* About */

#about {
  text-align: center;
}

#about .sub-heading {
  font-size: 32px;
}

#about .video {
  margin-top: 35px;
}

#about .cta-container {
  margin-top: 30px;
}

/* End Of About */

/* Author */

#author {
  background-color: rgb(243, 243, 243);
}

#author .section-title {
  margin-bottom: 16px;
}

#author .section-title span {
  font-style: italic;
  font-weight: 600;
}

#author ul.list-grp {
  padding-left: 30px;
}

#author ul li {
  font-size: 17px;
  line-height: 29px;
  color: rgb(119, 119, 119);
}

#author .product {
  height: 235px;
}

/* End Of Author */

/* Testimonials */

#testimonials {
  background-color: #434052;
}

#testimonials .section-title {
  margin-bottom: 30px;
}

#testimonials .blockquote p {
  font-style: italic;
  font-weight: 100;
  color: #fff;
}

button.carousel-control-prev, button.carousel-control-next {
  background-color: rgba(0, 0, 0, .7);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 4px solid #fff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  height: 20px;
  width: 20px;
}

blockquote.blockquote {
  margin: 0;
}

blockquote p {
  font-size: 30px;
  padding-bottom: 20px;
}

.blockquote-footer {
  margin-top: 10px;
  font-size: 18px;
  color: #d5c2b4;
  font-weight: 300;
}

blockquote img {
  margin-top: 30px;
  width: 150px;
}

.carousel-control-next, .carousel-control-prev {
  top: 200px;
}

/* End Of Testimonials */

/* Author */

#author img {
  margin-bottom: 30px;
}

/* End Of Author */

/* Divider */

#divider {
  padding: 50px 0;
  background-color: #f8f8f8;
}

/* End Of Divider */

/* Event */

#event .card-head {
  font-size: 20px;
  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: 400;
  margin-top: 10px;
  display: block;
}

#event .list-group-item {
  padding: 15px;
}

#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: #434052;
}

#event .single .card-head, #event .group .card-head, #event .churches .card-head {
  text-transform: capitalize;
  font-weight: 500;
}

#event .donations {
  text-align: center;
}

#event .donations small {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

#event .info {}

/* End Of Event */

/* Modal */

@keyframes modalopen {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.modal-content {
  background-color: transparent;
  max-width: 500px;
  background-color: #fff;
}

.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;
}

@media (max-width: 768px) {
  #hero {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8))), url(../img/hero2.jpg);
    background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/hero2.jpg);
    background-image: -o-linear-gradient(left top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/hero2.jpg);
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/hero2.jpg);
  }

  #event .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .options .list-group {
    margin-bottom: 50px;
  }

  .options .list-group.churches {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }

  #author {
    text-align: center;
  }
}

.box {
  text-align: center;
}

.box p {
  margin-bottom: 0;
}

.price-head {
  background-color: #000;
  width: 100%;
  padding: 10px 0;
  color: #fff;
}

.price-head p {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}

#myModal p {
  margin: 0;
}

#myModal small {
  font-size: 100%;
}

#myModal {
  font-weight: 600;
}

.modal-body {
  padding: 30px 20px;
}

.modal-body .body p {
  font-weight: 400;
  color: #333;
}

.body {
  padding: 15px;
  border: 1px solid #eee;
}

.close {
  opacity: .9;
}

/* div#navbar-collapse-02 {
    padding-right: 0;
} */

.modal-header {
  padding: 15px 24px 10px;
  border-bottom: 2px solid #ebedef;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, .7);
}

h4.title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 8px 8px 0 0;
  margin-top: 0;
  margin-bottom: 10;
}

.card-footer {
  padding: 0;
}

.card-footer a {
  display: block;
  background-color: #434052;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 25px;
}

.card-footer .buy {
  border: 2px solid #434052;
}

.card-footer .buy:hover {
  color: #fff;
  text-decoration: none;
}

.card-footer a:focus {
  color: #fff;
}

#mobile {
  text-align: center;
  padding: 40px;
}

#mobile button.lity-close {
  display: none;
}

.hide {
  display: none;
}

select.div-toggle {
  padding-left: 0;
  width: 162px;
  font-weight: 400;
}

select {
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}

.select {
  width: 180px;
  margin: 0 auto 20px;
  border: 2px solid #000;
  text-align: center;
}

.modal-title {
  font-size: 30px;
  font-weight: 400;
}

/*** Media Queries ***/

/* @media (max-width: 576px) {
  .modal-dialog {
      margin-left: 15px;
      margin-right: 15px;
  }
} */

@media (max-width: 500px) {
  .modal-title {
    font-size: 26px;
  }
  .modal-content img {
    height: 20px;
  }
}

@media (max-width: 340px) {
  .modal-title {
    font-size: 16px;
  }
}

/* Footer */

footer.footer {
  padding: 40px 0;
  background-color: #434052;
}

.bottom-list-item:not(:last-child) {
  margin-right: 15px;
}

footer .top li.bottom-list-item {
  display: inline-block;
  list-style: none;
}

footer .top li.bottom-list-item a {
  color: rgb(102, 102, 102);
}

footer .top li.bottom-list-item a:hover {
  text-decoration: none;
  opacity: .85;
}

footer .bottom-menu .bottom-logo {
  height: 30px;
}

/******************
Media Queries
******************/

@media (min-width: 1601px) {
  #hero .col-md-8 {
    width: 90% !important;
  }
}

@media (min-width: 1400px) {
  .col-xl-12 {
    flex: 0 0 68%;
  }
}

@media screen and (min-width:1300px) {
  #hero {
    padding: 180px 0;
  }
}

@media screen and (max-width:1800px) {
  .offset-xl-2 {
    margin: 0 !important;
  }
}

@media screen and (min-width:1200px) {
  #hero .medium-screen {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (max-width:1199px) {
  #testimonials .section-title, #author .section-title, #event .section-title, #divider .section-title {
    font-size: 40px;
    margin-bottom: 15px;
}
  #hero {
    background-position: right;
  }
  #hero .section-title {
    font-size: 40px;
  }
  #hero span {
    display: inline-block;
  }
  #hero .author-name {
    margin-top: 8px;
  }
  .product {
    height: 400px;
    margin: 0 auto 30px;
  }
  #author .product {
    height: 200px;
  }
  #hero .product {
    height: 240px;
  }
  .pricing1 img {
    width: 360px !important;
  }
  #purchase-options .price1-card ul {
    margin-bottom: 160px;
  }
}

@media screen and (max-width:991px) {
  /* .navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
  } */
  #hero {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8))), url(../img/hero2.jpg);
    background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/hero2.jpg);
    background-image: -o-linear-gradient(left top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/hero2.jpg);
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/hero2.jpg);
  }
  #hero .section-title, #hero p {
    color: #fff;
  }
  #hero .btn-prime, #hero .btn-prime:link, #hero .btn-prime:visited {
    background-color: #d5c2b4;
    border: 2px solid #d5c2b4;
  }
  #hero {
    text-align: center;
  }
  #hero .cta-container {
    margin-top: 30px;
  }
  #about .section-title, #testimonials .section-title, #author .section-title {
    font-size: 44px;
  }
  .center-img {
    text-align: center;
  }
  .center-img img {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #hero .section-title {
    font-size: 40px;
  }
  #hero .sub-heading {
    font-size: 20px;
  }
  #hero .image-contaniner {
    text-align: center;
  }
  blockquote p {
    font-size: 22px;
  }
  .container {
    max-width: 100%;
  }
  #about .content {
    margin-top: 40px;
  }
  #author .content img {
    margin-top: 40px;
  }
  #hero .product, #author .product {
    height: 350px;
  }
  #purchase-options .price1-card ul {
    margin-bottom: 20px;
  }
  #purchase-options {
    padding-bottom: 10px;
  }
  .price1-card {
    margin-bottom: 50px;
  }
}

@media (max-width: 840px) {
  li.nav-item {
    line-height: 21px;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  nav .container {
    max-width: 100%;
  }
  .navbar {
    padding: .7rem 1rem 0;
  }
  .navbar-dark .navbar-toggler {
    margin-bottom: .7rem;
  }
  li.nav-item {
    line-height: 40px;
    text-align: left;
  }
  button.carousel-control-prev, button.carousel-control-next {
    display: none;
  }
  #hero {
    padding: 80px 0;
  }
  #hero .product, #author .product {
    height: 300px;
  }
  section {
    padding: 50px 0;
  }
  #author img {
    height: 200px;
  }
  footer .bottom-menu .bottom-logo {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:600px) {
  p {
    font-size: 16px;
  }
  section {
    padding: 50px 0;
  }
  .product {
    height: 200px;
    margin: 0 auto 30px;
  }
  #hero .product, #author .product {
    height: 150px;
  }
  #hero .section-title {
    font-size: 35px;
  }
  #about .section-title, #author .section-title, #event .section-title, #divider .section-title {
    font-size: 30px;
  }
  blockquote p {
    font-size: 18px;
  }
  #about .sub-heading {
    font-size: 20px;
  }
}

@media screen and (max-width:450px) {
  #hero {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8))), url(../img/mobile-hero.jpg);
    background-image: -webkit-linear-gradient(left top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/mobile-hero.jpg);
    background-image: -o-linear-gradient(left top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/mobile-hero.jpg);
    background-image: linear-gradient(to right bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url(../img/mobile-hero.jpg);
    background-position: center;
  }
  .navbar-brand img {
    height: 46px;
  }
  .pricing1 img {
    width: 300px !important;
  }
}

@media screen and (max-width:375px) {
  .pricing1 img {
    width: 232px !important;
  }
  .btn-prime, .btn-prime:link, .btn-prime:visited {
    font-size: 11px;
    font-weight: 700;
  }
}
