/*
 Theme Name:   Radiate Child SPA
 Theme URI:    
 Description:  Radiate Child Theme for Social Policy Association
 Author:       Owen Williams
 Author URI:   http://stylethrashing.co.uk
 Template:     radiate
 Version:      0.0.1
 Tags:         
 Text Domain:  
*/

@import url("../radiate/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


/* =Global

----------------------------------------------- */

body,
button,
input,
select,
textarea {

	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #444444;
}

/* Site branding as used on Radiate Pro theme */

#header-logo-image {
    float: left;
    padding: 4px 6px 0 4px;
	height: 50px; 
	width:50px;
}

#header-text {
    float: left;
    padding: 0 20px 0 0;
}

#header-logo-image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.site-title {
    line-height: 1.2;
    margin: 5px 0;
    padding: 0;
	font-size: 3.0rem;
}

/* Adjust the height of the banner image */
#masthead {
	/* Comment out if using link header image rather than parralax bg image */
	/*margin-bottom: 300px !important;*/
}

/* Added to centre link header image */
.banner {
	display:block;
	margin-left: auto;
	margin-right: auto;
} 

.main-navigation li {

	font-family: inherit;
}

.main-navigation a {
	font-family: inherit;
}

.site-branding {
	font-family: inherit;
}

/* Headings */

.taxonomy-description {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {

	font-family:  inherit;
}

/* Hide the title on the static home page */

.home .page .entry-title {
display: none;
}

/* Main content on home page stylling */

.home .page .entry-content p{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 1.5rem;
}

/* Footer styling */

.site-info {
	text-align:center;
    width: 100%;
    margin: 0 auto; 
}

.social-media {
	display:inline-block;
	float: right;
	margin-right: 10px
}

#site-login {
	display:inline-block;
 	float: left;
	text-align: left;
	margin-left: 10px;
}

#copyright {
	display:inline-block;
}

/* Link as button */

a.button-link {
	 border: 1px solid #EAEAEA;
    border-radius: 4px;
    color: #CA1816;
    font-size: 1.4rem;
    padding: 4px 10px;
}

a.button-link:hover {
    border-color: #CA1816;
    color: #CA1816;
	border: 1px solid #CA1816;
    border-radius: 4px;
    padding: 4px 10px;
    text-decoration: none;
}
/* button-link-list styling */

ul.button-link-list {
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	list-style-type: none;
	margin-bottom: 10px;
}

.button-link-list li {
	padding:5px;
}

/* Publication list styling */

.publications-list * {margin: 0; padding: 0;}
 
.publications-list div {
  margin: 20px;
}
 
ul.publications-list {
  list-style-type: none;
  max-width: 500px;
  padding: 0 0 0 0;
}
 
.publications-list span {    
	color: #444444;
    font-weight: bold;
}
 
.publications-list li img {
  float: left;
  margin: 0 15px 0 0;
}
 
.publications-list li p {
  font-size: 0.9em;
}
 
.publications-list li {
  padding: 10px;
  overflow: auto;
}
 
.publications-list li:hover {
  background: #eee;
  cursor: pointer;
  color:  #CA1816;
}

.publications-list a {
	display: block;
}

.publications-list a:hover, a:visited, a:link, a:active
{
    text-decoration: none !important;
}