#content {margin-left:0 !important;}

.wpupg-filter div[data-terms="orange"] {
  background:#fe9001 !important;
}

.wpupg-filter div[data-terms="green"] {
  background:#058611 !important;
}

.wpupg-filter div[data-terms="red"] {
  background:#da262e !important;
}

.wpupg-filter div[data-terms="pink"] {
  background:#fd61bd !important;
}

.wpupg-filter div[data-terms="purple"] {
  background:#6a0f95 !important;
}

.wpupg-filter div[data-terms="yellow"] {
  background:#fde308 !important;
}

.wpupg-filter div[data-terms="blue"] {
  background:blue !important;
}
.wpupg-filter div[data-terms="rainbow"] {
  background:#030004 !important;
}

h1.blog-category-title {
	font-family: rochester !important;
	font-weight: normal !important;
	padding-bottom: 10px;
	padding-left: 10px;
}
.has-more-button button,#homepage-subscribe button {
    background: #d52c82;
    border-color: #992053;
    border-radius: 4px;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 2px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: 0;
    overflow: hidden;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    text-overflow: ellipsis;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    padding: 7px 14px 9px;
}

#homepage-subscribe div.container{
	
	padding: 15px;
}

#homepage-subscribe div.container .content-inner {
	padding:20px;
	height:495px;
	background: url("wp-content/uploads/2020/12/eat-the-rainbow-wide-item.jpg") top left no-repeat;	
	vertical-align:middle;
	position: relative;
	
}


#homepage-subscribe div.container .subscribe-inner {
position: absolute;
  top: 50%;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
	padding: 30px;
	max-width:600px;
	background-color: rgba(255,255,255,0.8);
	color: black;
}

@media only screen and (max-width: 768px) {
  #homepage-subscribe div.container .subscribe-inner {
		position: relative;
    margin: 0;
		width: 100%;
		height: 100%;
  }

  #homepage-subscribe div.container .content-inner {
		padding: 0;
  }
}


#homepage-subscribe div.container .subscribe-inner input {
	margin: 20px 0;
}