/**************************
		CUSTOM CSS
***************************/
a {
    color: #0B0909;
    color: rgba(11, 9, 9, .9);
    text-decoration: none;
    font: inherit;
}
a,button {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
}
.bsdw, .widget, .comment-respond {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
    padding: 15px;
}
.breadcrumb {
    display: block;
    padding: 7.5px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.aud-jtop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    background: #000!important;
    padding: 20px;
    z-index: 999;
    border-radius: 3px;
}

.aud-top-arrow {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 2px;
    right: 9px;
}
.lcw_widget select {
    padding: 7px;
}
@media only screen and (max-width: 960px){
	.site-inner {
		margin:0 5px;
	}
}
@media only screen and (min-width:1140px){
  .entry,.comment-respond,.entry-comments {
    padding: 25px !important;
  }
}
