@import url("https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap");
/*.login-form {
  width: 340px;
  margin: 50px auto;
}*/
.login-form{
    max-width: 500px;
    width: 100%;
    margin: 50px auto;
	position:relative;
}

.error {
  color: red;
}

.login-form .form-control .error {
  border: 1px solid color red !important;
}

.login-form img {
  border-radius: 0 !important;
  box-shadow: none !important;
  margin-bottom: 13px;
}

.btn-srws {
  color: #fff !important;
  background-color: #b98b59 !important;
  border-color: #b98b59 !important;
  border-radius: 23px !important;
  font-size: 15px !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 0;
  background-image: none !important;
}

.login-form .form-control {
  border-radius: 23px !important;
}

.btn-srws:hover {
  background: #5a365b !important;
  border-color: #5a365b !important;
}

.login-form a {
  color: #b98b59;
}

.login-form a:hover {
  color: #5a365b;
  text-decoration: none;
}

input.error {
  border: 1px solid red;
}

.vallysec {
  background: #f5f5f5;
  padding: 8px;
}

.vallysec h3 {
  background: #e6d9e6;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 8px;
  padding-bottom: 8px !important;
  font-size: 16px !important;
  padding-top: 15px !important;
}

.vallysec h4 {
  margin-bottom: 7px;
  margin-top: 10px;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #5a365b;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: inline-block;
  margin-left: 10px;
}

.card_front {
  width: 400px !important;
  max-width: 100% !important;
  border: 1px solid #fff !important;
  padding: 0px !important;
  background: url(../images/card-background.jpg) center bottom no-repeat #ced6df;
  border-radius: 0px !important;
  -webkit-box-shadow: 9px 6px 13px -7px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 9px 6px 13px -7px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 9px 6px 13px -7px rgba(0, 0, 0, 0.75) !important;
  margin: 0px auto;
}
.card_front.card_2023{background: url(../images/emblame2023-light.png) right top no-repeat #fef4ea!important;}
.enlarge {
  background: #b98b59;
  font-size: 18px !important;
  padding: 13px 30px 9px;
  color: #fff;
  border-radius: 40px;
  font-family: "oswaldregular" !important;
  line-height: 20px;
  display: block;
  border: none;
  font-weight: normal !important;
  text-transform: uppercase;
  margin: 15px auto;
  float: none;
  width: 186px;
}
.enlarge:hover {
  background: #8e628f;
  color: #fff;
}
#memberCardModalAppend1 .enlarge {
  display: none;
}
#memberCardModalAppend1 .card_front {
  transform: scale(1.3);
}
#memberCardModalAppend .card_front {
  transform: scale(1.3);
}
#memberCardModalAppend .enlarge {
  display: none;
}

#memberCardModalAppendHeader1 .enlarge {
  display: none;
}
#memberCardModalAppendHeader1 .card_front {
  transform: scale(1.3);
}

#memberCardModalAppendHeader1 .enlarge {
  display: none;
}
#memberCardModalAppendHeader1 .card_front {
  transform: scale(1.3);
}
#memberCardModalAppendHeader1 .card_front {
  transform: scale(1.3);
}
#memberCardModalAppendHeader1 .enlarge {
  display: none;
}

#memberCardModalAppendHeader1.modal.in .modal-dialog {
  top: 0%;
}
#memberCardModalAppend1.modal.in .modal-dialog {
  top: 0%;
}

#membership-card #memberCardModalAppendHeader1 button.close {
  background: #eadfea;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  top: 0px;
  z-index: 999;
}

.flip-box {
  margin: 15px auto !important;
}

.card_container {
  padding: 10px 10px !important;
}

.member_left {
  width: 70% !important;
  display: inline-block !important;
  vertical-align: top !important;
}
.member_right {
  width: 28% !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin-top: -46px;
}
.member_right img {
  width: 70px !important;
  height: auto !important;
  margin: 25px auto 0px auto;
  display: block;
}

.member_no {
  padding-top: 0px !important;
}

.card_back {
  width: 400px !important;
  max-width: 100% !important;
  border: 1px solid #ccc !important;
  padding: 0px !important;
  background: #fff !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 9px 6px 13px -7px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 9px 6px 13px -7px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 9px 6px 13px -7px rgba(0, 0, 0, 0.75) !important;
  padding: 5px !important;
  font-family: "Roboto Slab", serif !important;
}

.signature_place {
  height: 46px !important;
  background: #efefef !important;
  margin: 5px 0px !important;
}
.disclaimer {
  overflow: hidden;
}
.disclaimer .left {
  width: 87%;
  float: left;
}
.disclaimer .right {
  width: 12%;
  float: right;
}

.circle_logo {
  float: left;
  width: 18%;
  margin-top: 5px;
}
.sign {
  float: left;
  width: 60%;
  margin-top: 5px;
}
.thirty_logo {
  float: right;
  width: 16%;
  margin-top: 5px;
}

#fancybox-content {
  border: 0px !important;
}
#fancybox-close {
  right: -36px !important;
}

.flip-box-inner {
  position: relative;
  width: 400px;
  max-width: 100%;
  height: 100%;
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 400px;
  max-width: 100%;
  height: 100%;
}

.flip-box {
  background-color: transparent;
  width: 400px;
  height: 250px;
  perspective: 1000px;
}

.modal-content.member-card,
.modal-content.member-card .modal-header {
  background: none;
  border: none;
  box-shadow: none;
}
.modal-dialog.member-dialog {
  width: 542px;
}

.modal.in .modal-dialog {
  top: 20%;
}

.payment-history {
  cursor: pointer;
}
#duesModal .modal.in .modal-dialog {
  top: 3%;
}

a.pay_pending_dues {
  padding: 8px 18px;
  display: inline-block;
  background: #5a365b;
  color: #fff;
  border-radius: 5px;
}
a:hover.pay_pending_dues {
  background: #5a365b;
}

.vmap_member_only_feature {
  text-align: center;
  font-family: "roboto_slabregular";
  font-size: 18px;
  color: #5a365b;
  font-weight: 500;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(1, 1, 1, 0.7);
  z-index: 99;
  border-radius: 5px;
}
.lds-ripple {
  display: none;
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  left: 50.5%;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-filter: blur(0px) !important;
  z-index: 101;
}
/*.lds-ripple:before{ position:absolute; content:''; width:100%; height:100%; display:block; background:rgba(1,1,1,0.5);}*/
.login-form {
  position: relative;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  -webkit-filter: blur(0px) !important;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* .login-input-wrapper {
  position: relative;
} */
/* .show-pass {
  position: absolute;
  right: 10px;
  top: 17px;
}
.show-pass .fa {
  color: #000;
} */
.inside_login_form .login-input-holder {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Safari */
/* @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } */

@media only screen and (min-width: 320px) and (max-width: 639px) {
  .login-form {
    width: 100%;
  }
}

@media only screen and (max-width: 668px) {
  /*--new css added on 7-8-2019 start--*/
  .page-template-page-profile .nav.nav-tabs li {
    display: block;
    float: none;
    border: 1px solid #efefef;
  }
  .page-template-page-profile .nav.nav-tabs li.active {
    background-color: #5a365b !important;
    border: none;
    border-radius: 0px;
    color: #fff !important;
  }
  .page-template-page-profile .nav.nav-tabs li.active a {
    background: none !important;
    color: #fff !important;
    border: none !important;
  }
  .page-template-page-profile .nav.nav-tabs li.active a:focus {
    outline: none;
  }
  .page-template-page-profile .nav.nav-tabs li a {
    border: none !important;
  }
  .page-template-page-profile .nav.nav-tabs li a:hover,
  .nav.nav-tabs li a:focus {
    border: none !important;
    background: none !important;
  }
  .page-template-page-profile #srMyAccountForm a#eventBtn {
    padding-right: 10px !important;
  }
  /*--new css added on 7-8-2019 end--*/
}

/*--for accordion--*/

@media only screen and (min-width: 669px) {
  a#savechanges {
    display: none;
  }
}
@media only screen and (max-width: 668px) {
  a#savechanges {
    display: inline-block;
  }
  a#eventBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  a#savechanges {
    background: #5a365b;
    padding: 9px 10px;
    color: #fff;
    font-weight: 400;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 496px) {
  a#eventBtn {
    position: absolute;
    left: 15px;
    transform: none;
  }
}

@media only screen and (max-width: 376px) {
  /* a#savechanges {display: inline-block; position: absolute;right: 13px; margin-top: -58px;}
        a#eventBtn { top: -15px; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); display: block;
            width: 100%; text-align: center; padding-right:0px !important;}*/
}

@media only screen and (max-width: 350px) {
  a#savechanges {
    font-size: 11px;
    padding: 5px 7px;
    margin-top: -52px;
  }
}

.panel-heading {
  padding: 0px 15px;
}
.panel-default {
  border-color: #ddd;
  border: 1px solid #ddd;
}
.pass-pan {
  position: relative;
}
.pass-pan .show-pass {
  position: absolute;
  right: 7px;
  top: 9px;
  width: 24px;
}

span#timer {
  /*position: absolute;*/
  right: 2px;
  top: 5px;
}
#srverifyOtpForm .btn-srws {
    margin-left: 0px !important;
    width: 120px;
    font-weight: 500!important;
}
button:focus {
  outline: none !important;
  border: none !important;
}
#memberOtpModal .modal-dialog.member-dialog {
  max-width: 450px;
  width: 90%;
}
.otpfieldsection {
  width: 15.4%;
  display: inline-flex;
}
.resend_otp_btn {
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    background: rgb(90, 54, 91);
    padding: 6px 20px;
    border-radius: 35px;
    position: absolute;
    right: 0px;
    top: -4px;
    width: 120px;
    text-align: center;
}
.resend_otp_btn:hover{ background:#333;}
.otp_timer {
    position: absolute;
    right: 10px;
    top: 5px;
}
#emailotp, #cellotp {
    color: rgb(185 139 89);
    font-weight: normal;
}
#emailotp font, #cellotp font{ color:#fff;}
#memberOtpModal .modal-header {
    background: #5a365b;
    color: #fff;
}
label#srotp1-error, label#srotp2-error, label#srotp3-error, label#srotp4-error, label#srotp5-error, label#srotp6-error{ display:none!important; width:0px; height:0px; opacity:0; font-size:0px;}
#memberOtpModal .form-control {border: 1px solid rgb(147 147 147);text-align: center;}


/*--for gallery--*/
.ngg-gallery-thumbnail-box.ngg-4-columns {  width: 24%; float: left !important;  height: 250px; overflow: hidden; margin-bottom: 1%;border: 1px solid #dddddd; margin-right: 1%;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a { margin: 2px; box-shadow: none; height: 250px; padding: 15px;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {margin: 0 auto; box-shadow: none; cursor: pointer; height: 100%; width: auto;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img{-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail:hover {-webkit-transition: all .5s;-moz-transition: all .5s; -o-transition: all .5s; transition: all .5s;}

/*--for modal--*/
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-header p {
    font-size: 13.5px;
    line-height: 1.6;
}
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(1, 1, 1, 0.7);
    z-index: 99;
    border-radius: 5px;
}
.vmap_member_only_feature{display: none;}

/*--for form--*/
.modal-body{margin:0px;}
.resend_otp_btn{font-size:13px;}
.btn-srws{font-size:13px;}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

/*--for alert--*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/*--for login form buttons--*/
#srloginForm .btn-srws {
    display: table;
    margin: 0px auto;
}
#srloginForm .checkbox-inline {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
#srloginForm a.pull-right {
    width: 100%;
    text-align: center;
}
#srloginForm .claim_account_login {
    background: #450c4f;
    padding: 10px 26px;
    width: auto!important;
    border-radius: 35px;
    color: #FFF;
    margin: 15px auto 0;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	text-align: center;
}
@media only screen and (max-width: 640px){
.modal.in .modal-dialog {
    top: 10% !important;
    right: auto;
    width: 93%;
    left: auto;
    margin-left: auto!important;
    margin-right: auto!important;
}
.otpfieldsection {
    width: 15%;
    display: inline-flex;
}
.otp_timer {
    font-size: 13px;
}
#srverifyOtpForm .btn-srws {
    width: 100px;
}
.form-control {
    height: 35px;
}
#srloginForm .claim_account_login{
    font-size: 14px;
}
}

.verifyotp .modal-content {
  -webkit-box-shadow:none;
  box-shadow:none;
margin-top:20%;
}
.verifyotp .modal-header {
  background: #5a365b;
  color: #fff;
border-radius:5px 5px 0px 0px;
}
.verifyotp #emailotp, .verifyotp #cellotp {
  color: rgb(185 139 89);
  font-weight: normal;
}
.verifyotp .form-control {
  border: 1px solid rgb(147 147 147);
  text-align: center;
}
.members_login_logo {
    padding: 5px;
    margin-bottom: 5px;
}

/*--for qr code on card start--*/
.barcode ul {
    padding-left: 0px;
    margin-left: 0px;
}
.barcode ul li {
    display: inline-block;
    vertical-align: top;
}
.barcode ul li:before{display:none;}
.barcode {
    position: relative;
}
.barcode ul li:nth-child(2) {
    position: absolute;
    right: -15px;
}
.barcode ul li:nth-child(2) img {
    width: 63px!important;
    height: 50px!important;
}

@media screen and (max-width: 554px) {
.barcode ul li:nth-child(1) {
    width: 229px;
    padding-left: 6px;
    margin-right: 10px;
}
}
@media screen and (max-width: 494px){
.barcode {
    position: relative;
}
.barcode ul li:nth-child(2) {
    position: absolute;
    right: -15px;
}
	
}

@media screen and (max-width: 440px){
.barcode ul li:nth-child(1) {
    width: 190px;
    padding-left: 6px;
    margin-right: 10px;
}
.barcode ul li:nth-child(2) {
    position: absolute;
    right: auto;
    top: -2px;
    width: 50px;
}
.barcode ul li:nth-child(2) img {
    width:auto!important;
    height:auto!important;
}
}

@media screen and (max-width: 380px){
.barcode ul li:nth-child(1) {
    width: 160px;
    padding-left: 6px;
    margin-right: 10px;
}
.barcode ul li:nth-child(2) {
    position: absolute;
    right: auto;
    top: -2px;
    width: 40px;
}
.barcode ul li:nth-child(2) img {
    width:auto!important;
    height:auto!important;
}
}
/*--for qr code on card end--*/