.search__inner{
    position:relative;
}
.search__inner button{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
}
.search__inner button i{
        font-size: 20px;
}
.footer-widgets .list-social-icons li{
    width: calc(100%/4);
}
section.section + section.section{
    margin-bottom:60px;
}
.page-hero-slideshow{
    margin-bottom:60px;
}
.owl-carousel .owl-dots {
  display: block;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin: 0 3px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #1ba0e2;
}
.owl-carousel-inset .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
}
.container-breadcrumb{
    display:none;
}
.stuck{
    display:none !important;
}
body:not(.common-home) .header.sticky{
    background:#fff;
}
.entry-item-title a{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-button .maxbutton{
    padding:5px 10px;
    color:#fff;
}
.list-button .maxbutton:first-child{
   position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #009e1a;
    border-radius: 4px 4px 4px 4px;
    background-color: #009e1a;
    box-shadow: 0px 0px 2px 0px #333333;
}
.list-button .maxbutton:nth-child(2){
        position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #dd3333;
    border-radius: 4px 4px 4px 4px;
    background-color: #d33;
    box-shadow: 0px 0px 2px 0px #333333;
}
.list-button .maxbutton:nth-child(3){
        position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #1e73be;
    border-radius: 4px 4px 4px 4px;
    background-color: #1e73be;
    box-shadow: 0px 0px 2px 0px #333333;
}