/*
 Theme Name:   Monograph Child
 Description:  Monograph Child Theme
 Author:       Paul Brown
 Author URI:   http://www.tvadmusic.co.uk/
 Template:     monograph
 Version:      1.0.0
 Text Domain:  monograph-child
*/

body {
	background-color: #fff;
	color: #414141;
	font-family: 'Roboto', sans-serif;
	font-size: 62.5%;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
    font-weight: bold;
}

#site-main {
	margin-top: 0px;
}


.wrapper-main {
	margin: 0 auto;
	padding: 3em 40px 3em 40px;
	text-align: left;
	width: 1220px;
}

.post-single p {
	margin-top: 0;
	margin-bottom: 10px;
}

.post-excerpt a { background-color: #4CAF50; /* Green */
margin-right: 6px;
margin-top: 12px;
    margin-bottom: 6px;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
 /*    display: inline-block; */
display: block;
    font-size: 13px; 
text-transform: uppercase;
border-radius: 5px;}
.post-excerpt a:hover, a:focus {
	background-color: #000000; /* Black */
	color: #ffffff; }

.post-more a { background-color: #ca371e; /* Site Red */
margin-right: 6px;
margin-top: 12px;
    margin-bottom: 6px;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 13px; 
text-transform: uppercase;
border-radius: 5px;}
.post-more a:hover, a:focus {
	background-color: #000000; /* Black */
	color: #ffffff; }

.site-header .site-title {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 0;
	text-transform: none;
}

.site-header a { color: #ffffff; }
.site-header a:hover, 
.site-header a:focus {
	color: #ca371e;
	text-decoration: none;
}

#site-header-main {
	background-color: #222;
	color: #fff;
}

.post-single {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}

.ilovewp-page-intro .title-page {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: -1px;
	margin: 0;
}

#site-content .widget-title,
#site-aside .widget-title,
.comments-area .comments-title {
	background-color: #222;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 20px;
	padding: 12px 15px;
	text-align: center;
	text-transform: uppercase;
}

.pre-footer .widget-title {
	border-bottom: solid 1px rgba(255,255,255,0.15);
	color: #fff;
	display: block;
	font-family: 'Source Sans Pro', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.75em;
	margin: 0 0 20px;
	padding: 0 0 8px;
	position: relative;
	text-transform: uppercase;
}

.ilovewp-page-intro .post-meta {
	color: #8d8d8d;
	display: inline-block;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 0;
}

.ilovewp-page-intro .post-meta a {
	font-style: normal;
	text-transform: none;
	color: #ca371e;
}

.ilovewp-page-intro .post-meta a:hover {
	font-style: normal;
	text-transform: none;
	color: #ffffff;
}

#site-aside .widget-title {
	background-color: #222;
}

#ads {
padding-bottom: 0px;
text-align: center; 
}

.ilovewp-featured-posts {
	margin: 0;
	padding-bottom: 20px;
}

.ilovewp-featured-posts .featured-post-simple a:hover,
.ilovewp-featured-posts .featured-post-simple a:focus {
	color: #ca371e;
}

.ilovewp-posts-archive .post-cover {
	margin-bottom: 10px;
}

.ilovewp-posts-archive .title-post {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75em;
	margin: 0 0; 
}

.single-link a { background-color: #4CAF50; /* Green */
margin-right: 6px;
margin-top: 12px;
    margin-bottom: 6px;
    color: white;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px; 
text-transform: uppercase;}
.single-link a:hover, a:focus {
	background-color: #222; /* Off Black */
	color: #ffffff; }

.sf-menu .current-menu-item > a,
.sf-menu .sfHover > a,
.sf-menu a:hover, 
.sf-menu a:active,
.sf-menu a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.sf-menu .sub-menu a:hover,
.sf-menu .sub-menu a:focus {
	color: #ffffff;
}  

.pre-footer .widget {
	line-height: 1.8em;
	margin-bottom: 3em;
	margin-left: 2em;
	margin-right: 2em;
}

#tag_cloud-2 {
    text-transform: uppercase;
   
}

.wrapper-copy {
	border-top: solid 1px #363636;
	color: #aaa;
	font-size: 13px;
	margin-top: 30px;
	padding: 30px 0 0;
	text-align: center;
}

.ilovewp-posts-archive .post-preview {
	font-size: 15px;
	line-height: 1.80em;
	overflow: hidden;
	text-align: left;
	border-bottom: solid 1px #ececec;
	padding-bottom: 1em;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    background-color: #ca371e; /* Red */
    border: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding: 7px 20px;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
text-transform: uppercase;
    border-radius: 5px;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-color: #222; /* Off Black */
	color: #ffffff; }

.ilovewp-exclusive-post .title-post a:hover, 
.ilovewp-exclusive-post .title-post a:active,
.ilovewp-exclusive-post .title-post a:focus {
	color: #222;
	text-decoration: underline;
}