/*
	Theme Name: Noob Club
	Theme URI: https://www.noobclub.net/
	Description: Photo Perfect child theme for Noob Club.
	Author: Arthur V. Kuhrmeier
	URI: https://www.noobclub.net/
	Template: photo-perfect
	Version: 0.1
*/

/*--------------------------------------------------------------
Colors:		sand		#ddc299
			light sand	#ecdfca
			dark sand	#704433
			steel gray	#b3b8bf
			dark blue	#1f1f29
----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Post Formats
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header,
main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -10px;
}
sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 15px 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 15px;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: hidden;
}
button, select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

a, a:link, a:visited {
	color: #ddc299;
	text-decoration: inherit;
	outline: inherit;
}
a:hover, a:focus, a:active {
	color: #ecdfca;
}

/*
a, a:focus, a:active, a:visited {
	color: #ddc299;
	text-decoration: inherit;
	outline: inherit;
}
a:hover, a:active {
	outline: 0;
	color: #ddc299;
}
a:hover, a:focus, a:active {
	color: currentColor;
	color: #ecdfca;
}
 */

p {
/* 	color: #1f1f29; */
	font-size: 14px;
	margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	clear: inherit;
	font-weight: 600;
/* 	color: #1f1f29; */
}
.entry-title {
	color: #ecdfca;
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

ul, ol {
		margin: 0 0 10px 15px;
		padding: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 15px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*:before,
*:after {
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote {
	background-color: #f9f9f9;
	border-left: 4px solid #191970;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 10px;
}
blockquote, q {
	quotes: "" "";
}
blockquote p{
	margin-bottom: 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul, ol {
	margin: 0 0 15px 15px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15px;
	width: 100%;
}

td, th {
	padding: 3px;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

a.button {
	display: inline-block;
}

button, a.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.comment-reply-link {
	background: none repeat scroll 0 0 #1f1f29;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 15px;
	border: none;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* IE 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}

button:hover, a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #704433 !important;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #1f1f29;
}

select {
	height: 2.5em;
	box-shadow: 0px 4px 4px -2px #704433;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select{
	width: 100%;
	background: whitesmoke;
	padding: 5px;
	border: 2px solid #b3b8bf;
	color: #1f1f29;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	outline: 6px solid #b3b8bf;
	background-color: #ecdfca;
}

.search-form {
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}
input.search-field[type="search"] {
	padding: 5px 18% 5px 2%;
	width: 80%;
}
.search-form input[type="submit"] {
	font-size: 12px;
	padding: 7px 15px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
button[disabled],
input[disabled] {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#theme-my-login {
	width: 65%;
	margin: 0 auto;
}

.tml input, .tml textarea, .tml select {
	margin: 0;
}
.tml-profile h3 {
	margin-top: 30px;
	background: #ecdfca;
	text-align: center;
}

.wp-generate-pw {
	float: right;
}
.tml-profile .tml-submit-wrap input {
	width: 100%;
}
.tml-user-avatar {
	display: inline-block;
/* 	float: left; */
}
.tml-user-panel a,
.tml-user-panel div {
	vertical-align: middle;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#main-nav,
#category-menu {
	background-color: rgba(0, 0, 0, 0.19);
	border: none; /*AVK*/
	left: 50px;
	min-width: 200px;
	position: absolute;
	top: 50px;
}
#category-menu {
	right: 50px;
	border-right: 0;
	left: inherit;
}

.header-navigation {
	clear: both;
	display: block;
}

.header-navigation ul {
	margin: 0;
	padding: 0;
}

.header-navigation ul ul {
	display: none;
	 -webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* IE 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}

.header-navigation li {
	border-top: 1px solid #dddddd;
	display: block;
	margin-bottom: 0;
	position: relative;
}

.header-navigation li a {
	display: block;
	font-size: 16px;
	padding: 5px 15px;
	position: relative;
	text-align: left;
	z-index: 99;
}
.header-navigation li.current-menu-item > a:hover,
.header-navigation li a:hover {
	background-color: rgba(60,60,90, 0.7);
}


.header-navigation li.current-menu-item > a {
	background-color: rgba(60,60,90, 0.3);
}

.header-navigation li li a {
	padding-left: 30px;
}

.header-navigation li li li a {
	padding-left: 40px;
}

.header-navigation li li li li a {
	padding-left: 60px;
}

.header-navigation ul.sub-menu.toggled-on {
	display: block;
}

.wrap-menu-content {
	display: none;
}

.header-navigation.toggled .wrap-menu-content {
	display: block;
}

.menu-toggle ,
.nav-list-btn {
	background:none repeat scroll 0 0 rgba(19, 18, 18, 0.49);
	display: block;
	font-size: 20px;
	margin: 0 auto;
	padding: 5px 20px;
	width: 100%;
}

.header-navigation .fa {
	font-size: 23px;
	margin: 0 10px;
}

.header-navigation .fa.fa-list {
	margin-left: 0;
}

.header-navigation .fa.fa-align-justify {
	margin-right: 0;
}

.dropdown-toggle,
.dropdown-toggle-cat {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
	border: 0 none;
	box-sizing: content-box;
	content: "";
	height: 44px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: lowercase;
	top: 0;
	width: 43px;
	z-index: 9999;
}

.dropdown-toggle.toggle-on:after,
.dropdown-toggle-cat:after {
	content: "-";
	font-size: 45px;
	font-weight: normal;
	line-height: 0.5;
}

.dropdown-toggle:after,.dropdown-toggle-cat:after {
	color: #ffffff;
	content: "+";
	font-size: 30px;
	font-weight: bold;
	left: 1px;
	line-height: 42px;
	position: relative;
	top: 0;
	width: 42px;
}

/*Cetogary listing style*/

.category-list-wrapper{
	display: none;
}

.header-navigation .children-cat.toggled-on {
		display: none;
}

.header-navigation ul ul.children-cat{
		display: block;
}

#main-nav .wrap-menu-content,
#category-menu .category-list-wrapper {
		background-image: url("images/texture.jpg");
		z-index: 9999;
}

 /* Responsive Menu styling*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	text-align: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important; /* It shouldn't	be displaying on screen. */
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important; /* Above clip. */
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
		margin-bottom: 15px;

}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: 15px;

}
.alignnone{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	 margin-top: 15px;
	margin-bottom: 15px;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget_tag_cloud h3 {
	display: none;
}
.tagcloud {
	line-height: 1.25em;
}

.lwa-info {
	text-transform: capitalize;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 15px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-meta > span,
.entry-footer > span,
.single-post-meta > span {
	margin: 0 10px;
}

.entry-meta > span a ,
.single-post-meta > span a,
.entry-footer > span a{
	font-style: italic;
}
.cat-links > a {
	margin-left: 5px;
	margin-right: 5px;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}
.page-links > span, .page-links > a {
	display: block;
	float: left;
	padding: 0 10px;
	text-align: center;
	width: auto;
}
.page-links > span:first-child {
	padding-left: 0;
}
.page-links::after, .page-links::before {
	clear: both;
	content: "";
	display: table;
}
.search .entry-footer {
	text-align: left;
}
.entry-footer {
	text-align: center;
}
.entry-content li {
	margin-bottom: 2px;
}
.entry-meta > span:before,
.entry-footer > span:before,
.single-post-meta > span:before{
	display: inline-block;
	font-family: Fontawesome;
	height: 15px;
	margin-right:8px;
	content: "";
}
.entry-meta .comments-link::before {
	content: "\f086";
}
.entry-meta .posted-on::before,
.single-post-meta .posted-on::before {
	content: "\f133";
}
.single-post-meta .cat-links::before,
.entry-footer > .cat-links:before {
/* 	content: "\f07c"; */
}
.entry-meta .byline::before,
.single-post-meta .byline::before {
	content: "\f007";
	margin-right: 5px;
}

.entry-footer .edit-link:before{
	content: "\f044";
}
.single-post-meta .tags-links::before,
.entry-footer .tags-links:before{
	content: "\f02c";
}


/*--------------------------------------------------------------
## Post Formats & Post Types
--------------------------------------------------------------*/

.entry-content section {
	background-color: rgba(255,255,255,0.5);
/* 	border-left: 4px solid #191970; */
/* 	font-style: italic; */
/* 	font-weight: normal; */
	border-radius: 12px;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 20px;
	box-shadow: inset 0px 3px 12px -4px rgba(0,0,0,0.7);
}

.format-video section {
	width: 45%;
	float: left;
}
.format-video ul {
	width: 45%;
	/* Fix empty <p> (more) */
	margin-top: -15px;
	float: right;
}

.folio-page .entry-content {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-rule: 2px solid #ddc299; /* Chrome, Safari, Opera */
	-moz-column-rule: 2px solid #ddc299; /* Firefox */
	column-rule: 2px solid #ddc299;
}

body.search-results article {
	display: inline-block;
	width: 50%;
	margin: 0 -5px 0 0;
	vertical-align: top;
	padding: 20px 20px 0;
	overflow: hidden;
}

body.search-results .entry-title a {
	color: #1f1f29;
}
body.search-results .entry-title {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
body.search-results .entry-title:hover,
body.search-results .entry-title:focus,
body.search-results .entry-title:active {
	background-color: #ddc299;
	filter: alpha(opacity=100);
	opacity: 1;
}

body.search-results .cat-links {
	margin-left: 0px;
}
body.search-results .read-more,
body.search-results .cat-links::before {
	display: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}
body.search-results .entry-title,
.comment-reply-title {
	text-align: center;
	background: #ecdfca;
	color: #1f1f29;
}
.bypostauthor {
	display: block;
}
.comment-form p {
		padding: 0 15px;
}
.comment-form {
		margin: 0 -15px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
	width: 33.33%;
	float: left;
}
.comment-list li.comment:after {
	content: inherit;
	display: none;
}
.comment-list li{padding-left: 0;}
.comment {
	background-position: 0 -74px;
	display: block;
	float: left;
	width: 100%;
}
ol.comment-list {
	border-radius: 5px;
	float: left;
	margin-bottom: 15px;
	overflow: inherit;
	padding: 20px;
	width: 100%;
}
ol.comment-list .children {
	margin:15px 0 15px 15px;
}

ol.comment-list {
	margin-left: 0 ;
	padding-left: 0;
}
ol.comment-list li {
	list-style: outside none none;
}
.comment .comment-body {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	float: left;
	margin: 1em 0 0;
	padding: 14px 15px 15px 34px;
	position: relative;
	width: 100%;
}
.comment-author.vcard {
	font-size: 23px;
	margin-bottom: 5px;
}
.comment-author img.photo {
	background-color: #ddc299;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 0 2px #ddc299, 0 0 0 4px #1f1f29;
	box-shadow: 0 0 0 2px #ddc299, 0 0 0 4px #1f1f29;
	margin: 0 4px;
}
.comment-list .children {
	background-position: left 20px;
	background-repeat: no-repeat;
	border-left: 1px solid rgb(238, 238, 238);
	margin-left: 0 !important;
	padding-left: 40px;
}
.comment-list li.comment > div img.avatar {
	left: 29px;
	position: absolute;
	top: 29px;
}
#comment-form-title {
	font-size: 24px;
	padding-bottom: 10px;
}
.vcard .avatar {
}
.comment-metadata {
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	margin-bottom: 10px;
}
.comment-reply-link {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 5px rgba(0, 0, 0, 0.15) inset;
	background-color:#1f1f29;
	color: #ffffff;
	float: right;
	padding: 2px 25px;
	transition: all 0.5s ease 0s;
}

.comment-reply-link:hover {
	color:#fff;
	background-color: #6b6b6b;
}
.form-allowed-tags code {
	white-space: inherit;
	word-wrap: break-word;
}
.comment-respond {
	display: inline-block;
	width: 100%;
}
.comment-respond label {
	display: block;
	font-weight: normal;
}
.comments-title {
	text-align: center;
	background: #ecdfca;
	color: #222;
	font-weight: normal;
	margin: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
.wp-pagenavi {
		clear: both;
		display: inline-flex;
		float: left;
		margin-top: 15px;
		width: 100%;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 15px;
}

.gallery-item {
	display: inline-block;
	margin: 0;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-item {
	display: inline-block;
	margin: 0;
	padding: 5px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
}

.gallery-caption {
	background: none repeat scroll 0 0 #f9f9f9;
	bottom:-100%;
	left: 5px;
	margin-top: 0;
	padding: 10px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	width: 98%;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* IE 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}

.gallery-item:hover .gallery-caption {
	visibility: visible;
	bottom: 5px;
}

/*--------------------------------------------------------------
## Custom By WEN Themes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Custom Basic Style By WEN Themes
--------------------------------------------------------------*/
body {
	background: none repeat scroll 0 0 #2E2E2E;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #ecdfca;
}

#page.container {
	width: 100%;
	padding: 0;
}

.container {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
/* 	width: 1300px; */
}

#main-nav .container,
#category-menu .container {
	padding: 0;
	width: auto;
}

.inner-wrapper{
	margin-left: -25px;
	margin-right: -25px;
}

/*--------------------------------------------------------------
## Custom Basic Header Style By WEN Themes
--------------------------------------------------------------*/
.site-header {
	position: absolute;
	text-align: center;
	z-index: 99;
	padding: 30px 0 10px;
	top: 0;
	width: 100%;
}

.site-description {
	color: whitesmoke;
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 0;
}

.site-title {
	display: none;
	border-bottom: 1px solid;
	color: #ffffff;
	/* font-family: "Arizonia",cursive; */
	font-size: 51px;
	font-style: inherit;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
	text-shadow: 0 2px 2px #2c2c2c;
}

.site-title > a {
		color: rgb(255, 255, 255);
		font-weight: normal;
}

#site-identity {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.48);
	margin-top: 130px;
	padding: 10px 20px;
}

.site-branding {
	display: inline-block;
}

#site-logo {
	margin: 0 auto;
	width: 100px;
	height: 76px;
	padding: 2px;
	background: goldenrod;
	border-radius: 50%;
	-webkit-box-shadow: 0 8px 10px -3px #000;
	box-shadow: 0 8px 10px -3px #000;
	transition: all 300ms ease 0s;
}
#site-logo:hover {
	background: gold;
}

#category-nav {
	float: right;
}

.custom-header-disabled #masthead {
/* 	background-image: #704433; */
	position: inherit;
	background-image: url(images/texture.jpg);
}

.custom-header-disabled #site-logo,
.custom-header-disabled #site-identity {
	margin: 10px auto;
}

.custom-header-disabled #masthead {
	padding: 10px 0;
}

.custom-header-disabled #site-identity{
	overflow: hidden;
	float: left;
}

/*--------------------------------------------------------------
## Custom Basic Slider Style By WEN Themes
--------------------------------------------------------------*/

#featured-banner {
	background: black no-repeat center center; /*AVK*/
	background-size: cover;
}
#featured-banner a:hover {
	opacity: 1;
}
#featured-banner a img {
	width: 100%;
}
#featured-banner .item {
	-webkit-box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.8);
	box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.8);
	height: 320px;
}

/*--------------------------------------------------------------
## Custom Basic Content Style By WEN Themes
--------------------------------------------------------------*/

#content {
	position: relative;
	top: -20px;
	overflow: hidden;
	border-radius: 40px / 20px;
/* 	background-color: #ddc299; */
	-webkit-box-shadow: inset 0 12px 10px -10px #000, inset 0 -12px 10px -10px #000;
	box-shadow: inset 0 12px 10px -10px #000, inset 0 -12px 10px -10px #000;
	background:
	radial-gradient(black 15%, transparent 16%) 0 0,
	radial-gradient(black 15%, transparent 16%) 8px 8px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:16px 16px;
}

#primary {
	width: 75%;
	padding-left:25px;
	padding-right: 25px;
	float: left;
}

.area-wrapper,
#main.sandybox {
	background: none repeat scroll 0 0 rgba(223,199,159,0.95);
	padding: 25px;
	margin-bottom: 20px;
	border-radius: 20px / 15px;
	-webkit-box-shadow: inset 0 12px 10px -10px #000, inset 0 -12px 10px -10px #000;
	box-shadow: inset 0 12px 10px -10px #000, inset 0 -12px 10px -10px #000;
	color: #1f1f29;
}
.area-wrapper a, .area-wrapper a:link, .area-wrapper a:visited,
#main.sandybox a, #main.sandybox a:link, #main.sandybox a:visited {
	color: #777A80;
	text-decoration: inherit;
	outline: inherit;
}
.area-wrapper a:hover, .area-wrapper a:focus, .area-wrapper a:active,
#main.sandybox a:hover, #main.sandybox a:focus, #main.sandybox a:active {
	color: #1f1f29;
}

.home #main,
.archive #main {
	background: inherit;
	box-shadow: inherit;
	padding: 0;
}

/*--------------------------------------------------------------
## Custom Basic Post Style By WEN Themes
--------------------------------------------------------------*/

/*featured post*/

#masonry-loop {
	margin: 5px 5px 20px;
}

.masonry-entry {
	display: inline-block;
	margin-right: -5px;
	padding: 5px 5px 0;
	width: 25%;
	-webkit-box-shadow: 0 10px 10px -10px #000;
	box-shadow: 0 10px 10px -10px #000;
}

.post-item {
	position: relative;
	padding: 0;  /*AVK*/
	overflow: hidden;
}

.post-item:hover .post-content {
	bottom: inherit;
	text-align: center;
	top: 21%;
	visibility: visible;
	width: 100%;
}

/*===== Category icon and color =====*/
.archive-cat,
.cat-links > a,
.post-headline {
	position: inherit;
	background-color: #111214;
	padding: 4px 8px;
	top: inherit;
	visibility: visible;
	z-index: 99;
}
#separator-title.archive-cat {
	padding: 5px 0;
}
#separator-title.folio-home {
	margin-top: 40px;
}
.archive-cat {
	width: 65%;
	margin: 5px auto 15px;
	border-radius: 12px / 8px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-box-shadow: 0 10px 10px -10px #000;
	box-shadow: 0 10px 10px -10px #000;
}
.archive-cat h1 {
	width: 45%;
	margin-bottom: 5px;
	float: left;
	text-align: right;
	line-height: 1.1em;
	color: whitesmoke;
}
.archive-cat h1.right-side,
.archive-cat .taxonomy-description {
	width: 45%;
	float: right;
	text-align: left;
}
.folio-search h1,
.folio-archive h1,
.folio-tag h1,
.folio-home h1 {
	margin-top: 5px;
}
.folio-search h1 {
	font-size: 21px;
}
.archive-cat .taxonomy-description p {
	margin: 4px 0 0;
	line-height: 1.1em;
	font-size: 16px;
	color: whitesmoke;
}
.post-headline {
	border-radius: 0 0 0.5em 0.5em;
}
.archive-cat .cat-icon {
	display: inline-block;
	text-align: center;
}
.cat-links > a {
	display: inline-block;
	border-radius: 6px;
	filter: alpha(opacity=60);
	opacity: 0.6;
	color: whitesmoke;
}
.cat-links > a:active,
.cat-links > a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.archive-cat .cat-icon::before,
.cat-item::before,
.cat-links > a::before,
.post-headline::before {
	content: "\f013";
	display: block;
	float: left;
	width: 1.2em;
	padding-top: 0.2em;
	font: normal normal normal 21px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(236,223,202,0.8);
}
.archive-cat .cat-icon::before {
	padding: 0;
	float: none;
	display: inline-block;
	color: rgba(255,255,255,0.8);
	font-size: 42px;
}
.cat-item::before {
	position: relative;
	padding: 0;
	margin: 9px 4px 0;
	z-index: 111;
	font-size: 16px;
}
.cat-links > a::before {
	padding-top: 0.1em;
	font-size: 18px;
	margin-right: 3px;
}

.post-headline > h2 {
	font-size: 21px;
	margin: 0;
	padding: 0.2em 0;
	line-height: 1.1em;
	text-align: center;
}
/*--- Colors:	info	maprace	maps	episode	advtrs.
				490505	5e3001	3d3d1c	2c3d1c	1c3d1c	1c3d2c ---
				comedy	tanks			tips			tactics
				1c3d3d	1c2c3d	1c1c3d	291e34	3d1c3d	3d1c2c ---*/
.archive-cat.folio-home .cat-icon::before {
/* 	content: "\f0ac"; */
	content: "\f0c6";
}
.archive-cat.folio-archive {
	background-color: #081818;
}
.archive-cat.folio-archive .cat-icon::before {
	content: "\f02b";
}
.archive-cat.folio-tag {
	background-color: #200808;
}
.archive-cat.folio-tag .cat-icon::before {
	content: "\f02b";
}
.archive-cat.folio-author {
	background-color: #201008;
}
.archive-cat.folio-author .cat-icon::before {
	content: "\f1ea";
	font-size: 30px;
}
.archive-cat.folio-search {
	background-color: #102008;
}
.archive-cat.folio-search .cat-icon::before {
	content: "\f002";
	font-size: 30px;
}


/*--- Categories (last = highest priority) ---*/
.archive-cat.category-news-and-information,
li.cat-item.category-news-and-information a:hover,
.cat-links > a.category-news-and-information,
.category-news-and-information .post-headline {
	background-color: #490505;
}
.archive-cat.category-news-and-information .cat-icon::before,
.cat-item.category-news-and-information::before,
.cat-links > a.category-news-and-information::before,
.category-news-and-information .post-headline::before {
	content: "\f1e5";
}
.archive-cat.category-episodes,
li.cat-item.category-episodes a:hover,
.cat-links > a.category-episodes,
.category-episodes .post-headline {
	background-color: #2c3d1c;
}
.archive-cat.category-episodes .cat-icon::before,
.cat-item.category-episodes::before,
.cat-links > a.category-episodes::before,
.category-episodes .post-headline::before {
	content: "\f083";
}
.archive-cat.category-comedy,
li.cat-item.category-comedy a:hover,
.cat-links > a.category-comedy,
.category-comedy .post-headline {
	background-color: #1c3d3d;
}
.archive-cat.category-comedy .cat-icon::before,
.cat-item.category-comedy::before,
.cat-links > a.category-comedy::before,
.category-comedy .post-headline::before {
	content: "\f145";
}
.archive-cat.category-non-premium-money-makers,
li.cat-item.category-non-premium-money-makers a:hover,
.cat-links > a.category-non-premium-money-makers,
.category-non-premium-money-makers .post-headline {
	background-color: #60666C;
}
.archive-cat.category-non-premium-money-makers .cat-icon::before,
.cat-item.category-non-premium-money-makers::before,
.cat-links > a.category-non-premium-money-makers::before,
.category-non-premium-money-makers .post-headline::before {
	content: "\f0d6";
}
.archive-cat.category-adventures,
li.cat-item.category-adventures a:hover,
.cat-links > a.category-adventures,
.category-adventures .post-headline {
	background-color: #1c3d1c;
}
.archive-cat.category-adventures .cat-icon::before,
.cat-item.category-adventures::before,
.cat-links > a.category-adventures::before,
.category-adventures .post-headline::before {
	content: "\f1d8";
}

.archive-cat.category-tanks,
li.cat-item.category-tanks a:hover,
.cat-links > a.category-tanks,
.category-tanks .post-headline {
	background-color: #1c2c3d;
}
.archive-cat.category-tanks .cat-icon::before,
.cat-item.category-tanks::before,
.cat-links > a.category-tanks::before,
.category-tanks .post-headline::before {
	content: "\f132";
}
.archive-cat.category-tips-and-tricks,
li.cat-item.category-tips-and-tricks a:hover,
.cat-links > a.category-tips-and-tricks,
.category-tips-and-tricks .post-headline {
	background-color: #291e34;
}
.archive-cat.category-tips-and-tricks .cat-icon::before,
.cat-item.category-tips-and-tricks::before,
.cat-links > a.category-tips-and-tricks::before,
.category-tips-and-tricks .post-headline::before {
	content: "\f12e";
}
.archive-cat.category-tactics-and-strategy,
li.cat-item.category-tactics-and-strategy a:hover,
.cat-links > a.category-tactics-and-strategy,
.category-tactics-and-strategy .post-headline {
	background-color: #3d1c2c;
}
.archive-cat.category-tactics-and-strategy .cat-icon::before,
.cat-item.category-tactics-and-strategy::before,
.cat-links > a.category-tactics-and-strategy::before,
.category-tactics-and-strategy .post-headline::before {
	content: "\f19c";
}
.archive-cat.category-maps,
li.cat-item.category-maps a:hover,
.cat-links > a.category-maps,
.category-maps .post-headline {
	background-color: #3d3d1c;
}
.archive-cat.category-maps .cat-icon::before,
.cat-item.category-maps::before,
.cat-links > a.category-maps::before,
.category-maps .post-headline::before {
	content: "\f0ac";
}
.archive-cat.category-maprace,
li.cat-item.category-maprace a:hover,
.cat-links > a.category-maprace,
.category-maprace .post-headline {
	background-color: #5e3001;
}
.archive-cat.category-maprace .cat-icon::before,
.cat-item.category-maprace::before,
.cat-links > a.category-maprace::before,
.category-maprace .post-headline::before {
	content: "\f11e";
}

.post-content {
	position: absolute;
	text-align: center;
	top: -33%;  /*AVK*/
    -webkit-transition: all 500ms ease-in; /* Safari and Chrome */
    -moz-transition: all 500ms ease-in; /* Firefox */
    -ms-transition: all 500ms ease-in; /* IE 9 */
    -o-transition: all 500ms ease-in; /* Opera */
    transition: all 500ms ease-in;
	visibility: hidden;
	width: 100%;
	padding: 0 20px;
	z-index: 88;
}


/*zoom hover for product*/

.masonry-thumbnail a > img {
	-webkit-transition: all 600ms ease; /* Safari and Chrome */
	-moz-transition: all 600ms ease; /* Firefox */
	-ms-transition: all 600ms ease; /* IE 9 */
	-o-transition: all 600ms ease; /* Opera */
	transition: all 600ms ease;
}

.masonry-entry:hover a img {
	-webkit-transform:scale(1.3); /* Safari and Chrome */
	-moz-transform:scale(1.3); /* Firefox */
	-ms-transform:scale(1.3); /* IE 9 */
	-o-transform:scale(1.3); /* Opera */
	 transform:scale(1.3);
}

/*===== Post format =====*/
.post-item::before {
	/*--- standard: page ---*/
	content: "\f0f6";
	display: block;
	position: absolute;
	top: 6px;
	right: -28px;
	width: 96px;
	padding: 2px 0;
	background-color: rgba(255,192,0,0.75);
	font: normal normal normal 21px/1.2em FontAwesome;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	z-index: 5;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*-- aside = SIDE NOTE: pin --*/
.format-aside .post-item::before {
	content: "\f276";
}
.format-image .post-item::before {
	content: "\f083";  /* camera */
}
.format-video .post-item::before {
	content: "\f008";  /* film strip */
}
/*--- audio = : notes ---*/
.format-audio .post-item::before {
	content: "\f001";
}
/*--- quote = : quotes ---*/
.format-quote .post-item::before {
	content: "\f10e";
}
/*-- link = Event: calendar --*/
.format-link .post-item::before {
	content: "\f073";
}
.format-gallery .post-item::before {
	content: "\f03e";  /* photograph */
}
/*-- status = SPECIAL: star --*/
.format-status .post-item::before {
	background-color: rgba(80,160,0,0.75);
	content: "\f006";
}
/*-- chat = Contest: trophy --*/
.format-chat .post-item::before {
	content: "\f091";
	color: #A14104;
}
/*---   ---*/

.post-item p,
.post-item h2 a {
	font-weight: normal;
}

.post-item a:hover{
	opacity: 1;
}

.post-item a.post-thumb:before {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	content: "";
	height:0%;
	position: absolute;
	width:0%;
	visibility: hidden;
    -webkit-transition: all 500ms ease; /* Safari and Chrome */
    -moz-transition: all 500ms ease; /* Firefox */
    -ms-transition: all 500ms ease; /* IE 9 */
    -o-transition: all 500ms ease; /* Opera */
    transition: all 500ms ease;
	z-index:77;
	left: 50%;
	top: 50%;
}

.post-item:hover a.post-thumb:before {
	visibility: visible;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.post-item a.post-thumb {
	display: block;
	position: relative;
	overflow: hidden;
}

.post-item a.post-thumb img{
	vertical-align: middle;
}

.post-content > a {
	display: inline-block;
}

.archive-layout-excerpt .thumb-archive,
.archive-layout-excerpt .archive-content{
	box-shadow: 0 0 1px #dddddd;
}

.archive-layout-excerpt .archive-content {
	box-shadow: 0 0 1px #dddddd;
	min-height:inherit;
}

.archive-layout-excerpt .has-post-thumbnail .archive-content {
	margin-top: 50px;
}

.thumb-archive {
	background: none repeat scroll 0 0 #ffffff;
	display: inline-block;
	margin-right: -60px;
	padding: 10px;
	width: 50%;
}

.archive-content {
	background: none repeat scroll 0 0 #ffffff;
	border: medium none #ff00ff;
	display: inline-block;
	margin-top:0px;
	padding: 20px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width:94%;
	z-index: 22;
}
.has-post-thumbnail .archive-content{
	width: 50%;
}
.archive-post-even .thumb-archive {
	margin-left: -60px;
	margin-right: 0;
	position: relative;
	z-index: 11;
}
.archive.archive-layout-masonry .site-content,
.home.archive-layout-masonry .site-content {
	padding-bottom: 0;
}

/*archive full layout style*/

.archive-layout-full .archive-content,
.archive-layout-full .thumb-archive {
	margin:0 0 50px 0;
	width: 100%;
}

.archive-layout-full .thumb-archive {
	margin: 0;
	padding: 30px;
}

.archive-layout-full .archive-content {
	padding: 30px;
	text-align: left;
}

.archive-layout-full .post {
	margin-bottom: 0;
	text-align: center;
}

a.read-more {
	color: #ddc299;
	display: block;
	margin-top: 15px;
}
a.read-more:hover, a.read-more:focus, a.read-more:active {
	color: #eee;
}

.cat-title {
	font-style: italic;
	font-size:18px;
}

.entry-meta{
	clear: both;
}

.archive-layout-full .post {
	text-align: center;
}

.archive-post-odd,
.archive-post-even {
	margin-bottom: 45px;
	text-align: center;
}

.entry-meta {
	clear: both;
}

/*--------------------------------------------------------------
## Custom Basic Sidebar Style By WEN Themes
--------------------------------------------------------------*/

#sidebar-primary {
	margin: 20px 0;
	padding: 0 25px;
	width: 100%;
}

.global-layout-left-sidebar #sidebar-primary {
	padding: 0 0 0 25px;
}

.area-wrapper {
/* see #main */
}

.widget-area ul {
	list-style: outside none none;
	margin-left: 0;
	padding-left: 0;
}

.widget-area .widget > ul > li:first-child{
	border: none;
}

.widget-area ul li {
	border-top: 1px solid #ebebeb;
}
.widget-area ul li span {
	display: inline-block;
	padding: 5px 0;
	transition: all 300ms ease 0s;
}
.widget-area ul li a{
	padding: 5px 0;
	display:inline-block;
	transition: all 300ms ease 0s;
}
.widget-area ul li a:hover {
		text-decoration: none;
		text-indent: 15px;
}
.widget-area ul li li a{
	padding-left: 15px;
}

.widget-area ul li li li a{
	padding-left: 25px;
}

.widget-area ul li li li li a{
	padding-left: 35px;
}

.widget-area .widget-title {
	border-bottom: 1px solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/*--------------------------------------------------------------
## Custom Basic Footer Style By WEN Themes
--------------------------------------------------------------*/

.site-footer {
	background-color: #1f1f29;
	clear: both;
	color: #ffffff;
	padding: 25px 0;
	text-align: center;
}

.site-info {
	font-size: 12px;
}
.site-info a {
	color: #b3b8bf;
}

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

.footer-right, .footer-left {
	float: left;
	padding: 0 25px;
	width: 50%;
	text-align: left;
}

.footer-right {
	text-align: right;
}

#footer-widgets {
	margin: 0;
	overflow: hidden;
	padding: 25px;
}

.footer-widget-area{
	float: left;
	padding: 0 25px;
	width: 25%;
}

.footer-active-1 {
	width: 100%;
}

.footer-active-2 {
	width: 50%;
}

.footer-active-3 {
	width: 33.33%;
}

.footer-active-4 {
	width: 25%;
}

.copyright {
	clear: both;
}

#footer-navigation li a,
#quick-links-404 ul li a {
	color: #ffffff;
	display: block;
	padding: 5px 10px;
}
#colophon a:hover,
#quick-links-404 ul li a:hover {
	color: #909090;
}
#footer-navigation ul{
	margin: 0;
}

#footer-navigation li,
#quick-links-404 ul li {
	display: inline-block;
	list-style: outside none none;
}

/*--------------------------------------------------------------
## Custom Zoom effect Style By WEN Themes
--------------------------------------------------------------*/

.pbWrapper > div,
.pbWrapper > img {
	border: 10px solid #ffffff;
}

/*--------------------------------------------------------------
## Custom Basic Layout Style By WEN Themes
--------------------------------------------------------------*/

.site-layout-fluid #page {
	background: inherit;
	box-shadow: inherit;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-layout-boxed #page .container {
	padding: 0;
	width: 100%;
}

.global-layout-left-sidebar #primary {
	float: right;
}

.global-layout-three-columns #primary {
	display: inline-block;
	float: none;
	width: 50%;
}

.global-layout-three-columns #sidebar-primary {
	float: left;
	width: 25%;
}

.global-layout-no-sidebar #primary {
	width: 100%;
}

.site-layout-fluid #featured-slider .container {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.site-layout-fluid #main-slider {
	margin: 0;
}

.home.blog.archive-layout-masonry.global-layout-no-sidebar #content #primary,
.home.blog.archive-layout-masonry.global-layout-no-sidebar #content .inner-wrapper,
.home.blog.archive-layout-masonry.global-layout-no-sidebar #content .container,
.home.blog.archive-layout-masonry.global-layout-no-sidebar #content #primary,
.home.blog.archive-layout-masonry.global-layout-no-sidebar #content .inner-wrapper,
.home.blog.archive-layout-masonry.global-layout-no-sidebar #content .container{
	margin: 0;
	padding: 0;
}

.archive.archive-layout-masonry.global-layout-no-sidebar .container,
.home.blog.archive-layout-masonry.global-layout-no-sidebar .container{
	width: 100%;
}

.global-layout-right-sidebar .masonry-wrapper,
.global-layout-left-sidebar .masonry-wrapper {
	background: #fff;
	padding: 5px;
}

.archive-layout-masonry.global-layout-right-sidebar #main #masonry-loop,
.archive-layout-masonry.global-layout-left-sidebar #main #masonry-loop {
	margin: 0;
}


/*--------------------------------------------------------------
## Custom Basic Scrollup Style By WEN Themes
--------------------------------------------------------------*/

a.scrollup {
	background:#1f1f29;
	bottom: 96px;
	padding: 5px 12px;
	position: fixed;
	right: 25px;
	text-align: center;
	z-index: 999;
	display: none;
}

#btn-scrollup i.fa {
	color: #ffffff;
	font-size: 28px;
}

/*calendar custom style*/

.widget_calendar td#today {
	background: none repeat scroll 0 0 #ffa500;
}

.widget_calendar td,
.widget_calendar th {
	background: none repeat scroll 0 0 #1f1f29;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

.widget_calendar caption {
	background: #ffa500 none repeat scroll 0 0;
	border: 1px solid;
	color: #ffffff;
	padding: 6px;
	text-shadow: 0 1px 2px #aaaaaa;
}

.widget_calendar a{
	color: #fff;
}


/*--------------------------------------------------------------
## Custom Social Links Style By WEN Themes
--------------------------------------------------------------*/

.photo_perfect_widget_social ul{
	margin-left: 0;
}

.photo_perfect_widget_social {
	clear: both;
}

.photo_perfect_widget_social li a {
	background-color: #eaeaea;
	border: medium none;
	border-radius: 100%;
	display: inline-block;
	height: 33px;
	line-height: 1.7;
	margin-right: 5px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 33px;
}

.photo_perfect_widget_social ul li a:before {
	font-size:19px;
}

.photo_perfect_widget_social li a i {
	color:#cacad8;
	font-size: 18px;
	font-weight: normal;
}

.photo_perfect_widget_social li {
	display:inline-block;
}

.photo_perfect_widget_social ul li a:before {
	color: #1f1f29;
	content: "\f0c1";
	display: block;
	font-family: FontAwesome;
	font-weight: normal;
	line-height: 1.8	;
}

.photo_perfect_widget_social ul li a:hover:before{
	color: #fff;
}

.photo_perfect_widget_social ul li a[href*="facebook.com"]:before {
	content: "\f09a";
}

.photo_perfect_widget_social ul li a[href*="twitter.com"]:before {
	content: "\f099";
}

.photo_perfect_widget_social ul li a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.photo_perfect_widget_social ul li a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.photo_perfect_widget_social ul li a[href*="youtube.com"]:before {
	content: "\f167";
}

.photo_perfect_widget_social ul li a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.photo_perfect_widget_social ul li a[href*="pinterest.com"]:before {
	content: "\f0d2";
}

.photo_perfect_widget_social ul li a[href*="bitbucket.org"]:before {
	content: "\f171";
}

.photo_perfect_widget_social ul li a[href*="github.com"]:before {
	content: "\f113";
}

.photo_perfect_widget_social ul li a[href*="codepen.io"]:before {
	content: "\f1cb";
}

.photo_perfect_widget_social ul li a[href*="flickr.com"]:before {
	content: "\f16e";
}

.photo_perfect_widget_social ul li a[href$="/feed/"]:before {
	content: "\f09e";
}

.photo_perfect_widget_social ul li a[href*="foursquare.com"]:before {
	content: "\f180";
}

.photo_perfect_widget_social ul li a[href*="instagram.com"]:before {
	content: "\f16d";
}

.photo_perfect_widget_social ul li a[href*="tumblr.com"]:before {
	content: "\f173";
}

.photo_perfect_widget_social ul li a[href*="reddit.com"]:before {
	content: "\f1a1";
}

.photo_perfect_widget_social ul li a[href*="vimeo.com"]:before {
	content: "\f194";
}

.photo_perfect_widget_social ul li a[href*="digg.com"]:before {
	content: "\f1a6";
}

.photo_perfect_widget_social ul li a[href*="twitch.tv"]:before {
	content: "\f1e8";
}

.photo_perfect_widget_social ul li a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}

.photo_perfect_widget_social ul li a[href*="delicious.com"]:before {
	content: "\f1a5";
}

.photo_perfect_widget_social ul li a[href*="mailto:"]:before {
	content: "\f0e0";
}

.photo_perfect_widget_social ul li a[href*="soundcloud.com"]:before {
content: "\f1be";
}
.photo_perfect_widget_social ul li a[href*="wordpress.org"]:before {
content: "\f19a";
}
.photo_perfect_widget_social ul li a[href*="wordpress.com"]:before {
content: "\f19a";
}

.photo_perfect_widget_social ul li a[href*="jsfiddle.net"]:before {
content: "\f1cc";
}

.photo_perfect_widget_social ul li a[href*="tripadvisor.com"]:before {
content: "\f262";
}

.photo_perfect_widget_social ul li a[href*="foursquare.com"]:before {
content: "\f180";
}

.photo_perfect_widget_social ul li a[href*="angel.co"]:before {
content: "\f209";
}

.photo_perfect_widget_social ul li a[href*="slack.com"]:before {
content: "\f198";
}

/*social links hover effect */

.photo_perfect_widget_social ul li a[href*="facebook.com"]:hover {
	background-color: #3b5998;
}

.photo_perfect_widget_social ul li a[href*="twitter.com"]:hover {
	background-color: #00aced;
}

.photo_perfect_widget_social ul li a[href*="plus.google.com"]:hover {
	background-color: #dd4b39;
}

.photo_perfect_widget_social ul li a[href*="/feed/"]:hover {
	background-color: #dc622c;
}

.photo_perfect_widget_social ul li a[href*="wordpress.com"]:hover {
	background-color: #21759b;
}

.photo_perfect_widget_social ul li a[href*="github.com"]:hover {
	background-color: #4183c4;
}

.photo_perfect_widget_social ul li a[href*="linkedin.com"]:hover {
	background-color: #007bb6;
}

.photo_perfect_widget_social ul li a[href*="pinterest.com"]:hover {
	background-color: #cb2027;
}

.photo_perfect_widget_social ul li a[href*="flickr.com"]:hover {
	background-color: #ff0084;
}

.photo_perfect_widget_social ul li a[href*="vimeo.com"]:hover {
	background-color: #aad450;
}

.photo_perfect_widget_social ul li a[href*="youtube.com"]:hover {
	background-color: #bb0000;
}

.photo_perfect_widget_social ul li a[href*="instagram.com"]:hover {
	 background-color: #517fa4;
}

.photo_perfect_widget_social ul li a[href*="dribbble.com"]:hover {
	background-color: #ea4c89;
}

.photo_perfect_widget_social ul li a[href*="skype.com"]:hover {
	background-color: #12a5f4;
}

.photo_perfect_widget_social ul li a[href*="digg.com"]:hover {
	background-color: #333;
}

.photo_perfect_widget_social ul li a[href*="codepen.io"]:hover {
	background-color: #000;
}

.photo_perfect_widget_social ul li a[href*="reddit.com"]:hover {
	background-color: #ff4500;
}

.photo_perfect_widget_social ul li a[href*="mailto:"]:hover {
	background-color: #1d62f0;
}

.photo_perfect_widget_social ul li a[href*="foursquare.com"]:hover {
	background-color: #f94877;
}

.photo_perfect_widget_social ul li a[href*="stumbleupon.com"]:hover {
	background-color: #eb4924;
}

.photo_perfect_widget_social ul li a[href*="twitch.tv"]:hover {
	background-color: #6441a5;
}

.photo_perfect_widget_social ul li a[href*="tumblr.com"]:hover {
	background-color: #32506d;
}

.photo_perfect_widget_social ul li a[href*="soundcloud.com"]:hover {
	background-color: #ff5500;
}

.photo_perfect_widget_social ul li a[href*="wordpress.org"]:hover {
	 background-color:#21759b;
}

.photo_perfect_widget_social ul li a[href*="jsfiddle.net"]:hover {
	background-color:#4679bd;
}

.photo_perfect_widget_social ul li a[href*="tripadvisor.com"]:hover {
	background-color:#86c171;
}

.photo_perfect_widget_social ul li a[href*="foursquare.com"]:hover {
	background-color:#2d5be3;
}

.photo_perfect_widget_social ul li a[href*="angel.co"]:hover {
	background-color:#000;
}

.photo_perfect_widget_social ul li a[href*="slack.com"]:hover {
	background-color:#56b68b;
}





/*footer widget area*/

#colophon .photo_perfect_widget_social {
	clear: both;
	margin-bottom: 0;
}

/*sidebar widget area*/
.widget-area .photo_perfect_widget_social li {
	border: medium none;
	display: inline-block;
	margin-bottom: 5px;
	padding: inherit;
}

#colophon .photo_perfect_widget_social li {
	display: inline-block;
}

.widget-area .photo_perfect_widget_social li a {
	padding: 0;
}
.widget-area .photo_perfect_widget_social li a:hover{
	text-indent: inherit;
}

/*--------------------------------------------------------------
## Custom Basic Inner Pages Style By WEN Themes
--------------------------------------------------------------*/


h1.entry-title {
	display: inline-block;
	margin-bottom: 25px;
}

#separator-title {
	padding: 0 45px;
	text-align: center;
}
#separator-title .fa {
	display: block;
	font-size: 39px;
	font-weight: normal;
}
#separator-title .link-post {
	padding: 0 5px;
	line-height: 1em;
}

.title-tag {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.nav-links {
	border-top: medium none;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: hidden;
	padding: 10px 30px;
	text-align: center;
}
.nav-links a {
	font-size: 18px;
}
.nav-previous > a:before {
	content: "\f100";
	display: block;
	float: left;
	font-family: fontawesome;
	font-size: 22px;
	line-height: 1.1;
	margin: 2px 6px;
}

.nav-next > a:after {
	content: "\f101";
	display: block;
	float: right;
	font-family: fontawesome;
	font-size: 22px;
	line-height: 1.1;
	margin: 2px 6px;
}

.error404 #primary{
	width: 100% ;
	text-align: center;
}

.pagination .nav-links > a,
.pagination .nav-links > span {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #dddddd;
	padding: 4px 10px;
	font-size: 18px;
}

.pagination .nav-links > span.current,
.pagination .nav-links > a:hover {
	background: none repeat scroll 0 0 #1f1f29;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.no-results.not-found,
section.error-404 {
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
}

#quick-links-404 ul li a{
	color: #404040;
}

.error404 #primary {
	width: 100%;
}

.error-404 h2 {
	font-family: "Arizonia",cursive;
	font-size: 127px;
	line-height: 1;
	margin: 0;
}

.single-post-meta {
	margin-bottom: 30px;
}

#separator-title .single-link-next .fa,
.single-link-next {
	float: right;
}
#separator-title .single-link-previous .fa,
.single-link-previous {
	float: left;
}
.single-link-next,
.single-link-previous {
	width: 20%;
}

.post-categories {
	display: inline-block;
	margin: 0;
}
ul.post-categories {
	list-style: none;
}
.post-categories > li {
	display: inline-block;
}

.home .post-categories ,
.blog .post-categories {
	display:black;
	list-style: none;
}


/*--------------------------------------------------------------
## Custom Basic Responsive Style By WEN Themes
--------------------------------------------------------------*/

/* Media Queries
--------------------------- */
/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (max-width:1169px){
	#page,
	.container {
		width: 97%;
	}
}
/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1024px) {
	.post-item:hover .post-content {
		top: 11%;
	}
	#page {
		padding: 0 15px;
		width: 97%;
	}
	#site-identity {
		margin-top: 105px;
		padding: 5px 15px;
	}
	#featured-banner .item {
		height: 280px;
	}

	.widget_calendar td,
	.widget_calendar th {
		font-size: 9.6px;
		padding: 2.5px;
		text-align: center;
	}

	.widget_calendar caption {
		font-size: 12px;
		padding: 3px;
	}

	.widget-area .widget-title{
		font-size: 15px;
	}

	.cat-title {
		margin-bottom: 0;
	}

	.area-wrapper{
		padding:15px;
	}
	#primary {
		padding-left: 15px;
		padding-right: 15px;
	}
	.archive-cat {
		width: 95%;
	}
	.post-content {
		padding: 0 15px;
	}
	.masonry-entry {
		width: 33.3%;
	}
	.search-form {
		overflow: visible;
	}
	.search-form input[type="submit"] {
		position: inherit;
		right: 0;
		height: auto;
		width: 100%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px){
	h1 {
		font-size:22px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size:16px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 14px;
	}

	#featured-banner .item {
		height: 210px;
	}
	#primary,
	#sidebar-primary,
	#sidebar-secondary{
		width: 100%;
		clear: both;
	}

	.global-layout-three-columns #primary,
	.global-layout-three-columns #sidebar-primary,
	.global-layout-three-columns #sidebar-secondary {
		display: inline-block;
		float: none;
		width: 100%;
	}

	.footer-widget-area {
		float: left;
		padding: 0 15px;
		width: 50%;
	}

	.post-content {
		padding: 0 10px;
	}
	.archive-cat .taxonomy-description p {
		font-size: 13px;
	}
	.archive-cat .cat-icon::before {
		font-size: 24px;
	}
	.masonry-entry {
		width: 50%;
	}

	#main-nav {
		left: 10px;
	}

	#category-menu{
		right: 10px;
	}

	#main-nav,
	#category-menu {
		min-width: 140px;
	}

	.menu-toggle,
	.nav-list-btn{
		 font-size: 17px;
	}

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

	.title-tag {
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}
	.header-navigation li a {
		padding: 8px 50px 8px 15px;
		position: relative;
		text-align: left;
		z-index: 99;
	}
	.dropdown-toggle,
	.dropdown-toggle-cat {
		height: 40px;
		padding: 0;
		right: 0;
		top: 0;
		width: 40px;
	}

	.footer-right,
	.footer-left {
		text-align: center;
		width: 100%;
	}

	.site-title {
		font-size: 30px;
		margin-bottom: 0;
	}

	.site-description {
		font-size: 13px;
		margin-bottom: 0;
	}

	#site-identity {
		margin-top: 70px;
		padding: 5px 10px;
	}

	#site-logo {
		margin: 0 auto;
		max-width: 170px;
	}

	.site-header {
		padding: 10px 0;
	}
	#main-nav, #category-menu {
		top: 15px;
	}
	.dropdown-toggle:after,
	.dropdown-toggle-cat:after {
		content: "+";
		font-size: 24px;
		left: 1px;
		line-height: 1.5;
	}

	.global-layout-left-sidebar #sidebar-primary {
		padding: 0 15px;
	}

	#primary,
	#sidebar-primary,
	#sidebar-secondary {
		clear: both;
		margin-bottom: 15px;
		padding: 0 15px;
		width: 100%;
	}

	.thumb-archive {
		margin-right: 0;
		width: 100%;
	}

	.archive-layout-excerpt .has-post-thumbnail .archive-content {
		margin-top: 0;
	}

	.has-post-thumbnail .archive-content {
		width: 100%;
	}

	.archive-post-even .thumb-archive{
		margin-left: 0;
	}

	body.search-results article {
		width: 100%;
	}

	.widget_calendar td, .widget_calendar th {
		font-size: 15px;
		padding: 5px;
	}
	#main-nav, #category-menu {
		z-index: 999;
	}

	#theme-my-login {
		width: 85%;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px){
	.header-navigation span {
		display: none;
	}

	.menu-toggle{
		width: auto;
		float: left;
	}

	.nav-list-btn{
		width: auto;
		float: right;
	}

	.header-navigation .fa {
		font-size: 23px;
		margin: 0;
	}

/*
	.site-header {
		background: black none repeat scroll 0 0;
		position: inherit;
		z-index: 99;
	}
 */
	#featured-banner .item {
		height: 180px;
	}

	#main-nav .wrap-menu-content,
	#category-menu .category-list-wrapper{
		background-image: url("images/texture.jpg");
		clear: both;
		min-width: 150px;
	}

	#main-nav,
	#category-menu {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: medium none;
		min-width: inherit;
	}

	.header-navigation .fa {
		font-size: 30px;
		margin: 0;
	}

	.menu-toggle,
	.nav-list-btn{
		padding: 5px 10px;
	}

	 #site-logo {
		margin: 0 auto;
		position: relative;
		z-index: 99;
	}

	.dropdown-toggle,
	.dropdown-toggle-cat {
		height: 41px;
		width: 43px;
	}

	.site-branding {
		display: inline-block;
	}

	#site-identity {
		margin-top: 40px;
	}
	.post-headline::before {
		font-size: 15px;
	}
	.post-headline h2 {
		font-size: 15px;
	}
	.post-content {
		padding: 0 5px;
	}
	.footer-widget-area {
		width: 100%;
	}

	#theme-my-login {
		width: 100%;
	}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:319px){
	/*The container should be fixed below the widght 320px because below that the design may break*/
	.container{
		width: 300px !important;
	}
}

