#show-hide {
  display:none;
}

a.readmore.button {

  background-color: #3B91FC;
  color: whitesmoke !important;
  padding: 10px 30px;
  border-radius: 5px;
}

a.readmore.button:hover {

  background-color: #364463;
  color:  #CACFBA !important;
}
.homepage-title{font-size:1.2em;}

#buy-button-repeter {
    box-sizing: content-box;
	border-radius: 5px;
    -webkit-box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
    border: 1px solid #e3e3e3;
    border-right: 0;
    border-bottom: 0;
    -moz-box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
    box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
    padding: 15px 0px 15px 15px;
    width: 150px;
    font-family: arial;
    font-size: 12px;
    font-weight:bold;
    transition: 1s;
    position: fixed;
    
    right: 0;
    background-color: #fbec3a;
    z-index: 2147483647;
  	color:white;
}

@media (min-width: 1001px) { 
  .buy-button-repeter{
   top: 195px;
	
  }
  
  

}


@media (max-width: 1000px) { 
  .buy-button-repeter{
   top: 50px;
	
  }
  .blog-article .wrapper section h1{
    padding-top:51px;

}