
/********************** Mobile Phone Number *************************/
div.mobiletel {
      visibility:hidden !important;
    }

@media (max-width: 767px) {
  div.mobiletel {
      visibility:visible !important;
    }
  #jsn-headerright {
    padding-top: 0px;
  }
}
.mobiletel p {
    text-align: center !important;
    font-size: 20px !important;
    }

/************* Event List Categories  *************/


#category-images p a img{
  margin: 1px;
}

/* Event List Search */

input.inputbox.dtreg {
    background-color: aliceblue;
    border: 1px solid #85cbff;
}

/***************** Footer ************************/
#jsn-footer {
    background: none repeat scroll 0 0 #E5DBC7;
    border-top: 5px solid #B8AE9A;
    color: #000000;
}
#jsn-footer, div.jsn-modulecontainer ul.menu-mainmenu li a {
    text-shadow: none;
}
#jsn-footer a {
    color: #000;
}

h4 {
  line-height: 35px;
}

/*.cat-children h3 {
  display:none;
}*/

/* Trip Advisor Styling */

#CDSWIDSSP {
  width: 200px !important;
}

#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {
  width: inherit;
}

/* WidgetKit Gallery*/
.wk-slideshow .slides > li {
    margin: 0;}

/* footer menu spacing */

ul.menu-divmenu li {
    padding: 0 0.4em;
}

/************* Login Button ****************/
ul.menu-topmenu li a {
    background: #52ac87 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #fff;
    display: block;
    font-size: 95%;
    padding: 9px 14px;
}
ul.menu-topmenu li a:hover {
    background: #137a9f;
}

/********** Membership Component Styling **********/

/***** Alerts */

.alert-message h4 {
  color: #31708f;
}

.alert-message {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/***** Membership details page */

.dpm-profile .dpm-content {
  padding: 20px;
  background-color: #F7F7F7;
}

/***** View/edit profile page */

/* Profile tables */

.dpm-profile {
  background-color: inherit;
  border: none;
}

.dpm-profile h4 {
  color: #007DBB !important;
  background-color: #E7F4FF;
  margin: 10px 0 0 0;
  padding: 13px;
  /* border: 1px solid #E2E2E2; */
  border-bottom: none;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.dpm-profile table {
  width: 100%;
  margin-top: 0;
}

.dpm-profile tbody {
  background-color: #F9F9F9;
}

.dpm-profile tr {
  border: 1px solid #D6D6D6;
}

.dpm-profile td:first-child {
  width: 30%;
  color: #8A8A8A !important;
  font-weight: inherit;
}

.dpm-profile td {
  padding: 10px;
}

.dpm-profile table {
  width: 100%;
  margin: 0 0 20px;
}

/**** Edit Profile Page */


/* Remove border on title */
.form-validate h4 {
  border: none;
}

.dpm-profile fieldset {
  padding: 10px 0 10px 20px;
  background-color: #F7F7F7;
  margin-bottom: 20px;
}

/* Plan title on member landing page */
.dpm-content h5 {
  color: #000;
  padding-bottom: 10px;
  margin: 0;
}

/* Button styling */

.btn-large {
  font-size: 17.5px !important;
}