.layout-blog section#sp-main-body, .com-content.view-article section#sp-main-body, .com-content.view-category section#sp-main-body{padding: 80px 0 0px 0px!important;}


.com-content.view-article .page-header {
    display: none;
}

.entry-header h2 {
  margin: 8px 0 7px;
  font-size: 20px!important;
  font-weight: 700;
  letter-spacing: .75px;
  line-height: 25px;
  font-size: 16px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px !important;
}
.entry-image.full-image img{
    width: 100%;
}

article.item{
    border-radius: 0px;
    text-align: center;
}

.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  color: #afafaf;
}
.readmore a.btn.btn-default {
    background: transparent;
    color: #303030;
    border:1px solid #303030;
}

.readmore a.btn.btn-default:hover{
    background: #303030;
    color: #fff;
    border:1px solid #303030;
}

a.hasTooltip{background: transparent!important;border-radius: 0px;color: #6b4411!important;}

a.hasTooltip span.icon-chevron-right {
    font-size: 12px!important;
    line-height: 4px;
    color: #303030;
}
a.hasTooltip:hover span.icon-chevron-right {
    font-size: 12px!important;
    line-height: 4px;
    color: #fff;
}
a.hasTooltip {
    color: #303030!important;
}

select#limit {
    padding: 0 5px;
}

.article-cardslider .owl-theme .owl-nav [class*='owl-'] {
    color: #008e9a!important;
    font-size: 50px;
    margin: -27px!important;
    padding: 4px 7px;
    /* background: #D6D6D6; */
    display: inline-block;
    cursor: pointer;
}
.article-cardslider button.owl-prev span, .article-cardslider button.owl-next span {
    color: #494949!important;
}


.com-content.view-article .sppb-addon-content {
    font-size: 14px;
}
.com-content.view-article p.card-slide-description {
    font-size: 14px;
}

div#sp-right {
    background: #fbfbfb;
    border-radius: 0px;
    border: 1px solid #ccc;
    box-shadow: rgb(0 0 0 / 18%) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px!important;
    padding: 30px 20px;
}
p.blog-desc {
    height: 46px;
    display: block;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sp-right h3.sp-module-title {
    font-weight: 900;
}


.blog-category-right .sppb-addon-content.sppb-text-left{
  border-bottom: 1px solid rgba(0, 142, 154, 1);
  padding: 10px 0 10px 10px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.blog-category-right h6.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    margin: 0;
}



/*new article*/
.remove-padding-article div#sp-component {padding: 0;}

@media screen and (max-width:480px){
.remove-padding-article div#sp-component {padding: 0 15px;}}


.remove-padding-article article.item{
    background: #fff;
    padding: 0px 0px 50px 0;
    border: 1px solid #fff;
    border-radius: 20px;
}

.remove-padding-article .sp-page-title {
  padding: 100px 0 50px 0;}
  
.remove-padding-article div#sp-position8 svg{display:none;}

.remove-padding-article .entry-image.full-image {display: none;}

.remove-padding-article .entry-header {display: none;}

@media screen and (min-width:992px){
.remove-padding-article  div#sp-position8 {margin-top: -95px;position: relative;margin-bottom: 120px;}}

@media screen and (max-width:480px){
.remove-padding-article section#sp-page-title {display: none!important; margin:0px!important;}
.remove-padding-article  div#sp-position8 .sp-module { margin:0px!important;}}



/*header*/
tbody tr:first-child{background: #41abb4;color:#fff;vertical-align:middle;height:50px;}
tbody tr:first-child p{margin:0px;}
table p{margin:0;}

/*faq*/
.faq-page .article-footer-top {display:none}

.helix-social-share {
    display: none;
}

/*button*/
a.hasTooltip {
    background: #7ca0c4 !important;
    border-radius: 0px !important;
    color: #fff !IMPORTANT;
    border: none !important;
    padding: 12px 25px;
    font-size: 14px;
    margin: 0px !IMPORTANT;
}
a.hasTooltip span {
    color: #fff !IMPORTANT;
}
@media(max-width:991px){
a.hasTooltip
}
}
a.hasTooltip:hover {
    background: #656565 !important;
}
.icon-chevron-left:before {
    margin-left: -7px !important;
    line-height: 0;
}
article:hover img {
    transform: translateY(-10px);
}

article img {
    transition: 0.5s;
}
/*end*/