/*
 Theme Name:   CFPArts Twenty Fifteen Child
 Description:  Twenty Fifteen Child Theme
 Template:     twentyfifteen
 Text Domain:  twentyfifteenchild
*/
body{
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
.site-description{
    display: none;
}
.site-title a {
    display: block;
    background: url(images/LOGO-Intranet.svg) no-repeat left center;
    background-size: contain;
    display: inline-block;
    width: 280px;
    height: 66px;
    text-indent: -3000px;
    margin-bottom: 10px;
    margin-top: 22px;
}
body a, 
body a:visited, 
body a:focus,
body .entry-content a, 
body .entry-summary a, 
body .page-content a,
body .comment-content a, 
body .pingback .comment-body > a,
.textwidget a{
	text-decoration:none;
	border-bottom: 0 solid transparent;
	color:#ff0000;
}

h1,h2,h3,h4,h5,h6{
	font-weight:900;
}
h2, .h2{
	font-size:36px;
	font-weight:300;
}

body ul, body ol {
margin: 0 0 1.5em 3em;
}
.site-footer{
	display:none;
}
.hentry{
	box-shadow:0 0 0 rgba(0, 0, 0, 0);	
}

body .widget{
	font-size:14px;
	color: #333;
}

@media screen and (min-width: 59.6875em){
.widget {
padding: 0 10% 0 20%;
}
}