/* ---- WRAP UP PROGRAMME 2022 - HIATUS -------------------- */

#carousel-container p.post_date, /* HOME PAGE */
p.workshop-date-2022, /* WORKSHOP PAGES */
#post-5463 .dates span, /* PDC PAGE */
.pdc-register-button, /* PDC PAGE */ 
.apw-covid-notice /* SEVERAL PAGES */ {
    display: none;
}

/* --- APW SOCIAL CLUB SIGNUP ---------------------------------------- */

.apw-subscription-confirmation {
	color: #006699;

}

/* ---- POST WORKSHOP RESOURCES SECTION TUTORS PRE WORKSHOP -------------------- */

.PostWS-section-grey-on {
	background: #ececec; border: 2px solid #94d2e9; border-radius: 3px; padding: 6px;margin-bottom: 40px;
}
.PostWS-section-heading-on {
    display:inline;
}
.PostWS-section-heading-off {
    display:none;
}
.resource-quiklinks,
.resource-quiklinks a {
	color: #999;
 	text-align: left;
	font-weight: bold;
}
.resource-quiklinks a:hover {
	color: #777;
}

/* ---- EQUINOX FEATURED IMAGE -------------------- */

@media screen and (max-width: 1000px) { /* SMALLER SCREENS */
.equinox-img img,
.apw-feature-img img {
	max-width: 100%;
    height: auto;
	}
}
@media screen and (min-width: 1001px) { /* LARGE SCREENS */
.equinox-img img {
	max-width: unset;
	}
}

@media screen and (min-width: 1001px) { /* LARGE SCREENS */
.apw-feature-img img {
	max-width: 100%;
    height: auto;
	}
}

.apw-feature-img img {
  margin-top: 30px;
}
  
/* ---- EQUINOX CONTENT -------------------- */

#post-11631 .entry-title {
  display: none;
}

#post-11631 .entry-title.equinox {
  display: inline-block;
}

#post-11631 textarea {
	font-family: Helvetica, arial, sans-serif;
	padding: 3px;
	font-size: 12px;
}

#post-11631 .wpcf7-form-control-wrap input,
#post-11631 .wpcf7-form-control-wrap textarea {
	width: 222px;
    border-radius: 3px;
}

div.equinox-faq {
	padding: 40px 0;
}

/* ---- EQUINOX FAQ -------------------- */

#accordions-10673{margin-bottom:40px;}
#accordions-10673 .ui-state-active {border:unset !important;}
#accordions-10673 .accordions-head {}
#accordions-10673 .accordion-content{font-family: Helvetica, sans-serif;}

@media screen and (min-width: 1001px) { /* LARGE SCREENS */
.kelmarna-maps img {
	max-width: unset;
	}
}
@media screen and (max-width: 1000px) { /* SMALLER SCREENS */
.kelmarna-maps img {
	max-width: 100%;
    height: auto;
	}
}

/* ------------------------------------ */

#header-container {
    padding: 0 30px;
}  
  
h3 {
    font-size: 18px;
    line-height: 0.5em;
}

.passit { /* Download Manager - move password box up */
    color: #006699;
	margin-top: -10px;
}

.wpdm_file .cont { /* Download Manager */
    padding: 0px 0 50px 25px;
}

#shiftup {
	margin-top: -250px
}

p a:hover {
    color: #09C !important;
 	text-decoration: none;
    transition: color 0.1s ease-in-out 0s;
}

.compact li a:hover {
    color: #09C;
    text-decoration: none;
}

p a .widgets li a, #sidebar li a:hover {	
	color: #09C  !important;
}

.textwidget { /* text widget in sidebar */
    color: #666 !important;
  	text-align: justify;
}

.testimonial-author {
	color: #999 !important;
  	text-align: right;
  	font-size: 1em;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid rgba(200, 200, 200, 0.8) !important;
	margin: 0 0 1.5em 0 !important;
}

#responsive-menu { /* makes transparent? */
      background: rgba( 0, 0, 0, 1 ) !important;
}

/* #header {  This is to enable the Responsive Menu to sit in front of other page objects  */
  /*  z-index: 9998;   unfortunately this number sends the dropdown menus behind the slider (was 10000)
} */

#responsive-menu {
/*    background: none repeat scroll 0 0 #ffffff;
      box-shadow: 0 1px 8px #333333;
      display: none;
      font-size: 13px !important;
      left: -60%;
      max-width: 999px;
      position: absolute;
      top: 0;
      width: 60%;
      z-index: 9999; */
      z-index: 999999 !important;
}

#post-11191 .entry-title { /* --- HIDE PAGE TITLES --- */
      display: none !important;
}

