/*
Theme Name: vgnresponsive
Theme URI: https://www.vgamingnews.com
Description: VGN in the mobile age
Version: 1.0
Author: Ian Brown
Author URI: https://www.vgamingnews.com
Tags: gaming, review, news, blog, magazine, previews, reviews, screenshots, movies, game, games
*/

body {
	background: url("https://www.vgamingnews.com/wp-content/themes/vgnmobile/images/bg.jpg") no-repeat;
	background-color: #FFE83F;
	font-family: "Droid Sans";
	font-smoothing: antialiased;
	filter: drop-shadow(5px 5px 4px #ababab);
}



.twtr-tweet-text {
    font size: 105%;
    font-family: "Droid Sans";
    }

.twtr-hd{
    font-family: "Droid Sans";
    }

h1, h2 {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 32px;
	line-height: 1.1em;
	margin-bottom: 15px;
}

a {
	color: #000000;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}

a:hover {
	text-decoration: underline;
	text-decoration-color: rgb(255, 105, 0);
	text-decoration-thickness: 2px;

}

a:focus {
	color: #db7db0;
	text-decoration: underline;
}

#meta{
width: 280px;
height: 60px;
}

#related{
	display: flex;
	flex-direction: row;
	min-width: 520px;
	overflow: hidden;
}

.facebook a {
width: 60px;
height: 61px;
display: block;
background: url('https://www.vgamingnews.com/images/facebook.png') 0 0 no-repeat;
text-decoration: none;
float: right;
padding-left: 10px;
}
.facebook a:hover { 
background-position: 0 -61px;
text-decoration: none;
}

.twitter a {
width: 60px;
height: 61px;
display: block;
background: url('https://www.vgamingnews.com/images/twitter.png') 0 0 no-repeat;
text-decoration: none;
float: right;
padding-left: 10px;
}
.twitter a:hover { 
background-position: 0 -61px;
text-decoration: none;
}

.rss a {
display:block;
width: 60px;
height: 61px;
background: url('https://www.vgamingnews.com/images/rss.png') 0 0 no-repeat;
text-decoration: none;
float: right;
padding-left: 10px;
}
.rss a:hover { 
background-position: 0 -61px;
text-decoration: none;
}

.youtube a {
display:block;
width: 60px;
height: 61px;
background: url('https://www.vgamingnews.com/images/youtube.png') 0 0 no-repeat;
text-decoration: none;
float: right;
padding-left: 10px;
}
.youtube a:hover { 
background-position: 0 -61px;
text-decoration: none;
}



@media only screen and (max-width: 979px) {
  body {
    padding: 0px;
    margin: 0px;
	  width: 100%;
  }
}

#layout-wrap {
  max-width: 1440px;
	width: 90%;
  margin: 0px auto;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  background-color: #DEFEEF;
  min-height: 100vh;
  border-radius: 10px 10px 10px 10px;
  
  }

 
@media only screen and (max-width: 979px){
#layout-wrap {
min-width: 100%;
}
}


/*
  ===================================================
  Start of masthead/header and navigation
  ===================================================
*/

header#masthead {
	margin: auto;
	position: relative;
	max-width: 1440px;
	width: 100%;
	height: 110px;
	background: url('https://www.vgamingnews.com/wp-content/themes/vgnmobile/images/header21.jpg') #c3c3c3;
	border-radius: 10px 10px 0px 0px;
	vertical-align: top;
}

@media only screen and (max-width: 979px) {
header#masthead {
	width: 100%;
	height: 110px;
	vertical-align: top;
}
}

#sitename {
    position: absolute;
    left: 115px;
    top: 20px;
}

@media only screen and (max-width: 880px) {
#sitename {
	display: none;
}
}

#logo {
    position: absolute;
    padding: 5px;
}

@media only screen and (max-width: 880px){ 
	#logo {
    text-align: center;
	width: 100%;
}
}

#logo img {
    width: 100px;
}

header#masthead .search-input-text {
	float: right;
	margin: 35px 20px 0 0;
	width: 300px;
	background: white;
	opacity: 0.75;
	border: none;
	border-bottom: 1px solid rgb(228, 228, 228);
	color: #aaaaaa;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	padding: 10px;
}

@media only screen and (min-width: 979px) {
	#responsive-search{
		display: none;
	}
}

@media only screen and (max-width: 979px) {
  
	#search-icon{
		position: relative;
		float: right;
		margin-top: 35px;
		margin-left: auto;
		margin-right: 15px;
		font-size: 1.5em;
		z-index: 1;
	}
	
	.search-input-text{
		display: none;
	}
	
.button {
  font-size: 1em;
  padding: 10px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
background-image: linear-gradient(rgb(252, 152, 40),rgb(252, 76, 20));
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(rgb(252, 152, 40),rgb(252, 76, 20));
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
	z-index: 1;
}

.popup {
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
.popup .close:hover {
  background-image: linear-gradient(rgb(252, 152, 40),rgb(252, 76, 20));
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  text-align: center;
  margin: auto;
}

.search-input-text2{
width: 300px;
background: white;
opacity: 0.75;
border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
border-bottom: 1px solid rgb(228, 228, 228);
color: #aaaaaa;
font-family: 'Droid Sans', sans-serif;
font-size: 14px;
font-style: italic;
padding: 10px;
margin: auto;
}
}
.search-divider {
    border: none;
    height: 3px;
    background-color: orange;
    /* Adjust the following for boldness */
    font-weight: bold;
  }

@media only screen and (min-width: 980px){
#nav {
	background: url("https://www.vgamingnews.com/wp-content/themes/vgnmobile/images/nav.png") repeat-x;
	position: absolute;
	max-width: 1440px;
	width: 100%;
	margin-top: 110px;
	text-align: left;
}
}

@media only screen and (max-width: 979px) {
#nav {
	position: absolute;
	width: 100%;
	margin-top: 30px;
	font-size: 1.5em;
	text-align: left;
}}

@media only screen and (max-width: 979px) {
header#masthead .topnav {
	position: fixed;
	width: 100%;
	height: 100%;
	margin-top: -0px;
	text-align: left;
	background-image: linear-gradient(rgb(252, 152, 40),rgb(252, 76, 20));	
}
}

header#masthead .topnav ul {
  margin: auto;
  }

header#masthead .topnav ul li {
  display: inline;
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 0 -3px;
}

header#masthead .topnav ul li a {
  display: inline-block;
  color: fff;
  padding: 15px 20px;
  text-decoration: none;
  outline: none;
}

header#masthead .topnav ul li a:hover, .topnav ul li.current_page_item a {
   background-image: linear-gradient(rgba(252,76,20,1),rgba(252,152,40,1));
}

@media screen and (max-width: 979px) {
  .topnav a:not(:first-child) {}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (min-width: 979px){
	#logo-nav{
		display: none;
	}
}

@media screen and (max-width: 979px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/*
  ===================================================
  Burger menu
  ===================================================
*/


/* Better box-model */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*
  Screen reader only
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/*
  ===================================================
  Base styles for all devices sizes, but mobile first
  ===================================================
*/

/*
  Hamburger menu icon/'button' styling
*/
.menu-toggle {
  display: inline-block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: white;
}

.menu-toggle:hover,
.menu-toggle:focus {
  color: white;
}

/*
  Offscreen menu styling
  - Default styles + mobile first
*/
.topnav {
  position: absolute;
  display: none;
  left: -200px; /* push off the screen to the left for future animation */
  top: 0;
  height: auto;
	overflow-y: hidden;
	overflow-x: hidden;
	transition: 1s ease,
    box-shadow 1s ease;
	z-index: 999;
}

.topnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 190px;
}

/*
  Generic style for ALL hamburger menu links
*/
.topnav a {
  display: block;
  padding: .75em 15px;
  line-height: 1em;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}

.topnav a.menu-close {
  border-bottom: 0; /* no border for the X 'button' */
}

.topnav li:first-child a {
/* comment out
   border-top: 1px solid #383838;
*/ 
/* add top border only for the first link */
}

/*
  Hover & focus style
*/
.topnav a:hover,
.topnav a:focus {
  background-image: linear-gradient(rgba(252,152,40,1), rgba(252,76,20,1));
  text-decoration: underline;
}

/*
  Close button positioning
  - Other styles come from `.topnav a`
*/
.topnav .menu-close {
  position: absolute;
  right: 0;
  top: 0;
}

/*
  =======================================
  On small devices, allow it to toggle...
  =======================================
*/

/*
  Opening hamburger menu!
  - Using `:target` for non-JavaScript
  - `[aria-expanded]` will be used if/when JavaScript is added to improve interaction, though it's completely optional.
*/
.topnav:target,
.topnav[aria-expanded="true"] {
  display: block;
  left: 0; /* slide from -200px to the left edge at 0 */
  outline: none;
  /* fix box-shadow so it shows now */
  -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  box-shadow: 3px 0 12px rgba(0,0,0,.25);
}

/*
  Close menu button
  - Make sure it's on top!
  - Basically, when `.topnav` is the target of the click, get its child `.menu-close` link
*/
.topnav:target .menu-close,
.topnav[aria-expanded="true"] .menu-close {
  z-index: 1001;
}

/*
  Hamburger menu list
  - Make sure it's on top!
  - Basically, when `.topnav` is the target of the click, get its child `<ul>`
*/
.topnav:target ul,
.topnav[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}

/*
  Backdrop
  - Show backdrop
  - Basically, when `.topnav` is the target of the click, get its sibling `.backdrop`
  - Note: we could use `.topnav:target:after`, but
 it wouldn't be clickable.
*/
.topnav:target + .backdrop,
.topnav[aria-expanded="true"] + .backdrop{
  position: absolute;
  display: block;  
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  background: rgba(0,0,0,.85);
  cursor: default;
}

/*
  ======================================================
  If CSS supports `fixed`, like all good modern browsers
  ======================================================
*/
@supports (position: fixed) {
  /*
    Allow backdrop to stay fixed and not "scroll"
  */
  .topnav,
  .topnav:target + .backdrop,
  .topnav[aria-expanded="true"] + .backdrop {
    position: fixed;
  }
}

/*
  ================================
  Larger screen styling
  ================================
*/

/*
  Horizontal menu (i.e. no hamburger)
*/
@media (min-width: 979px) {
  /* Hide hamburger menu/'button' */
  .menu-toggle,
  .topnav .menu-close {
    display: none;
  }
  
  /* Undo positioning of off-canvas menu */
  .topnav {
    position: relative;
		left: auto;
		top: auto;
		height: auto;
    display: block;
  }
  
  .topnav ul {
    display: flex; /* allows for full height of menu */
    
    /* Undo off-canvas styling */
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    height: auto;
    width: auto;
    background: none;
  }
  
  .topnav a {
    color: white;
    border: 0 !important; /* Remove borders from off-canvas styling */
  }
  
  .topnav a:hover,
  .topnav a:focus {
    background: none; /* Remove background from off-canvas styling */
    color: white;
  }
}
/*
  ===================================================
  End of masthead/header and burger menu
  ===================================================
*/
/*
  ===================================================
  Start of content
  ===================================================
*/

#metap {
			color: #545555;
			font-size: 0.8em;
			margin-bottom: 10px;
			}

#buffer{
  padding: 10px;
  }

@media screen and (max-width: 880px){
	#buffer{
		padding: 0px;
		margin-top: -20px;
	}
	}

  
#main-content{
  position: initial;
  margin-top: 66px;
  background-color: white;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	filter: drop-shadow(5px 5px 4px #ababab);
}

@media screen and (max-width: 880px){
	#main-content{
		margin-top: 30px;
	}
}

#main-content img{
border-radius: 5px 5px 5px 5px; 
	width: 100%;
	height: auto;
	
	max-height: 355px;
	
object-fit: cover;
} 

.left{
  float: left;
  width: 62%;
  padding: 10px;
  }
  
.full{
  float: left;
  padding: 10px;
  }

@media screen and (max-width: 979px) {
.left{
  position: left;
  width: 100%;
  padding: 10px;
  }
  }

@media screen and (max-width: 979px) {
.full{
  position: left;
  padding: 10px;
  }
  }


.post {
	margin-bottom: 20px;
}

h1 a {
	color: #000;
	text-decoration: underline;
}

h1 a:hover {
	text-decoration: underline;
	text-decoration-color: rgb(255, 105, 0);
	text-decoration-thickness: 2px;

}

h1 a:focus {
	color: #000;
}

.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin-bottom: 0;
}

.post .clear {
	height: 0;
}

.post img {
	margin-bottom: 0px;
}

.post img.attachment-large,
.post img.size-large,
.post img.wp-post-img,
.post .wp-caption img {
	background: none;
	border: none;
	padding: 0;
}

.post .wp-caption {
	color: #888;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
}

.post .wp-caption img,
.post .wp-caption-text,
.post p img.size-full {
	margin-bottom: 0;
}

.post .wp-caption-text {
	padding: 0 4px;
}

.post .wp-caption img.size-large {
	width: 610px;
}

img.wp-smiley {
	margin-bottom: 0;
}

.post .meta {
/*	background: url("images/fancy-line.gif") repeat-x bottom; */
	color: #666;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0 15px 0;
	padding-left: 10px;
}

.post .meta p {
	display: inline;
	padding: 0 5px;
}

.post .meta span, .post .meta a {
	font-style: normal;
}

.post .meta a {
	color: #666;
	text-decoration: none;
}

.post .meta a:hover {
	text-decoration: underline;
}

blockquote {
	border-image: linear-gradient(rgba(252,152,40,1),rgba(252,76,20,1)) 3;
	border-left: 3px solid #999;
	color: #222;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0 0 15px 15px;
	padding: 7px 15px 7px 15px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

#average{
	float: right;
	top: 5px;
	border: 1px solid black;
}

/**
 * Meta data on 'Single' post page
**/
.meta-main {
	color: #666;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	margin-left: -20px;
}

.meta-main p {
	margin-bottom: 10px;
	padding-left: 22px;
}

.meta-main a {
	color: #666;
	text-decoration: underline;
}

.meta-main a:hover {
	text-decoration: underline;
}

.meta-main p.tags {
	background: url("images/tag.png") no-repeat left center;
	}

.meta-main p.categories {
	background: url("images/category.png") no-repeat left center;
}

.meta-main span.author {
	background: url("images/author.png") no-repeat left center;
	padding-left: 20px;
}

.meta-main p.datetime {
	background: url("images/datetime.png") no-repeat left center;
}

.meta-main p.games {
	background: url("images/gear.png") no-repeat left center;
}

.marabove {
	margin-top: 10px;
}


/**
 * "Read More" link
**/
a.more-link {
	background-image: linear-gradient(rgba(252,76,20,1),rgba(252,152,40,1));
	color: white;
	font-family: 'Droid Sans', sans-serif;
	padding: 10px;
	margin: 10px;
	text-transform: capitalize;
	text-emphasis: bold;
	text-decoration: none;
}

a.more-link:hover {
	background-image: linear-gradient(rgba(252,152,40,1),rgba(252,76,20,1));
}


/**
 * Pagination & 'Fancy Line'
**/
.pagination a {
	color: #858585;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
}

.fancy-line {
	background-color: rgb(255, 105, 0);
	clear: both;
	color: #858585;
	font-family: 'Droid Sans', sans-serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	width: 100%;
	height: 2px;
	display: block;
}

.fancy-line p {
	background: #fff;
	display: inline;
	margin: 0;
	padding: 0 7px;
}

.fancy-line span {
	font-style: normal;
}


/**
 * Game Summary
**/
.game-summary {
	display: block;
	margin-bottom: 30px;
}

.game-summary.embed {
	margin-bottom: 60px;
}

.game-summary img.boxart, .game-summary div.boxart img {
	float: left;
	margin: 0 25px 15px 0;
}

.game-summary h1 span {
	color: #aaa;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.game-summary h1 span a {
	color: #aaa;
}

.game-summary h1 span.xbox {
	color: #336600;
}

.game-summary ul#meta {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ececec;
	margin: 0 0 15px 190px;
	padding: 7px 10px;
}

.game-summary ul#meta a {
	color: #121212;
	text-decoration: none;
}

.game-summary ul#meta a:hover {
	text-decoration: underline;
}

.game-summary ul.noboxart { margin-left: 0 !important; }

.game-summary ul#meta li {
	background: #fff;
	line-height: 1em;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 5px;
}

.game-summary ul#meta li:last-child {
	margin: 0;
}

.game-summary ul#meta li span {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

/**
* Review Summary
**/

.review-summary {
	display: block;
	margin-bottom: 30px;
}

.review-summary.embed {
	margin-bottom: 60px;
}

.review-summary img.boxart, .review-summary div.boxart img {
	float: right;
	margin: 0 25px 15px 0;
}

.review-summary h1 span {
	color: #aaa;
	font-family: "Helvetica Neue", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.review-summary h1 span a {
	color: #aaa;
}

.review-summary h1 span.xbox {
	color: #336600;
}

.review-summary ul#meta {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ececec;
	margin: 0 0 15px 190px;
	padding: 7px 10px;
}

.review-summary ul#meta a {
	color: #121212;
	text-decoration: none;
}

.review-summary ul#meta a:hover {
	text-decoration: underline;
}

.review-summary ul.noboxart { margin-left: 0 !important; }

.review-summary ul#meta li {
	background: #fff;
	line-height: 1em;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 5px;
}

.review-summary ul#meta li:last-child {
	margin: 0;
}

.review-summary ul#meta li span {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}


/**
 * Game Summary navigation (eg. News, Reviews, Previews, Features)
**/
ul#game-nav {
	background-image: linear-gradient(rgba(252,152,40,1),rgba(252,76,20,1));
	margin: 0 0 20px 0;
	border-radius: 25px;
}

ul#game-nav li {
	display: inline;
	font-size: 22px;
	font-family: "Helvetica", "Arial", sans-serif;
	line-height: 1em;
	margin: 0 0 0 -4px;
	  border-radius: 25px;
}

ul#game-nav li:first-child {
	margin: 0;
	  border-radius: 25px;
}

ul#game-nav li a {
	color: #fff;
	display: inline-block;
	outline: none;
	padding: 8px 12px;
	text-decoration: none;
	  border-radius: 25px;
}

ul#game-nav li.current a, ul#game-nav li a:hover {
	background-image: linear-gradient(rgba(252,76,20,1),rgba(252,152,40,1));
	  border-radius: 25px;
}

.no-items {
	font-style: italic;
}


/**
 * Review rating (large)
**/
.rating-main {
text-transform:capitalize;
	font-weight: bold;
	text-align: center;
}

.rating-main div, .rating-small {
	background: #fff;
	border-left: 1px solid rgb(255, 105, 0);
	border-right: 1px solid rgb(255, 105, 0);
	font-family: 'Droid Sans', sans-serif;
	font-size: 30px;
	line-height: 0.8em;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	width: 85px;
	text-transform:capitalize;
}

.rating-main p, .rating-small p {
	padding-bottom: 15px;
text-transform:capitalize;
}

.rating-main span, .rating-small span {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
text-transform:capitalize;
}


/**
 * Review rating (small)
**/
.rating-small {
	display: block;
	float: right;
	margin: 0 0 15px 30px;
	text-align: center;
text-transform:capitalize;
}

.rating-small p {
	margin-bottom: 0;
text-transform:capitalize;
	font-weight: bold;
	text-align: center;
}


/*
  ===================================================
  Table of previews/reviews
  ===================================================
*/
table.reviews {
	border: 1px solid #ececec;
	width: 100%;
}

table.reviews thead th {
	background: url("images/stripe.png") repeat;
	border-bottom: 1px solid #ececec;
	font-size: 15px;
}

table.reviews thead th {
	padding: 5px;
}

table.reviews a.asc, table.reviews a.desc {	display: none; }

table.reviews td {
	padding: 5px 10px;
	text-align: center;
}

table.reviews td.title {
	text-align: left;
}

table.reviews td.date {
	font-size: 14px;
	font-style: italic;
}

table.reviews td.console {
	font-size: 14px;
	font-style: italic;
}

table.reviews td.rating {
	color: #5a5a5a;
	font-family: 'Droid Sans', sans-serif;
	font-size: 17px;
}


/*
  ===================================================
  Start of comments
  ===================================================
*/
div.comments {
	margin-bottom: 60px;
}

div.comments h3#comments {
	margin-bottom: 10px;
}

div.comments li {
	list-style: none;
	margin: 0;
}

div.comments li div.comment {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ececec;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 15px;
	position: relative;
}

div.comments li:nth-child(even) div.comment {
	background: #fff;
}

div.comments li div.comment img {
	float: left;
	margin-right: 15px;
}

div.comments li div.comment .main {
	margin-left: 95px;
}

div.comments li div.comment .main img {
	float: none;
	margin: 0;
}

div.comments li div.comment .author {
	font-size: 19px;
	font-weight: bold;
	margin: 0;
}

div.comments li div.comment .author a {
	color: #121212;
}

div.comments li div.comment .datetime {
	color: #5a5a5a;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

div.comments li div.comment p:last-child {
	margin-bottom: 0;
}

div.comments li div.comment .reply,
div.comments li div.comment .edit {
	background-color: #fff;
	border: 1px solid #ececec;
	border-right: none;
	border-top: none;
	display: inline-block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	padding: 5px;
	position: absolute;
	right: 0;
	text-transform: lowercase;
	top: 0;
}

div.comments li div.comment .edit {
	border-top: 1px solid #ececec;
	top: 24px;
}

div.comments li div.comment .reply a,
div.comments li div.comment .edit a {
	color: #999;
	text-decoration: none;
}

div.comments li div.comment .reply a:hover,
div.comments li div.comment .edit a:hover {
	color: #5a5a5a;
}

div.comments ul li ul {
	border-left: 1px solid #e4e4e4;
	padding-left: 20px;
}


/**
 * Comment Form
**/
#respond {
	clear: both;
}

#respond h3 {
	margin-bottom: 5px;
}

#respond h3 a {
	color: #121212;
}

#respond h3 span a {
	color: #5a5a5a;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-style: italic;
	padding-left: 2px;
	text-transform: lowercase;
}

#respond form p.item {
	clear: both;
	overflow: hidden;
}

#respond form p.submit input {
	width: 100px;
}

#respond form label {
	color: #666;
	float: left;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	padding: 7px 0;
	text-align: right;
	vertical-align: middle;
	width: 80px;
}

#respond form input {
	float: right;
	width: 510px;
}

#respond form a.username {
	color: #121212;
}

input, textarea {
	background: url("images/stripe.png") repeat;
	border: 1px solid #ddd;
	color: #666;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	padding: 10px;
}

textarea {
	overflow: auto;
	width: 598px;
}

input:hover, textarea:hover {
	border: 1px solid #ccc;
}

input:focus, textarea:focus {
	border: 1px solid #bbb;
	-moz-box-shadow: 0 0 10px #e4e4e4;
	-webkit-box-shadow: 0 0 10px #e4e4e4;
	box-shadow: 0 0 10px #e4e4e4;
}

input[type="text"] {
	font-style: italic;
}

input[type="submit"] {
	cursor: pointer;
	font-style: italic;
	font-weight: bold;
}


.widget {
	line-height: 1em;
	margin-bottom: 10px;
	padding: 10px;
	width: 37%;
	float: right;
}

@media only screen and (max-width: 979px) {
	.widget {
	display: none;
	}
}

.widget h3 {
	margin-bottom: 10px;
}

.rsswidget h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: black;
}

.widget ul {
	margin: 0;
}

.widget p, .widget li {
	margin-bottom: 5px;
}

.widget h3, .widget li a, .widget p {
	padding: 0px;
}

.widget h3 {
	font-size: 20px;
}

.widget li {
	list-style: none;
	margin-left: 0;
}

.widget li a {
	border-bottom: 1px solid #fff;
	color: #121212;
	display: block;
	text-decoration: none;
}

.widget li a:hover {
	border-bottom: 1px solid rgb(255, 105, 0);
}
/*
  ===================================================
  End of widgets
  ===================================================
*/

/*
  ===================================================
  Start of calendar widget (not used)
  ===================================================
*/
.widget_calendar h3 {
	display: none;
}

table#wp-calendar {
	margin: 0;
	width: 100%;
}

table#wp-calendar a {
	color: #444;
	text-decoration: none;
}

table#wp-calendar a:hover {
	text-decoration: underline;
}

table#wp-calendar caption {
	background-color: #fff;
	color: #444;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}

table#wp-calendar thead th {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 10px;
}

table#wp-calendar tfoot td {
	background-color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-style: italic;
	padding: 10px;
}

table#wp-calendar tfoot td#next {
	text-align: right;
}

table#wp-calendar thead {
	padding-bottom: 10px;
}

table#wp-calendar tbody td {
	height: 39px;
	width: 39px;
	margin: 0 1px 1px 0;
	text-align: center;
	vertical-align: middle;
}

table#wp-calendar tbody td a {
	font-style: italic;
	text-decoration: underline;
}

table#wp-calendar tbody td#today {
	font-weight: bold;
}

/* only works if JavaScript is enabled */
table#wp-calendar tbody td.has_link {
	background: url("images/calendar-post.png") repeat;
}

/* only works if JavaScript is enabled */
table#wp-calendar tbody td.has_link a {
	font-style: normal;
	text-decoration: none;
}

/* only works if JavaScript is enabled */
table#wp-calendar tbody td.today {
	background: url("images/calendar-today.png") repeat;
}

/*
  ===================================================
  End of calendar widget
  ===================================================
*/

/*
  ===================================================
  Start of sidebar
  ===================================================
*/
.sidebar{
  float: right;
  min-width: 37%;
  padding: 10px;
  }
  
@media screen and (max-width: 979px) {
  .sidebar{
		display: none;
		width: 0px;
	}
}


/*
  ===================================================
  End of sidebar and content
  ===================================================
*/

/*
  ===================================================
  Start of footer
  ===================================================
*/

#footer{
/*  position: absolute; */
  width: 100%;
  bottom: 0;
  padding: 10px;
  background-color: #ECECEC;
  border-radius: 10px 10px 10px 10px;
  }

#footer-links {
    margin-left: auto;
    margin-right: 15px;
    margin-top: 15px;
    text-align: right;
}

#footer-links li {
	list-style: none;
}

#footer-logo{
	float: left;
}

.copyright{
	text-align: center;
	font-size: 0.75em;
}

/*
  ===================================================
  End of footer
  ===================================================
*/


/*
  ===================================================
  Start of featured post slider
  ===================================================
*/
#slider {
	background: url("images/stripe.png") repeat;
	color: #dedede;
	margin: 20px;
	overflow: hidden;
	position: relative;
	text-shadow: #000 4px 4px 6px;
	border-radius: 10px 10px 10px 10px;

}

@media screen and (max-width: 979px) {
  #slider {
  display: none;
  width: 0px;
  }
  }  

#slider .slide {
	height: 270px;
}

#slider .selected {
	display: block;
}

#slider .slide .wrap {
	background: url("images/trans.png") repeat;
	display: block;
	overflow: hidden;
	padding: 20px 10px;
	position: relative;
	top: -279px;
	left: 640px;
	width: 280px;
	  border-radius: 10px 10px 10px 10px;

}

#slider .slide .wrap div {
	display: block;
	height: 230px;
	overflow: hidden;
	width: 280px;
	padding: 10px;
}

#slider .ui-tabs-hide {
	display: none;
}

#slider h1 {
	font-size: 29px;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding: 10px;
}

#slider h1 a {
	color: #fff;
}

#slider .more-link {
	display: none;
}

#slider .controls {
	height: 7px;
	margin: 0;
	position: absolute;
	right: 120px;
	bottom: 8px;
	font-size: 0;
	display: block;
	z-index: 1;
}

#slider .controls li {
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
	width: 7px;
	height: 7px;
}

#slider .controls a {
	background: url("images/slider-off.png") no-repeat;
	display: inline-block;
	height: 7px;
	outline: none;
	text-indent: -9999em;
	width: 7px;
	  border-radius: 10px 10px 10px 10px;

}

#slider .controls li.ui-tabs-selected a {
	background: url("images/slider-on.png") no-repeat;
	  border-radius: 10px 10px 10px 10px;

}

/*
  ===================================================
  End of featured post slider
  ===================================================
*/

/**
 * Basic classes
**/
.clear { clear: both; }
.hidden { display: none; }
.alignleft { float: left; margin: 0 20px 15px 0; }
.alignright { float: right; margin: 0 0 15px 20px; }
.aligncenter { margin: 0 0 15px 0;}

.related-item { float:left; margin-right:12px; width: 130px; position: relative; }

div.related-item:last-child { margin-right:0; }

.related-item img { margin-bottom:6px; }

.related-item h2 a { font-family: 'Droid Sans', sans-serif; font-size:12px; color:#333; font-weight:bold; }

.related-item span { top: 46%; right: 5%; }


.wp-block-image{
	width:100%;
}

.wp-block-image img{
width: 100%;
height: auto;}

.wp-post-image {
    width: auto !important; /* or probably 100% in case of a grid */
    height: auto !important; 
}

.wp-block-embed__wrapper{
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-embed-youtube {
    width: 100%;
	margin-left: 0;
}


/* New Slider */


#slider2 {
    max-width: 1440px;
	width: 100%;
    height: auto;
	overflow: hidden; 
	transition-duration: 0.25s;
}

#slider2:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05); 

}


@media only screen and (max-width: 979px){
	#slider2 {
    width: auto;
	height: auto;
}

	.carousel .attachment-post-thumbnail {
	min-height: 200px;}
	
}

.carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 10px 10px;

}

.panes {
    animation: 60s ease 0s normal none infinite carousel;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
    width: 500%;
    margin: 0px;
    padding: 0px;
}

.panes > li {
    float: left;
    position: relative;
    width: 20%;
	margin: 0px;
}
.panes > li > a {
    display: block;
}
.carousel img {
    display: block;
    }

.carousel ul {
    margin: 0px;
    }

.carousel .attachment-post-thumbnail {
    width: 100% !important;
	border-radius: 10px 10px 10px 10px;
}

.carousel p {
background-color: rgba(0, 0, 0, 0.5);
color: white;
font-size: 26px;
position: absolute;
width: 100%;
bottom: 0px;
margin: 0px;
padding: 20px;
text-align: center;
transition-duration: 0.5s;
}

.carousel a {
	color: white;
	text-align: center;
	text-decoration: none;
}

.feature-meta {
	font-size: 14px;
	margin: 0px;
}

.feature-category {
	text-transform: capitalize;
}

@keyframes carousel {
0% {
    left: 0;
}
11% {
    left: 0;
}
12.5% {
    left: -100%;
}
23.5% {
    left: -100%;
}
25% {
    left: -200%;
}
36% {
    left: -200%;
}
37.5% {
    left: -300%;
}
48.5% {
    left: -300%;
}
50% {
    left: -400%;
}
61% {
    left: -400%;
}
62.5% {
    left: -300%;
}
73.5% {
    left: -300%;
}
75% {
    left: -200%;
}
86% {
    left: -200%;
}
87.5% {
    left: -100%;
}
98.5% {
    left: -100%;
}
100% {
    left: 0;
}
}
@keyframes carousel {
0% {
    left: 0;
}
11% {
    left: 0;
}
12.5% {
    left: -100%;
}
23.5% {
    left: -100%;
}
25% {
    left: -200%;
}
36% {
    left: -200%;
}
37.5% {
    left: -300%;
}
48.5% {
    left: -300%;
}
50% {
    left: -400%;
}
61% {
    left: -400%;
}
62.5% {
    left: -300%;
}
73.5% {
    left: -300%;
}
75% {
    left: -200%;
}
86% {
    left: -200%;
}
87.5% {
    left: -100%;
}
98.5% {
    left: -100%;
}
100% {
    left: 0;
}
}

/* Social Buttons */
.button:focus,
.button:hover {
  filter: brightness(140%);
}

#button img {
    height: 60px;
    width: 60px;
	margin: 2px;
}


/*
  ===================================================
  Start author custom
  ===================================================
*/

#author img {
	width: 200px;
	height: auto;
	padding: 5px;
	float: left;
}

#author wp-post-image{
	width: 200px! important;
	height: auto! important;
}

/*
  ===================================================
  End of author custom
===================================================
*/
