.sticky-fix.blog-page .header-blog{
  position:absolute
}
.sticky-fix.blog-page .featured-blog-posts{
  margin-top:80px
}
.sticky-mobile-search #header-search-plugin,.sticky-mobile-search #header-search-plugin-mobile{
  position:fixed;
  z-index:1001;
  width:1170px;
  margin:20px auto 0;
  padding:0 15px;
  max-width:none;
  top:0;
  left:0;
  right:0;
  animation:fadein .3s ease
}
.sticky-mobile-search .mashvisor-search-container{
  width:388px;
  height:0;
  float:right
}
.sticky-mobile-search .mashvisor-search-input{
  width:256px;
  background-color: #fff;
}
.sticky-mobile-search .mashvisor-search-button{
  width:132px
}

.sticky{
  display:none;
  position:fixed;
  background:#414562;
  width:100%;
  height:80px;
  top:0;
  color:#fff;
  animation:fadein .3s ease;
  z-index: 9999999;
  font-family: 'Roboto',arial,sans-serif;
}
.sticky-mobile-search .sticky{
  display:block
}
.sticky__inner{
  width:1170px;
  margin:0 auto;
  padding:0 15px
}
.sticky__inner .sticky__logo{
  background:url(/images/mashvisor_white_logo.png) no-repeat;
  position:relative;
  top:19px;
  background-size:100%;
  display:inline-block;
  width:170px;
  height:50px;
  float:left;
}
.sticky__slogan{
  font-size:18px;
  font-weight:400;
  color:#fff;
  float:left;
  margin:27px 0 0 319px;    
}
@media (max-width:768px){
  .sticky-mobile-search #header-search-plugin,.sticky-mobile-search #header-search-plugin-mobile,.sticky__inner{
    width:318px !important;
    top: 0;
  }
  .sticky__inner .sticky__logo{
    background:url(./mashvisor_just_logo.png) no-repeat;      
    position: relative;
    background-size: 100%;
    width: 21px;
    height: 39px;
    margin-left: -28px;
    float: left;
    margin-top: -8px;  
  }
  .sticky__slogan{
    margin-left: 0px;
    margin-top: 12px;
    font-weight: bold;
  }
  .sticky-mobile-search .mashvisor-search-button {
    width: 20%;
    margin-right: -28px;
  }
  .sticky-mobile-search .mashvisor-search-input {
    width: 283px;
    margin-left: 0px;
  }
  .sticky-mobile-search .mashvisor-search-container {
    width: 318px !important;
    margin-top: 27px;
    margin-left: -13px;
  }
  .sticky-mobile-search .sticky {
    height: 105px;
    /* top: 86%; */
  }
}
@media (max-width:320px){
  .sticky-mobile-search #header-search-plugin,.sticky-mobile-search #header-search-plugin-mobile,.sticky__inner{
    width: 318px;
    top: 0;
  }
  .sticky__inner .sticky__logo{
  
    background:url(./mashvisor_just_logo.png) no-repeat;      
    position: relative;
    position: relative;
    background-size: 100%;
    width: 21px;
    height: 39px;
    margin-left: -7px;
    float: left;
    margin-top: -8px;  
  }
  .sticky__slogan{
    margin-left: 9px;
    margin-top: 12px;
    font-weight: bold;
    font-size: 16px;
  }
  .sticky-mobile-search .mashvisor-search-button {
    width: 20%;
    margin-right: 0px;
  }
  .sticky-mobile-search .mashvisor-search-input {
    width: 208px;
    margin-left: 0px;
  }
  .sticky-mobile-search .mashvisor-search-container {
    width: 294px !important;
    margin-top: 27px;
    margin-left: 0px;
  }
  .sticky-mobile-search .sticky {
    height: 100px;
    top: 0;
  }
}
@keyframes fadein{
  from{
    opacity:0
  }
  to{
    opacity:1
  }
}

.mashvisor-search-container {
  display: block;
  position: relative;
}
#header-search-plugin-sticky-mobile .mashvisor-search-input {
  font-family: Lato, Tahoma, verdana, sans-serif;
  display: table-cell;
  width: 79%;
  height: 35px;
  border-radius: 8px 0 0 8px;
  padding: 6px 15px;
  border-width: 0px;
  outline: none;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0px;
}
#header-search-plugin-sticky-mobile .mashvisor-search-button {
  font-family: Lato,"proximanovaRegular",sans-serif;
  background: #3ba1df;
  border-color: #3ba1df;
  box-shadow: 10px 0px 33px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  display: table-cell;
  width: 30%;
  height: 35px;
  font-size: 12px;
  border-radius: 0 8px 8px 0;
  border: 0px;
  color: white;
  outline: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
#header-search-plugin-sticky-mobile .mashvisor-search-container{
  margin-top: 20px;
}