/*
Theme Name: retrotale-child
Template: retrotale
*/

#footer_widget{
	margin: 1em auto;	
}

.btn_area{
	text-align: right;
}

.official_btn{
    display:inline-block; 
	border: 3px solid #3E9A58;
	color: #3E9A58;
	border-radius: 3px;
	font-weight: bold;
	padding: .3em 1em;
	font-size: 1.2rem;
	transition : .7s;
	text-decoration: none;
}

.official_btn::after{
	content: '\0bb';
	margin-left: .5em;
}
	
.official_btn:active , .official_btn:hover   {
    color: #fff;
	background-color: #3E9A58;
}

.inner-box{
	margin-bottom: 1em;
}

.inner-box::after{
	display: block;
	content: '';
	clear: both;
}

.sidebox{
	border: 2px solid  #FF7373;
	padding: 10px;
}

.content{
	margin-bottom: 1em;
}

.content::after{
	display: block;
	clear: both;
	content: '';
}

.contentbox{
	font-size: 14px;
	border: 1px solid #FF3C01;
	padding: 10px;
	margin-bottom: 1em;
}

.contentbox::after{
	display: block;
	content: '';
	clear: both;
}

.contentbox h4{
	margin-top: 0;
}

.copy{
	text-align: center;
	color: #fff;
}

.copy a{
	color: #FADBD6;
}

.fs1 {
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 85%, #ffff66 85%);
    background: linear-gradient(transparent 85%, #ffff66 85%);
}

.fs2 {
    background: -webkit-linear-gradient(transparent 85%, #ffff66 85%);
    background: linear-gradient(transparent 85%, #ffff66 85%);
}

.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;
    color: #ff0000;
    background: -webkit-linear-gradient(transparent 90%, #ff0000 90%);
    background: linear-gradient(transparent 90%, #ff0000 90%);
}

.fs6 {
    color: #ff0000;
    background: -webkit-linear-gradient(transparent 95%, #ff0000 95%);
    background: linear-gradient(transparent 95%, #ff0000 95%);
}

.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: 48em) {
	
	.btn_area{
		text-align: center;
	}
	
	.alignleft , .alignright{
		float: none;
		display: block;
		margin: 0 auto 1em;
	}
}

