/*
Theme Name: Alpha Child
Template: wp-alpha
Version: 1.0.0
*/

.logo{
	display: inline-block;
	margin-bottom: .5em;
}

.logo a{
	background-image: none!important;

}

.header-navigation{
	background-color: #fff!important;
	border-bottom: 3px solid  #DA2347;
}

.header-main{
	border-bottom: 3px solid  #DA2347;
}

.header-navigation ul li a{
	color: #333;
}

.widget-title-inner a{
	color: #fff;
}

.btnArea a{
	float: right;
	display: block;
}


.btnArea::after{
	display: block;
	content: '';
	clear: both;
}


.webmenu ul{
	margin-bottom: 2em!important;
}

.webmenu ul li a{
	padding-left: .5em;
}

.webmenu ul li a::before{
	font-family: fontAwesome;
	margin-right: .5em;
	content: '\f144';
	color: #F6AD3C;
}

h3.catTitle{
	border-bottom: 2px solid  #FF7B2B;
}

h3.catTitle a{
	font-size: 20px;
}

.widget-title{
	background-color: #FF7B2B;	
}


h3{
	clear: both;
}
	


.fs1 {
    color: #ff0000;
}

.fs2 {
	color: #FF6631;
}

.fs3 {
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 95%, #ff0000 100%);
    background: linear-gradient(transparent 95%, #ff0000 100%);
}

.fs4 {
    background: -webkit-linear-gradient(transparent 85%, #ff0000 100%);
    background: linear-gradient(transparent 85%, #ff0000 100%);
}

.fs5 {
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 85%, #ffff66 85%);
    background: linear-gradient(transparent 85%, #ffff66 85%);
}

.fs6 {
    background: -webkit-linear-gradient(transparent 85%, #ffff66 85%);
    background: linear-gradient(transparent 85%, #ffff66 85%);
}

.fs7 {
    color: #ff0000;
    background: -webkit-linear-gradient(transparent 80%, #ffff66 80%);
    background: linear-gradient(transparent 80%, #ffff66 80%);
}

.fs8 {
    color: #ff0000;
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 80%, #ffff66 80%);
    background: linear-gradient(transparent 80%, #ffff66 80%);
}

.fs9 {
	background: linear-gradient(transparent 70%, #fbd 70%);
    background: -webkit-linear-gradient(transparent 80%, #fbd 80%);
	font-weight: bold;
}

.fs10 {
	background: linear-gradient(transparent 80%, #ff0000 80%);
	background: -webkit-linear-gradient(transparent 80%, #ff0000 80%);
	font-weight: bold;
}

@media (max-width:600px){
	.btnArea a{
		float: none;
		display: block!important;
		margin: 1em auto!important;
	}
}