/*css map*/

/*Color Setup*/

label.required:after {
  content:" *";
  color:red;
}

.sitename{
  color:#c49595 !important;  
}

a.logo{  
  text-decoration: none !important;
}

/*--------------------------------------------------------------
  # Shrink Text as needed
  --------------------------------------------------------------*/

.sem-1 {
  font-size: .75em;
}

.sem-2 {
  font-size: .66em;
}

.sem-3 {
  font-size: .5em;
}

/*--------------------------------------------------------------
  # Toggle Buttons CSS
  --------------------------------------------------------------*/

  
  .btn-radio {
    display: inline-block;        
    border: none;
    border-radius: 10px;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    cursor: pointer;
    margin: 10px;
}
.btn-border{
  border: 2px solid #aaaaaa;
  background-color: #eeeeee;
  /*padding-top: 50px;*/
  width: 200px;
  height: 150px;
}
.btn-radio input[type="radio"] {
    display: none;
}
.btn-radio input[type="radio"]:checked + .btn {
    background-color: #12965b;
    color: white;
}
/*
.btn-border-upsell{
  border: 2px solid #aaaaaa;
  background-color: #eeeeee;
  
  width: 100px;
  height: 40px;
}
.btn-radio-upsell {
    display: inline-block;        
    border: none;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    cursor: pointer;
    margin: 10px;
}
.btn-radio-upsell input[type="radio"] {
    display: none;
}
.btn-radio-upsell input[type="radio"]:checked + .btn {
    background-color: #12965b;
    color: white;
} */

.toggle-switch {
    display: flex;
    align-items: center;
}
.toggle-switch input[type="radio"] {
    display: none;
}
.toggle-switch label {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px;
    transition: background-color 0.3s;
}

.toggle-switch input[type="radio"]:checked + label {
    background-color: #007bff;
    color: white;
}
.text-footnote {
  font-size: 0.5em !important;
  line-height: 20px;
}

.text-subtitle {
  font-size: 0.7em; 
  line-height: 1;
}

.switch {
margin: 4rem auto;
}
/* main styles https://codepen.io/nickbottomley/pen/ndqVQP */
.switch {
  width: 18rem;
  position: relative;
}
.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.switch input:checked {
  z-index: 1;
}
/* Commented out because it looks bad on the select page.
.switch input:checked + label {
  opacity: 1;
  cursor: default;
}*/
.switch input:not(:checked) + label:hover {
  opacity: 0.5;
}
.switch label {
  color: #3b3b3b;
  opacity: 0.5;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.switch .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
}
.switch .toggle-inside {
  border-radius: 5rem;
  background: #4a4a4a;
  position: absolute;
  transition: 0.25s ease all;
}
.switch--horizontal {
  width: 12rem;
  height: 2.2rem;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 1rem;
}
.switch--horizontal input {
  height: 2rem;
  width: 4rem;
  left: 4rem;
  margin: 0;
}
.switch--horizontal label {
  font-size: 1rem;
  line-height: 2rem;
  display: inline-block;
  width: 4rem;
  height: 100%;
  margin: 0;
  text-align: center;
}
.switch--horizontal label:last-of-type {
  margin-left: 4rem;
}
.switch--horizontal .toggle-outside {
  background: #b1b1b1;
  position: absolute;
  width: 4rem;
  left: 4rem;
}
.switch--horizontal .toggle-inside {
  height: 1.7rem;
  width: 1.7rem;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 0.25rem;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 2.1rem;
  background: #00922c !important;
}

.switch--horizontal input ~ input:checked ~ .toggle-outside {
  background: #5cc07a !important;
}

/*--------------------------------------------------------------
  # Stepper Flow CSS
  --------------------------------------------------------------*/


.circle-icon {    
    border-radius: 50%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;    
    color: #b19ca6;
}

.stepper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.step {
  text-align: center;
  flex: 1;
}

.step .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
  font-size: 1.1rem;
  color: var(--accent-color)
}

.step .label {
  font-size: 1rem;
}

.active {
  background-color: #469a44 !important;
}

.step .active {
  color: var(--heading-color) !important;
}

.widget-user-2 .widget-user-header {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	padding: 1rem;
}

.mobilestep {
  text-align: left;  
  padding:15px;
  width: 50px;
}

.mobilestep .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;  
  font-size: 1.1rem;
  color: var(--accent-color)
}

.mobilestep .label {
  font-size: 1rem;
}

.sticky_bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:1050;
}

.sticky_footer {

  position: fixed;  
  bottom: 0;  
  left: 0;  
  width: 100%;
  z-index:1050;
}

body > main > section > div.container-xl.selectBody > div > div.container-xl.g-0.d-block.d-md-none.sticky_footer > div > div{
  background-color:#DFE4F4 !important;
}


/*--------------------------------------------------------------
  # Order Details on Mobile CSS
  --------------------------------------------------------------*/

.arrow {
  transition: transform 0.3s ease;
}
.arrow.rotate {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
  # Finalize Sessions and Portal Ticket CSS
  --------------------------------------------------------------*/

.dflex-column1-width { width: 550px; }
.dflex-column2-width { width: 200px; }
.dflex-column3-width { width: 200px; }
.dflex-column4-width { width: 300px; }

@media only screen and (max-width: 1000px) {
  .dflex-column1-width { width: 350px; }
  .dflex-column2-width { width: 200px; }
  .dflex-column3-width { width: 150px; }
  .dflex-column4-width { width: 300px; }
}

@media only screen and (max-width: 800px) {
  .dflex-column1-width { width: 230px; }
  .dflex-column2-width { width: 115px; }
  .dflex-column3-width { width: 85px; }
  .dflex-column4-width { width: 200px; }
}

@media only screen and (max-width: 576px) {
  .dflex-column1-width { width: 180px; }
  .dflex-column2-width { width: 85px; }
  .dflex-column3-width { width: 65px; }
  .dflex-column4-width { width: 225px; }
}


/*--------------------------------------------------------------
  # Order Details on Mobile CSS
  --------------------------------------------------------------*/

.arrow {
  transition: transform 0.3s ease;
}
.arrow.rotate {
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Portal Menu
--------------------------------------------------------------*/

#portal_nav i {
	position: relative;
  color: rgb(14, 29, 52, .65);
	font-size: 32px;
}

#portal_nav .item {	  
  width: 10%;
}

#portal_nav span {
  font-family: sans-serif, "Helvetica Neue", "Lucida Grande", Arial;
  font-stretch: condensed;
}

#portal_nav a {
  color: #0e1d34;
  text-decoration: none;
}

@media only screen and (max-width: 576px) {
  #portal_nav .item {	  
    width: 16%;
  }

  .card-body{
    font-size:16px !important;
  }

  .sessionTable{
    padding:3px !important;
  }

}

/*Bethany added styling*/

/*Recoleta Load*/

@font-face {
  font-family: "Recoleta Medium";
  src:
    url("https://info.proverbs31.org/hubfs/fonts/Recoleta/recoleta-medium-webfont.woff") format("woff"),
    url("https://info.proverbs31.org/hubfs/fonts/Recoleta/recoleta-medium-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "Recoleta Regular";
  src:
    url("https://info.proverbs31.org/hubfs/fonts/Recoleta/recoleta-regular-webfont.woff") format("woff"),
    url("https://info.proverbs31.org/hubfs/fonts/Recoleta/recoleta-regular-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "Recoleta Semibold";
  src:
    url("https://info.proverbs31.org/hubfs/fonts/Recoleta/recoleta-semibold-webfont.woff") format("woff"),
    url("https://info.proverbs31.org/hubfs/fonts/Recoleta/recoleta-semibold-webfont.woff2") format("woff2");
}



/*Font Styles*/

h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, ul, ol, li, a, .pinkBtn, .blackBtn, button, .ticketInfo, .step>.label{
    font-family: "scheme", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, .h2, h5, .h5, .card-header .coachHeaders{
    font-family: "Recoleta Semibold";
    margin-bottom:20px !important;
}

h2, h3{
    text-transform: uppercase;
}

h2{
    font-size: 54px !important;
    letter-spacing:2px;
}

@media screen and (max-width: 479px) {
  h2{
    font-size: 36px !important;
    letter-spacing:1px;
  }

  .sessionTable{
    font-size: 12px;
  }
}

h4, .h4, .accordion-item h2, .couponCode{
    font-family: "scheme", sans-serif;
    text-transform: uppercase;
    font-size:18px !important;
    letter-spacing: 1px;
    padding: 20px
}

.accordion-item p, .accordion-item li, .card-body, .media a, .selectBody p, .selectBody ul, .selectBody li,.selectBody ol, .sticky_footer{
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:18px;
}

.accordion-header{
    margin-bottom:0 !important;
}

.accordion-button{
    text-transform: uppercase !important;
}

.accordion-button:not(.collapsed){
    color:black !important;
}

h6{
    font-family: "Recoleta Medium";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:22px !important;
}

a{
  color:black !important;
}

a:hover{
    color: #E07AA8 !important;
}

.perksDownloads a:hover{
  color: white !important;
}
/**/

/*Base colors*/

.active{
  background-color:black !important;
}

.tanBG, .accordion-item, .accordion-button{
    background-color:#F7F0E9 !important;
}

.greenBG{
    background-color: #DDE48D;
}

.pinkBG{
    background-color: #E07AA8;
    color: white;
}

.purpleBG{
    background-color:#D3AFDA;
}

.dkGreen{
  color:#3d5a52;

}

.ltBlue{
  color:#98a1ca;
}
/**/

/*Button Styling*/

.btn-getstarted{
  padding: 10px 10px 10px 15px;
  border: .5px solid #0000001f;
  text-align: center;
  margin: 10px;
}

.pinkBtn{
    background-color: #E07AA8 !important;
    padding:10px 20px;
    border:0px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin:10px;

}

.pinkBtn:hover{
  color:white !important;

}

.blackBtn{
    background-color: #000 !important;
    padding:10px 20px;
    border:0px;
    color: white !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin:10px;

}

/**/


.parallax {
  /* Set a specific height */
  min-height: 350px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media screen and (max-width: 479px) {
  .parallax {
    /* Set a specific height */
    min-height: 250px;
  
    /* Create the parallax scrolling effect */
    background-attachment:initial;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*Registration Flow*/

.card{
  border: solid #dee2e6 1px;
  border-radius: 0px;
}

.card-header{
  background-color: #DFE4F4;
  border-bottom: solid #dee2e6 1px;
  border-radius: 0px;
  margin-bottom: 0 !important;
}

.card-header:first-child{
  border-radius: 0px;
}

.rounded-3{
  border-radius: 0 !important;
}

.active{
  background-color: #dfe4f4 !important;
}

.active > .label{
  color: #dfe4f4 !important;
}

.stepper{
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
    padding-top: 20px !important;
}

/**/

/*Attendee Page*/

div > input.form-control{
  margin-bottom:20px;
}

div > select.form-select{
  margin-bottom:20px;
}

/**/

/*Finalize Page*/

.form-check-input:checked{
  background-color: green;
  border-color: green;
}

.persona_active {
  background-color: #dde48d !important;
}
/**/

/*Schedule Page*/

.schedule .nav-link{
  color:black;
}

.schedule .nav-tabs .nav-link.active{
  border-top:solid black 1px;
  border-right:solid black 1px;
  border-left:solid black 1px;
  background-color:white !important;
  border-bottom:0px !important;
}

.tab-content .active{
  background-color: #d3afda !important;
}

.schedule .card{
  border-radius: 0;
  border:0;
}

.schedule .card .card-header{
  background-color: #d3afda;
  border:0;
  border-radius: 0;
  padding-bottom:0 !important;
}

.schedule .card-body{
  background-color: #d3afda;
  padding-right:0px;
  padding-left:0px;
}

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

.schedule-items{
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}

.schedule-items .time{
  font-weight: 600 !important;
  letter-spacing: 1px;
}

.schedule .nav-item{
  margin:10px;

}

.card-header-tabs .nav-link{
  background-color:#577C59 !important;
  border-radius: 30px;
  text-transform: uppercase;
}

.card-header-tabs .nav-link h4{
  padding-bottom:10px;
  font-size:22px !important;
}

.card-header-tabs .nav-link.active{
  background-color:#E07AA8 !important;
  color:white !important;
}

.schedule a:hover{
  color: #ffffff !important;
}


.newcontainer {
  display: flex;
  flex-wrap: wrap;
  /*background-color: lightgreen;*/
  justify-content: flex-start;
}

.newgroup {
  display: flex;
  flex-wrap:wrap;
  flex-direction: column;
}

.newitem {
  padding:15px 10px;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size:18px;
}

@media (max-width: 1151px) {
  .newcontainer {
    /*background-color: lightblue;*/
    flex-direction: column;
  }
  .newgroup {
    flex-direction: row;
  }

  .coachHeaders, .coachHeaders2 {
    width: 35% !important;
    padding-right:0px !important;
    padding-left:15px !important;
  }

  #coach_details{
    padding:0px !important;
  }

  .newitem{
    width: 65%;
  } 

  .coach2{
    margin-top:25px;
  }

}

#coach_details{
  background-color: initial;
  padding:10px;
  border:0px !important;
}

.coachHeaders, .coachHeaders2{
  font-family: "Recoleta Semibold" !important;
  padding:10px 25px 10px 10px;
  background-color: #DFE4F4;
  font-size:18px;
}

.coachCol1{
  font-family: "scheme", sans-serif;
}


@media (min-width: 1152px) {
  .coachHeaders2{
    display:none;
  }
  

  .g1 {
  width: 10% !important;
  max-width: 10% !important;
}

.g2, .g4, .g5{
  width: 15% !important;
  max-width: 15% !important;
}

.g3{
  width:25% !important;
  max-width: 25% !important;
}
}

/**/

/*Portal Header and Navigation*/

section{
  padding:0;
}

header{
    background-color: #afcbcd0f;
    border-bottom: .5px solid #f9f9f9;
    font-weight: 100;
}

header a{
    font-size: 12px;
    letter-spacing: 3px;
    text-decoration: none;
    color:#788d8e;
    text-transform: uppercase;
}

.dropdown-menu{
    border:none !important;
    box-shadow: 0 4px 3px #f9f9f9;
    /*transform: translateY(22px); */
    border-top: 5px #fff solid !important;
    border-radius: 0 !important;
}

.dropdown-menu {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown.show .dropdown-menu, .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    background-color: #F7F0E9 ;
}

.dropdown-menu li{
    padding:20px;
}

#mainNavDrop{
    width:100%;

}

.dropdown-menu li a{
    border-left: 1px solid #C28482;
}

#desktopNav, #mobileNav{
    background-color: #F7F0E9 !important;
}
    

#desktopNav a, #mobileNav a{
    text-align: left !important;
    color: #333;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 2px;
}
    
#desktopNav > img{
    margin:0 auto;
    
}

.top-social{
    float:right;
}

.top-social a, .searchbox a {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 12px;
    color: #788d8e;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.Sicon{
    margin-right: 22px;
}


.subNavigation{
    background: #fbf3ec;
    text-align: center;
    padding: 15px 0;
    letter-spacing: .03em;
}

.subNavigation a {
    line-height: 1.3em;
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #788c8e;
    text-decoration: none;
}

.banner { 
       background-color: #FBF3EC; 
       width: 100%; 
     }
.banner-content { 
       padding: 10px; 
}

#footer{
    background-color: #D3AFDA;
}

#footer .nav-link{
    color: black;
}

.navbar-brand{
  margin-right:0;
}

.nav-item{
  margin-top: 15px;
  margin-bottom:10px;
}


/**/


/*Page Banners*/


.jumbotron{
    overflow: hidden;
    background-color: #f2efe8;
}

.bannerImage {
  max-height: 250px;
  max-width: 1300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bannerImage img{
    width: 100%;
}

.hometable{
    border-bottom:1px solid black;
    border-left:1px solid black;
    padding: 20px;
}

.rightborder{
    border-right:1px solid black;
}

@media screen and (max-width: 479px) {
  .rightborderSm{
    border-right:1px solid black;
  }
}



.travelCol{
    background-color: #F7F0E9;
    padding: 40px 20px;
    border-radius: 30px;
    height: 100%;

}

.travelCol img{
    max-height: 50px;
    margin-bottom: 20px;
}

.travelCol a{
    display: block;
    margin-bottom: 10px !important;
    margin:0 auto;
    cursor: pointer;
    text-decoration: underline !important;
    color:black;
    
}


@media screen and (max-width: 801px) {
    #footer {
        text-align: center;
    }
}
