/*Responsive video embeds*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*-----Google----*/
.site-container .google-auto-placed {
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*----- Header -------*/
.site-header > .wrap {
	padding: 3px;
	width: 100%;
	order: 2;

}
.site-header{
	display:flex;
	flex-direction: column;
}

.site-header .google-auto-placed {
	order:1;
	background: #F1F1F1;
}

.header-image .site-title > a {
	background-position: left !important;
	
	background-size: 200px !important;
}

/*---- Background color ------*/
.site-container {
	background: #e9f5f2;
}

.wrap {
	background-color: white;
}

.site-footer .wrap {
	background-color: #6ec2ba;
}

.site-inner {
		background-color: white;
		border-top: 0px solid #e0e0e0;
	margin-top: 20px;
}

.content {
	padding-left:40px;
}

/**----- Navigation menu ----**/

.nav-primary {
	background: #fff;
	border-top: 1px solid #f27693;
	 box-shadow: 0px 002px 003px 0px rgba(0, 10, 8, 0.25);
}

.genesis-nav-menu {
	line-height: 0;
	width: 100%;
	border-bottom: 0px solid #f27693;
	border-top: 0px solid #f27693;
	background: URL("/wp-content/uploads/2018/08/NesPad01.png");
	background-repeat: no-repeat;
	background-position: right;
	background-color: blac;
font-family: 'Fredoka One', cursive;
font-size: 17px;
	
}
.genesis-nav-menu a{
	padding: 25px 15px;
	color: #f27693;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #f27693;
	background: #ffd5e4;
}



/** Footer **/
.site-footer {
	background: #6ec2ba;
}




/* Widget */


.widget {
    margin-bottom: 0px;
}

.after-slider {
	margin-top: 20px;
	background: #e9f5f2;
}

.after-slider .entry {
  float: left !important;
	margin-right: 1% !important;
	margin-left: 1% !important;
	width: 23% !important;
	clear: right !important;
}

.after-slider h2 {
	font-size: 22px;
	font-family: "PT Sans";
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	border-color: #bababa;
}

/* Posts in feed settings */
.entry-content {
		border-bottom: 1px solid #cecece;
}
.entry-categories, .entry-tags {
  display: inline;
}

.entry-meta {
	margin-bottom: 5px !important;
}

.entry {
	margin-bottom: 20px;
}

/*----- Sidebar ---------*/
.sidebar .featured-content .entry {
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-left: 1%;
	padding-bottom: 10px;
	width: 46%;
	clear: right;
}

.sidebar .featured-content H2 {
	font-size: 16px;
	font-weight: 500;
	
}

.sidebar .widget {
	margin: 0px;
	padding: 0px;
}

.content-sidebar .content .entry {
	margin-top: 0px;
}

.sidebar .featured-content .entry img.alignnone, .alignnone {
	margin-bottom: 0px;
}
/* Footer */

.site-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-widgets {
	background: #6ec2ba;
	text-align:center;
	
}

.footer-widgets .wrap {
	background: #6ec2ba;

}

.footer-widgets .widget img{
	margin-top: 20px;
}

/* Within category */
.after-entry, .archive-description, .author-box {
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #ffd5e4;
				box-shadow: 3px 5px 0px 0px #ff6f98;

}

.after-entry, .archive-description, h1{
	color:black;
}

/*---- FONT -----

H1, H2, H3{
font-family: 'Open Sans', sans-serif;
}

P {
	font-family: 'Open Sans', sans-serif;
}
*/
	/*---- Header Titles -----*/

.entry-content H2 {
	padding-bottom: 3px;
	border-bottom: 1px solid black;
} 
	
	/*---- Widget Title -----*/

.widget-title {
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color:#ffd5e4;
	border-bottom: 0px solid #f25c7f;
	/*box-shadow: 3px 5px 0px 0px #ff6f98;*/
	position: relative;
	left: -3px;

}

/*------Post Title-------*/
h1.entry-title {
	
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color:#ffd5e4;
	border-bottom: 0px solid #f25c7f;

	/*box-shadow: 3px 5px 0px 0px #ff6f98;*/
	position: relative;
	left: -3px;
}

.entry-title {
	font-size: 25px;
}

/*---- Featured Article ----*/
.before-post a{
	color: black;
	font-weight: 500;
}
.before-post a:hover,
.before-post a:focus {
	color: #f25c7f;
}

.before-post p {
	font-size: 18px;
}

/* Responsive */
@media (max-width: 1023px) {

	
	TD {
		font-size: 14px;
	}
	

	
	.header-image .site-title > a {
	background-position: center !important;
	}

	.after-slider h2 {
	font-size: 16px !important;

	}
	.content {
	padding-left:40px;
	padding-right:40px;
}

}

@media (max-width: 750px) {
	.after-slider .entry {
	margin-top: 10px;
	margin-bottom: 0px;
	width: 48% !important;
	}
	
		.content {
	padding-left:1px;
	padding-right:1px;
}
	
#genesis-responsive-slider .slide-excerpt-border h2 {
	font-size: 12px !important;
}
	
.slide-excerpt {
	margin:2px;
}
	
	#genesis-responsive-slider .slide-excerpt-border{
		margin: 2px !important;
	}
	
	#genesis-responsive-slider .slide-excerpt-border h2 {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 860px){
		.wrap {
			padding-left: 2%;
			padding-right: 2%;
	}
	.after-entry, .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings, .sidebar .widget {
		padding: 5px;
	}
	
	.site-footer {
		padding: 5px;
	}
	
	.footer-widgets .widget img {
    margin-top: 0px;
	}
	
	[type="search"] {
		display: none;
	}
	
	.sidebar .featured-content H2 {
	font-size: 12px !important;
}
}


/*-- Div ProductPlacement--*/

.ProductPlacementTwo h3{
	font-size: 16pt !important;
}

@media screen and (max-width: 700px) {

	.ProductPlacementTwo p {
			font-size: 12pt !important;
		margin-bottom: 10px;
	}
	.ProductPlacementTwo h3 {
		font-size: 14pt !important;
	}
	.ProductPlacementTwo .button {
		font-size: 10pt !important; 
		padding: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 550px) {
		.ProductPlacementTwo .button {
		font-size: 12pt !important; 
			display: block;
			text-align: center;
	}

  .ProductPlacementTwo tbody,
	.ProductPlacementTwo tr,
  .ProductPlacementTwo th,
	.ProductPlacementTwo td {
		display: block;
	}
.ProductPlacementTwo td { 
		width: 100% !important; 
	}
}

/*--Review Score--*/

.ReviewScore .FinalScore {text-shadow: 5px 3px #ff2189; font-weight: bold; color: white; vertical-align: bottom; font-size: 90pt; line-height: 100px; font-family: 'Play', sans-serif;
}

.ReviewScore .TotalScore {
text-shadow: 5px 3px #ff2189; font-weight: bold; color: white; vertical-align: bottom; margin-right: 20px; line-height: 41px; font-size: 40px; font-family: 'Play', sans-serif;
}

.ReviewScore .ScoreWord {
	font-size: 50pt;
	color: #ffffff;
	font-family: Play, sans-serif; 
	text-shadow: 5px 3px #57807e; 
	line-height: 2; 
	font-weight: bold;
}

.ReviewScore .ScoreSummary {
color: #57807e; font-family: Play, sans-serif; font-size: 12pt;
}

@media screen and (max-width: 550px) {
	.ProductPlacementTwo tbody,
	.ReviewScore tr,
  .ReviewScore th,
	.ReviewScore td {
		display: block;
	}
	.ReviewScore td { 
	width: 100% !important;
	border-style: hidden;
	}
	.ReviewScore table{
		margin-left:0px !important;
	width: 100% !important;
	}
	
		.ReviewScore .FinalScore {
		font-size: 70pt;
		line-height: 75px !important;
	}
	
	.ReviewScore .TotalScore {
		font-size: 30pt;
	}
}

/* Block Quote */

.entry-content blockquote{
	border-left: 8px solid pink;
	margin-left: 10px;
	padding-left: 10px;
}
.entry-content blockquote::before{
content: "";
}
/* Related Articles */
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-size: 1.6em;
	font-family: 'Open Sans', sans-serif;
}
/* Table Of Contents*/
.lwptoc_i ul > li{
	list-style-type: none;
}