/*
Theme Name: Im Mining Theme 100%
Author: Aubergine 262
Author URI: https://aubergine262.com/
Description: A custom theme for Im Mining
Version: 2.0
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	/*font-family: tahoma, verdana, "sans-serif";*/
	font-family: 'Lato', sans-serif;
}

html{
	background-color: #fff;
}
body {
	color: #141412;
	line-height: 1;
	margin: 0;
	background-color: #fff;
}

a {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #222;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #666;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*font-family: tahoma, verdana, "sans-serif";*/
	font-family: 'Lato', sans-serif;
	line-height: 1;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #000;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

.double-line-title,
.widget-title{
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	width: 100%;
	padding: 10px 0;
	margin: 10px 0 10px 0;
	text-align: center;
	font-size: 29px;
	font-weight: normal;
}
.double-line-title.no-line,
.widget-title{
	border-top: none;
	border-bottom: none;
	text-align: left;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
html, body {
	font-size: 12px;
}
#header-content,
#site-navigation,
.site-main,
.site-info,
#header-branding{
	margin: 0 auto;
	width: 100%;
	/*max-width: 1280px;*/
	max-width: 1100px;
}
.site{
	overflow: hidden;
	width: 100%;
	display: block;
	position: relative;
}
.site-info {
	padding: 0 10px;
}
#header-content{
	text-align: center;
	border-bottom: 1px solid #000;
}
#header-branding{
	position: relative;
	margin-top: 10px;
}
.home-link{
	float: left;
	background-color: #fff;
}
.search-head{
	float: right;
	margin-top: 48px;
}
.search-submit{
	display: none !important;
}
.head-social{
	float: right;
	width: 60px;
	font-size: 26px;
	margin-top: 47px;
}
.header-social-search {
	float: left;
	padding: 0 0 15px 15px;
}
.no-head-advert.header-social-search {
	width: 100%;
	float: none;
	padding: 15px;
	text-align: center;
}
.no-head-advert.header-social-search .head-social,
.no-head-advert.header-social-search .search-head {
	margin-top: 0;
}
.header-social-search .head-social,
.header-social-search .search-head {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
#page .home-post-sliders {
	padding-top: 10px;
	padding-bottom: 0;
}
#widget-block-1 {
	clear: both;
	background: transparent;
	border: none;
	padding: 0;
}
.header-adverts img {
	max-width: 728px;
	width: 100%;
}
.top-head-advert {
	float: right;
	padding: 6px 5px 6px 7px;
	width: calc(100% - 340px);
}
#navbar{
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 0 0;
	margin: 10px 0 0;
}

#page {
	margin-top:40px;
}
#site-navigation{
	position: relative;
}
.menu-toggle{
	display: none;
}
#head-latest-issue{
	width: 100%;
	color: #fff;
	/*background-color: #ffdd00; OLD */
	background-color: #f7941d;
	background-color: #ddd;
	padding: 10px 0;
	text-align: center;
	transition: all 0.2s ease-in-out;
	font-size: 24px;
}
#head-latest-issue:hover{
	/*background-color: #e8cc5e;*/
	text-decoration: none;
}
#head-latest-issue a{
	/* color: #8c8c8c; */
	color: #000;
}
#head-latest-issue a:hover{
	text-decoration: none;
}
#head-latest-issue .inner span{
	color: #fff;
	background-color: #000000;
	padding: 0px 7px 1px;
	margin: 0 0 0 9px;
	position: relative;
}
.head-advert {
	margin: 15px 0 15px 0;
	float: right;
	padding: 0 15px 0 0;
	width: calc(100% - 357px);
}

.im-insight-series-wrap{
	/*background-color: #ffdd00; OLD */
	background-color: #f7941D;
	background-color: #ddd;
	float: left;
	margin: 0 0 0 15px;
	width: 420px;
	height: 260px;
}
.im-insight-series-wrap {
}



.menu-primary-menu-container{
	position: relative;
	margin: 0 0 0 0;
	width: 100%;
	max-width: 100%;
}
.menu-primary-menu-container ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
.menu-primary-menu-container ul li a{
	font-size: 13px;
	padding: 20px 5px;
	display: block;
}
.menu-primary-menu-container ul li.highlight a{
	background-color: #ff9d00;
	color: #000;
	padding: 20px 15px;
}
.menu-primary-menu-container ul li{
	position: relative;
	display: inline-block;
	margin-right: 14px;
}
.menu-primary-menu-container ul li:last-child{
	margin-right: 0;
}
.menu-primary-menu-container ul li ul{
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	background-color: #fff;
	width: 200px;
	padding: 5px;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	z-index: 10;
}
.menu-primary-menu-container ul li:hover ul{
	display: block;
}

.archive .single-content .right {
	padding-top:3px;
}

#slider-overlay{
	position: absolute;
	top: 0;
	right: 0;
	/* width: 300px; */
	padding: 10px;
	background-color: #ffdd00;/*rgba(231, 184, 0, 0.8);*/
	z-index: 90;
}
#slider-overlay img{
	/*max-height: 300px;*/
}

#slider-wrapper{
	overflow: hidden;
	width: 100%;
}

.home-flex{
	margin: 0 0 30px !important;
}

.slide-title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #000;
	color: #fff;
	padding: 10px;
	font-size: 20px;
}

.home-content{

}
.home-content .left{
	width: 57%;
	/*background-color: #e0e0e0;*/
	background-color: #F0F0F0;
	border-right: solid 1px #000;
	padding: 5px 5px 5px 5px;
}
.home-content .right{
	width: 40%;
	margin-right: 1%;
}

.home-content .left .double-line-title{
	width: 94%;
	margin: 10px 0 10px 3%;
}

.post-grid a:hover{
	text-decoration: none;
}
.post-grid{
	width: 27.3%;
	float: left;
	margin: 10px 3% 20px;
}
.post-grid-img{
	position: relative;
	overflow: hidden;
	max-height: 200px;
	border: solid 1px #000;
}
.post-grid-img img{
	width: 100%;
}
.post-grid-img .grid-hover{
	position: absolute;
	background-color: rgba(240, 213, 108, 0.8);
	overflow: hidden;
	transition: all 0.4s ease-in-out;

	/*Boring mode*/
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
}
.post-grid-img .grid-hover span{
	opacity: 0;
	font-size: 20px;
	position: absolute;
	top: 47%;
	width: 100%;
	text-align: center;
	color: #fff;
    transition: all 0.6s ease-in-out
}
.post-grid:hover .post-grid-img .grid-hover span{
	opacity: 1;
}
.post-grid-title{
	font-size: 17px;
	line-height: 1.4;
	margin: 15px 0 0 0;
}
.post-grid:hover .post-grid-img .grid-hover{
	opacity: 1;
}

.post-grid.topLeft .post-grid-img .grid-hover{
	top: 0;
	left: 0;
	width: 0;
	bottom: 100%;
}
.post-grid.topLeft:hover .post-grid-img .grid-hover{
	width: 100%;
	bottom: 0;
}

.post-grid.topRight .post-grid-img .grid-hover{
	top: 0;
	left: 100%;
	width: 100%;
	bottom: 100%;
}
.post-grid.topRight:hover .post-grid-img .grid-hover{
	left: 0;
	bottom: 0;
}

.post-grid.bottomLeft .post-grid-img .grid-hover{
	top: 100%;
	left: 0;
	width: 0;
	bottom: 0;
}
.post-grid.bottomLeft:hover .post-grid-img .grid-hover{
	width: 100%;
	top: 0;
}
.post-grid.bottomRight .post-grid-img .grid-hover{
	top: 100%;
	left: 100%;
	width: 100%;
	bottom: 0;
}
.post-grid.bottomRight:hover .post-grid-img .grid-hover{
	left: 0;
	top: 0;
}

.spotlightAdvert img{
	width: 100%;
}

.post-grid-excerpt{
	font-size: 13px;
	line-height: 1.4;
	margin: 7px 0;
}

.SEE-MORE-FEATURE-ARTICLES{
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	width: 100%;
	text-align: center;
	display: block;
}

.navigation.paging-navigation{
	clear: both;
}
.navigation.paging-navigation .nav-next{
	margin-top: 20px;
}

.vid-wrapper{
	margin: 0 0 20px 0;
}

.hundred-percent-image{
	margin: 0;
}
.hundred-percent-image img{
	width: 100%;
	height: auto;
}
.hundred-percent-caption{
	background-color: #000000;
	width: 100%;
	padding: 10px 10px;
	color: #fff;
	font-size: 20px;
}

.home-content .double-line-title{
	margin: 40px 0 0 0;
}
.sponsors-wrap{
	margin: 0 0 40px 0;
}

.sponsor-advert{
	display: inline-block;
	width: 19%;
	margin-right: 1%;
}
.sponsor-advert:last-child{
	margin-right: 0;
}
.sponsor-advert img{

}

.company-profiles-wrap{
	overflow: hidden;
}
.company-profile{
	text-align: center;
}
.company-profile img{
	width: 100px !important;
	margin: 20px auto;
}

.widget-title{
	margin: 0;
	font-size: 29px;
}
.widget{
	margin: 0 0 30px 0;
	font-size: 17px;
	line-height: 1.4;
}
.widget-block .widget{
	margin: 0;
}

.widget-block{
	background-color: #F0F0F0;
	padding: 10px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align: center;
}

.banner-advert{
	display: inline-block;
	vertical-align: top;
	margin: 20px 20px 20px;
}
.banner-advert img{
	margin: 0 auto;
	display: block;
}

.widget_simpleimage{
	background-color: #fefbf0;
	color: #000;
	padding: 20px 3%;
	transition: background-color 0.2s ease-in-out;
	display: inline-block;
	width: 31%;
	margin: 10px 1% 10px 0 !important;
	vertical-align: top;
}
.widget-in-archive-1.widget_simpleimage{
	width: 100%;
}
.widget_simpleimage:hover{
	background-color: #ffffea;
}
.widget_simpleimage a{
	display: block;
	margin: 0;
}
.widget_simpleimage a:hover{
	text-decoration: none;
}
.widget_simpleimage h3{
	margin-bottom: 10px;
	font-weight: normal;
}
.widget_simpleimage p{
	margin: 0;
}
.imageSubTitle{
	font-size: 29px;
	margin: 10px 0;
}
.widget_simpleimage img{
	display: block;
	margin: 0 auto;
}
.widget_simpleimage .more{
	float: right;

}


.spotlight-featured-advert{
	margin-bottom: 20px;
	vertical-align: middle;
}
.spotlight-featured-advert.width100{
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 10px 0;
}
.spotlight-featured-advert.width50{
	width: 49%;
	display: inline-block;
	text-align: center;
	margin-right: 1%;
	min-width: 300px;
}
.spotlight-featured-advert.width30{
	width: 30%;
	display: inline-block;
	text-align: center;
	margin-right: 3.3%;
	min-width: 300px;
}
.spotlight-featured-advert.width25{
	width: 24%;
	display: inline-block;
	text-align: center;
	margin-right: 1%;
}
.spotlight-featured-advert.width30:last-child{
	margin-right: 0;
}

#head-latest-issue {
	text-transform:uppercase;
}

#head-latest-issue span {
	text-transform:lowercase;
}

.spotlight_widget_text{
	background-color: #fefbf0;
	color: #000;
	padding: 20px 3%;
	transition: background-color 0.2s ease-in-out;
	display: inline-block;
	width: 31%;
	margin: 10px 1% 10px 0 !important;
	vertical-align: top;
}
.spotlight_widget_text:hover{
	background-color: #ffffea;
}
.spotlight_widget_text a:hover {
	text-decoration: none;
}
.spotlighttextwidget{
	font-size: 29px;
	text-align: center;
	line-height: 1.2;
}
.spotlightReadMore{
	text-align: center;
	width: 100%;
	display: block;
	margin: 20px 0 6px;
}

#primary{
	margin-top: 10px;
}
.has-side-advert #primary{
	padding: 0 10px;
}
.single-content{

}
.single-content .left,
.blog #primary .left {
	width: 69%;
	background-color: #fff;
	border-right: solid 1px #000;
	/*padding: 5px 5px 5px 5px;*/
	padding: 15px 20px;
}
.has-side-advert .single-content .left,
.has-side-advert .blog #primary .left {
	padding: 15px 20px 15px 0;
}
.single-content .right,
.blog #primary .right {
	width: 29%;
	margin-left: 2%;
	padding-top: 37px;
}
.single-content .left .double-line-title{
	/*width: 94%;
	margin: 10px 0 10px 3%;*/
	margin: 20px 0;
    width: 100%;	
}


#other-posts {
	padding: 0;
	margin: 0;
	list-style: none;
}
#other-posts li {
	float: left;
	width: 49%;
	margin-right: 2%;
}
#other-posts li:nth-child(2n) {
	margin-right: 0;
}
#other-posts .post-hover {
	position: absolute;
    background-color: rgba(231, 184, 0, 0.8);
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: 100%;

	/*Boring mode*/
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
}
#other-posts .post-hover span {
	transition: all 0.6s ease-in-out;
    font-size: 20px;
    position: absolute;
    top: 47%;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
}
#other-posts li:hover .post-hover {
	/*top: 0;*/
	/*left: 0;*/
	opacity: 1;
}
#other-posts li:hover .post-hover span {
	opacity: 1;
}
#other-posts .topLeft .post-hover {
	top: -100%;
	left: -100%;
}
#other-posts .topLeft:hover .post-hover {
	top: 0;
	left: 0;
}
#other-posts .topRight .post-hover {
	top: -100%;
	right: -100%;
}
#other-posts .topRight:hover .post-hover {
	top: 0;
	right: 0;
}
#other-posts .bottomLeft .post-hover {
	bottom: -100%;
	left: -100%;
}
#other-posts .bottomLeft:hover .post-hover {
	bottom: 0;
	left: 0;
}
#other-posts .bottomRight .post-hover {
	bottom: -100%;
	right: -100%;
}
#other-posts .bottomRight:hover .post-hover {
	bottom: 0;
	right: 0;
}


#other-posts .other-post-img {
	border: 1px solid #000;
	position: relative;
	overflow: hidden;
}
#other-posts .other-post-img img {
	width: 100%;
}
#other-posts .other-post-title {
	margin: 15px 0 20px;
    font-size: 20px;
}
#other-posts a:hover {
	text-decoration: none;
}
.left-article {
	width: 40%;
	float: left;
}
.right-article {
	width: 60%;
	float: left;
	padding: 0 0 0 15px;
}
.archive-article {
	margin: 0 0 20px 0;
}
.archive-title {
	font-size: 22px;
}
.archive-date {
	margin: 10px 0;
}
.archive-img {
	position: relative;
	overflow: hidden;
}
.archive-img img {
	width: 100%;
	border:solid 1px #000;
}
.archive-img .post-hover {
	position: absolute;
    background-color: rgba(231, 184, 0, 0.8);
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    /*top: -100%;*/
    /*left: -100%;*/
    /*width: 100%;*/
    /*height: 100%;*/

	/*Boring mode*/
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
}
.widget_recent_entries ul{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.widget_recent_entries ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
}
.archive-article:hover .archive-img .post-hover {
	/*top: 0;*/
	/*left: 0;*/
	opacity: 1;
}
.archive-img .post-hover span {
	transition: all 0.6s ease-in-out;
	font-size: 20px;
    position: absolute;
    top: 47%;
    width: 100%;
    text-align: center;
    color: #fff;
	opacity: 0;
}
.archive-article:hover .archive-img .post-hover span {
	opacity: 1;
}


/*.social {
    position: absolute;
	z-index: 999;
    top: 30%;
    right: 0;
    background-color: #E7B800;
	width: 18%;
	font-size: 26px;
}
.social-icons a {
	color: #fff;
	display: inline-block;
	padding: 5px;
}*/
#notice-wrapper{
	margin: 20px 0 10px;
	padding: 0 10px;
}
#notice-wrapper img {
	display: block;
}
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li{
	margin-bottom: 5px;
}
.wp-polls LABEL{
	margin-left: 5px;
}
.wp-polls .pollbar{
	background:     -moz-linear-gradient(90deg,  #ffdd00 30%, #f7db70 70%);
	background:  -webkit-linear-gradient(90deg,  #ffdd00 30%, #f7db70 70%);
	background:       -o-linear-gradient(90deg,  #ffdd00 30%, #f7db70 70%);
	background:      -ms-linear-gradient(90deg,  #ffdd00 30%, #f7db70 70%);
	background:          linear-gradient(180deg, #ffdd00 30%, #f7db70 70%);
}
/*
 * TWITER
 ---------------------------------------------------------------------
 */
.widget_reallysimpletwitterwidget{
	/*background-color: #c0deed;*/
	background-color: #EEF8FE;
	color: #333;
	padding: 20px 3%;
	text-align: left;
	display: inline-block;
	width: 100%;
	margin: 10px 1% 10px 0 !important;
	vertical-align: top;
}
#colophon .widget_reallysimpletwitterwidget a{
	color: #333;
}
.twitter-title{
	border-bottom: solid 4px #1dcaff;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0;
}
.twitter-title i{
	font-size: 30px;
	color: #1dcaff;
	margin-right: 15px;
}
.twitter-title h4{
	display: inline-block;
	margin: 0;
	font-size: 16px;
}
.twitter-title h4 a{
	color: #1dcaff;
	margin: 0 0 0 10px;
}
.really_simple_twitter_widget{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.really_simple_twitter_widget li{
	margin-bottom: 20px;
}
.archive-excerpt{
	font-size: 17px;
	line-height: 1.4;
}
.single .entry-content {
	margin-top: 24px;
}
.entry-content {
	font-size: 17px;
	line-height: 1.4;
}
.single .entry-header {
	font-size: 12px;
}
.gallery-item {
	display: inline-block;
	padding: 5px;
}
.gallery {
	margin-bottom: 20px;
}
.single-img-wrap{
	max-height: 300px;
	overflow: hidden;
}

#download_im_list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#download_im_list li{
	width: 25%;
	display: inline-block;
}
#download_im_list li h3{
	margin: 0 0 6px 0;
}
#download_im_list li a{
}
#download_im_list li .inner{
	width: 90%;
	display: block;
	margin:0 auto 25px;
}
#download_im-menu{
	margin: 29px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#download_im-menu li{
	margin: 0 0 10px 0;
}
#PreviousIssues{
	text-align: center;
}
/*
 * FOOTER
 ---------------------------------------------------------------------
*/
#colophon{
	background-color: #666;
	color: #fff;
	padding: 40px 0;
	margin: 40px 0 0 0;
}
#colophon a{
	color: #fff;
}
.site-footer{

}
.site-footer .left{
	width: 45%;
	font-size: 12px;
}
.site-footer .left a{
	text-decoration: underline;
}
.site-footer .right{
	width: 45%;
	text-align: right;
}
#footer-logo{
	width: 100%;
	max-width: 270px;
	margin-bottom: 10px;
}
#footer-logo img{
	width: 100%;
	max-width: 250px;
}
#footer-address{
	line-height: 1.4;
	font-size: 16px;
}
#footer-right{
	line-height: 1.4;
	font-size: 16px;
}

.wrap-head-area{

}
.wrap-left-area{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 90;
	background-color: #fff;
}
.wrap-left-area a{
	float: right;
}
.wrap-left-area img{
	/*float: right;*/
}
.wrap-right-area{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 90;
	background-color: #fff;
}
.wrap-right-area a{
	float: left;
}

.mobile-nav {
	display: none;
}

.archive-article .banner-advert{
	display: block;
	vertical-align: top;
	margin: 20px auto 20px;
}
.width10{
	width: 264px;
}
.wrap-head-area,
.wrap-head-area a,
.wrap-head-area a img{
	width: 100%;
}

.entry-content-left{
	width: 69%;
	float: left;
}
.entry-content-right{
	width: 29%;
	float: right;
}

.youtube-featured{
	height: 200px;
	width: 300px;
}
article.post-type-video_post .post-grid {
    width: 100%;
    margin: 0;
}
article.post-type-video_post .post-grid-title {
    width: 60%;
    float: left;
    padding: 0 0 0 15px;
}
article.post-type-video_post .post-grid-img,
article.post-type-video_post iframe {
    width: 40%;
    float: left;
}

/* Page number */
.post-archive-navigation{

}
.post-archive-navigation ul{
	list-style-type: none;
	margin:20px 0;
	padding:0;
}
.post-archive-navigation ul li{
	display: inline-block;
	margin-left: 5px;
}
.post-archive-navigation ul li a{
	padding:2px 4px;
}
.post-archive-navigation ul li.active a{
	font-weight: 800;
}

.mobile-top-banner{
	display: none;
}

@media screen and (max-width: 1200px){
	#head-circle {
		width: auto;
		border-radius: 0;
		height: auto;
		top: 85px;
	}
	#head-circle-content span {
		float: right;
		background-color: #000;
		text-decoration: none;
		padding: 5px 10px;
		position: relative;
		top: -2px;
		margin-left: 10px;
	}
	.menu-primary-menu-container {
		float: right;
		width: 100%;
		margin: 0;
	}
	#notice-wrapper {
		padding: 0 3%;
	}
/*	.social {
		width: 35px !important;
		top: 62% !important;
	}*/
}
@media screen and (max-width: 900px){
	.menu-primary-menu-container {
		/*width: 69%;*/
	}
	#head-circle {
		/*top: 56px;*/
	}
	.header-social-search .head-social,
	.header-social-search .search-head {
		margin-top: 37px;
	}
	.top-head-advert {
		padding-top: 22px;
	}
}
@media screen and (max-width: 860px){
	#page {
		margin-top:0;
	}
	#sky-left,
	#sky-right,
	.wrap-head-area{
		display: none;
	}
	#slider-wrapper,
	#slider-overlay{
		display: none;
	}
	#primary {
		padding: 0 10px;
	}
	#site-navigation{
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.mobile-nav {
		display: block;
		float: right;
		font-size: 34px;
	}
	.mobile-nav a {
		display: block;
		padding: 10px;
		text-decoration: none;
	}
	.mobile-nav a:hover {
		text-decoration: none;
	}
	.mobile-nav span{
		font-size: 22px;
		position: relative;
		top: -5px;
		display: none;
	}
	.menu-primary-menu-container {
		margin: 0;
	}
	.menu-primary-menu-container ul li {
		width: 100%;
		margin: 0;
	}
	.menu-primary-menu-container ul li a {
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	}
	.menu-primary-menu-container ul li ul {
		display: block;
		position: static;
		background-color: #fff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
		width: 100%;
		padding: 0;
		border-right: none;
		border-bottom: none;
		border-left: none;
	}
	.sub-menu a:before{
		/*content: '-';*/
	}
	
	#primary-menu {
		display: none;
		text-align: center;
	}
	.menu-primary-menu-container {
		width: 100%;
	}
	#head-circle {
	    position: relative;
		top: 0;
		width: 100%;
		display: block;
		border-radius: 0;
		height: auto;
	}
	#head-circle-content {
		text-align: left;
		font-size: 18px;
	}
	#head-circle-content span {
		top: -4px;
	}
	#navbar {
		border: none;
	}
	.home-link {
	    display: block;
		position: relative;
		top: 0;
		left: 0;
		float: left;
		margin-bottom: 10px;
	}

	.mobile-nav {
		margin-top: 20px;
	}
	#primary-menu {
		border-top: 1px solid #000;
	}
	#site-navigation {
		border-top: none;
	}
	.top-head-advert {
		padding: 13px 8px 6px;
		text-align: center;
		width: 100%;
	}
	.head-advert {
		width: 100%;
		padding: 0 15px;
	}
	.header-social-search {
		width: 100%;
		padding: 0 15px;
		text-align: center;
	}
	.header-social-search .head-social,
	.header-social-search .search-head {
		margin-top: 15px;
	}

	.mobile-top-banner{
		display: block;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 9999;
		text-align: center;
		padding: 5px 5px;
		border-bottom: 1px solid #000;
		background-color: #fff;
	}

	.mobile-top-banner img{
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 700px){
	.single-content .left, 
	.blog #primary .left,
	.single-content .right, 
	.blog #primary .right,
	.home-content .left,
	.home-content .right {
		width: 100%;
	}
	.single-content .left,
	.blog #primary .left,
	.home-content .left {
		border-right: 0;
	}
	.site-footer .left {
		width: 100%;
		text-align: center;
	}
	.site-footer .right {
		width: 100%;
    	text-align: center;
	    margin-top: 20px;
	}
	#footer-logo {
		max-width: none;
	}
	.widget-advert-single-wrap {
		text-align: center;
	}
	.sponsor-advert {
		margin: 0;
	}
	
	
	
}
@media screen and (max-width: 637px){
	.search-head input[type="search"]{
		width: 160px;
	}
}
@media screen and (max-width: 600px){
	/*.social {
		display: none;
	}*/
	
	.home-link {
		width: 50%;
	}
	.home-link img {
		width: 100%;
	}
	.widget-advert-single-wrap {
		padding: 0 10px;
	}
	.gallery-item {
		width: 33.333%;
	}
}
@media screen and (max-width: 550px){
	.post-grid {
		width: 94%;
	}
	.post-grid-img {
		max-height: 260px;
	}
	.post-grid-img .grid-hover {
		top: 48% !important;
		left: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
		background-color: transparent;
		text-align: center;
		overflow: visible;
	}
	.track-click-video .post-grid-img .grid-hover {
		top: 0 !important;
	}
	.track-click-video .post-grid-img {
		border: none;
	}
	.track-click-video iframe.youtube-featured {
		margin: 0 auto;
		display: block;
	}
	.post-grid-img .grid-hover span {
		opacity: 1;
		color: #000;
		border: 1px solid #000;
		width: auto;
		position: relative;
		padding: 5px 10px;
		background-color: rgba(255,255,255, 0.9);
		font-size: 24px;
	}
	
	.hundred-percent-image-single {
		width:100% !important;
	}
	
	.left-article {
		width: 100%;
	}
	.right-article {
		width: 100%;
		padding: 0 10px;
		margin-top: 10px;
	}
	.archive-title{
		font-size: 17px;
		line-height: 1.4;
	}
	.archive-excerpt{
		font-size: 13px;
		line-height: 1.4;
	}
	.archive-img {
		max-height: 260px;
	}
	.archive-img .post-hover {
		top: 48% !important;
		left: 0;
		background-color: transparent;
		overflow: visible;
		text-align: center;
	}
	.archive-img .post-hover span {
		opacity: 1;
		color: #000;
		border: 1px solid #000;
		width: auto;
		padding: 5px 10px;
		background-color: rgba(255,255,255, 0.9);
		font-size: 24px;
		position: relative;
		top: 0;
	}
	#head-latest-issue .inner span{
		display: block;
		width: 170px;
		margin: 10px auto 0px;
	}
	.flexslider.home-flex {
		height:auto !important;
		width:100% !important;
		padding: 0px !important;
	}
	
	.flexslider.home-flex li .slide-image {
    	/*height: auto !important;*/
    	width: 100% !important;
	}
	
	.flexslider .slides img {
		position:relative;
	}
	
	.latest-issue {
		float: none;
		padding-right: 0px;
		width: 230px;
		margin: 0 auto;
	}
	
}
@media screen and (max-width: 480px){
	.search-head input[type="search"]{
		width: 100px;
	}
	.search-head {
		margin-top: 25px;
	}
	.head-social{
		margin-top: 25px;
	}
	#download_im_list li {
		width: 48%;
	}
	.hundred-percent-image-single img {
		position:relative !important;
	}
	.hundred-percent-image-single {
		width:auto !important;
		height: auto !important;
	}
}
@media screen and (max-width: 370px){
	#head-circle-content {
		text-align: center;
	}
	#head-circle-content span {
		display: inline-block;
		float: none;
		top: 0;
		margin-top: 5px;
	}
	.gallery-item {
		width: 50%;
	}
}

/*
 CSS LOADER
*/
.loader,
.loader:before,
.loader:after {
	background: #ffdd00;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.loader {
	color: #ffdd00;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

/* Gravity Additional CSS*/
.spotlightFeatureTitle {
margin: 0 0 12px;
font-size: 20px;
text-align: center;
font-weight:normal;
}
.flash {
margin: 0 0 12px;
text-align:center;
}
.sponsors-wrap {
text-align:center;
}
.menu-primary-menu-container ul li .sub-menu li{
	display: block;
}


