/* 
Theme Name: Lboro blog theme - Fresher
Theme URI: http://vervethemes.com/themes/semantic
Description: A clean and powerful responsive WordPress blogging theme for professional writers, publishers and writers.
Author: VerveThemes
Author URI: http://vervethemes.com 
Version: 1.0.11
Tags: blue, white, brown, light, dark, one-column, two-columns, three-columns, custom-header, custom-menu, featured-images, post-formats, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, theme-options, translation-ready
License: All PHP code is GPL licenced. Images, video and other multimedia resources are rights protected.
License URI: http://vervethemes.com
Copyright: &copy; 2014. All rights reserved.
*/

/*------------------------------------------------------------------------------------------------------------*/



header {
	margin-bottom: 0!important;
}
#homepage-intro-wrapper {
	background-color: rgba(41,45,50,0.6)!important;
}

body.page #homepage-intro-wrapper,
body.single #homepage-intro-wrapper,
body.archive #homepage-intro-wrapper {
	margin-bottom: 0!important;
}
.archive-title {
	text-align: center!important;
	font-weight: normal!important;
	opacity: 0.5!important;
	font-size: 30px !important;
	text-transform: uppercase;
}
#homepage-intro-wrapper .container {
	margin-top: -20px;
	width: 1160px !important;
}
#homepage-intro-wrapper .container h1 {
	padding-top: 40px;
}
#homepage-intro-wrapper .container h1 a {
	color: #fff!important;
}
#homepage-intro-wrapper .container h1 a:hover {
	color: #ccc!important;
}
#homepage-intro p {
	margin-bottom: 3em!important;
}
footer .social-icons {
    font-size: 18px!important;
}



@media only screen and (max-width: 1200px) {

#homepage-intro-wrapper .container {
	width: 930px!important;
}

}
@media only screen and (max-width: 991px) {


#homepage-intro-wrapper .container {
	width: 710px!important;
}


}
@media only screen and (max-width: 767px) {

#homepage-intro-wrapper .container {
	width: auto!important;
	margin: 0 20px!important;
}

}