/***  articles  ***/
/* -- Global -- */


/* -- Search --  */

.article-search-box {
	background: #f6f6f6;
	padding: 10px 0 10px 30px;
	margin-bottom: 2em;
}

.article-search-box__col {
	width: 50%;
	float: left;
	padding-right: 30px;
}

.article-search-box__col select {
	min-width: 100%;
	max-width: 100%;
}

.article-search-box p {
	text-align: right;
	padding-right: 30px;
}

/* -- Tall --  */

/* Article list */
.widget-ArticlesList.orientation-tall .sidebar-article {
	border-bottom: 1px #A9A7A7 solid;
}
.widget-ArticlesList.orientation-tall .sidebar-article:first-child {
	border-top: 1px #A9A7A7 solid;
}
.widget-ArticlesList.orientation-tall .sidebar-article h4 {
	margin-top: 15px;
}
.widget-ArticlesList.orientation-tall .sidebar-article .date {
    font-size: 13px;
    color: #8B8787;
    margin: 16px 0 -4px;
}

/* Date list */
.widget-ArticleDateList h3 {
	margin-bottom: -5px;
}
.widget-ArticleDateList h4 {
	margin-top: 15px;
}


/* -- Wide -- */
.widget-ArticlesList.orientation-wide .article:first-child {
	border-top: 1px #E7EAEC solid;
}
.widget-ArticlesList.orientation-wide .article {
	border-bottom: 1px #E7EAEC solid;
	margin: 30px 0;
	padding-bottom: 12px;
}
.widget-ArticlesList.orientation-wide .date {
    font-size: 15px;
    color: #8B8787;
    margin: 14px 0 -4px;
}
.widget-ArticlesList.orientation-wide .article-img {
	float: right;
	width: 100px;
	margin: 15px 0;
}
.widget-ArticlesList.orientation-wide .article-text {
	margin-right: 140px;
}
/* Left aligned */
.widget-ArticlesList.orientation-wide.left-aligned .article-img {
	float: left;
}
.widget-ArticlesList.orientation-wide.left-aligned .article-text {
	margin-left: 140px;
	margin-right: 0;
}


/* -- Full -- */

/***  blogs  ***/
/* --------------------------------------------------------
Blog entry list;
-------------------------------------------------------- */
.blog-date {
	text-align: center;
	width: 100%;
	height: 113px;
	margin: 0 auto;;
}
.blog-date p {
	color: #FFF;
}
#blog-posts {
	margin: 0 -1%;
}
#blog-entries div.blog-post-preview {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #E7EAEC;
	padding: 3% 3% 3%;
	width: 48%;
	margin: 0 0 20px 1%;
	float: left;
}
#blog-entries div.blog-post-preview:nth-child(even) {
	/* margin-left: 2.5%; */ 
}
#blog-entries div.blog-post-preview img.blog-post-featured-img-small {
	width: 100%;
}
#blog-entries div.blog-post-preview:hover {
	background: #f8f8f8;
}
#blog-entries div.blog-post-preview:hover .view-more-link {
	opacity:90;
}
#blog-entries div.blog-post-preview .view-more-link {
	padding: 20px;
	border: 1px solid #d7d7d7;
}
#blog-entries div.blog-post-preview div.side {
	float: left;
	width: 19.7%;
	border-right: 1px solid #d7d7d7;
	text-align: center;
	margin-top:  30px;
}
#blog-entries div.blog-post-preview .blog-date {
	border-bottom: 1px solid #d7d7d7;
	float: right;
	padding: 0 11% 0 0;
	margin-bottom: 20px;
}
#blog-entries div.blog-post-preview .blog-date p {
}
#blog-entries div.blog-post-preview div.share {
	padding-right: 14%;
	margin-top: 10px;
}
#blog-entries div.blog-post-preview div.hub-share p {
	color: #909396;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0;
	margin: 0;
	display: inline;
}
#blog-entries div.blog-post-preview div.hub-share a img {
	margin: 0 0 0 15px;
	display: inline;
}
div.share a:hover {
	text-decoration: none;
}
div.share a:hover img {
	opacity: .5;
	-webkit-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
}
#blog-entries div.blog-post-preview a {
	text-decoration: none;
}
#blog-entries div.blog-post-preview a.blog-link {
}
#blog-entries div.blog-post-preview div.excerpt {
	float: left;
	padding: 0;
	width: 100%;
	margin-top: 30px;
}
#blog-entries div.blog-post-preview div.excerpt h3, #blog-entries div.blog-post-preview div.excerpt h3 a {
	font-weight: 300;
	font-size: 24px;
	text-align: left;
	padding-bottom: 0;
	margin-top: 0;
}
#blog-entries div.blog-post-preview div.excerpt h3:before, #blog-entries div.blog-post-preview div.excerpt h3:after {
	display: none;
}
#blog-entries div.blog-post-preview div.excerpt p.author{
	font-size: 14px;
	text-transform: uppercase;
}
#blog-entries div.blog-post-preview div.excerpt p {
	line-height: 140%;
	font-size: 17px;
	margin: 14px 0;
}
/* Refine bar */
.blog-refine-bar {
	margin: 0 0 35px;
}
.blog-refine-bar p {
	font-weight: 500;
	font-size: 19px !important;
	display: inline;
	margin-right: 16px;
}

.blog-refine-bar a {
	text-transform: uppercase;
	font-weight: 100;
	padding: 5px 10px;
	text-decoration: none;
	margin: 1px 3px;
	line-height: 150%;
	width: auto;
}
.blog-refine-bar a.on {
}
.blog-refine-bar a.on:hover {
}
.blog-refine-bar a:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/* --------------------------------------------------------
Blog post
-------------------------------------------------------- */
img.blog-post-featured-img {
	margin: 10px 0 40px;
	width: 100%;
}
img.blog-author-img {
	float:left;
	max-width: 200px;
	max-height: 300px;
	margin: 0 20px 20px 0;
}

#blog-post-section div.blog-post {
	width: 92%;
	margin: 0 auto;
}

#blog-post-section div.blog-post .blog-date p {
}
#blog-post-section div.blog-post div.side {
	float: left;
	width: 9%;
	border-right: 1px solid #d7d7d7;
	text-align: center;
	margin-top:  30px;
}
#blog-post-section div.blog-post .blog-date,
#blog-post-section div.blog-post .blog-subscribe,
#blog-post-section .blog-author-pic {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 20px;
}
.side-col {
	padding: 0 14% 0 0;
}
.blog-author-pic img {
	margin: 32% 0;
}

.blog-item {
	border-bottom: 1px solid #f3f1f1;
	margin: 5px 0 20px;
}

.blog-item .details,
.blog-post .details {
	margin: 0 0 20px;
}
	.blog-item .details p.date,
	.blog-item .details p.author,
	.blog-post .details p.date,
	.blog-post .details p.author {
		display: inline;
	}

p.blog-rss-link {
	float: right
}
p.blog-rss-link img {
	width: 16px;
	margin-left: 10px;
}

#blog-post-section div.blog-post .blog-date p {
	color: #ffc400;
}
div.blog-post .side div.share {
	padding-right: 16%;
}
div.blog-post .side a img {
	display: block;
	margin: 15px auto;
}
#blog-post-section div.blog-post div.share a:hover img {
	opacity: .5;
	-webkit-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
}
#blog-post-section div.blog-post div.excerpt {
	float: left;
	padding: 0 0 0 3%;
	width: 91%;
	margin-top: 30px;
}

#blog-post-section div.blog-post div.excerpt h3:before, #blog-post-section div.blog-post div.excerpt h3:after {
	display: none; 
}
#blog-post-section div.blog-post div.excerpt p.author {
	font-size: 14px;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 10px 0 20px;
}
div.excerpt h1,
div.excerpt .h1 {
	text-align: left;
	font-weight: 300;
	font-size: 38px;
	margin: 15px 0 20px 0;
}
div.excerpt h2,
div.excerpt .h2 {
	color: #ee522e;
	font-weight: 300;
	font-size: 32px;
	text-align: left;
	margin: 50px 0 18px 0;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 7px;
}
div.excerpt h3,
div.excerpt .h3 {
	color: #364250;
	font-weight: 500;
	font-size: 27px;
	text-align: left;
	margin: 32px 0 14px 0;
}
div.excerpt h4,
div.excerpt .h4 {
	color: #364250;
	font-weight: 300;
	font-size: 21px;
	text-align: left;
	margin: 27px 0 20px 0;
}
div.excerpt h5,
div.excerpt .h5 {
	color: #364250;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	margin: 25px 0 20px 0;
}
div.excerpt h6,
div.excerpt .h6 {
	color: #364250;
	font-weight: 300;
	font-size: 13px;
	text-align: left;
	margin: 25px 0 20px 0;
}
div.excerpt p {
	line-height: 1.5em;
	font-size: 21px;
	margin: 0 0 20px;
}

.blog-comments, .fb-comments, .fb-comments span, .fb-comments iframe, .pluginSkinLight > div  { width: 100% !important; }

div.share {
	float: left;
	width: 50%;
	margin: 25px 0;
}

	div.share:not(:first-child) {
		text-align: right;
	}

	div.share:not(:first-child) img {
		margin-left: 7px;
	}

	div.share p {
		color: #909396;
		text-transform: uppercase;
		font-size: 15px;
	}

.share .share-item {
	display:inline-block;
	margin: 1px;
	vertical-align: top;
}

.share .share-item.share-item-fb {
	padding-right: 28px;
	margin-top: -3px;
}

.blog-article__footer .share {
	width: 50%;
	float: left;
	color: #B3B7BB;
}
.blog-article__footer .share:not(:first-child) {
	text-align: right;
}


@media screen and (max-width: 650px) {
	#blog-entries div.blog-post-preview {
		border: 1px solid #d7d7d7;
		padding: 3%;
		width: 99%;
		float: none;
	}
	.blog-archive-rss a {
		width: 100%;
	}
	p.blog-rss-link {
		float: none;
	}
}
/***  events  ***/
/* -- Global -- */

/* Search */
.event-search-form h2 {
	margin-top: 0;
}


/* Sidebar */
.widget-EventSubscribeButton {
	margin-bottom: 38px;
}



.widget-EventList .event-list-item {
	border-top: 1px solid #A9A7A7;
	padding: 30px 0 20px;
}
.widget-EventList .event-list-item:first-child {
	border-top: 0;
}
.widget-EventList .event-list-image {
	float: right;
	margin: 0 0 15px 15px;
}
.widget-EventList .event-list-image img {
	max-width: 150px;
}
.widget-EventList .event-list-date {
	float: left;
}
.widget-EventList .event-list-info {
	margin: 0 175px 0 80px;
}
.widget-EventList .event-list-info h3 {
	margin-top: 0;
}
.widget-EventList .event-list-info p.info span,
.widget-EventList .event-list-info p.info i {
	margin: 0 6px 0 0;
}
/* Event Date Box */
.event-date {
	background: #E25508;
	color: #fff;
	text-align: center;
	width: 55px;
	min-height: 55px;
	padding: 5px;
	float: left;
	margin: 0 20px 20px 0;
}
.event-date h4 {
	margin: 0;
	font-size: 22px;
}
.event-date span {
	display: block;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: -2px;
	text-transform: uppercase;
}

/* ---- Events Listing Page ---- */

 .event-list-item {
 	border-top: 1px solid #c2c2c2;
 	padding: 20px 0 10px
 }

 .event-list-item:first-child {
 	border-top: 0;
 }
 
 .event-list-item h3 {
 	margin: 3px 0 3px;
 	font-size: 21px;
 }
 .event-list-item .info {
 	margin: 0;
 	font-size: 14px;
 }
 .event-list-item .info i {
 	margin: 0 7px;
 }

 .event-list-image {
 	width: 28%;
 	float: right;
 	text-align: right;
 }
 .event-list-image img {
 	max-width: 100%;
 }

 .event-list-date {
 	float: left;
 	text-align: center;
 }
 .event-date { 
 	text-transform: uppercase;
 	background: #eee;
 	padding: 9px 9px 12px;
 	display: block;
 	min-width: 68px;
 	max-width: 60px;
 	text-align: center;
 }
 .event-date span {
 	display: block;
 	font-size: 16px;
 }
 .event-date h4 {
 	margin: 0;
 	padding: 0;
 	font-size: 27px;
 }

 .event-list-info {
 	margin: 0 0 0 92px;
 }
 .event-list-info p {
 	margin: 9px 0;
 }

/* Event Details Page */

.col-map {
	width: 40%;
	float: right;
	text-align: right;
	margin-top: 15px;
	margin: 0 0 15px 2%;
}
.col-map img {
	max-width: 100%;
	height: auto;
}
.event-details {
	margin-top: 15px;
}
.event-details .info {
	float: left;
	margin-top: 0;
	font-size: 14px;
}
.event-details h3 {
	margin-top: 0;
}
.event-details-date {
	float: left;
}
.event-details-info {
	margin: 0 0 0 80px;
}
.event-image {
	float: right;
	width: 35%;
	margin: 0 0 15px 2%;
}
.event-image img {
	max-width: 100%;
	height: auto;
}
.event-description {
	margin: 20px 0;
}
.event-book-button {
	margin-top: 20px;
}
.event-book-button span {
	padding-left: 10px;
}
/* Booking form */
.event-booking-form td.check,
.event-booking-form td.radio,
.event-booking-form .form-section.dates tr > th:first-child,
.event-booking-form .form-section.prices tr > th:first-child,
.event-booking-form .form-section.extras tr > th:first-child {
	width: 30px!important;
	max-width: 30px!important;
}

/* Event Gallery */
.widget-EventGallery .pg-link:nth-child(4n+4) .pg-item {
	margin-right: 0;
}
.widget-EventGallery .pg-item {
	display: block;
	padding: 20px 0 7px;
	margin: 0 3% 0 0;
	float: left;
	width: 22.75%;
}
.widget-EventGallery .pg-item h4 {
	margin-top: 0.8em;
	margin-top: 8px;
}
.widget-EventGallery .pg-item img {
	width: 100%;
}


@media screen and (max-width: 650px) {
	.widget-EventList .event-list-image,
	.widget-EventList .event-list-image img {
		display: none;
	}
	.widget-EventList .event-list-info {
		margin-right: 0;
	}

	.widget-EventGallery .pg-link:nth-child(4n+4) .pg-item {
		margin-right: 3%;
	}
	.widget-EventGallery .pg-link:nth-child(3n+3) .pg-item {
		margin-right: 0;
	}
	.widget-EventGallery .pg-item {
		margin: 0 3% 0 0;
		width: 31.333%;
	}
}
@media screen and (max-width: 360px) {
	.event-date {
		width: 45px;
		min-height: 45px;
	}
	.event-date h4 {
		font-size: 19px;
	}
	.event-date span {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: -6px;
	}
	.event-list-info {
		margin-left: 60px;
	}
}

/* -- Wide -- */




/* -- Full -- */

/***  users  ***/
/* -- Global -- */


.forgotten-password-form .content-highlight {
	padding-bottom: 25px;
}

@media screen and (min-width: 650px) {
	.forgotten-password-form input[type="text"] {
		width: 52%;
		margin: 0 5px 0 0;
	}
}


/* ---- Resources ---- */
.resources-list {
	list-style: none;
	padding: 0;
	margin: 0 0 26px;
}
.resources-list-item-link {
	color: #696969;
	display: block;
	padding: 12px 0 11px 136px;
	line-height: 22px;
}
.resources-list-item-link:hover,
.resources-list-item-link:focus {
	text-decoration: none;
	background-color: #DAD9D9;
}
.resources-list-item-link:hover .resources-list-item-name,
.resources-list-item-link:focus .resources-list-item-name {
	color: #696969;
}
.resources-list-item-link,
.resources-list-item-icon {
	transition: all 150ms ease-in-out 0s;
		-moz-transition: all 150ms ease-in-out 0s;
		-ms-transition: all 150ms ease-in-out 0s;
		-o-transition: all 150ms ease-in-out 0s;
		-webkit-transition: all 150ms ease-in-out 0s;
}

.resources-list-item-icon {
	background-color: #DAD9D9;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 114px;
	padding-left: 13px;
	color: #7B7B7B;
}
.resources-list-item-link:hover .resources-list-item-icon,
.resources-list-item-link:focus .resources-list-item-icon {
	background-color: #C7C7C7;
}
.resources-list-item-icon .link-icon {
	width: 25px;
	margin: 10px 10px 0 0;
	display: inline-block;
}
.resources-list-item-icon .video-icon {
	width: 25px;
	margin: 11px 11px 0 0;
}
.resources-list-item-icon .file-icon {
	width: 25px;
	margin: 12px 10px 0 0;
}
.resources-list-item-icon .article-icon {
	width: 22px;
	margin: 9px 13px 0 0;
}
.resources-list-item-type {
	display: inline-block;
	vertical-align: top;
	margin-top: 13px;
	text-transform: uppercase;
	font-size: 12px;
}
.resources-list-item {
	position: relative;
	margin-bottom: 4px;
	background-color: #e7eaec;
}
.resources-list h3 {
	margin-bottom: 5px;
	margin-top: 0;
}
.resources-list .info {
	color: #999;
	font-size: 11px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
.resources-list .resource {
	border-bottom: 1px #E7EAEC solid;
	padding: 0 0px 10px;
	margin-bottom: 15px;
}

/* ---- Tiny MCE ---- */
.mce-panel {
	width: 100% !important;
}

/* ---- User directory ---- */
.user-directory-listing:first-child {
	border-top: 1px solid #eee;
}
.user-directory-listing {
	border-bottom: 1px solid #eee;
	padding: 17px 0;
}
.user-directory-listing h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.user-directory-listing-position {
	margin-top: 5px;
	margin-bottom: 11px;
}
.user-directory-listing-detail-list {
	padding: 0;
	margin: 11px 0 0;
	list-style: none;
}
.user-directory-listing-detail-list-item {
	margin: 0 0 6px;
}
.user-directory-listing-detail-list-item:last-child {
	margin-bottom: 0;
}
.user-directory-listing-detail-list-item:before {
	content: " ";
	height: 22px;
	width: 24px;
	display: block;
	background-image: url(../images/sprite-grey-contact-icons.png);
	background-repeat: no-repeat;
	float: left;
	margin-right: 6px;
}

.user-directory-listing-detail-list-item.user-directory-listing-detail-list-item-phone:before {
	background-position: -23px 2px;
}
.user-directory-listing-detail-list-item.user-directory-listing-detail-list-item-mobile:before {
	background-position: -133px 0;
}
.user-directory-listing-detail-list-item.user-directory-listing-detail-list-item-email:before {
	background-position: -49px 2px;
}


/* ---- Socialiser ---- */
.socialiser-post {
	background-color: #F2F2F2;
	padding: 16px 21px;
	margin-bottom: 20px;
}

.socialiser-post:last-child {
	margin-bottom: 0;
}
