/**
Fix blog pages
*/
.row {
	margin: 0px -25px 0px -25px !important;
}

.blog__custom .right-menu-md ul {
  padding: 0;
  margin: 0;
}

.blog__custom .right-menu-md li {
  list-style: none;
}

.blog__custom .module-pagination .flex-direction-nav > li {
	top: 0 !important;
}

.blog__custom .ajax_load_btn {
	display: none;
}
.blog__custom .bx_soc_comments_div {
	display: none;
}

.blog__custom .flex-viewport li.visible {
	opacity: 1 !important;
}

.link-block-more .fa {
	margin-left: 5px;
}
/*Fix blog pages*/

/**
Fix blog on home page
*/
.b-event-blog .col-m-40 {
	width: 40%;
}
.b-event-blog .col-m-20 {
	width: 20%;
}


.b-fn__i.i-inst {
	background-position: 0px -58px
}
.b-fn__i.i-inst:hover {
	background-position: 0px -86px;
}


.i-link {
    background-image: url('img/svg/weblink.svg');
    /* background-size: 30px; */
}

h4, .h4 {
  /*  padding-bottom: 20px; */
}

.b-file-card__text .text-muted {
    margin-top: 10px;
}

.b-header-phone {
	color: #999;
}

hr.i-no-line {
	border-top: none;
}

/*Fill block*/
.fill-block ul ul,
.blog__custom .right-menu-md .fill-block ul ul {
  margin-left: 10px;
}

.fill-block ul.categorys a {
  color: #333;
  display: flex;
  justify-content: space-between;
}

.fill-block ul.categorys .text {
  line-height: 1.2;
  margin-top: 3px;
}

.fill-block ul.categorys a.active .text {
  font-weight: bold;
}

.fill-block ul.categorys ul .active {
  cursor: default;
  pointer-events: none;
}

.fill-block ul.categorys ul .active .text {
  font-weight: normal;
  color: #999;
}

/* a {
   color: #ab0202;
} */

.preview-text-detail {
    display: none;
}

/*Buttons*/
.btn {
  line-height: 2;
  border-radius: 5px;
  transition: all .3s ease;
}

.btn:hover,
.btn:active{
  background-color: #ad1f1f;
  border-color: #ad1f1f;
	color: #ad1f1f;
}

.btn:active {
  background-color: #ad1f1f;
  box-shadow: none;
  opacity: .7;
}
.btn.i-cart {
  background-image: none;
  padding-left: 12px;
}

.btn.i-cart.i-get:hover{
	color: #95110f;
	background-color: transparent;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
