.site-footer, .entry-footer.default-max-width, #comments{
  display: none;
}

.trial-holder {
    width: 100%;
}

.trial-holder div {
    display: flex;
    justify-content: space-between;
}

.trial-holder a {
    box-shadow: 0 10px 20px #b6d1c6;
    border-radius: 20px;
    width: 45%;
    cursor: pointer;
    border: 1px solid transparent;
    overflow: hidden;
    transition: box-shadow .8s,border .8s;
}

.trial-holder a img {
    width: 100%;
}

.trial-holder a:hover {
    box-shadow: 0 15px 30px rgb(183 232 246 / 50%);
    border: 1px solid #343537;
}

#primary-menu-list{
  background: black;
  color: white;
  border-radius: 40px;
  padding: 5px 20px;
}

#primary-menu-list a {
  color: #FBF3E8;
}

.post-thumbnail-inner.alignwide > img{
  width: 50% !important;
}

.custom-logo-link > img {
  width: 60% !important;
}

#masthead{
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}

.entry-title.default-max-width{
  font-size: 40px;
  font-weight: bold;
}

.singular .entry-title {
  font-size: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 481px){
  #content{
    margin-top: 50px;
  }
  
  .custom-logo-link > img {
    width: 100% !important;
  }

.post-thumbnail-inner.alignwide > img{
  width: 100% !important;
}

.entry-title.default-max-width{
  font-size: 20px;
  font-weight: bold;
}

.post-thumbnail{
  margin-bottom: -30px;
}

  .singular .entry-title{
    font-size: 30px;
    font-weight: bold;
  }
  
}