/*
 Theme Name:   78 Grad Network
 Template:     78grad
 Version:      1
*/

.siteName{
		margin-top: 15px;
		margin-bottom: 10px;
}

.siteName a{
		font-family: 'Merriweather Sans', 'sans-serif';
		font-weight: 300;
		font-size: 28px;
		color: #91887b;
		text-transform: uppercase;
}


.siteName a:after {
content: "by 78°";
width: 100px;
height: 30px;
font-size: 10px;
font-weight: bold;
top: 18px;
padding-left: 10px;
position: absolute;
display: inline-block;
text-transform: none;
}

.siteName a span{
	font-weight: 700;
	color:#aac605;
}


hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color !important;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 17px;
    margin-top: 17px;
}

.landingpage .img-tg-open { margin-top: 0;}

.feat-landingpage h1 {
    color: #aac605;
    font-family: "Merriweather Sans",sans-serif;
    font-size: 16px!important;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
    text-transform: uppercase;
}

.landingpage h2 {
    color: #000;
    font-family: "Merriweather Sans",sans-serif;
    font-size: 1.7em !important;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: uppercase;
}

.landingpage h3 {
    color: #000;
    font-family: "Merriweather Sans",sans-serif;
    font-size: 1.2em !important;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.landingpage h4 {
    color: #8fa604;
    font-family: "Merriweather Sans",sans-serif;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
}

.landingpage em{
	font-size: 17px;
	color: #5e5445;
	font-weight: normal;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; 
	margin-bottom: 30px;
	display: inline-block;

}

.landingpage ul{ }
.landingpage li{
	display: block;
	background-color: #aac605;
	margin-top: 5px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-family: "Merriweather Sans",sans-serif;
	font-size: 12px;
	line-height: 17px;

 }

.landingpage img{ max-width: 100%;}

.feat-landingpage .img-feat {
	top:-10px;
}