/*
Theme Name: GreatMag
Theme URI: https://athemes.com/theme/greatmag/
Author: aThemes
Author URI: https://athemes.com
Description: GreatMag is a modern magazine theme that gives you all the tools you need to quickly build an awesome news site or even a simple blog. GreatMag comes with tons of custom widgets, color options, font control and much more.
Version: 1.07
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greatmag
Tags: news, blog, two-columns, right-sidebar, custom-colors, full-width-template, custom-background, custom-header, custom-menu, custom-logo, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

GreatMag is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

.preloader {
  display: none;
}

h1,h2,h3,h4,h5,h6 {
  color: #000;
  font-weight: 600;
}

.post-title-standard,
.post-title-small,
.post-title-big,
h1,h2,h3,h4,h5,h6 {
  font-family: 'Lato', sans-serif;
}

a:hover,
a:focus {
  color: #f8c200;
}

table {
	table-layout: fixed;
  width: 100%;
}

table td,
table th {
	border: 1px solid #222;
	padding: 5px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 45px 0 30px;
	overflow: hidden;
  background-color: #fff;
  padding: 30px;
}
.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
  color: #666;
}
.single .post-navigation {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 30px 30px;
  padding: 30px 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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 {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}
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 {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  padding: 15px 30px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #f8c200;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	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;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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%;
}
img {
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	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-caption {
	display: block;
}


/*--------------------------------------------------------------
## Global styles
--------------------------------------------------------------*/

.m0 {
  margin: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.p0 {
  padding: 0;
}

/*Container*/
@media (min-width: 1281px) {
  .container {
    width: 1200px;
  }
}

a, button, .btn {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:hover, a:focus, button:hover, button:focus, .btn:hover, .btn:focus {
  text-decoration: none;
}

#page {
  position: relative;
}

body.page-boxed {
  max-width: 1300px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
/*Form Control*/
.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  border-color: #eee;
}
.form-control + .input-group-addon {
  border-radius: 0;
}

/*Buttons*/
.btn {
  border-radius: 0;
  padding: 0 30px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 3.43;
  border: none;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #000;
  color: #fff;
}

/*Site Title*/
.site-title {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.site-title a {
	color: #fff;
}

/*Flex Row*/
.flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  float: none;
}

/*Absoulate Position Category*/
.absp-cat {
  letter-spacing: 0.25px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 30px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 2.92;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.absp-cat.prltv {
  position: relative;
  top: auto;
  left: auto;
}
.absp-cat:hover, .absp-cat:focus {
  color: #fff;
  background-color: #f8c200 !important;
}

/*Post Category - With Underline (Bottom Border)*/
.post-cat, .widget-title {
  display: table;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 14px;
  border-bottom: 5px solid #f6f6f6;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 30px;
  margin-top: 0;
  color: #000;
}
.post-cat:after, .widget-title:after {
  content: '';
  display: block;
  height: 5px;
  width: 45px;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background-color: #000;
}
.post-cat a.this-cat, .widget-title a.this-cat {
  color: #000;
}
.post-cat.big-bline:after, .widget-title.big-bline:after {
  display: none;
}
.post-cat.big-bline .ispan, .widget-title.big-bline .ispan {
  display: inline-block;
  position: relative;
}
.post-cat.big-bline .ispan span:after, .widget-title.big-bline .ispan:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -19px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: inherit;
}
.post-cat.big-bline .ispan span.dark-dec:after {
  background-color: #333;
}
.post-cat.big-bline .ispan.white, .widget-title.big-bline .ispan.white {
  color: #fff;
}

.post-cat .pshare-count, .widget-title .pshare-count {
  float: right;
}

/*Post Share Count*/
.pshare-count {
  font-size: 13px;
  color: #999;
  margin-left: 20px;
}
.pshare-count i {
  margin-right: 10px;
}

/*Section Title*/
.section-title {
  margin: 0 auto 60px;
  text-align: center;
  max-width: 620px;
}
.section-title .this-title {
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.section-title .this-title span {
  color: #f8c200;
}
.section-title p {
  margin: 20px 0;
  font: italic 16px/30px "Vollkorn", serif;
  color: #999;
}
.section-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  margin: 0 auto;
  background-color: #eee;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  margin-bottom: 45px;
}
.page-template-template_page-builder .site-header {
  margin-bottom: 0;
}
.top-search-form {
  margin: 0;
  display: none;
}
.top-search-form .search-form {
  text-align: center;
  background-color: #111;
}
.top-search-form .search-field {
  border: none;
  height: 70px;
  padding: 0 40px;
  font-size: 24px;
  font-weight: 100;
  background-color: transparent;
  color: #fff;
}
.top-search-form .search-submit {
  display: none;
}
.top-search-form .search-field:focus {
  box-shadow: none;
}
.top-search-form .search-field:-moz-placeholder {
  color: #fff;
}
.top-search-form .search-field::-webkit-input-placeholder {
  color: #fff;
}

.top-header {
  margin: 0;
  background-color: #222;
}

.breaking-news.media {
  margin: 17px 0 13px;
}
.breaking-news.media .media-left {
  padding-right: 18px;
  display: inline-block;
  width: auto;
}
.breaking-news.media .media-body {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.breaking-news.media a {
  color: #bbb;
}
.breaking-news.media a:hover, .breaking-news.media a:focus {
  color: #f8c200;
}

.bnews-label {
  background-color: #fff;
  display: block;
  padding: 0 15px;
  text-transform: uppercase;
  font: bold 12px/30px "Open Sans", sans-serif;
  white-space: nowrap;
}

.auth-social-nav {
  margin-top: 24px;
  float: right;
}
.auth-social-nav > li > a:not(.btn) {
  padding: 0 12px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
.auth-social-nav > li:nth-child(1), .auth-social-nav > li:nth-child(2) {
  border-right: 1px solid #666;
}
.auth-social-nav > li:nth-child(1) li, .auth-social-nav > li:nth-child(2) li {
  border-right: none;
}
.auth-social-nav > li:last-child a {
  padding-right: 0;
}
.auth-social-nav > li.open a:not(.btn) {
  background: none;
}
.auth-social-nav > li.open a:not(.btn):hover, .auth-social-nav > li.open a:not(.btn):focus {
  background: none;
}
.auth-social-nav > li > a[href='']{
    display: none;
}
/*Login*/
.login-drop {
  top: 33px;
  left: auto;
  right: -50px;
  border-radius: 0;
  border: none;
  border-top: 5px solid #f8c200;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding: 20px 27px 30px;
  width: 507px;
  z-index: 999999;
}
.login-drop li a {
  display: inline-block;
}
.login-drop .login-drop-footer a {
  color: #999;
}
.login-drop #loginform {
  margin: 0;
}
.login-drop #loginform label {
  font-weight: normal;
  color: #999;
}
.login-drop #loginform .form-control {
  margin-bottom: 20px;
  border-color: #eee;
}
.login-drop #loginform .form-control:nth-of-type(2) {
  margin-bottom: 30px;
}
.login-drop #loginform .btn {
  margin-right: 30px;
}
.login-drop #loginform .sr-only + label {
  margin: 0 35px 0 0;
}
.login-drop #loginfor