.wrapper {
  margin: auto;
  padding: 20pt;
  background-color: #fcf3cd;
}

.wrapper2 {
  margin: auto;
  padding: 20pt;
  background-color: #ffffff;
}

.wrapper3 {
  margin: auto;
  padding: 20pt;
  background-color: #387B3E;
}

.wrapper4 {
  margin: auto;
  padding: 20pt;
  background-color: #3E6333;
}

@media only screen and (min-width: 992px) {
  #sidebar-button::before {
     display: none;
  }
}

  @media only screen and (max-width: 480px) {
       h1 { font-size: 22px !important; }
     }

@media only screen and (max-width: 480px) {
       h1 { font-size: 20px !important; }
     }

.homepage-widgets .front-page-block.featured-page-three {
  background: #387b3e;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none!important;
}

.homepage-widgets .widget {
    padding: 0px 0;
}

#primary-header .bx-controls .bx-pager-item a.active {
  display: none;
}

#primary-header .bx-controls .bx-pager-item a {
	display: none;
}

.footer-inner {
    background: #ffffff;
}

div.sharedaddy .sd-content {
	width: 100%;
	text-align: center;
}

div.sharedaddy .sd-content ul {
	display: inline-block;
}

#masthead.scroll-header .site-logo-link img {
  opacity: 0;
}

/*
#masthead.scroll-header .site-branding::after {
  content: url('https://betterchicken.org.uk/wp-content/uploads/2018/05/BetterChickenLogoSm.png');
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: -1;
}
*/

#primary-header .featured-image {
  opacity: 1;
}


.home.page-template-front-page #primary-header .featured-image {
    background-attachment: scroll;
}

#primary-header .entry-title {
display: none;
}

.entry-header {
display: none;
}

body {
    color: #414B29;
}

h1 {
    color: #414B29;
}

.homepage-widgets .widget:nth-child(even) {
    background: #ffffff;
}

img[class*="wp-image-"],
.entry-attachment img {
  padding: 0;
  border: none;
}

.homepage-widgets .featured-page-one
.entry-header:after {
  display: none;
}

.homepage-widgets .featured-page-two
.entry-header:after {
  display: none;
}

.homepage-widgets .featured-page-three .entry-header:after {
  display: none;
}

.featured-page-three 
a:link, a:visited, a:hover, a:active {
    color: #c7a84e!important;
}

#masthead.scroll-header,
#masthead.scroll-header a {
  color: #f1a615 !important;
}

#a { background-color: green;width: 100%;height: 80px;margin: 0 auto;} 

    body { padding: 0;margin: 0}

@media all and (min-width:960px) and (max-width: 1920px) {
#primary-header  {
	height: 100vh; 
}

@media all and (min-width:481px) and (max-width: 568px) {
  #primary-header  {
	width: 100vw; 
}
}
}