/*
Theme Name: WayBig2015
Description: Description
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* CSS clear based on http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time,
mark, audio, video {
	padding: 0; margin: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers and specific declarations */

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ''; content: none;
}

table {
	border-spacing: 0; border-collapse: collapse;
}


/* Main definitions */

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	padding: 0; margin: 0;
	position: relative;
	background: #1b1b1b url('images/bgd.png');
}

body, td, p  {
	color: #fff;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; line-height: 1.6em;
 }

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

a, a:visited {
	color: #ffbd0a;
	text-decoration: none;
	transition: all 0.3s;
	font-weight: bold;
}

a:hover, a:active {
	color: #909090;
	text-decoration: none;
	transition: all 0.3s;
	font-weight: bold;
}

p {
	margin: 0.5em 0;
	text-align: justify;
}

hr {
	height: 1px; display: block; clear: both;
	padding: 0; margin: 15px 0;
	background: #333; border: none;
}

h1 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 22px; line-height: 24px; font-weight: 600; text-align: left;
}
h1 span.desc {
	display:block;
	font-size: 0.4em;
	color: #ffbd0a;
}

h1 sup {
    position: relative;
    display: inline-block;
    font-size: .4em;
    top: -1em;
}

h2 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; line-height: 26px; font-weight: 600; text-align: left;
}

h3 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 20px; line-height: 22px; font-weight: 600; text-align: left;
}

.entry-title a:link, .entry-title a:visited {
color: #ffffff;
}

.entry-title a:hover {
color: #909090;
}

h4 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 14px; line-height: 20px; font-weight: 600; text-align: left;
}

h5 {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; line-height: 20px; font-weight: 600; text-align: left;
}

h1 span.light,
h2 span.light,
h3 span.light {
	color: #e0e0e0;
	font-weight: 300;
}

.clear {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.wrapper {
	width:97%;
	margin: 0 auto;
}


/* top section */

.top-section .logo {
	display: block; float: left;
	margin-top: 10px; margin-bottom: 10px;
	width: 350px;
}

.top-section .search {
	float: right;
	margin-top: 32px;
}

.top-section .search .mmenu-switch {
	width: 100px; height: 38px; display: none; float: left;
	padding-left: 44px;
	background: url('images/icon-mmenu.png') left center no-repeat; color: #fff;
	font-size: 15px; line-height: 38px; font-weight: 700; text-align: left;
}

.top-section .search .search-input {
	width: 470px; height: 38px; float: left;
	background: #fff; border: 0 none; border-radius: 4px; box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.25);
}

.top-section .search input[type="text"] {
	width: 350px; height: 38px; display: block; float: left;
	padding-left: 10px;
	background: transparent; border: 0 none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px;
}

.top-section .search .sbHolder {
	float: right;
}

.top-section .search input[type="submit"] {
	width: 38px; height: 38px; display: block; float: left;
	margin-left: 2px;
	background: #4f4f4f url('images/icon-search.png') center center no-repeat; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 4px; cursor: pointer;
	transition: all 0.3s;
}

.top-section .search input[type="submit"]:hover {
	background-color: #5f5f5f;
	transition: all 0.3s;
}


/* main content */

.main {
	padding: 10px; margin-bottom: 20px;
	background: #292929; border-radius: 6px;
}

.heading {
	min-height: 50px;
	padding: 15px 5px 15px 62px;
	background-color: #222222; background-position: left center; background-repeat: no-repeat;
}

.heading-updates {
	background-image: url('images/icon-heading-updates.png');
}

.widget_search .heading {
	background-image: url('images/icon-heading-search.png');
}

.widget_categories .heading {
	background-image: url('images/icon-heading-categories.png');
}

.widget_archive .heading {
	background-image: url('images/icon-heading-categories.png');
}

#categories-4 {display:none}

/* menu section */

.menu-section {
	background: #4f4f4f; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 6px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.menu-section .menu {
	float: left;
}

.menu-section .menu li {
	width: 145px; height: 48px; float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 15px; line-height: 48px; font-weight: 600; text-align: center;
}

.menu-section .menu li a {
	display: block;
	border-bottom: 1px solid transparent; color: #fff;
}

.menu-section .menu li a:hover,
.menu-section .menu li a:active {
	background: rgba(0, 0, 0, 0.05); border-bottom-color: #ffbd0a;
}

.menu-section .addthis {
	float: right;
	margin-top: 8px; margin-right: 8px;
}


/* mobile menu section */

.mobile-menu-section {
	margin-bottom: 10px;
	background: #4f4f4f; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 6px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.mobile-menu-section .menu li {
	width: 100%; height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 15px; line-height: 40px; font-weight: 600; text-align: left;
}

.mobile-menu-section .menu li:last-child {
	border-bottom: 0 none;
}

.mobile-menu-section .menu li a {
	display: block;
	padding-left: 15px;
	border-bottom: 1px solid transparent; color: #fff;
}

.mobile-menu-section .menu li a:hover,
.mobile-menu-section .menu li a:active {
	background: rgba(0, 0, 0, 0.05); border-bottom-color: #ffbd0a;
}


/* desktop dsa*/

.desktop-dsa, .desktop-dsa {
	padding: 20px; margin: 10px 0;
	background: #262626; border-radius: 6px;

}

.desktop-dsa-internal, .desktop-dsa-internal {
	padding: 10px 20px;
	background: transparent;
}

.desktop-dsa .bnr, .desktop-dsa .bnr {
	margin-bottom: 20px;
}

.desktop-dsa .bnr:last-child, .desktop-dsa .bnr:last-child {
	margin-bottom: 0;
}

.desktop-dsa img, .desktop-dsa img {
	max-width: 100%; height: auto; display: block;
	margin: 0 auto;
}

.main-sidebar .desktop-dsa, .main-sidebar .desktop-dsa {
	margin-top: 0;
	
}


/* desktop dsa */

.mobile-ads, .mobile-dsa {
	padding: 20px; margin: 10px 0; display: none;
	background: #262626; border-radius: 6px;
	display:none;
}

.mobile-ads-internal, .mobile-dsa-internal {
	padding: 10px 20px;
	background: transparent;
}

.mobile-ads .bnr, .mobile-dsa .bnr {
	margin-bottom: 20px;
}

.mobile-ads .bnr:last-child, .mobile-dsa .bnr:last-child {
	margin-bottom: 0;
}

.mobile-ads img, .mobile-dsa img {
	max-width: 100%; height: auto; display: block;
	margin: 0 auto;
}

/* entry excerpt */

.entry-excerpt p {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; line-height: 1.6em;
}

/* main content */

.main-content {
	float: left;
	width:100%;
	width:calc(100% - 220px);
}

.main-content .content {
	padding: 10px; margin-bottom: 10px;
	background: #1b1b1b; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;
}

.main-content .content .entry-meta ul {
	margin: 5px 0 10px 16px;
	list-style-type: disc;
}

.main-content .content .entry-meta li {
	margin: 3px 0;
	font-size: 14px; line-height: 17px;
}

.main-content .content .readmore {
	margin-top: 10px;
	text-align: left;
}

.main-content .content .readmore a,
.main-content .content .readmore a:visited {
	height: 38px; display: inline-block;
	padding: 0 15px; margin-top: 6px;
	background: #656565; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; color: #fff; cursor: pointer;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px; font-weight: 600; text-align: center;
	transition: all 0.3s;
}

.main-content .content .readmore a:hover,
.main-content .content .readmore a:active {
	background: #808080;
}

.main-content .content .yarpp-related {
	margin: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}



/* pagination */

.pagination {
	padding: 10px 0; margin-top: 10px;
	border-top: 1px solid #242424;
	text-align: center;
}

.pagination.pagination-top {
	padding-top: 0; margin-top: 0;
	border-top: 0 none;
}

.pagination a,
.pagination a:visited,
.pagination span {
	min-width: 30px; height: 30px; display: inline-block;
	padding: 0 5px; margin-bottom: 3px;
	background: #202020; border-radius: 4px; color: #fff;
	font-size: 14px; line-height: 30px; font-weight: 600;
}

.pagination a:hover,
.pagination a:active {
	background: #878787;
}

.pagination span {
	background: transparent;
}

.pagination-button a {
	padding: 0 15px;
}


/* main sidebar */

.main-sidebar {
	width: 210px; float: right;
}

.main-sidebar .content {
	background: #1b1b1b;
	margin-bottom: 10px;
}


/* blog pages */

.main-blog-content {
	float: left;
	width:calc(100% - 230px);
}

.main-blog-content img {
	max-width: 100%; height: auto; display: block;
	margin: 0 auto;
}

.main-blog-sidebar {
	width: 220px; float: right;
}

.main-blog-sidebar .content {
	background: #1b1b1b;
	padding: 0; margin-bottom: 10px;
}

.main-blog-sidebar .widget_categories li {
	display: block;
	padding: 9px 0 9px 35px;
	background: url('images/item-categories.png') left 15px center no-repeat;  border-bottom: 1px solid #222222;
	font-size: 13px; line-height: 16px; font-weight: 400;
	transition: all 0.3s;
}

.main-blog-sidebar .widget_categories li:hover {
	background-color: rgba(255, 255, 255, 0.015); border-bottom-color: #ffbd0a; color: #ffbd0a;
	transition: all 0.3s;
}

.main-blog-sidebar .widget_categories li a,
.main-blog-sidebar .widget_categories li a:visited {
	display: inline-block;
	color: #b9b9b9;
}

.main-blog-sidebar .widget_categories li a:hover,
.main-blog-sidebar .widget_categories li a:active {
	color: #ffbd0a;
}

.main-blog-sidebar .widget_recent_entries ul,
.main-blog-sidebar .widget_recent_comments ul,
.main-blog-sidebar .widget_nav_menu ul,
.main-blog-sidebar .widget_links ul,
.main-blog-sidebar .widget_text ul {
	padding: 10px;
}

.main-blog-sidebar .widget_recent_entries li,
.main-blog-sidebar .widget_recent_comments li,
.main-blog-sidebar .widget_nav_menu li,
.main-blog-sidebar .widget_links li,
.main-blog-sidebar .widget_text li {
	padding-left: 30px; margin: 8px 0;
	background: url('images/icon-toplist.png') left center no-repeat;
	font-size: 11px; line-height: 16px;
}

.main-blog-sidebar .widget_nav_menu li,
.main-blog-sidebar .widget_links li,
.main-blog-sidebar .widget_text li {
	font-size: 13px; line-height: 18px;
}

.main-blog-sidebar .widget_recent_entries li a,
.main-blog-sidebar .widget_recent_entries a:visited,
.main-blog-sidebar .widget_recent_comments li a,
.main-blog-sidebar .widget_recent_comments a:visited,
.main-blog-sidebar .widget_nav_menu li a,
.main-blog-sidebar .widget_nav_menu a:visited,
.main-blog-sidebar .widget_links li a,
.main-blog-sidebar .widget_links a:visited,
.main-blog-sidebar .widget_text li a,
.main-blog-sidebar .widget_text a:visited {
	color: #b9b9b9;
}

.main-blog-sidebar .widget_recent_entries li a:hover,
.main-blog-sidebar .widget_recent_entries li a:active,
.main-blog-sidebar .widget_recent_comments li a:hover,
.main-blog-sidebar .widget_recent_comments li a:active,
.main-blog-sidebar .widget_nav_menu li a:hover,
.main-blog-sidebar .widget_nav_menu li a:active,
.main-blog-sidebar .widget_links li a:hover,
.main-blog-sidebar .widget_links li a:active,
.main-blog-sidebar .widget_text li a:hover,
.main-blog-sidebar .widget_text li a:active {
	color: #fff;
}

.main-blog-sidebar .widget_archive .content {
	padding: 10px;
}

.main-blog-sidebar .widget_archive label {
	display: none;
}

.main-blog-sidebar .widget_archive select {
	width: 100%; height: 30px;
	border: 0 none; border-radius: 4px;
}


/* sidebars */



.main-sidebar .mobile-categories {
	display: none;
	padding: 10px;
}

.main-sidebar .mobile-categories select {
	width: 100%; height: 34px; display: block;
	background: #f0f0f0; border: 1px solid #1b1b1b; border-radius: 4px;
}

.main-blog-sidebar .search {
	padding: 10px;
	text-align: right;
}

.main-blog-sidebar .search input[type="text"] {
	width: 100%; height: 38px; display: inline-block;
	padding-left: 10px;
	background: #fff; border: 0 none; border-radius: 4px; box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.25);
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px;
}

.main-blog-sidebar .search input[type="submit"] {
	height: 38px; display: inline-block;
	padding: 0 15px; margin-top: 6px;
	background: #656565; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; color: #fff; cursor: pointer;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px; font-weight: 600; text-align: center;
	transition: all 0.3s;
}


/* footer */

.footer {
	padding: 10px; margin-top: 10px;
	background: #353535; border-radius: 6px;
}

.footer-newsletter {
	width: 280px; float: right;
	padding: 10px 10px 10px 20px;
	border-left: 1px solid #242526;
	text-align: right;
}

.footer-newsletter input[type="text"] {
	width: 100%; height: 38px; display: inline-block;
	padding-left: 10px;
	background: #fff; border: 0 none; border-radius: 4px; box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.25);
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px;
}

.footer-newsletter input[type="submit"] {
	height: 38px; display: inline-block;
	padding: 0 15px; margin-top: 6px;
	background: #656565; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 4px; color: #fff; cursor: pointer;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 15px; line-height: 38px; font-weight: 600; text-align: center;
	transition: all 0.3s;
}

.footer-newsletter form input[type="submit"]:hover {
	background: #1b1b1b;
	transition: all 0.3s;
}


.footer-content {
	width: 850px; float: left;
	padding-right: 10px;
}

.footer-about {
	padding: 10px;
	border-bottom: 1px solid #242526;
}

.footer-about p {
	line-height: 1.5em;
}

.footer-links {
	padding: 10px;
}

.footer-links,
.footer-links p {
	color: #8c8c8c;
	font-size: 12px; line-height: 1.4em;
}

.footer-links a,
.footer-links a:visited {
	color: #8c8c8c;
}

.footer-links a:hover,
.footer-links a:active {
	color: #fff;
}


/* Menu bar */

	nav.main-menu .current-menu-item > a,
	nav.main-menu .current-menu-ancestor > a,
	nav.main-menu .current_page_item > a,
	nav.main-menu .current_page_ancestor > a {
		font-weight: bold;
	}


/* Required definitions for Wordpress */

	.alignnone  {
		margin: 5px 20px 20px 0;
	}

	.aligncenter, div.aligncenter {
		display:block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 10px 10px;
	}

	.alignleft {
		float:left;
	 	margin: 5px 10px 10px 0;
	 }

	.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	a img.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 5px 20px 20px 0;
	}

	a img.alignleft {
		float:left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter  {
		display: block;
		margin-right: auto; margin-left: auto;
	}
	.wp-caption {
		max-width: 96%;
		padding: 2px;
		background: #fff; border: 1px solid #ccc;
		text-align: center;
	}

	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img  {
		max-width: 98.5%; width: auto; height: auto;
		padding:0; margin:0;
		border: 0 none;
	}

	.wp-caption p.wp-caption-text {
		padding:0 4px 5px; margin:0;
		font-size:11px; line-height:17px;
	}

	.sticky  {
	}

	.gallery {
		margin: 15px 0 !important;
	}

	.gallery-item {
		display: block; margin: 1px;
	}

	.gallery-item img {
		display: block;
		padding: 3px;
		border: 1px solid #ccc !important;
	}


	.gallery-caption  {
	}

	.bypostauthor  {
	}


/* Blog Comments */

	#comments {
		margin: 25px 0;
	}

	.comments-title {
		margin: 15px 0;
	}

	.comments-nav {
		margin: 15px 0;
	}

	.comments-list {
		width: 560px;
		margin: 0 0 0 80px;
		list-style: none;
	}

	.comments-list > li.comment {
		position: relative;
		padding: 6px; margin: 10px 0;
		border: 1px solid; border-top: 4px solid;
	}

	.comments-list .comment-meta {
		padding: 2px 0 2px 10px;
	}

	.comments-list .comment-content {
		padding: 6px;
	}

	.comments-list time {
		font-style: italic;
	}

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

	.comments-list .children li.comment {
		position: relative;
		padding: 6px; margin: 10px 0;
		border: 1px solid; border-top: 4px solid;
	}

	.comments-list .children li.comment .fn {

	}

	.comments-list .children li.comment .comment-meta {
		margin-left: 50px;
	}

	.comments-list .children li.comment .comment-content {
		margin-top: 10px;
	}

	.comments-list .avatar {
		position: absolute; top: 0; left: -80px;
		padding: 0;
	}

	.comments-list .children .avatar {
		top: 10px; left: 10px;
		padding: 0;
	}

	a.comment-reply-link {
		display: inline-block;
		padding: 2px 6px;
		border-radius: 4px;
	}


/* Comment Form */

	#respond {
		position: relative;
		margin: 30px 0 10px 0;
	}

	#respond p {
	}

	#respond input[type="text"] {
		width: 99%; position: relative; display: block; z-index: 100;
		padding: 7px 0; margin: 0;
		border: 1px solid;
	}

	#respond textarea {
		width: 99%; position: relative; display: block; z-index: 100;
		padding: 7px 0; margin: 0;
		border: 1px solid;
	}

	#respond label {
		position: absolute; top: 13px; left: 8px; z-index: 110;
		color: #aaa;
	}

	#respond input[type="text"]:focus,
	#respond textarea:focus {
		z-index: 120;
	}


	#respond .comment-form-author,
	#respond .comment-form-email,
	#respond .comment-form-url,
	#respond .comment-form-comment {
		position: relative;
	}

	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		position: absolute; top: 16px; right: 12px; z-index: 999;
		color: #aaa;
	}

	#respond .form-submit {

	}

	#respond input#submit {
		width: 159px; height: 39px; display: block;
		padding-right: 36px; margin: 5px 0;
		background: url('images/elements.png') no-repeat 0px -84px; border: none;
		cursor: pointer;
	}

	a#respond #cancel-comment-reply-link {
		margin-left: 10px;
	}

	#cancel-comment-reply-link {
		position: absolute; top: 10px; right: 10px; display: block;
	}

	.form-allowed-tags {
		display: none;
	}
	
	
	body.single-post  .main-content .content .entry-content img, .main-blog-content img{
		width:100%;
	}
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		margin: 5px 16px!important;
	}
	
@media only screen and (max-width: 767px) {	
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		margin: 5px auto!important;
		display: table!important;
	}
}
@media only screen and (max-width: 500px) {	
	.yarpp-thumbnails-horizontal .yarpp-thumbnail {
		width: 100% !important;
		height: auto !important;
	}
	.yarpp-thumbnail > img, .yarpp-thumbnail-default{
		height: auto !important;
	}
}
img.blogimagethumb{
    width: 30%;
    float: left;
    margin: 0 15px 15px 0;
}

.disqus-switch {
    text-align: center;
    font-family: "ProximaNovaExCn_Black";
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 47px
}

.disqus-switch span {
	min-width: 30px; height: 30px; display: inline-block;
	padding: 0 5px; margin-bottom: 3px;
	background: #202020; border-radius: 4px; color: #fff;
}

.disqus-switch span {
	background: transparent;
}

.disqus-switch h1 {
    font-size: 3.7em;
    line-height: 80px;
	text-align: center;
}
