/*
 Theme Name:   LSCP
 Theme URI:    http://londonadass.org.uk
 Description:  LSCP WordPress theme (built as a Interface child)
 Author:       93digital
 Author URI:   http://93digital.co.uk
 Template:     interface
 Version:      1.0.0
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

body, input, textarea {

	font-family: arial;
	font-size: 15px;
	color: #303030;
	line-height: 22px;

}



/* COLOURS */

a {

	color: #960B48;

}

#content ul a, #content ol a, #content ul a:hover, #content ol a:hover {

	color: #960B48;

}

.page-title-wrap {

	background-color: #960B48;
    background: linear-gradient( #6f173e 0%, #960b48 100%);

}

input[type="reset"], input[type="button"], input[type="submit"], a.readmore {

	background-color: #960B48;

}

#access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a {

	color: #960B48;

}

#access a {

	font-size: 13px;

}

#access li {

	margin: 0 0 0 16px;

}

#access ul li ul {

	border-top: 4px solid #960B48;

}

#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {

	color: #960B48;

}

.entry-meta a:hover, .entry-meta .cat-links a:hover {

	color: #960B48;

}
.entry-title, .entry-title a {
    color: #960B48;
} /* mike 15dec2014 */

.entry-title a:hover, .entry-title a:focus, entry-title a:active {
    color: #960B48;
} /* mike 15dec2014 */

.widget ul li a:hover, .widget ul li a {

	color: #960B48;
	font-size: 16px;

}

.widget ul li {

	margin-bottom: 10px;

}


/* FONTS */

h1 {
	font-size: 24px;
	line-height: 32px;
}
h2 {
	font-size: 22px;
	line-height: 30px;
}
h3 {
	font-size: 20px;
	line-height: 29px;
}
h4 {
	font-size: 18px;
	line-height: 26px;
}
h5 {
	font-size: 16px;
	line-height: 24px;
}
h6 {
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
}


/* HEADER */

.container.login p {

	font-size: 12px;

}



/* LOGO */

#site-logo {

	margin-top: 0;

}

#site-title a img {

	width: 104px;

}



/* MENU */

.hgroup-right {

	margin-top: -12px;

}



/* POSTS */

.by-author.vcard.author {

	display: none;

}

.entry-meta .comments {

	display: none;

}

/* VISION CONTENT BOX mike 15dec2014 */
.vision-contentbox-title {
	border-radius: 12px 12px 0 0;
}
.vision-contentbox-title span {
	font-size: 18px;
	text-transform: none;
}

/* EVENTS SECTION */

.css-events-list tbody {

	font-size: 14px;
	line-height: 16px;

}

.css-events-list thead tr th {

	text-align: left;
	font-size: 14px;
	font-weight: 700; /* mike 15dec2014 */
	text-transform: none; /* mike 15dec2014 */
    
    padding: 10px;
    background-color: #960B48;
    background: linear-gradient( #6f173e 0%, #960b48 100%);
    color:#FFF;

}


.css-events-list tbody tr {

	background: rgb(231, 231, 231);
	border-bottom: 1px #999 solid;
	height: 60px;

}



.css-events-list table.events-table td {
    padding: 10px;
}


ul.event-categories {

	list-style-type: none;
	padding: 0;
	margin: 5px;
	display: inline;
	float: left;

}

div.eventtype img {

	float: left;

}


h3.whitepaper {

	background-image: url('http://lscp1.wpengine.com/wp-content/uploads/2014/11/document.png');
	background-repeat: no-repeat;
	height: 40px;
	padding: 8px 0 0 46px;
	

}

h3.presentations {

	background-image: url('http://lscp1.wpengine.com/wp-content/uploads/2014/11/presentation.png');
	background-repeat: no-repeat;
	height: 40px;
	padding: 8px 0 0 46px;
	

}

.eventpost .default-wp-page, .eventpost .entry-title, .eventpost .entry-meta{

	display: none;

}


/* TABLES */

table td p{

	word-break: break-word;

	}
	

#content ul, #content ol {
	
 	margin: 0 0 20px 12px;
 	word-break: break-word;

}

.entry-content {
	
	overflow: visible;
	
}



/* COMMENTS */

.comments-area {

	margin-top: 25px;

}

h2.comments-title {

	font-size: 22px;

}

#respond h3#reply-title {

	font-size: 20px;
	display: none;

}

/* FOOTER */

.copyright {

	display: none;

}


/* MISC */

#search-box input.s {
		
	float: left;
	width: 104px;

}

/* Special Recent Posts */

.srp-thumbnail-position-default .srp-content-box {
    width:100%;
}/* mike 23dec2014 temporary partial fix for ie8*/



/* FRONT END LOGIN */

.wppb-user-forms ul li {

	list-style-type: none;

}



#profile-edit-form .field_networks-groups{display:none;}



.lap-priority{
    margin: 0 0 40px;
    background: #EEE;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 4px #999;
    border-radius: 3px 18px 3px 3px;
}

.lap-priority h2{
    background: #9e9b9b;
    background: linear-gradient( #6f173e 0%, #960b48 100%);
    color: #FFF;
    padding: 5px 10px;
    font-size: 1.2em;
    border-radius: 3px 18px 0 0;
    margin: 1px 0 0 1px;
    
}
.lap-meta h3{
    border-bottom: 2px dotted #FFF;
    margin-bottom: 10px;
    color: #999;
}

.lap-meta, .drilldown {
    margin: 20px;
}

.lap-meta-meetings{
    margin: 25px 0;
    background: #f8f8f8;
    padding: 15px 30px;
    border-radius: 3px 18px 3px 3px;
    border: 1px solid #f1efef;
}

.lap-meta-meetings h5{
    margin: 10px 0 ;
    
    font-weight: bold;
}


.drilldown {
    overflow: hidden;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px 18px 3px 3px;
}
.drilldown-sub {
  display: none;
}

.drilldown-root h3{
    font-size: 1.1em;
    font-style: italic;
    margin-bottom: 25px;
 }
.drilldown .leader{
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    background: transparent url('img/1476160381_right_arrow.png') no-repeat 100% 0;

}

.drilldown .leader-back{
    background-image: url('img/1476160910_left_arrow.png');
    cursor: pointer;
    padding: 0 0 10px;
    border-bottom: 2px dotted #eeeeee;
    margin: 0 0 20px 0;
}

.drilldown .leader-close{
    background-image: url('img/1476160938_close.png');
}

a.lap-row:hover {
    color: #a76582;
}


.lap-table{display: table;width: 100%;    margin: 5px 0 0;}
.lap-table-tasks{border: 1px solid #f1efef;border-width: 1px 1px 0 1px;}
.lap-row{display: table-row;}
.lap-row-header{font-weight: bold;background: #f8f8f8;}
.lap-cell{
    display: table-cell;
    padding: 5px;
}
.lap-table-tasks  .lap-cell{border-bottom: 1px solid #f1efef;}

.evenrow{background:#fdf6f9;}


.circle {
	border-radius: 50%;
	width: 20px;
	height: 20px; 
	border:1px solid #EEE;
        border: 1px solid #ccc;
    display: inline-block;
}

.rag_red{background: #BF0000 !important;}
.rag_green{background: #09AD0C !important;}
.rag_amber {background: #EDD205 !important;}

/*
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

 Spinning, gradient circle;  
.rag_amber {
	
	background-image: -moz-radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	background-image: -webkit-radial-gradient(45px 45px, circle cover, yellow, orange);
	background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
	
	animation-name: spin; 
	animation-duration: 3s; 
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
}*/
 

@media print {
    .drilldown-sub {display: block;max-width: 1000px;}
    .drilldown-sub h3{ display: none;}
    .drilldown .leader-back{ display: none;}
    .drilldown .leader{background: transparent;}
}


#lap-sc-priorities{
    margin: 0 0 40px;
}
#lap-sc-priorities a{
    
    
    display: block;
    padding: 15px;
    border-radius: 6px;/*3px 18px 3px 3px;*/
    background: #6f173e;
    background: linear-gradient( #6f173e 0%, #960b48 100%);
    box-shadow: 1px 1px 1px #999;
    margin: 0 0 20px;
    color: #FFF;
    font-weight: bold;
    
    
}

#lap-sc-priorities a span{
    float: right;
    font-size: 1.6em;
    font-family: monospace;
}

#lap-sc-priorities a:hover{
    
    
    color: #f9d9e7;
    background: linear-gradient( #6f173e 0%, #960b48 70%);
    
}
