/*
CTC Separate Stylesheet
Updated: 2016-08-25 19:24:09
Theme Name: APPT
Theme URI: http://www.aca.org.uk
Template: wen-associate
Author: Control B
Author URI: http://controlb.com/
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-menu,editor-style,featured-images,full-width-template,post-formats,sticky-post,translation-ready,theme-options,threaded-comments,footer-widgets,blog,education,custom-logo
Version: 2
*/

/*	colours:
			dark blue: #17498e;
			light blue: #416ba5;
			off-white blue: #f3f6f9;
			orange : #ff794c;


RED
#FF0000
site nav	#726B6B
border	#8E8888
menu active & link  #cc0000


*/


:root {
	--menu-active: #cc0000;
  --link: #FF0000;
  --link-hover: #FF6666;
  --site-nav: #726B6B;
  --border: #8E8888; 
}


/* TYPOGRAPHY */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  color: #525252;
	font-family: 'Calibri', 'Ubuntu', sans-serif;
}

h1 {
	color: var(--menu-active);
	font-size: 2em;
}

h2, h3 {
	color:  var(--menu-active) !important;
	font-size: 1.8em !important;
  font-weight: normal;
}

ul, li {
	color: #525252;
}

a, .block {
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}
a {
  text-decoration: none;
  color: var(--link);

}

time, .rpwe-time{
	font-size: .9em !important;
	font-style: italic;
  color: inherit !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color:  var(--menu-active);
}

/* MAIN AREAS */
.content-area, .sidebar .widget {
	border: 0;
	background-color: transparent;
}

/* HEADER */
header h1.site-title {
	display: none;
}

header a.custom-logo-link img {
	max-width: 224px;
}

header .container {
	padding: 0;
  position: relative;
}

header #header_extra {
	float: right;
}

header .sidebar-header-right {
	margin: 10px 0 0;
	clear: right;
}

#site-navigation {
	background-color: #726B6B;
	border-bottom-color:  var(--border);
}

#site-navigation .container {
	border-bottom-color:  var(--border);
	padding: 0;
}

#site-navigation ul li a {
	border-bottom-color:  var(--border);
	text-transform: capitalize;
	padding: 10px;
}

#site-navigation:after {
	background: none repeat scroll 0 0 #8E8888;
  background-color:  var(--border);
}
#site-navigation li a:hover, #site-navigation li:hover > a, #site-navigation li.current-menu-item > a, #site-navigation li.current_page_item > a {
    border-bottom: 5px solid #cc0000;
  	border-bottom-color:  var(--menu-active);
}

#site-navigation ul li li.current-menu-item a, #site-navigation ul li li a:hover, #site-navigation ul li li:hover > a {
    color:  var(--menu-active);
}

@media only screen and (max-width: 767px){
  #mobile-trigger {
      z-index: 100;
      position: relative;
  }
}

/* SIDEBAR */
.sidebar {
	font-size: .9em;
}

.sidebar h3,.sidebar ul li {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.sidebar ul li { 
	margin: 0 0 1em;
}
.sidebar ul li time, .sidebar ul li .rpwe-time{
	font-size: .7em !important;
  display: block;
  margin: 0 0 0 0.5em;
}

.sidebar .widget-title, .sidebar h2 {
	font-size: 19px !important; 
}

.sidebar .widget {
	background: #f3fcfc;
}

.sidebar .widget, .sidebar ul li, .sidebar a, .sidebar .widget-title, .sidebar h2 {
/*	color: #726B6B !important;*/
	border: 0;
}

.widget .widget-title:after {
	background-color: transparent;
	border: 0;
}

/* ARTICLE / CONTENT */
.posted-on, .byline, .comment {
	padding-left: 0 !important;
}

/*	POSTS */
.entry-meta .posted-on > a {
    padding-left: 24px !important;
}
.entry-meta .byline {
	display:none !important;
}

body.single article .entry-header h2.entry-title {
	font-size: 1.8em;
}

/* WIDGET - ARBITRARY */
.no_title_widget h2, .no_title_widget .widgettitle {
	display:none;
}
.news_footer {
	margin: 24px 0;
  padding-top: 24px;
  border-top: 1px solid #ccc;
  text-align: justify;
}
.news_footer p {
	margin: 0 24px;
  font-size: 0.8em;
}
.aca-address, .aca-address div{
	display: inline;
}
.aca-address h2{
	display:none;
}

/* WIDGET - ARCHIVE CALENDAR */
.widget_archives_calendar h2.widgettitle, .recent-posts-extended h2 {
	font-weight: normal;
	font-size: 19px !important;
}

.calendar-archives.arw-theme1 .menu-container > ul > li {
	margin: 0 1em;
	padding: 0;
	display: inline-block;
}
.calendar-archives a span,
.calendar-archives .arrow-down span,
.calendar-archives .arrow-up span{
	color: #fff;
}

/* WIDGET - BASIC HEADER MENU */
.menu-basic-menu-container {
    position: absolute;
    right: 48px;
    top: 33px;
}
@media only screen and (max-width: 767px){
  .menu-basic-menu-container{
      display:none;
  }
}

.menu-basic-menu-container li {
	display: inline-block;
	vertical-align: middle;
}

.menu-basic-menu-container li a {
	font-size: 1.3em;
	color:  var(--site-nav);
	margin: 0 0 0 1em;
	text-decoration: none !important;
}

.menu-basic-menu-container li.current_page_item a {
	color:  var(--menu-active);
}

#btn-search-icon {
	background-color:  var(--site-nav);
}
#btn-search-icon .fa.fa-search {
    font-weight: bold;
}

/* WIDGET - DIRECTORY */
.wpbdp-view-search header.entry-header {
	display: block;
}
.wpbdp-listing .listing-thumbnail,
#wpbdp-categories {
display:none;
}
.wpbdp-listing .listing-details{
margin-left: 16px !important;
}
.wpbdp-button.button.view-listing,
.wpbdp-listings-sort-options{
display: none;
}

/* WIDGET - LOGIN FORM */
.login-wrap {	
    border: 0;
    padding: 0;
}
.log_forms {
	width: inherit;
	padding: 0;
	border: 0;
	margin: 0;
}

.log-form-group {
	display: inline-block !important;
	width: 32%;
	padding: 0;
}


.log-form-group label {
	display: none;
}

.log_forms input[type=text], .log_forms input[type=password], .log_forms input[type=submit],
.login-wrap input[type=text], .login-wrap input[type=password], .login-wrap input[type=submit] {
	width: 100%;
	padding: 1px 6px;
	margin: 0;
	font-size: .9em;
	border-radius: 3px;
	height: 32px;
}


.log_forms input[type=submit] {
	border: 0;
}

.log-form-group .extra-links {
	display: none;
}

#header_extra .logged-in a {
	margin-left: 12px;
}
.login-submit{
	display: inline-block !important;
}
/* WIDGET - RECENT POSTS EXTENDED */
aside .widget-1 .rpwe-block {
	height: 260px;
}

.sidebar .widget.widget-2, .sidebar .widget.widget-3 {
	padding-bottom: 0;
}

#sidebar-primary .hide_first.rpwe-block,
#sidebar-primary .hide_first .textwidget{
	height: 0;
  overflow: hidden;
}

.rpwe-summary {
	display: none;
}

.entry-content ul.rpwe-ul {
	margin-left: 0;
}

.entry-content ul.rpwe-ul li {
	list-style: none;
}

.rpwe-block h3.rpwe-title {
	font-size: 1em !important;
}

.entry-content .rpwe-block h3.rpwe-title {
	font-size: 19px !important;
}

.entry-content .recent-posts-extended h2 {
display:none;
}

.entry-content .recent-posts-extended.show_title h2{
	display: block;
  font-size: 24px !important;
}

.entry-content .recent-posts-extended.show_title .rpwe-block h3.rpwe-title {
	
}


.conference_widget .entry-content .recent-posts-extended.show_title h2 {
    display: block;
    font-size: 1.8em !important;
}

.conference_widget .rpwe-block li {
    border-bottom: 0;
    margin-bottom: inherit;
    padding-bottom: inherit;
}
.conference_widget .entry-content .rpwe-block h3.rpwe-title {
    font-size: 19px !important;
}
.conference_widget .rpwe-block h3.rpwe-title {
    font-size: 16px !important;
}
.conference_widget .rpwe-block h3 {
    background: none!important;
    clear: none;
    margin-bottom: 0!important;
    margin-top: 0!important;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 1.5em;
}	




/*	 PLUGIN - PDF EMBEDDER */
div.pdfemb-viewer {
    overflow: hidden;
    line-height: 1;
    margin: 1em 0 0 0 !important;
    padding: 0px;
    border: 1px solid #ccd !important;
    position: relative;
    text-align: left;
    direction: ltr;
    max-width: 99%;
    background-color: lightGrey;
  	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}
.pdfemb-fs{
	display:none;
}
/*  CONTENT  */
body.home main h2.entry-title {
	display: none;
}

.comments-area {
	display: none;
}

article.post, article.page {
	clear: both;
}

.nav-previous a, .nav-next a {
	max-width: 47%;
} 



/* WIDGET SHORTCODE - LCP CATEGORY LISTS */

.entry-content ul.lcp_catlist li{
    margin-bottom: 1em;
    list-style: none;
}


.lcp_catlist .list-date{
	font-style: italic;
  font-size: 0.9em;
}

.lcp_catlist h3.lcp_post{
    line-height: 80%;
    margin: 0.25em 0;
}
.lcp_catlist .list-post a.post-more{
  display: block;
  float: right;
}


/* CATEGORY PAGES */
/*
article .entry-content .entry-header .entry-title, article .entry-content .entry-header .entry-title  a {
	font-size: 19px !important;
	margin-bottom: 2px;
}


article .entry-summary, span.byline, article .entry-footer span.cat-links {
	display: none !important;
}

article.post, article.page {
	border-bottom-color: #eee;
}

.hentry {
	margin: 0 0 .5em;
}

.posted-on, .byline, .comment {
	padding-left: 6px;
}

.posted-on:after, .byline:after, .comment:after {
	display: none;
}
*/


/* PAGE TITLES */
.entry-header .entry-title, .entry-header .entry-title  a, .page-title {
    font-family: Lato;
    font-size: 28px !important;
    line-height: 1;
    margin: 0;
}

body:not(.page) article .entry-header .entry-title, body:not(.page) article .entry-header .entry-title  a, body:not(.page) article  .page-title {
		font-family: 'Calibri', 'Ubuntu', sans-serif;
 /*   font-size: 19px !important;*/
}

/* TABLES */
.no_borders th, .no_borders td {
	border: 0;
  text-align: initial;
}

/* VIDEO PAGE */
.videoblock{
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}
.videoblock iframe{
  margin: 1em auto;
    display: block;
  -webkit-box-shadow: 0px 50px 180px -89px rgba(0,0,0,1);
-moz-box-shadow: 0px 50px 180px -89px rgba(0,0,0,1);
box-shadow: 0px 50px 180px -89px rgba(0,0,0,1);
}

/* FOOTER */
#footer-widgets:after {
	display: none !important;
}

#colophon, #footer-widgets {
	background-color:  var(--site-nav);
	color: #fff;
	font-size: .8em;
}

#footer-widgets .menu-basic-menu-container li a,
.col-sm-3.footer-widget-area{
	color: #fff;
  font-size: 14px !important;
  line-height: 16px;
}

.col-sm-3.footer-widget-area a {
	color: #fff;
}
.col-sm-3.footer-widget-area a:hover {
	color: #ddd;
}

.col-sm-3.footer-widget-area:last-of-type {
	display:none;
}


.footer-widget-area ul li a, .footer-widget-area p, .footer-widget-area {
    color: #fff;
}
.footer-widget-area .widget_nav_menu ul.sub-menu{
	display: none;
}


.fa-chevron-circle-up:before {
    color:  var(--menu-active);
}


/* WIDGETS */	
.fts-twitter-div a{
    color:  var(--menu-active);
}



/* MOBILE ELEMENTS */
.mm-list>li>a, .mm-list>li>span{
	color: #fff !important;
}
.mm-menu .mm-list>li>a.mm-subclose:before, .mm-menu .mm-list>li>a.mm-subopen:after, .mm-menu .mm-list>li:after{
	border-color: #fff !important;
}


@media (min-width: 768px){

.col-sm-3.footer-widget-area {
    width: 33%;
  padding: 0em 3em;
}
}

#footer-widgets .menu-basic-links-menu-container {
display:block;
}

#footer-widgets .menu-basic-links-menu-container ul,
#footer-widgets .menu-basic-links-menu-container li{
display:block;
  list-style-type:none;
  list-style-image: none;
  color: #fff;
  font-size: 14px !important;
  margin: 0;
}

.footer-widget-area ul li:after{
	display:none;
}

p img.size-thumbnail{
  object-fit: cover;
  object-position: center; 
	width: 150px;
  height: 150px;
  margin-top:8px;
}


@media print {
  .dont_print, #header_extra,nav.main-navigation, .widget_nav_menu, #sidebar-primary, .sidebar-header-right, #header-search-form{
  	display:none;
  }
  a[href]:after {
    content: none !important;
  }
  .site-branding{
  	display:block;
    width: 100%;
  }
  .site-branding img {
  	width: 25%;
    display:block;
    margin: 0 auto;
  }
}