body {
	background-image:url(https://www.mmg1designs.com/wp-content/themes/panels/img/bluepixelbg.png); 
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:left top;
	background-color: #d7d7d7;
}



/* hover effect that changes color of png buttons */
img:hover.alignnone {
filter: hue-rotate(60deg);
-webkit-filter: hue-rotate(60deg);
}

img:hover.alignright {
filter: hue-rotate(60deg);
-webkit-filter: hue-rotate(60deg);
}

.roundedborder {border-radius: 25px;
    border: 2px solid #e0e0e0;
    padding: 1em;
    margin-top:25px;
    background: #f3f3f3;
    margin-bottom:25px;
}

.roundedborderwhite {border-radius: 25px;
    border: 2px solid #e0e0e0;
    padding: 5px;
    margin-top:25px;
    margin-bottom:25px;
}

.roundedwhitebox, strong
 {
	 display:block;
	 padding-top: 10px;
	 text-align: center;
}

.roundedborderblack {border-radius: 25px;
    border: 2px solid #000000;
    padding: 5px;
    margin-top:20px;
    background: #f3f3f3;
    margin-bottom:25px;
}
.PrintedProducts, h2 {
	display:block;
	 padding-top: 10px;
	 text-align: center;
}

.Item {
    width: 250px;
    padding: 10px;
    text-align: center;
    display: table-cell;
}
.ItemName {
    text-align: center;
    margin-top: -20px;
}

.CreativeMarketIMG {
	margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 580px;
}

.wp-caption aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.smally {
    font-weight: bold;
    line-height: 20px;
    
    margin-top:15px;
	display:block;
	text-align:center;
}

.site-branding {
	display: block;
}

#site-navigation {
    width: 75%;
}

.has-post-thumbnail .entry-meta .cat-links {
	background: #00d4d970;
	color: #fff;
	display: inline-block;
	padding: 13px 15px;
	border-radius: 2px;
}

.site-banner-header .banner-featured {
	background: #292c2fcc;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 13px 15px;
    position: relative;
    text-transform: uppercase;
    top: -20px;
    border-radius: 2px;
    border: 1px;
    border-color: #ffffff85;
    border-style: solid;
	text-shadow: 0px 1px 4px black;
}




.wp-pagenavi {
  text-align: center;
  background-color: #292c2f;
	padding-top:20px;
	padding-bottom:10px;
	font-size: 15px;
}





/* When browser is 681px or wider, set the font-size to 20px */
@media screen and (min-width: 681px) {
  div.wp-pagenavi {
	padding-top: 30px;
  padding-bottom: 30px;
	width:100%;
  text-align: center;
  float:left;
  background-color: #292c2f;
	font-size: 20px;
}
}


@media screen and (min-width: 681px) {
  div.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
  padding:5px 10px 6px 10px;
	margin: 2px;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
	}
}

@media screen and (min-width: 681px) {
  div.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #00cccf;
	border-color: #00cccf;}
}

@media screen and (min-width: 681px) {
  div.wp-pagenavi span.current {
				border-color: black;
	font-weight: bold;
	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d6d6d6));
	background: -moz-linear-gradient(top,  #ececec,  #d6d6d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d6d6d6'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d6d6d6'); /* ie8 */
}
}
	
	
	
	
/* When browser is 680px or less, set the font-size to 10px */
@media screen and (max-width: 680px) {
  div.wp-pagenavi {
  background-color: #292c2f;
  font-size: 10px;
  }
}


@media screen and (max-width: 680px) {
  div.wp-pagenavi a, .wp-pagenavi span {
		
	text-decoration: none;
	border: 1px solid black;
  padding:4px 5px 4px 5px;
	margin: 2px;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */	
  }
}

@media screen and (max-width: 680px) {
  div.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #00cccf;
	border-color: #00cccf;
}
}
	
@media screen and (max-width: 680px) {
	div.wp-pagenavi span.current {
		border-color: black;
	font-weight: bold;
	background: red;
	background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d6d6d6));
	background: -moz-linear-gradient(top,  #ececec,  #d6d6d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d6d6d6'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#d6d6d6'); /* ie8 */
}
}
	
	
	
	
	
	
	
	
	
	
	
	

	.posts .hentry .entry-media-thumb {
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}



.is-singular .entry-inner,
.is-singular:not(.home).page-template-eventbrite-index .content-area {
	margin: 20px auto 0;
	position: relative;
}


	.is-singular:not(.home):not(.single-format-image) .entry-inner,
	.is-singular:not(.home).single-format-image:not(.has-post-thumbnail) .entry-inner,
	.is-singular:not(.home).page-template-eventbrite-index .content-area {
		margin: 50px auto 0;
	}

.alignnone{
	  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
	margin-bottom: 5px;
}

.alignnone img {
  height: auto;
  width: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 75%;
    line-height: 1.38;
    margin: 0.8075em 0 2em 0;
    }

.gallery-caption {
    color: #707070;
    display: block;
    font-size: 0.7em;
    font-style: italic;
    line-height: 1.38;
	padding: 0.5em 0;}

