/*NAV*/
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    text-align: center;
  }
}

@media (min-width: 769px) {
	#submit_event {
		min-height: 750px;
	}
}


/*GENERAL*/
a {
	color: #767476;
}
body {
  color: #767476;
  background-color: #e1e0e0;
}
article h3 {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 25px;
}
article.page-content h3 {
  font-family: georgia; 
  font-size: 25px;
  margin-bottom: 0.5rem !important; /*mb2*/
  text-transform: uppercase;
}
article.page-content h4,h5 {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: normal;  
  font-size: 1rem;
}
article.page-content {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 14px;
}
p strong {
	font-weight: 500;
}
article a {
    color: #767476;
    /*white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;*/
    word-wrap: break-word;    
}
article p {
    word-wrap: break-word; 
}

article a:hover {
	color: #666;
}
input {
    border-radius: 0;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(128,128,128);
}
footer .navbar-text {
	color: #333;
}

/*HOME OUT ON A LIMB*/
.landing-page-block.type-out_on_a_limb .landing-page-block__content{background-color:white;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:120%;text-align:center;padding:15px}

.landing-page-block.type-out_on_a_limb .landing-page-block__content {
	background-image:  url(/assets/images/out_on_a_limb.jpg);
	background-size: cover;
	background-position: center center;
	text-align: center;
}
div.landing-page-block.type-out_on_a_limb h4 {
  color: #767476;
  font-weight: 400;
  margin-bottom: 6px;
 
}
div.landing-page-block.type-out_on_a_limb h5 {
  color: #a9a9a9;
  font-size: 15px;
  font-style: normal;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: normal;  
}

div.landing-page-block.type-out_on_a_limb p {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
  color: #767476;
}
.landing-page-block.type-out_on_a_limb p:after {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #666;
  font-size: 12px;
  letter-spacing: .05em;  
text-transform: uppercase;
}


/*HOME LEAD MAGNET*/
.landing-page-block.type-newsletter_signup .landing-page-block__content {
	background-image:  url(/assets/images/join_us.jpg);
	background-size: cover;
	background-position: center center;
}
div.landing-page-block.type-newsletter_signup h3 {
  font-family: georgia; 
  font-size: 24px;
  margin-bottom: 0.5rem !important; /*mb2*/
  text-transform: capitalize;	
}
div.landing-page-block.type-newsletter_signup h5 {
	color: #a9a9a9;
    font-size: 15px;
    font-style: normal;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: normal;
}

div.landing-page-block.type-newsletter_signup p {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 4px;
    color: #767476;
    padding-bottom: 14px;
}

.landing-page-block.has-text a.lead-magnet-btn {
	display: inline-block;
    padding: 5px 15px 0 15px;
    background-color: #f0f0f0;
    text-transform: uppercase;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #666;
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase;
}
}
.landing-page-block.has-text a.lead-magnet-btn:hover {
	color: #666 !important;	
	background-color: #d9d9d9 !important;
}

/*HOME SPECIAL EDITION*/
@media (min-width: 768px) {
	.wide-first-yes .landing-page-block.type-special_edition:first-child {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	}
	.wide-first-yes .landing-page-block.type-special_edition:first-child a {
    padding-top: 41%;
	}	
	.wide-first-yes .landing-page-block.type-special_edition:first-child img {
	    width: 50%;
	    height: 100%;
	    display: block!important;
	}
	.wide-first-yes .landing-page-block.type-special_edition:first-child figcaption {
	    width: 50%;
	    height: 100%;
	}	  	
}
  

/*HOME SPECIAL ANNOUNCEMENT*/
.landing-page-block.type-special_announcement .landing-page-block__content {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 120%;
    text-align: center;
    padding: 15px;
}
.landing-page-block.type-special_announcement .landing-page-block__content {
	background-image: url(/assets/images/robin-hood-tile.jpg);
	background-size: cover;
	background-position: center center;
}
div.landing-page-block.type-special_announcement h3,
div.landing-page-block.type-special_announcement h3 a {
  font-family: georgia; 
  font-size: 24px;
  /*margin-bottom: 0.5rem !important; */
  text-transform: capitalize;
}
div.landing-page-block.type-special_announcement h3 a:hover {
	background: transparent !important;
	color: inherit !important;
}
div.landing-page-block.type-special_announcement h4,
div.landing-page-block.type-special_announcement h4 a {
    color: #a9a9a9;
    font-size: 15px;
    font-style: normal;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: normal;
}
div.landing-page-block.type-special_announcement h4 a:hover {
	background: transparent !important;
	color: #a9a9a9 !important;
}
	
div.landing-page-block.type-special_announcement h5 {
	color: #a9a9a9;
    font-size: 15px;
    font-style: normal;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: normal;
}

div.landing-page-block.type-special_announcement p {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 4px;
    color: #767476;
    padding-bottom: 14px;
}
div.landing-page-block.type-special_announcement p a {
	line-height: 18px;
}
div.landing-page-block.type-special_announcement p a:hover {
	background-color: transparent!important;
	color: #888588!important;
}


/*BASIC PAGES*/
body.template-default article.page-content h4 {
	margin-top: 1.5rem;
}
body.page-our-team.template-default article.page-content h3 {
	margin-bottom: 1.2rem !important;
}
body.page-our-team.template-default article.page-content p:first-of-type {
	margin-bottom: 1.3rem !important;
}
body.page-be-in-touch.template-default article.page-content h3 {
	margin-bottom: 1.2rem !important;
}
body.page-be-in-touch.template-default article.page-content p:first-of-type {
	margin-bottom: 1.3rem !important;
}
body.page-subscribe.template-default article.page-content h3 {
	margin-bottom: 1.3rem !important;
}
body.page-Who_Can_Live.template-default article.page-content h3 {
	margin-bottom: 1.3rem !important;
}
body.page-on-the-radio.template-default article.page-content h3 {
	margin-bottom: 1.3rem !important;
}

/*Vimeo Player*/
.player .vp-title .vp-title-header, 
.player .vp-sidedock {
	display: none !important;
}

/*LANDING PAGES*/
@media (min-width: 768px) {
	body:not(.page-home).template-landing-page .wide-first-yes .landing-page-block.type-features:first-child a {
		padding-top: 41%;
	}
	
}

div.landing-page-block figcaption h4 {
  color: #767476;
  font-weight: 400;
  margin-bottom: 6px;
 
}
div.landing-page-block figcaption h5 {
  color: #a9a9a9;
  font-size: 15px;
  font-style: normal;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: normal;  
}

div.landing-page-block.has-text figcaption p {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 4px;
  color: #767476;
}
.landing-page-block.has-text figcaption:after {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #666;
  font-size: 12px;
  letter-spacing: .05em;  
text-transform: uppercase;
}


/*SUBMIT*/
.email-signup-vertical input[type=submit], .landing-page-block.type-newsletter_signup .email-signup input[type=submit], .sidebar .email-signup input[type=submit] {
	color: #666;
	text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
}
.search input[type=submit] {
	color: #666;
	text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;	
}
input[type="submit" i] {
	color: #666;
	text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
}

/*LISTING*/
body.template-category article.page-content {
  margin-top: 0.5rem!important; /*change to my-2*/
  color: #767476;
}
body.template-category article.page-content h3 {
  font-family: georgia; 
  font-size: 25px;
  margin-bottom: 0.5rem !important; /*mb2*/
  text-transform: uppercase;
}
body.template-category article.page-content h4 {
  text-transform: uppercase;
  font-size:18px;
  margin-top: 1.5rem; 
  font-weight: 400;
}
body.template-category article.page-content div.listing .span.name {
	font-size: 24px !important;
}
body.template-category article.page-content p {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
body.template-category article.page-content div.listing {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
body.template-category article.page-content div.address {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/*FEATURE*/

@media (max-width: 768px) {
	body.template-feature article.page-content h3,
	body.template-feature article.page-content h4 {
		text-align: left;
	}
}

body.template-feature article{
  margin-top: 0.5rem!important; /*change to my-2*/
  color: #767476;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
body.template-feature article h4 {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: .25rem;  
  margin-bottom: 1rem;
  letter-spacing: .05em;
  font-size: 14px;  
  padding-top: .25rem;
}
div.author {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 1.5rem;
  letter-spacing: .05em;
  font-size: 14px;  
  padding-top: .25rem;
}
div.home-price {
	padding-top: .5rem;
}
body.template-feature article {
  margin-top: 0.5rem!important; /*change to my-2*/
}
body.template-feature article.page-content h3 {
  font-family: georgia; 
  font-size: 25px;
  margin-bottom: 0.1rem !important; /*change mb-*/
}
.below-feature-footer-text,
.below-feature-footer-text p,
.below-feature-footer-text a, 
div.links a
 {
	font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	color: #767476;	
	font-size: .9rem;
}

.below-feature-footer-text a:hover
div.links a:hover {
	color: #666;
}
body.template-feature article img,
body.template-feature aside img {
	text-align: center;
}

/*EVENTS*/
body.page-events_calendar.template-feature h4 {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 1rem;
  letter-spacing: .05em;
  font-size: 14px;  
  padding-top: .25rem;
  font-weight: normal;	
}
body.page-events_calendar.template-feature a.ongoing {
	font-size: 14px;
	display: inline-block;
	padding-bottom: 1rem;
}
div.event-block {
	border-top: 1px solid #f0f0f0;
}
div.event-block h5 {
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: .25rem;
	margin-top: 1rem;
}
div.event-block h6 {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: .04rem;
}
div.event-block__dates {
	font-weight: 400;
	text-transform: uppercase;
}
.event-block__description,
.event-block__phone, 
.event-block__website, 
.event-block__location {
	font-size: .8rem;
} 

/*MOVIE CLOCK*/
.page-movie_clock.template-movie-clock article.page-content h3,
.page-movie_clock.template-movie-clock article.page-content h4 {
	text-align: center;
	
}
.page-movie_clock.template-movie-clock article.page-content h4 {
	padding-left: 3px;
}

/*DIRECTORY*/
body.page-directory article h3 {
  font-family: georgia; 
  font-size: 25px;
  margin-bottom: 0.5rem !important; /*mb2*/
  text-transform: uppercase;
}
body.page-directory  article li {
	text-align: left;
	padding: 10px 0;
}

.landing-page-block__content {
  width: calc(100% - 2px);
}

.landing-page-block p {
  white-space: normal !important;
  max-width: 100%;
  overflow: hidden;
}


/*MOBILE ONLY*/
@media (max-width: 767px) {
	a.nav-link {
    	padding: 12px 0 0 12px;
	}
	div.landing-page-block.has-text figcaption p,
  	div.landing-page-block.type-newsletter_signup p,
  	div.landing-page-block.type-out_on_a_limb p {
	    font-size: 16px;
  	}
  	article.page-content {
	    font-size: 16px;
	}
	body.template-category article.page-content p {
		font-size: 16px;
	}
}
