/*
Theme Name: hafonda
Author: tretola
Author URI: http://www.tretola.cc
Description: The haroldsfonts.com theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hafonda
*/

div.clear{
	clear: both;
	display: block;
}

.container-fluid{
	padding: 0;
}

html{
	height: 100%;
}

body{
	font-family: "Source Sans Pro", sans-serif;
	color: #272727;
	background-image: url(./images/gridbg3.jpg);
	background-size: 75px 75px;
	background-repeat: repeat;
	min-height: 100%;
	position: relative;
}

body a{
	color: inherit;
	transition: all 0.2s;
}

body a:hover{
	color: inherit;
	opacity: .5;
	text-decoration: none;
}

.bbg{
	background-color: #272727;
}

.wtc{
	color: #fff;
}

p, a, ul, li, h1, h2, h3, h4, h5, h6{
	padding: 0;
}

ul{
	list-style: none;
}

.page-template-default #main{
	background-color: #fbfbfb;
}

#masthead{
	background-color: #fff;
}

.site-branding{
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.headerSM{
	position: absolute;
	right: 0;
	top: 30px;
	text-align: right;
	display: none;
}

.headerSM p{
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
}

.headerSM a{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 23px;
	height: 23px;
	margin: 0 0 0 5px;
	color: #fff;
	line-height: 23px;
	border-radius: 5px;
	font-size: 15px;
}

.headerSM a:hover{
	opacity: 1;
	color: #fff;
	background-color: #272727!important;
}

a.headerLogo{
	width: 275px;
	max-width: 90%;
	margin: 0px auto;
	display: block;
}

a.headerLogo img{
	display: block;
	width: 100%;
}

#site-navigation .container{
	position: relative;
}

ul.mainNav{
	margin: 0;
	display: block;
	vertical-align: top;
	padding: 5px 0;
}

ul.mainNav li{
	display: inline-block;
	margin: 0 2px 0 0;
	text-transform: lowercase;
	font-weight: 300;
}

a.afLink{
	display: none;
}

.rightNav{
	display: none;
}

li.allFonts a{
	color: #ff3968;
	text-transform: uppercase;
	font-weight: 400;
}

ul.fontsNav{
	display: none;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
}

ul.mainNav li.allFonts{
	position: relative;
	display: block;
	text-align: center;
}

p.rmb{
	transition: all 0.2s;
	cursor: pointer;
	vertical-align: top;
	margin: 0;
	font-size: 26px;
	display: inline-block;
	text-align: center;
}

/*p.rmb:hover{
	opacity: .5;
}*/

ul.fontsNav li{
	background-color: #fff;
	color: #272727;
	text-transform: none;
	display: block;
	font-size: 20px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.fontsNav li a{
	color: #272727;
	text-transform: none;
	display: block;
}

ul.fontsNav li.navTitle{
	background-color: #272727;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-style: italic;
	font-weight: 500;
	padding: 2px 0;
}

footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

ul.footNav{
	margin: 0;
	padding: 5px 0;
}

ul.footNav li{
	display: inline-block;
}

ul.footNav li.footerFaq{
	color: #ff3968;
	display: none;
}

ul.footNav li.footerMC{
	transition: all 0.2s;
	cursor: pointer;
	color: #ff3968;
	text-transform: uppercase;
	font-weight: 600;
}

ul.footNav li.footerMC:hover{
	opacity: .5;
}

ul.footNav li:after{
	content: " | ";
	color: #fff;
}

ul.footNav li:last-child:after{
	display: none;
}

#signup{
	display: none;
	position: fixed;
	top: 30%;
	width: 450px;
	max-width: 90%;
	margin: 0px auto;
	background-color: #fbfbfb;
	left: 0;
	right: 0;
	padding: 20px;
	text-align: center;
	border: 15px solid rgba(0, 0, 0, .5);
	border-radius: 5px;
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10;
}

#signup p{
	font-style: italic;
	font-weight: 200;
	font-size: 16px;
	margin: 0 auto 20px auto;
	width: 300px;
	max-width: 90%;
}

#signup .ei{
	width: 90%;
	margin: 0px auto 20px auto;
}

#signup .eb{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	cursor: pointer;
	width: auto;
	border: 1px solid #272727;
	font-weight: 400;
	font-style: normal;
	padding: 1px 6px;
	background-color: #272727;
	color: #fff;
	border-radius: 2px;
	transition: all 0.2s;
	font-size: 14px;
}

#signup .eb:hover{
	background-color: #fff;
	color: #272727;
}

.hero{
	height: 600px;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.mceC ul{
	list-style: disc;
	padding: 0 0 0 20px;
}

.pageHome .hero{
	height: 500px;
	padding: 100px 0 0 0;
	text-align: center;
}

.pageHome .hero span{
	display: inline-block;
	margin: 0 20px 20px 20px;
	vertical-align: top;
	max-width: 250px;
}

.pageHome .hero span:nth-child(2){
	display: none;
}

a.ffLink{
	width: 200px;
	height: 200px;
	display: block;
	margin: 0px auto 0px auto;
	position: relative;
}

a.ffLink:hover{
	opacity: 1;
}

a.ffLink img.ffRing{
	position: absolute;
	width: 200px;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
}

a.ffLink:hover{
	width: 190px;
	height: 190px;
	transition: all 0.2s;
}

a.ffLink img.wp-post-image{
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.hero h5{
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-style: italic;
	color: #fff;
	margin: 5px 0 0 0;
	font-weight: 500;
}

.hero h3{
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1px;
}

.promoted{
	text-align: center;
	padding: 20px 0 40px 0;
}

.promoted h2{
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-style: italic;
	margin: 0 0 20px 0;
	font-weight: 500;
}

.promoted span{
	display: inline-block;
	margin: 0 10px 10px 10px;
	vertical-align: top;
	max-width: 250px;
}

a.pfLink{
	width: 125px;
	height: 125px;
	display: block;
	margin: 0px auto 0px auto;
	position: relative;
}

a.pfLink:hover{
	opacity: 1;
}

a.pfLink img.pfRing{
	position: absolute;
	width: 125px;
	height: 125px;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

a.pfLink:hover img.wp-post-image{
	opacity: .7;
}

a.pfLink img.wp-post-image{
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	transition: all 0.2s;
	z-index: 1;
}

.promoted span p{
	margin: 5px 0 0 0;
}

.fpEntry{
	background-color: #fbfbfb;
	margin: 20px 0;
	position: relative;
}

.fpEntry a.spec{
	display: block;
}

.fpEntry a.spec img{
	width: 100%;
	height: 100%;
	display: block;
}

.fpEntry div{
	padding-left: 0;
	padding-right: 0;
}

.fpeR{
	padding-bottom: 40px;
}

.fperTop{
	padding: 5px 0;
	position: relative;
}

.fperTop h2{
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 0 10px;
}

.fperTop a{
	display: inline-block;
}

a.miniLink{
	position: absolute;
	right: 10px;
	bottom: 5px;
}

a.miniLink img{
	height: 20px;
	width: auto;
}

.fpeE p{
	padding: 10px;
}

.fpeLinks{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.fpeLinks p{
	padding: 0 0 0 10px;
	margin: 0;
}

.wp-pagenavi{
	text-align: center;
	margin: 20px 0;
	padding: 0 0 20px 0;
}

.wp-pagenavi span, .wp-pagenavi a{
	border-color: #272727;
	color: #272727;
	margin: 1px;
	border-radius: 2px;
	background-color: #fff;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border-color: #272727;
	background-color: #272727;
	color: #fff;
	opacity: 1;
	font-weight: 400;
}

.excerptmore{
	font-style: italic;
	font-size: 10px;
	font-weight: 600;
}

h1.faTitle{
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 4px;
	font-size: 20px;
}

.sfEntry{
	background-color: #fbfbfb;
	padding-top: 15px;
	padding-bottom: 15px;
}

.sfL{
	padding-bottom: 40px;
}

.sfL img.spec{
	width: 100%;
	height: 100%;
}

.sfL h2{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 26px;
}

.sfL div{
	vertical-align: top;
}

.sfGroups li{
	font-weight: 300;
}

.sfGroups li span{
	font-weight: 600;
}

.sfGroups li .opener{
	transition: all 0.2s;
	opacity: 0;
	font-size: 14px;
}

.sfGroups li:hover .opener{
	opacity: 1;
}

.sfGroups li:hover a{
	opacity: 1;
}

.sfL a.dlLink{
	text-align: center;
	display: block;
	margin: 0;
}

.sfL a.dlLink img{
	max-width: 75px;
	height: auto;
}

.sfL a.dlLink span{
	display: block;
	font-weight: 500;
	font-size: 16px;
}

.sfC p, .sfC li, .sfC a{
	font-size: 16px;
}

.faqPage #main{
	background-color: #fbfbfb;
}

.questions, .answers{
	padding: 20px 0;
}

.questions ul{
	display: inline-block;
}

.questions li{
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s;
}

.questions li:hover{
}

.questions li i{
	display: none;
	font-size: 12px;
}

.questions li:hover i{
	display: inline-block;
}

.answers li h3{
	font-size: 20px;
	margin: 0 0 10px 0;
}

.answers li.ns{
	display: none;
}

.answers li a{
	font-weight: 600;
}

.sfR{
	padding-bottom: 20px;
}

.ff2{
	padding: 40px 0;
	text-align: center;
}

h3.currL{
	font-style: italic;
	margin: 0 0 10px 0;
}

a.flLink h2{
	font-size: 18px;
	margin: 0 0 5px 0;
}

ul.fontsNav li.mall{
	display: block;
}

ul.fontsNav li.mall a{
	color: #ff3968;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (min-width:1024px){
	.headerSM{
		display: block;
	}

	a.headerLogo{
		margin: 0;
	}

	ul.mainNav{
		display: inline-block;
	}

	ul.fontsNav{
		width: 250px;
	}

	ul.fontsNav li{
		font-size: 14px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	a.afLink{
		display: inline-block;
	}

	.rightNav{
		display: inline-block;
	}

	p.rmb{
		display: none;
	}

	ul.mainNav li.allFonts{
		position: relative;
		display: inline-block;
		text-align: left;
	}

	.container{
		width: 1060px;
	}

	h1.faTitle{
		letter-spacing: 6px;
		font-size: 30px;
	}

	.sfL div{
		padding-left: 0;
		padding-right: 0;
	}

	.sfL a.dlLink{
		margin: 40px 0 0 0;
	}

	.ff2{
		text-align: left;
	}

	a.flLink h2{
		font-size: 14px;
	}

	ul.fontsNav li.mall{
		display: none;
	}

	.pageHome .hero span:nth-child(2){
		display: inline-block;
	}
}