/* mmenu - menu mobile */
.mm-slideout {
  z-index: auto;
}
li.menu-mobile-search{
  padding:10px 10px 10px 20px;
}
.form-search-mobile{
  font-size: 14px;
}
button.mobile-search{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  background: transparent;
  border: none;
  font-size: 18px;
}
/* Row flex */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.row-flex:after, .row.row-flex:before {
   display: none;
}
.bottom10 {
  margin-bottom: 10px
}
.bottom20 {
  margin-bottom: 20px
}
.bottom30 {
  margin-bottom: 30px
}
.bottom40 {
  margin-bottom: 40px
}
.bottom50 {
  margin-bottom: 50px
}
.bottom60 {
  margin-bottom: 60px
}
.bottom70 {
  margin-bottom: 70px
}
.bottom80 {
  margin-bottom: 80px
}
.bottom90 {
  margin-bottom: 90px
}
.top10 {
  margin-top: 10px
}
.top20 {
  margin-top: 20px
}
.top30 {
  margin-top: 30px
}
.top40 {
  margin-top: 40px
}
.top50 {
  margin-top: 50px
}
.top60 {
  margin-top: 60px
}
.top70 {
  margin-top: 70px
}
.top80 {
  margin-top: 80px
}
.top90 {
  margin-top: 90px
}
.category-sidebar{
  border: 1px solid #b3b3b3;
  padding: 25px;
}
.category-sidebar>li{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #b3b3b3
}
.category-sidebar>li:last-child{
  border-bottom: none
}
/* Image selection */
.img-select-area .img-selection img {
  cursor: pointer;
}
/* Icon when the collapsible content is shown */
.category-sidebar>.toggle>a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f078";
    float: right;
    margin-left: 15px;
}
/* Icon when the collapsible content is hidden */
.category-sidebar>.toggle>.collapsed:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
}

/* Service - Service cate section */
.cate-section{
  background-color: #f9f9f9
}
.service-block-lower{
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom:20px;
  background: #fff;
  box-shadow: 0px 0px 20px 5px rgba(145, 139, 139, 0.27);
}
.service-block-lower h3:after{
  margin-top: 15px;
  display: block;
  content:"";
  border: 1px solid #000;
  width: 15%;
}
.service-block-lower:hover h3:after{
  margin-left: 10px;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.no-padding {
  padding: 0px!important;
}
.no-padding-right {
  padding-right: 0px!important;
}
.no-padding-left {
  padding-left: 0px!important;
}
.ui-pnotify-title {
  font-size: 14px;
}
.ui-pnotify-text {
  font-size: 13px;
}
.tp-banner-container {
  position: relative;
}
/* Post entry */
.post-entry p, .post-entry ul, .post-entry ol{
  margin-top:9px;
  margin-bottom:9px;
  color:#545454;
}
.post-entry img{
  max-width: 100%;
  height:auto;
}
.post-entry iframe{
  max-width: 100%;
}
.post-entry ol, .post-entry ul{
  padding-left:15px;
}
.post-entry ul > li{
  list-style: disc;
  -webkit-margin-start: 16px;
}
.post-entry ol > li{
  list-style: decimal;
  -webkit-margin-start: 16px;
}
.post-entry h1 {
  font-size: 32px;
}
/* Offline form */
#offline-form-app {
  display:none;
}
.offline-form {
  position: fixed; 
  bottom:51px; 
  right: 0px; 
  width:90%; 
  z-index: 1000; 
}
.offline-form-heading {
  padding: 7px; 
  background-color: red;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.offline-form-heading a {
  float:right;
  color: #403838 !important;
  text-align:center;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor:pointer;
  line-height: 6px;
  display:inline-block;
  margin-left: 10px;
  line-height: 20px;
}
.offline-form-body {
  padding: 7px;
  background-color: #f5f2f2;
  transition: 0.7s
}
.offline-form-body.maximized {
  height: auto;
  max-height: 100vh;
}
.offline-form-body.minimized {
  height: 0;
  max-height: 0;
  padding: 0;
}
.offline-form-body .subtitle {
  font-weight:300;
  font-size: 15px
}
.offline-form-body .success-message {
  font-weight:300
}
@media(min-width: 1100px){
  .offline-form {
    bottom:0px; 
    right: 55px; 
    width: 340px; 
  }
}
.post-item-grid-box {
  background-color: #f5f5f5;
}
.post-item-grid-box .box-meta {
  padding: 10px;
}
.post-item-grid-box .box-meta .box-title{
  font-size: 20px;
}
.post-item-grid-box .box-meta .box-title:after {
  margin-top: 5px;
  margin-bottom: 5px;
  content: "";  
  display: block;
  width: 45%;
  border-top: 2px solid #292929;
  z-index: -1;
}
/*---  page pagination css here ---*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-bottom:20px;
  border-radius: 4px;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
  color: #000;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #0e93d8;
  cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination>li {
  display: inline;
  text-align: center;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0e93d8;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
/* Floating right sidebar */
.floating-right-sidebar {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: auto;
	background: #333;
	z-index: 1001;
	box-shadow: 0px -3px 5px -1px rgba(0,0,0,0.75);
}
.floating-right-sidebar .item {
	display: inline-block;
	position: relative;
	margin-right:-4px;
}
.floating-right-sidebar .item a {
	display: block;
	text-align: center;
	font-size: 18px;
	padding:10px;
	cursor: pointer;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 0px;
	border-bottom:0px;
	background: #333;
	color: #fff;
	z-index: 1;
}
.floating-right-sidebar .item .description {
	display: none;
}
.floating-right-sidebar .item a.mobile-call-button {
	position:absolute; 
	padding:20px; bottom:0px; 
	border-top-left-radius:4px; 
	border-top-right-radius: 4px; 
	font-size: 21px; 
	box-shadow: 0px -3px 5px -1px rgba(0,0,0,0.75);
	-webkit-animation: green-glowing 1500ms infinite;
	-moz-animation: green-glowing 1500ms infinite;
	-o-animation: green-glowing 1500ms infinite;
	animation: green-glowing 1500ms infinite;
}
.floating-right-sidebar .item a.mobile-call-button-spacer {
	padding-left: 20px;
	padding-right: 20px;
}

.cart-glowing {
	-webkit-animation: blue-glowing 1500ms infinite;
	-moz-animation: blue-glowing 1500ms infinite;
	-o-animation: blue-glowing 1500ms infinite;
	animation: blue-glowing 1500ms infinite;
}

/* Red glowing keyframes */
@-webkit-keyframes red-glowing {
0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes red-glowing {
0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes red-glowing {
0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes red-glowing {
0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

/* Blue glowing keyframes */
@-webkit-keyframes blue-glowing {
0% { background-color: #1200b2; -webkit-box-shadow: 0 0 3px #1200b2; }
50% { background-color: #1900ff; -webkit-box-shadow: 0 0 40px #1900ff; }
100% { background-color: #1200b2; -webkit-box-shadow: 0 0 3px #1200b2; }
}

@-moz-keyframes blue-glowing {
0% { background-color: #1200b2; -moz-box-shadow: 0 0 3px #1200b2; }
50% { background-color: #1900ff; -moz-box-shadow: 0 0 40px #1900ff; }
100% { background-color: #1200b2; -moz-box-shadow: 0 0 3px #1200b2; }
}

@-o-keyframes blue-glowing {
0% { background-color: #1200b2; box-shadow: 0 0 3px #1200b2; }
50% { background-color: #1900ff; box-shadow: 0 0 40px #1900ff; }
100% { background-color: #1200b2; box-shadow: 0 0 3px #1200b2; }
}

@keyframes blue-glowing {
0% { background-color: #1200b2; box-shadow: 0 0 3px #1200b2; }
50% { background-color: #1900ff; box-shadow: 0 0 40px #1900ff; }
100% { background-color: #1200b2; box-shadow: 0 0 3px #1200b2; }
}

/* Green glowing keyframes */
@-webkit-keyframes green-glowing {
0% { background-color: #007205; -webkit-box-shadow: 0 0 3px #007205; }
50% { background-color: #019608; -webkit-box-shadow: 0 0 40px #019608; }
100% { background-color: #007205; -webkit-box-shadow: 0 0 3px #007205; }
}

@-moz-keyframes green-glowing {
0% { background-color: #007205; -moz-box-shadow: 0 0 3px #007205; }
50% { background-color: #019608; -moz-box-shadow: 0 0 40px #019608; }
100% { background-color: #007205; -moz-box-shadow: 0 0 3px #007205; }
}

@-o-keyframes green-glowing {
0% { background-color: #007205; box-shadow: 0 0 3px #007205; }
50% { background-color: #019608; box-shadow: 0 0 40px #019608; }
100% { background-color: #007205; box-shadow: 0 0 3px #007205; }
}

@keyframes green-glowing {
0% { background-color: #007205; box-shadow: 0 0 3px #007205; }
50% { background-color: #019608; box-shadow: 0 0 40px #019608; }
100% { background-color: #007205; box-shadow: 0 0 3px #007205; }
}

/* Yello grey glowing keyframes */
@-webkit-keyframes yellow-grey-glowing {
  0% { background-color: #7a5503; -webkit-box-shadow: 0 0 3px #7a5503; }
  50% { background-color: #ba8000; -webkit-box-shadow: 0 0 40px #ba8000; }
  100% { background-color: #7a5503; -webkit-box-shadow: 0 0 3px #7a5503; }
  }
  
  @-moz-keyframes yellow-grey-glowing {
  0% { background-color: #7a5503; -moz-box-shadow: 0 0 3px #7a5503; }
  50% { background-color: #ba8000; -moz-box-shadow: 0 0 40px #ba8000; }
  100% { background-color: #7a5503; -moz-box-shadow: 0 0 3px #7a5503; }
  }
  
  @-o-keyframes yellow-grey-glowing {
  0% { background-color: #7a5503; box-shadow: 0 0 3px #7a5503; }
  50% { background-color: #ba8000; box-shadow: 0 0 40px #ba8000; }
  100% { background-color: #7a5503; box-shadow: 0 0 3px #7a5503; }
  }
  
  @keyframes yellow-grey-glowing {
  0% { background-color:  #7a5503; box-shadow: 0 0 3px #7a5503; }
  50% { background-color: #ba8000; box-shadow: 0 0 40px #ba8000; }
  100% { background-color: #7a5503; box-shadow: 0 0 3px #7a5503; }
  }
@media(min-width: 576px){
	.floating-right-sidebar .item a {
        padding:12px;
    }
}
@media(min-width: 760px){
	.chat_plugin_toggle {
		-webkit-animation: red-glowing 1500ms infinite;
		-moz-animation: red-glowing 1500ms infinite;
		-o-animation: red-glowing 1500ms infinite;
		animation: red-glowing 1500ms infinite;
	}
}
@media(min-width:1100px){
	.floating-right-sidebar {
		text-align: left;
		height: 110vh;
		width: auto;
		bottom: 0;
		left: auto;
		right: 0;
		box-shadow: -2px 0px 2px 1px #636161;
		padding-top: 220px;
	}
	.floating-right-sidebar .item a {
		padding-top:12px;
		padding-bottom:12px;
		padding-left:8px;
		padding-right:8px;
		border-left: 0px;
		border-right: 0px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.floating-right-sidebar .item {
		display: block;
		margin-right:0px;
	}
	.floating-right-sidebar .item .description {
		display: block;
	}
	.floating-right-sidebar .item:hover .description {
		right: 45px;
	}
}
@media(min-width:1300px){
	.floating-right-sidebar .item a {
		padding:12px;
	}
}
.floating-right-sidebar .item .description{
	position: absolute;
	top: 0;
	right: -110px;
	height: 100%;
	width: 100px;
	transition: 0.6s;
	z-index: -1;
	padding-right:15px;
	padding-left:5px;
	background: #fff;
	text-align: right;
	border: 1px solid #ccc;
	line-height: 50px;
}
.floating-right-sidebar .item:hover .description {
	right: 45px;
}
.floating-right-sidebar .item:hover a {
	color: #fff;
	background-color:#eb3e32;
}