.site-footer {
    position: relative;
    margin-bottom: 50px;
    font-size: 0.95em;
    color: #fff;
}

.fix_footer {
	position:fixed;bottom: 0px;z-index: 99999999;width: 100%;min-height: 50px;text-align: center;
	color:#fff414 !important; border-top: 1px solid #d49792;
	background-image: linear-gradient(to bottom, #9d0300, #a10300, #ad0300, #ad0300, #a10300, #9d0300);
	/* 
	background-image: linear-gradient(to bottom, #9d0300, #a10300, #a50300, #a90300, #ad0300, #ad0300, #a90300, #a50300, #a10300, #9d0300);
	#a50300, #a90300, #ad0300, #ad0300, #a90300, #a50300, */
}

.fix_footer a {display: inline-block;color:#fff; margin-left: -3px; line-height: 28px; padding: 8px 50px 10px 50px;border-right: 1px solid #d49792;}
.fix_footer a:last-child {border-right: 0;}
.link_ico {display: inline-block;height: 28px; margin-right: -3px;width: 28px;background-image: url(../../img/icon-s.png?v=1.2);overflow: hidden;background-repeat: no-repeat;}
.fix_footer strong {display: inline-block;top: 0; position: relative; font-weight: 500;}
.ico_1 {background-position: -71px 6px;}
.ico_2 {background-position: -93px 6px;}
.ico_3 {background-position: -152px 6px;}
.ico_4 {background-position: -180px 6px;}
.ico_5 {background-position: -204px 6px;}

.fix_footer a:hover{
	background: rgba(235,0,0,1);
}

@media screen and (max-width:980px){
	.fix_footer a {float: left;width: 20%; line-height: 18px;padding: 8px 0px 10px 0px;text-align: center;margin-left: 0px;}
	.fix_footer a:hover{
		background: rgba(235,0,0,1);
	}

}
@media screen and (max-width:620px){
	.fix_footer a strong {width: 100%;margin: 5px 0px 5px 0px;}
	.fix_footer a.last {/*display: none;*/}
	.fix_footer a {padding: 10px 0px 16px 0px;width: 20%; font-size: 0.9em;}
	.fix_footer a:hover{
		background: rgba(235,0,0,1);
	}
	.footer {padding: 0px 0px 5px 0px;}
}


a#s-chat {
		position: fixed;
    bottom: 80px;
    right: 36px;
		width:100px !important;
}
a#s-chat img {
		width:100px !important;
}

/* Schema css  */
.wp-faq-schema-wrap { background-color: #151820; padding: 15px; margin-top: 15px; margin-bottom: 15px; border-top: 1px solid #FFCC00; }
.wp-faq-schema-wrap h2 { padding: 2px 15px; font-size: 22px; color: #FFCC00; }
.wp-faq-schema-items { padding: 5px 15px; }
.wp-faq-schema-items h3 { font-size: 18px; margin-top: 15px; }
.wp-faq-schema-items h3::before {
    color: #FFCC00;
    content: "#";
    margin-right: 5px;
}
.wp-faq-schema-items p { font-size: 16px; color: #cfcfcf !important; font-style: italic; }