/*
Theme Name: Twenty Twenty-One Child
Template: twentytwentyone
*/

.site-branding {
    visibility: hidden;
}

.site-info {
    visibility: hidden;
}

.page .entry-header {
    display: none;
}

.post-thumbnail {
    display: none;
}

span.byline {
    visibility: hidden;
}

span.cat-links {
    visibility: hidden;
}

#masthead {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#main {
    padding-top: 0px !important;
}

/* Trendy House 193 */

.primary-navigation .current-menu-item > a:first-child,
.primary-navigation .current_page_item > a:first-child {
	text-decoration: none !important;
}

.powered-by {
    visibility: hidden !important;
}

.site-name {
    visibility: hidden !important;
}

is-style-twentytwentyone-separator-thick {
    height: 20px !important;
}

.trendyborder {
	border: 1px solid #ffffff;
}

#cookie-law-div {
    z-index: 1;
    position: fixed;
    bottom: 5%;
    right: 5%;
    padding: 1em;
    max-width: 400px;
    background: #fff;
    color:#000;
    border: 1px solid #000000;
  }
  
  @media (max-width: 600px) {
    #cookie-law-div {
      border-radius: 0;
      max-width: 100%;
      right: 0;
      bottom: 0;
    }
  }
  
  #cookie-law-div a {
    text-decoration: none;
    color:#000000;
    border-bottom: 1px solid #000000;
  }
  
  #cookie-law-div p {
    margin: 0;
    padding-top: 10px;
    color: #000000;
  }
  
  #cookie-law-div button {
    margin-top:10px;
    padding: 10px;
    position: relative;
    line-height: 1;
    color: #fff;
    background-color: #000;
    border: none;
    cursor: pointer;
  }