/*
	Theme Name: Bill Post
	Theme URI: https://www.billpost.com/
	Description: Bill Post Site Theme
	Version: 1.0.0
	Author: Bill Post
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

*, *::after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	height:100%;
	background-color: #000;
	font-family: "Roboto", sans-serif;
	color: #FFFFFF;
	font-size: 18px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.clear {
	clear: both;	
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

a img {
	border: none;
}

a {
   outline: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a:link, a:visited {
	color: #FFCC00;
	text-decoration: none;
   -moz-transition: all 0.1s linear;
   -webkit-transition: all 0.1s linear;
   -o-transition: all 0.1s linear;
   transition: all 0.1s linear;
}

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

button {
	cursor: pointer;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

button, input, textarea {
	font-family: inherit;
	font-size: inherit;
}

p {
	margin-bottom: 25px;
	line-height: 1.7em;
}

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

b, strong {
    font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

iframe {
	max-width: 100%;
	margin: 0 auto;
}

iframe.wp-embedded-content {
	vertical-align: bottom;
	width: 100%;
}

.embed-content {
	margin-bottom: 25px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.twitter-tweet {
    margin-bottom: 25px !important;
    margin-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
}

.twitter-tweet:last-child {
    margin-bottom: 0 !important;	
}

.embed-content:last-child {
	margin-bottom: 0;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.wp-video:not(:last-child) {
	margin-bottom: 25px;
}

strong, b, strong *, b * {
	font-weight: bold !important;
}

em, em * {
	font-style: italic !important;
}



/*------------------------------------*\
    HEADER
\*------------------------------------*/

#header-wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
}


#header {
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/logo_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.logo {
	padding: 15px 20px;
	text-align: center;
}

.logo a {
    display: inline-block;
	margin: 0 auto;
}

.logo img {
    max-width: 475px;
    width: 100%;
}

/*------------------------------------*\
    CONTENT WRAP
\*------------------------------------*/

#content-wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-image: url(img/bg_tile4.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}

#content {
    margin-right: auto;
    margin-left: auto;
    max-width: 1380px;
    width: 100%;
    background: #000;
}

/*------------------------------------*\
    NAVIGATION & SEARCH
\*------------------------------------*/

#nav {
    width: 100%;
    background-color: #FFCC00;
    display: block;
}

#nav ul {
    margin: 0 auto;
    max-width: 1380px;
}

#nav ul::after, ul.post-tags::after {
    content: "";
	display: table;
	clear: both;
}

#nav ul li {
    float: left;
	position: relative;
	list-style: none;
}

#nav ul li a {
    text-decoration: none;
    color: #000;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 20px;
    text-transform: uppercase;
	font-weight:  bold;
    display: block;
	font-size: 18px;
}

#nav ul li a:hover, #nav ul li a:focus {
	color: #FFCC00;
	background-color: #222222;
	background-image: none;
}

#nav ul.sub-menu {
    position: absolute;
    background: #222;
    width: 280px;
	opacity: 0;
    visibility: hidden;
	-moz-transition: all .1s ease-in 0s;
    -webkit-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition: all .1s ease-in 0s;
	z-index: 10;
}

#nav > ul > li > ul.sub-menu.off-right {
    right: 0;
    left: auto;
}

#nav ul li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
    visibility: visible;
}

#nav ul li.menu-item-has-children:hover > a {
    background: #222;
	color: #FFCC00;
}

#nav ul.sub-menu li {
    width: 100%;
}

#nav ul.sub-menu li a {
    color: #fff;
	text-transform: none;
}

#nav ul.sub-menu li a:hover, #nav ul.sub-menu li a:focus {
    color: #FFCC00;
}

#search-toggle .text {
    margin-left: 8px;
	display: none;
}

.mobile-toggle {
    width: 100%;
    height: 48px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    background: #fc0;
	display: none;
	font-size: 18px;
}

.mobile-toggle i {
    margin-right: 8px;
}

.mobile-toggle:hover, .mobile-toggle:focus {
	color: #FFCC00;
	background-color: #222222;
}

#nav > ul.active {
    display: block;
}

.mobile-only {
	display: none;
}

@media only screen and (max-width: 720px) {

	#nav > ul {
		display: none;
	}

	.mobile-toggle {
		display: block;
	}

	#nav ul {
		background: #222;
	}

	#nav ul li {
		width: 100%;
	}

	#nav ul li a {
		color: #fff;
	}

	#nav ul.sub-menu {
		position: relative;
		background: none;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}

	#nav ul.sub-menu li a {
		padding-left: 40px;
	}

	#search-toggle {
		display: flex !important;
	}

	#search-toggle .text {
		display: block;
	}

	.mobile-only {
		display: block;
	}

}

#main-search {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	opacity: 0;
	visibility: hidden;
	height: 100%;
	width: 100%;
	z-index: 999;
	overflow: hidden;
	transform: translate(-100%);
	-webkit-transition: opacity .2s ease-in;
	-moz-transition: opacity .2s ease-in;
	-ms-transition: opacity .2s ease-in;
	-o-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

#main-search.open {
	transform: translate(0);
	opacity: 1;
	visibility: visible;
}

#main-search input[type="search"] {
	position: absolute;
	height: 60px;
	top: 50%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 800px;
	color: #fff;
	background: transparent;
	border-bottom: 2px solid #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	font-size: 40px;
	font-family: inherit;
	text-align: center;
	outline: none;
	padding-bottom: 10px;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	-webkit-appearance: none;
	border-radius: 0;
}

#main-search button.close {
	position: fixed;
	top: 30px;
	right: 30px;
	opacity: 1;
	font-size: 20px;
	color: #000;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	border: none;
	background-color: #fff;
	cursor: pointer;
}

#main-search button.close:hover, #main-search button.close:focus {
	background-color: #F00;
	color: #fff;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#footer-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
	border-top: 1px solid #444;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
	text-align: center;
}

.footer-items {
    display: flex;
    justify-content: center;
    margin: -8px;
    padding-top: 20px;
}

.footer-items li {
    list-style: none;
	padding: 8px;
}

.footer-items li a {
    display: block;
}

.am-flag {
    margin-top: 20px;
    max-width: 120px;
}

#footer .goog-te-gadget-simple {
	border: none;
	border-radius: 4px;
	padding: 5px;
  }

/*------------------------------------*\
    MAIN COLUMNS
\*------------------------------------*/

#column-wrap {
	background-color: #1a1a1a;
	display: flex;
}

#left {
	width: 100%;
	border-right: 1px solid #444;
}

#right {
    flex: 0 0 380px;
}

/*------------------------------------*\
    POSTS PREVIEW
\*------------------------------------*/

.post-preview {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	background-color: #080808;
}

.post-preview.sticky {
    background: #0e3051;
}

.post-preview:last-child {
    padding: 20px;
    border-bottom: none;
}

.post-preview-flex {
	display: flex;
}

.sticky-item {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
    display: inline-block;
    padding: 4px 10px;
    background: #FC0;
    border-radius: 4px;
    color: #000;
}

#posts-wrap article.post:first-child,
#posts-wrap article.podcast:first-child,
#posts-wrap article.search-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.preview-img-left {
	flex: 0 0 33%;
}

.half-block .preview-img-left {
	width: 100%;
	margin-bottom: 20px;
}

.preview-img-left a {
	display: block;
}

.preview-img-element {
	padding-top: 180px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
  	background-position: center center !important;
	position: relative;
}

.preview-img-element span.preview-img-overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	left: 0;
	bottom: 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.4);
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	text-align: center;
}

.preview-img-element:hover span.preview-img-overlay {
	opacity: 1;
}

.preview-img-element span.preview-img-overlay i {
	top: 50%;
	position: relative;
	transform: translateY(30px);
	background-color: #fff;
	color: #2a2a2a;
	border-radius: 50%;
	font-size: 28px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.1s ease-in 0s;
	-webkit-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}

.preview-img-element:hover span.preview-img-overlay i {
	visibility: visible;
	opacity: 1;
	transform: translateY(-50%);
}

.post-preview-content {
    padding-left: 20px;
	margin-bottom: 8px;
}

.post-preview-content.no-thumbnail {
    width: 100%;
    padding-left: 0;
    margin-bottom: 8px;
}

.post-preview-content .meta {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
	margin-top: 6px;
}

.post-preview-content .date {
	font-size: 14px;
	padding: 15px;
}

.post-preview-content .comments {
    position: relative;
    font-size: 14px;
    width: 40px;
    height: 33px;
    background-image: url(img/comments.png);
    text-align: center;
    margin-top: 11px;
    background-size: 40px 33px;
    background-repeat: no-repeat;
}

.post.sticky .post-preview-content .comments {
    background-image: url(img/comments_sticky_post.png);
}

.post-preview-content .comments .number {
    margin-top: 4px;
}

/*------------------------------------*\
    AJAX LOAD MORE POSTS
\*------------------------------------*/

.ajax-load-posts {
    padding: 20px;
    border-top: 1px solid #444;
}

.load-more {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 12px;
    background: #FC0;
    border: none;
    border-radius: 4px;
}

.load-more:hover {
    background: #000;
	color: #FC0;
}

/*------------------------------------*\
    ARCHIVE PAGES
\*------------------------------------*/

.post-wrap-archive {
    max-width: 980px;
    margin: 0 auto;
}

/*------------------------------------*\
    WP-PAGENAVI
\*------------------------------------*/

.wp-pagenavi {
    margin-top: 14px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.wp-pagenavi span {
	background-color: #222;
	border: none;
	color: #fff;
	display: inline-block;
	margin-top: 6px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-weight: bold;
	border-radius: 4px;
}

.wp-pagenavi a {
	background-color: #FFCC00;
	border: none;
	color: #000;
	display: inline-block;
	margin-top: 6px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none !important;
	border-radius: 4px;
}

.wp-pagenavi a:hover, .wp-pagenavi a:focus {
	background-color: #fff;
	color: #000;
}

/*------------------------------------*\
    HEADINGS
\*------------------------------------*/

h1.page-title {
	font-size: 46px;
	line-height: 52px;
	background-color: #000;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	color: #fff;
}

h2.post-preview-title {
	font-size: 30px;
	line-height: 36px;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: bold !important;
	letter-spacing: -.02em;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin: 25px 0;
}

.entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
	margin-top: 0;
}

.entry-content h1 {
	font-size: 36px;
	line-height: 42px;
}

.entry-content h2 {
	font-size: 30px;
	line-height: 36px;
}

.entry-content h3 {
	font-size: 24px;
	line-height: 30px;
}

.entry-content h4 {
	font-size: 22px;
	line-height: 28px;
}

.entry-content h5 {
	font-size: 20px;
	line-height: 26px;
}

.entry-content h6 {
	font-size: 18px;
	line-height: 24px;
}

/*------------------------------------*\
    PAGES & POSTS
\*------------------------------------*/

.single-page {
    padding: 20px;
    background: #080808;
}

.single-page .entry-content {
    max-width: 980px;
    margin: 20px auto;
    padding: 0 4%;
}

.featured-img {
    text-align: center;
	padding-bottom: 20px;
}

.post-category {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
}

.post-date {
    margin-bottom: 55px;
    font-weight: bold;
    position: relative;
}

.post-date::after {
    content: "";
    height: 2px;
    width: 50px;
    background: #FFCC00;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.share-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.share-text {
    margin-right: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.share-post ul {
    display: flex;
	margin: -6px !important;
}

.share-post li {
    list-style: none !important;
	margin-top: 0 !important;
	padding: 6px;
}

.share-post ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    border-radius: 50%;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.share-post ul li a.facebook {
    background: #3b5999;
	color: #fff;
}

.share-post ul li a.twitter {
    background: #55acee;
	color: #fff;
}

.share-post ul li a.email {
    background: #258004;
	color: #fff;
}

.share-post ul li a.facebook:hover, .share-post ul li a.facebook:focus {
    background: #fff;
	color: #3b5999;
}

.share-post ul li a.twitter:hover, .share-post ul li a.twitter:focus {
    background: #fff;
	color: #55acee;
}

.share-post ul li a.email:hover, .share-post ul li a.email:focus {
    background: #fff;
	color: #258004;
}

/*------------------------------------*\
    PAGE FORMATTING
\*------------------------------------*/

blockquote {
	padding-left: 20px !important;
	border-left: 2px solid #FFCC00;
	margin-bottom: 25px;
}
blockquote:last-child {
	margin-bottom: 0;
}
.entry-content ul li {
	margin-top: 12px;
	list-style-type: disc;
}
ul.list-2-col {
	column-count: 2;
	column-gap: 40px;
}
.entry-content ul.selections {
	margin-left: 0;
}
.entry-content ul.selections li {
	list-style: none;
}
.entry-content ul.selections a {
	font-weight: bold;
}
.entry-content ol li {
	margin-top: 8px;
	padding-left: 6px;
}
.entry-content ol li ul {
	margin-top: 6px !important;
}
.entry-content ul li:first-child {
	margin-top: 0px;
}
.entry-content ul:last-child, .entry-content ol:last-child {
	margin-bottom: 0px;
}
.entry-content ol, .entry-content ul {
	margin-left: 20px;
	margin-bottom: 25px;
	line-height: 1.6em;
}
.entry-content ul li ol li {
	list-style-type: decimal;
}
.entry-content ul li ul li, .entry-content ul li ul li ul li ul li {
	list-style-type: circle;
}
.entry-content ul li ul li ul li, .entry-content ul li ul li ul li ul li ul li {
	list-style-type: disc;
}
.entry-content ul li ol, .entry-content ul li ol:first-child, .entry-content ul li ul, .entry-content ul li ul:first-child {
	margin-top: 12px;
}
.entry-content ol li, .entry-content ul li ol li {
	list-style-type: decimal;
}
.entry-content ol li ul li {
	list-style-type: disc;
}
code {
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}
ins {
	background-color: #fff9c0;
	text-decoration: none;
}
cite {
	font-style: italic;
}
abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}
address {
	font-style: italic;
	margin: 0 0 1.6em;
}
pre {
	font-size: 16px;
	padding: 15px;
	margin-bottom: 25px;
	background-color: #222;
	border-radius: 4px;
	position: relative;
	color: #fff;
	line-height: 1.6em;
}
pre:last-child {
	margin-bottom: 0;
}
hr {
	height: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
}

/*------------------------------------*\
	TAGS
\*------------------------------------*/

ul.post-tags {
    margin-left: -4px !important;
    margin-right: -4px !important;
    margin-bottom: -4px !important;
    margin-top: 21px;
}

ul.post-tags li {
    list-style: none !important;
    margin: 0 !important;
    padding: 4px !important;
    float: left;
}

.post-tags a {
    padding: 8px 12px;
    border-radius: 4px;
    background: #222;
    display: block;
    line-height: 1;
}

/*------------------------------------*\
    SIDEBAR WIDGETS
\*------------------------------------*/

.sidebar-widget {
	padding: 20px;
	margin-top: 10px;
}

.sidebar-widget:first-child {
	margin-top: 0;
}

h2.widget-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
}

.social-links  {
    display: flex;
	flex-wrap: wrap;
	margin: -8px;
}

.social-links li {
    list-style: none;
    padding: 8px;
}

.social-links li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	border-radius: 50%;
}

.social-links li a.facebook {
    background: #3b5999;
}

.social-links li a.twitter {
    background: #55acee;
}

.social-links li a.youtube {
    background: #f00;
}

.social-links li a.rss {
    background: #FFCC00;
	color: #000;
}

.social-links li a.facebook:hover, .social-links li a.facebook:focus {
    background: #fff;
	color: #3b5999;
}

.social-links li a.twitter:hover, .social-links li a.twitter:focus {
    background: #fff;
	color: #55acee;
}

.social-links li a.youtube:hover, .social-links li a.youtube:focus {
    background: #fff;
	color: #f00;
}

.social-links li a.rss:hover, .social-links li a.rss:focus {
    background: #fff;
}

/* calendar widget */
#wp-calendar {width: 100%; }
#wp-calendar caption {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td {
    border: 1px solid #444;
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody td:hover { background: #222; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
.wp-calendar-nav {
	margin-top: 10px;
}

/*------------------------------------*\
	TABLES
\*------------------------------------*/

.table-scroll {
	overflow: auto;
	position: relative;
}

.entry-content table {
	border-collapse: collapse;
	border-radius: 4px;
	overflow: hidden;
	line-height: 1.7em;
}

.entry-content table, .table-scroll {
	width: 100%;
	margin-bottom: 25px;
}

.entry-content table:last-child, .table-scroll:last-child {
	margin-bottom: 0;
}

.entry-content table:first-child, .table-scroll:first-child {
	margin-top: 0;
}

.entry-content table tr:nth-child(even) {
	background-color: #151515;
}

.entry-content table td, .entry-content table th {
	padding: 16px 18px;
}

.entry-content table th {
	font-weight: bold;
	background-color: #222;
}

/*------------------------------------*\
    GALLERY - STANDARD
\*------------------------------------*/

.gallery {
	margin-top: 25px;
	margin-bottom: 25px;
	width: auto;
	text-align: center;
	margin-left: -5px;
	margin-right: -5px;
}
.gallery:first-child {
	margin-top: 0;
}
.entry-content .gallery a {
	border-bottom: none;
}
.gallery:last-child {
	margin-bottom: 0 !important;
}
.gallery .gallery-item {
	margin-bottom: 10px;
	text-align: center;
	float: left;
}
.gallery .gallery-item:last-of-type {
	margin-bottom: 0 !important;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-top: 20px;
}
.gallery-columns-2 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	padding-left: 5px;
	padding-right: 5px;
	width: 11.11%;
}
.gallery a {
	display: block;
}
.gallery a img {
	border: none !important;
}
.gallery .gallery-caption {
	font-size: 16px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.gallery dl, .gallery dt {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.gallery br {
	display: none;
}
.gallery:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.gallery-item a:hover, .gallery-item a:focus {
	background: none;
}
 @media only screen and (min-width: 781px) {
	.gallery-columns-2 .gallery-item:nth-of-type(2n+1), .gallery-columns-3 .gallery-item:nth-of-type(3n+1), .gallery-columns-4 .gallery-item:nth-of-type(4n+1), .gallery-columns-5 .gallery-item:nth-of-type(5n+1), .gallery-columns-6 .gallery-item:nth-of-type(6n+1), .gallery-columns-7 .gallery-item:nth-of-type(7n+1), .gallery-columns-8 .gallery-item:nth-of-type(8n+1), .gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
		clear: left;
	}
}
 @media only screen and (min-width: 421px) and (max-width: 780px) {
	.gallery-columns-3 .gallery-item:nth-of-type(2n+1), .gallery-columns-4 .gallery-item:nth-of-type(2n+1), .gallery-columns-5 .gallery-item:nth-of-type(2n+1), .gallery-columns-6 .gallery-item:nth-of-type(2n+1), .gallery-columns-7 .gallery-item:nth-of-type(2n+1), .gallery-columns-8 .gallery-item:nth-of-type(2n+1), .gallery-columns-9 .gallery-item:nth-of-type(2n+1) {
		clear: left;
	}
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
		width: 50%;
	}
}
 @media only screen and (max-width: 420px) {
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
		width: 100%;
	}
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.item-stretch {
	margin-left: -150px;
	margin-right: -150px;
	width: auto;
	text-align: center;
}
img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
img.alignnone {
	margin: 0;
}
img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.alignnone {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption.aligncenter {
	margin-top: 20px;
	margin-bottom: 20px;
}
.wp-caption:first-child {
	margin-top: 0;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
	text-align: center;
}
.sticky {
}
.bypostauthor {
}

@media only screen and (max-width: 460px) {
	a img.alignleft, img.alignleft, a img.alignright, img.alignright, .wp-caption.alignleft, .wp-caption.alignright {
		float: none;
		display: block;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
	}
}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/

.akismet_comment_form_privacy_notice {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: #111;
}

#comments {
    padding-top: 20px;
}

#comments.comments-off {
    display: none;
}

li.comment.bypostauthor {
    border-left: 2px solid #FC0;
	padding-left: 18px;
}

#comments > h2 {
    padding: 20px;
    background: #000;
}

#comments li.comment {
	list-style: none;
}

#comments li.comment.depth-1 {
    border-top: 2px solid #080808;
}

#comments li.comment.depth-1:first-child {
    border-top: none;
}

h3#comments-title {
	font-weight: normal;
	font-size: 1.6em;
	background-color: #080808;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	color: #CCCCCC;
}

#commentform {
    padding: 20px 4%;
    max-width: 980px;
    margin: 0 auto;
}

#commentform p {
    margin-bottom: 20px
}

h3#reply-title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #080808;
    background-color: #d4aa02;
    background-repeat: repeat-x;
    position: relative;
}

#commentform label {
    color: #fff;
    font-weight: bold;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input, textarea#comment {
    background-color: #2b2b2b;
    padding: 10px;
    font-family: inherit;
    border: none;
    color: #FFFFFF;
    display: block;
    width: 100%;
    border-radius: 4px;
}

#wp-comment-cookies-consent {
    margin-right: 6px;
}

.comment-form-cookies-consent {
    line-height: normal !important;
}

.form-submit input {
	cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 8px 12px;
    color: #000000;
    background-color: #d4aa02;
    font-weight: bold;
    border-radius: 4px;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.form-submit input:hover, .form-submit input:focus {
	color: #FFCC00;
	background-image:none;
	background-color: #080808;
}

p.form-submit {
    margin-top: 20px;
    margin-bottom: 0 !important;
}

textarea#comment {
	overflow: auto;
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment {
	width: 100%;
}

a#cancel-comment-reply-link {
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    color: #000;
    padding-left: 36px;
    position: relative;
}

#cancel-comment-reply-link::before {
    position: absolute;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    left: 0;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.comment {
	position: relative;
	padding: 20px;
}

.comment-author.vcard {
    display: flex;
    align-items: flex-start;
	margin-bottom: 20px;
}

.comment-author.vcard img.avatar {
    max-width: 60px;
    margin-right: 20px;
}

.depth-1 {
	background-color: #111111;
}

.depth-1 h3, .depth-2 h3, .depth-3 h3 {
	margin-top: 20px;
}

.depth-2 {
	margin-top: 20px;
	background-color: #181818;
}

.depth-3 {
	margin-top: 20px;
	background-color: #282828;
}

.depth-4 {
	margin-top: 20px;
	background-color: #414141;
}

#respond {
	width: 100%;
	background-color: #111111;
}

span.says {
	display: none;
}

cite.fn {
	position: relative;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

.comment-meta {
    margin-top: 6px;
    font-size: 14px;
}

a.comment-reply-link {
	text-transform: uppercase;
	font-weight: bold;
}

.reply {
}

#comments-area ol, #comments-area ul, #comments-area li { list-style:none; }

p.comment-notes {
	margin-top: 0px;
}

.post.pingback {
	padding: 20px;
	background-color: #111111;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
}

.post.pingback p:first-child{
	margin-top: 0px;
}

/*------------------------------------*\
    CONTACT FORM 7
\*------------------------------------*/

.wpcf7-form {
    padding: 20px;
    background: #111;
}

.wpcf7 textarea, .wpcf7 input {
    background-color: #2b2b2b;
    padding: 10px;
    font-family: inherit;
    border: none;
    color: #FFFFFF;
    display: block;
    width: 100%;
    border-radius: 4px;
}

.wpcf7 input[type="submit"] {
	display: initial;
	width: auto;
	cursor: pointer;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 8px 12px;
    color: #000000;
    background-color: #d4aa02;
    font-weight: bold;
    border-radius: 4px;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus {
	color: #FFCC00;
	background-image:none;
	background-color: #080808;
}

div.wpcf7-response-output {
	margin-right: 0em !important;
	margin-left: 0em !important;
	margin-bottom: 0em !important;
	margin-top: 30px !important;
	padding: 15px !important;
	border-radius: 4px;
}

.wpcf7-not-valid-tip {
    color: #f00;
}

div.wpcf7-validation-errors {
	border: 2px solid #FFBBBB !important;
	background-color: #fff0f0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #8db87a !important;
	background-color: #c9e2bf;
}

.wpcf7-form p:last-of-type {
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: 2px solid #f00 !important;
}

.wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 25px;
    display: block;
}

.wpcf7 .submit {
    margin-bottom: 0;
}


/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li {  }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/*------------------------------------*\
    MOBILE MENU
\*------------------------------------*/

#mobile-toggle {
	display: none;
	color: #222222;
}

#mobile-toggle #mobile-text {
	float: left;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
}

#mobile-toggle #mobile-icon {
	float: right;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
}

#mobile-toggle #mobile-icon div.bar {
	width: 30px;
	height: 5px;
	background-color: #222222;
	margin: 4px 0;
}

#mobile-toggle:hover {
	cursor: pointer;
   	color: #FFCC00;
	background-color: #222222;
	background-image: none;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#mobile-toggle:hover #mobile-icon div.bar {
	background-color: #FFCC00;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

/*------------------------------------*\
    MAILCHIMP
\*------------------------------------*/

.my-mc-subscribe {
	display: flex;
}

.my-mc-subscribe input[type="email"] {
	background-color: #2b2b2b;
	padding: 0 10px;
	font-family: inherit;
	border: none;
	color: #fff;
	display: block;
	height: 42px;
	border-radius: 4px;
	margin-right: 10px;
	width: 100%;
}

.my-mc-subscribe input[type="submit"] {
	border: none;
	height: 42px;
	padding: 0 10px;
	border-radius: 4px;
	background: #fc0;
	font-weight: bold;
	cursor: pointer;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.my-mc-subscribe input[type="submit"]:focus, .my-mc-subscribe input[type="submit"]:hover {
	background: #000;
	color: #fc0;
}

.mc4wp-response {
	margin-top: 10px;
}

.mc4wp-alert.mc4wp-success {
	font-size: 14px;
	padding: 5px;
	background: #195b06;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
}

.mc4wp-alert.mc4wp-error {
	font-size: 14px;
	padding: 5px;
	background: #b70000;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
}

/*------------------------------------*\
    TOP SIDEBAR
\*------------------------------------*/

.top-sidebar-wrap {
	background: rgb(180,28,67);
	background: linear-gradient(90deg, rgba(180,28,67,1) 0%, rgba(213,13,54,1) 100%);
}

.top-sidebar-content {
	margin-right: auto;
	margin-left: auto;
	max-width: 1420px;
	width: 100%;
}

.cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

a.cta-button {
	padding: 12px 20px;
	background: #FFCC00;
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

a.cta-button:hover, a.cta-button:focus {
	color: #FFCC00;
	background-color: #222222;
}

.cta-text {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.cta-text i {
	margin-right: 20px;
	font-size: 84px;
}

.cta-text h2 {
	margin-bottom: 10px;
}

@media only screen and (max-width: 1040px) {

.cta {
	flex-direction: column;
}

.cta-text {
	margin-right: 0;
	margin-bottom: 20px;
}

}

@media only screen and (max-width: 720px) {

.cta-text {
	flex-direction: column;
	text-align: center;
}

.cta-text i {
	margin-right: 0;
	margin-bottom:  20px;;
	font-size: 60px;
}

}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1040px) {

	#content-wrap {
		padding: 0;
	}

	#column-wrap {
		flex-direction: column;
	}

	#left {
		border-right: none;
	}

	#right {
		flex: 0 0 100%;
	}

}

@media only screen and (max-width: 720px) {

	.logo img {
		max-width: 340px;
	}

	h1.page-title {
		font-size: 36px;
		line-height: 42px;
	}

}

@media only screen and (max-width: 580px) {

	body {
		font-size: 17px;
	}

	.preview-img-left {
		flex: 0 0 100%;
		margin-bottom: 25px;
	}

	.preview-img-element {
		padding-top: 60%;
	}

	.post-preview-flex {
		flex-direction: column;
	}

	.post-preview-content {
		padding-left: 0;
	}

	.single-page .entry-content {
		padding: 0;
	}

	#commentform {
		padding: 20px;
	}

	#comments {
		margin-bottom: -20px;
		margin-left: -20px;
		margin-right: -20px;
	}

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {

	body {
		font-size: 14px;
	}

	#nav, .footer-items, .am-flag, .post-category, .share-post, #comments, #right, .post-tags, #wpfront-scroll-top-container img { 
		display: none; 
	}

	#left {
		border-right: none;
	}

	.logo {
		padding: 0;
	}

	.logo img {
		max-width: 200px;
		margin-bottom: 10px;
	}

	#content {
		max-width: 100%;
	}

	#content-wrap {
		padding: 0;
	}

	.single-page .entry-content {
		max-width: 100%;
		margin: 20px auto;
		padding: 0;
	}

	h1.page-title {
		font-size: 36px;
		line-height: 42px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 10px;
		padding-left: 0;
		border-bottom-color: #000;
	}

	.featured-img {
		padding-top: 20px;
	}

	.single-page {
		padding: 0;
	}

	.post-date {
		margin-bottom: 25px;
	}

	.post-date::after {
		display: none;
	}

  }