/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
h1.entry-title { 

    font-weight: 100;
	  
}


h2{ 

    font-weight: 100;
}


#primary  header.main { 

    background-color: #ffffff;
}

 /*Removes share icons for journal page*/
#posts-scroll .sharedaddy {display:none;}

textarea {font-family: 'Raleway', sans-serif;}

/*Removes line from header*/
#site-header {-webkit-box-shadow: 0 0px 0 rgba(0,0,0,.1);}

body #site-header.transparent {border-bottom: 0px solid rgba(0,0,0,.1);}

body #site-header.transparent.light {border-bottom: 0px solid rgba(255,255,255,.1);}

/*Turns footer white*/
#footer a {	color: #FFFFFF;}

#footer .secondary {background-color: rgba(0,0,0,.0);}

/*Removes uppercase menu*/
.main-nav ul a, .main-nav ul li {text-transform: none;}

/*Changes testimonial image size*/
.testimonials img {width: 200px;
	border-radius: 50%;}

/*Reduces post header size*/
.post header.entry-header h2 {font-size: 1.4em;}

/*Removes uppercase from portfolio*/
.project.small .details {
	text-transform: None;
 font-size: 1em;}

/*Always shows title on portfolio whith shadow*/
.project.small.effect-3 .details .text {
	bottom: 3.5em;
text-shadow: 0px 0px 10px #000000;
font-size: .9em;
font-weight: 200;}

/*Hover blur and overlay portfolio*/
.project.small.effect-3:hover img {
	-webkit-filter: blur(3px);}
.project.small.effect-3:hover .overlay {
	opacity: .6;
}

/*Mobile Logo change*/
@media screen and (max-width: 700px){ #logo img { opacity: 0; 
	width: 40px;}
	#logo a{background: url("//www.russelldyer.uk/wp-content/uploads/Favicon-New.png")no-repeat scroll left center / contain rgba(0, 0, 0, 0) !important;
height:40px;}
}

/*Mobile Logo change- shop*/

 @media screen and (max-width: 700px) { #logo img { opacity: 0; 
	width: 40px;}
.page-id-1746	#logo a{background: url("//www.russelldyer.uk/wp-content/uploads/Favicon-White.png")no-repeat scroll left center / contain rgba(0, 0, 0, 0) !important;
height:40px;}
	}


/*Image grid spacing*/
.inside-grid-column {
	margin-bottom: 0.5em;}

