/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.1.6
Text Domain: flatsome
License:
License URI:
*/
/*************** 
All custom CSS should be added to Theme Options > Custom CSS,
or in the style.css of a Child Theme.
***************/
.nav-uppercase>li>a {
    letter-spacing: .02em;
    text-transform: initial;
    font-weight: bolder;
}
.header-top {
    background-color: #446084;
    z-index: 6 !important;
    position: relative;
    min-height: 20px;
}
.intro {
    height: 120px;
    position: relative;
    margin-top: -2px;
    border-top: solid 5px #4e013e;
    background-color: #7f1c6a;
	}
	.intro_css {
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #d4d4d4;
}
.intro_css h1 {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
h5.post-title.is-large {
    font-size: 15px;
}
.box.box-category.has-hover.box-normal .box-image img {
    width: 75%;
}
b, strong {
    font-weight: 600 !important;
}
.p_pk {
    background-color: #5d164e;
    float: left;
    display: table;
    margin-top: 1%;
    margin-left: -2%;
    margin-bottom: 25px;
    font-family: Arial;
    font-size: 13px;
	    width: 100%;
}
.p_pk li {
    list-style: none;
    text-indent: 25px;
    line-height: 27px;
    border-bottom: dashed 1px #5f2352;
    background: url(/wp-content/uploads/2019/03/li.png) 5px 0 no-repeat;
}
.p_pk a {
    color: #fff;
    text-decoration: none;
}
/* ---------------- HOTLINE debug ------------------------*/
.hotline-debug{
	bottom: 5px;
    position: fixed;
    left: 0;
    text-align: center;
	    z-index: 9999;
}
.hotline-debug a{color: #fff;font-weight: 800;}
.goingay{
	background: #bf122a none repeat scroll 0 0;
    border-radius: 0 28px 28px 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    width: 210px;
	height: 55px;
    transition: width 0.2s;
    -webkit-transition: width 0.2s;
}
.goingay .icon-phone{
	background: #d90000 url("/wp-content/uploads/2019/03/icon-phone.png") no-repeat scroll center center;
    border: 4px solid #d90000;
    border-radius: 50%;
    float: right;
    height: 46px;
    line-height: 44px;
    text-align: center;
    width: 46px;
	animation: 1s ease-in-out 0s normal none infinite running quick-alo-circle-img-anim;
	display:block !important;
}
@keyframes quick-alo-circle-img-anim {
0% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
    transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
    transform: rotate(0deg) scale(1) skew(1deg);
}
}
.goingay > div{
	line-height: 1.4;
    overflow: hidden;
    padding-top: 6px;
}
.goingay span{
	display: block;
    color: #fff;
	font: 12px/1.4 "Roboto",sans-serif;
}
.goingay span.sdt{
	color: #fff;
    font-size: 23px !important;
}
/*--------------- end HOTLINE debug-------------------- */
header.archive-page-header {
       width: 100%;
    border-top: solid 3px #acacac;
    background-color: #b355a0;
    height: 78px;
    margin-bottom: 40px;
}
header.archive-page-header .large-12.text-center.col {
    padding-top: 20px;
}
header.archive-page-header .large-12.text-center.col  h1{
    color:#fff;
}
.page-title-inner p {
    margin: 0 1em;
    color: #cccccc;
}
.sidebar-wrapper ul li ,.post-sidebar ul  li,div#product-sidebar ul li, div#secondary ul li, #shop-sidebar ul li{
	text-indent: 14px;
    background: url(/wp-content/uploads/2019/03/p-li.png) 0px 0 no-repeat;
}
p.is-xsmall.uppercase.count {
    display: none;
}