
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.eligibility-description{
  background: #f4f4f4;
  padding: 20px;
}
.output {
    position: relative;
}

div.pager span {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8;
  text-align: center;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  margin-right: 0.5em;
}

div.pager span.active {
  background: #ff0052;
}
.image-feed{
  height: 250px;
  background: #5f0c0c;
  margin: 10px;
  flex-basis: calc(33.3% - 24px);
  background-size: cover;
  background-repeat: no-repeat;
}

.text-feed {
  flex-basis: 60%;
  height: 250px;
  background: #2cb6d9;
  flex-basis: calc(64% - 8px);
  margin: 10px;
}

.feed-container{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.image-header {
  color: #ffffff !important;
  position: relative;
  top: 61%;
  margin-left: 10px;
  font-size: 28px;
  text-shadow: 0 0 10px black;


}
.text-header{
  color: #123351 !important;
  position: relative;
  font-size: 28px;
  margin-top: 55px;
  margin-left: 10px;

}

.align-bottom{
  margin-top: 90px !important;
}

.insta-icon{
  position: relative;
  width: 48px;
}

.fb-icon{
  position: relative;
  width: 48px;
}
.join-text{
  color: #00203d;
}

.required {
  color: red;
}

.label-event{
  font-size: 13px;
}

.event-container{
  margin-top: -34px;
}

@media only screen and (max-width: 768px) {
  .youtube-embed{
    width: 170px !important;
  }

}

@media only screen and (max-width: 430px) {
  .image-feed {
    height: 250px;
    background: #5f0c0c;
    margin: 10px;
    flex-basis: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text-feed {
    flex-basis: 60%;
    height: 250px;
    background: #2cb6d9;
    flex-basis: 100%;
    margin: 10px;
  }

  .text-header{
    font-size: 16px !important;

  }
  .youtube-embed {
    width: 240px !important;
  }

}

@media only screen and (max-width: 1030px) {
  .youtube-embed{
    width: 600px;
  }
  .text-header {
    font-size: 19px !important;
  }
}


@media only screen and (max-width: 770px) {
  .youtube-embed{
    width: 454px;
  }
  .text-header{
    font-size:15px !important;
  }
}

@media only screen and (max-width: 430px) and (min-width: 376px ){
  .youtube-embed {
    width: 346px !important;
  }

}

@media only screen and (max-width: 400px) and (min-width: 330px ){
  .youtube-embed {
    width: 295px !important;
  }

}

.bootstrap-select>.dropdown-toggle{
  text-transform: capitalize !important;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100% !important;
}

.bootstrap-select .dropdown-menu {
  min-width: 100% !important;
}

.continue-btn{
  color: #123351 !important;
  background-color: #efb446 !important;
  font-size: 28px !important;
  font-weight: bold !important;
  border-color: #efb446 !important;
  padding: 10px 50px !important;
  border-radius: 0px !important;
  background-image: none !important;
  border-radius: 0px !important;
  display: inline-block;
  text-align: center;
  width: 100%;

}

.widget_categories select, .widget_archive select, select{
  width: 100% !important;
}

.membership_container{
  min-height: 230px !important;
}
.select2-container{
  width: 100%;
  border-radius: 0px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
}

#eligible_member_form  label {
  padding-bottom: 0!important;
}

.steps-content{
  font-size: 28px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 19px !important;
}


#password-validation{
  font-size: 14px;
  color: #f15050;
}

#password-match-validation {
  font-size: 14px;
  color: #f15050;
}

.border-field{
  border:1px solid gray !important;
  border-radius: .25rem !important;
}

.btn-link {
  text-transform: capitalize !important;
  padding: 20px 0 !important;
  outline: none !important;
  letter-spacing: 1.5px !important;
  font-size:24px !important;
  color:#133453 !important;

}
.btn-change{

    background-color: #efb446 !important;
    color: #133453 !important;
    border-radius: 0 !important;
    border-color: #efb446 !important;
}
.btn-change:hover{
  background-color: #133453 !important;
  color: #efb446 !important;
  transition: ease-in-out .3s !important;
  border-color: #133453 !important;
  /* opacity: 0.8 !important; */

}
.btn-link .fa{
  margin-right: 8px !important;
  font-size: 24px !important;
}
.margin_left{
  margin-left: 4px !important;
}

.margen_bottom{
  margin-bottom: 25px !important;
}
.card{
  border: 0 !important;
  border-bottom: 1px solid lightgray !important;
}
.card-header{
  background-color: #fff !important;
}

.padding-search-events{
  padding:0 !important;
}
.border-remove-left ,.border-remove-right{
  border-color: #334963 !important;
  height: 50px !important;
}
.border-remove-left{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-bottom: 50px !important;
}
.border-remove-right{
  border-right: #fff !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.border-remove-left:focus{
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
}
.border-remove-right:focus{
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
}
.margin-input-city{
  margin-top: -10px !important;
}

#lock-modal {
  display: none;
  width: 96%;
  height: 93%;
  background-color: #00000024;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 17px;
  right: 0;
  z-index: 2;
  bottom: 0;
  border-radius: inherit;

}

#loading-circle {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 4px solid #efb446;
  border-top: 4px solid #133453;
  border-radius: 50%;
  animation: spin 0.6s ease-in infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#archive_member_edit_page{
  font-size: 14px;
}

#archive_member_edit_page .btn{
  font-size: 16px;
}