/*
Theme Name: Hero
Theme URI: http://demos.antthemes.com/hero/
Author: Manishg
Author URI: http://antthemes.com/
Description: A very neat and clean, black and red business theme. The theme supports sidebar and footer widgets, and simple and neat typography. It also has a front page template with featured post slider and promotional callout areas.
Requires at least: 6.0
Version: 1.0.2-wpcom
License: GNU General Public License
License URI: license.txt
Text Domain: hero
Tags: black, blog, business, classic-menu, clean, contemporary, custom-background, custom-header, custom-menu, dark, featured-content-with-pages, featured-images, flexible-header, formal, full-width-template, industrial, infinite-scroll, minimal, post-slider, professional, red, responsive-layout, right-sidebar, site-logo, sophisticated, sticky-post, translation-ready, two-columns
Status: inactive

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #000;
	border-top: 2px solid #ff0000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: .75em;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #777;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #777;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	max-width: 100%;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea,
select {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* Links */
a {
	color: #f00;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:visited {
	color: #f00;
}
a:hover,
a:focus,
a:active {
	color: #fff;
}
.more,
.more:visited {
	background: #f00;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: .5em 1em;
	text-align: center;
	text-decoration: none;
}
.more:hover,
.more:focus,
.more:active {
	background-color: #333;
	color: #f00;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: .5em 1.5em .5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: .5em 0 .5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: .5em auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Layout
----------------------------------------------- */
#page {
	background-color: #000;
	margin: 0 auto;
	padding: 10px;
	width: 960px;
}
#masthead {
	border-bottom: 1px solid #333;
	margin: 0 0 10px 0;
	padding: 2em 0;
}
.header-image {
	margin-bottom: 1em;
}
.site-title {
	font-size: 30px;
	font-weight: bold;
	margin: 0 10px;
}
.site-title a {
	color: #fff;
	text-decoration: none;
}
.site-description {
	margin: 0 10px;
}
#home-slider-wrapper {
	padding: 20px 0 30px 0;
}
#featured-content {
	position: relative;
}
.featured-posts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.featured-posts .featured {
	background-color: #000;
	display: block;
	position: relative;
	text-align: center;
}
.featured .hentry {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	display: block;
	font-size: .75em;
	padding: 1%;
	position: absolute;
		right: 2%;
		bottom: 10%;
	text-align: left;
	width: 30%;
}
.featured img {
	max-width: 100%;
	height: auto;
}
.featured .entry-title a {
	color: #ccc;
	font-size: 1.8em;
	line-height: 1.2em;
}
.featured .entry-title a:hover,
.featured .entry-title a:focus,
.featured .entry-title a:active {
	color: #f00;
}
.featured p {
	margin-bottom: .5em;
}
.featured .more {
	margin-bottom: .5em;
}
.flex-direction-nav li a {
	opacity: 0;
}
#home-slider-wrapper:hover .flex-direction-nav li a {
	opacity: 1;
}
.flex-direction-nav li a {
	background-color: #f00;
	border-radius: 2px;
	color: #fff;
	font-size: .75em;
	font-weight: bold;
	padding: .5em 1em;
	position: absolute;
		top: 48%;
		z-index: 1000;
	text-align: center;
	text-decoration: none;
}
.flex-direction-nav li a.prev {
	border-radius: 0 3px 3px 0;
	left: 0;
}
.flex-direction-nav li a.next {
	border-radius: 3px 0 0 3px;
	right: 0;
}
.flex-control-nav {
	display: none;
}
#home-tagline {
	border-top: 1px solid #333;
	overflow: hidden;
	padding-top: 20px;
}
#home-tagline p {
	float: left;
	width: 75%;
}
#home-tagline .more {
	font-size: .8em;
	margin: 0 6%
}
#home-promos {
	border-top: 1px solid #333;
	overflow: hidden;
	padding-top: 30px;
}
.home-promo {
	float: left;
	font-size: .75em;
	margin-right: 4%;
	width: 30.66%;
}
.home-promo:last-child {
	margin-right: 0;
}
.home-promo img {
	margin-bottom: 10px;
}
.home-promo h2 {
	color: #ccc;
	font-size: 20px;
	padding: 0 0 10px 0;
}
.home-promo h2 a {
	color: #ccc;
	font-size: 20px;
}
.home-promo h2 a:hover {
	color: #f00;
}
#content {
	float: left;
	font-size: .75em;
	overflow: hidden;
	padding: 20px 10px;
	width: 620px;
}
.single-attachment #content,
.page-template-page-templatesfull-width-php #content {
	width: 940px;
}
#secondary {
	float: left;
	font-size: .75em;
	padding: 20px 10px 20px 20px;
	width: 290px;
}
#colophon {
	border-top: 1px solid #333;
	clear: both;
	font-size: .75em;
	margin-top: 30px;
	padding: 2em 0;
	overflow: hidden;
}
#colophon #tertiary {
	float: left;
	overflow: hidden;
	width: 80%;
}
#colophon #tertiary .widget-area {
	float: left;
	margin-right: 2%;
	width: 23%;
}
#colophon .site-info {
	float: right;
	text-align: right;
	width: 18%;
}
.generator-link {
	display: block;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	font-size: 13px;
	margin: 20px 20px 0 0;
	width: 75%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	color: #fff;
	display: block;
	padding: 1em;
	text-decoration: none;
}
.main-navigation a:hover {
	color: #f00;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 3.5em;
		left: 0;
	width: 13em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul li {
	width: 100%;
}
.main-navigation ul ul a {
	background-color: #1b1b1b;
	color: #c9c9c9;
	width: 11em;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	background-color: #ff0000;
	color: #fff;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #f00;
}
.main-navigation li.current_page_item li a,
.main-navigation li.current-menu-item li a {
	color: #fff;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: .25em 0;
	padding: .25em 0;
}
#content h1 {
	font-size: 2.25em;
}
#content h2 {
	font-size: 2em;
}
#content h3 {
	font-size: 1.75em;
}
#content h4 {
	font-size: 1.5em;
}
#content h5 {
	font-size: 1.25em;
}
#content .sticky {
	background-color: #333;
	padding: 2%;
}
#content .hentry {
	margin: 0 0 3em;
}
#content .entry-header {
	border-bottom: 1px solid #333;
}
#content .entry-title {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content .entry-title a {
	color: #fff;
	text-decoration: none;
}
#content .entry-title a:hover,
#content .entry-title a:focus,
#content .entry-title a:active {
	color: #f00;
}
#content .entry-meta {
	clear: both;
	padding: 5px 3px;
	margin-bottom: 5px;
}
#content .entry-meta a {
	color: #777;
}
#content .entry-meta a:hover {
	color: #f00;
}
#content .sticky .entry-date {
	display: none;
}
#content .byline {
	display: none;
}
.single #content .byline,
.group-blog #content .byline {
	display: inline;
}
#content .entry-content,
#content .entry-summary {
	margin: 1.5em 0 0;
}
#content .page-links {
	clear: both;
	margin: 1.5em 0;
}
.single-attachment .entry-attachment {
	text-align: center;
}


/* =Asides
----------------------------------------------- */

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


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	display: inline;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: #F1F1F1;
	border: none;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	padding: 2%;
	max-width: 96%;
	text-align: center;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0 0 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 2.5em 0;
	overflow: hidden;
}
.site-content .site-navigation a,
.site-content .site-navigation a:visited {
	background: #f00;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: .5em 1em;
	text-align: center;
	text-decoration: none;
}
.site-content .site-navigation a:hover,
.site-content .site-navigation a:focus,
.site-content .site-navigation a:active {
	background-color: #333;
	color: #f00;
}
.site-content .nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.site-content .nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.commentlist {
	border-left: 1px solid #333;
	list-style-type: none;
	margin: 0 4% 0 4%;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.pingback {
	border-bottom: 1px solid #333;
	padding: 0 0 4% 4%;
	margin-bottom: 4%;
}
.commentlist .children {
	list-style-type: none;
}
.commentlist .children li.comment {
	border-top: 1px solid #333;
	border-bottom: none 0;
	margin: 4% 0 0 0;
	padding: 4% 0 0 4%;
}
.commentlist .avatar {
	padding: 1%;
	border: 1px solid #E6E1DB;
	float: left;
	margin-right: 2%;
}
.comment-author {
	font-style: italic;
}
.comment-author cite {
	font-weight: bold;
	font-style: normal;
}
.comment-meta a {
	color: #999;
}
.bypostauthor {
}
.comment-reply-link {
	background: #ebebeb;
	border-radius: 2px;
	color: #777;
	padding: 1% 2%;
	text-decoration: none;
	text-align: center;
}
.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-reply-link:active {
	background: #d2d2d2;
	color: #777;
}
.commentlist li.pingback p {
	margin: 0;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 3em;
	padding: 0 2%;
	overflow: hidden;
}
.widget-title {
	padding: 0 0 .5em;
	margin: 0;
	font-size: 21px;
	font-weight: 500;
}

.widget ul,
.widget ol {
	margin: 0;
}
.widget li {
	border-top: 1px solid #777;
	list-style-type: none;
	margin-top: 2%;
	padding: 2% 0 0 3%;
}
.widget li:first-child {
	border-top: none 0;
}
.widget li li:first-child {
	border-top: 1px solid #777;
}
.widget li a {
}

/* Search widget */
#searchsubmit {
	background: #222;
	border: none 0;
	border-radius: 3px;
	color: #fff;
	float: left;
	font-size: 100%;
	line-height: normal;
	text-align: center;
	margin: 5px 0;
	padding: 3px 0;
	width: 30%;
	height: 30px;
}
#s {
	background: #222;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	float: left;
	margin: 5px 2%;
	width: 60%;
	height: 24px;
}

/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-scroll #wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-scroll #content {
	margin-bottom: 3em;
}
.infinite-scroll.neverending #content {
	margin-bottom: 3em;
}
.infinite-scroll .hentry:last-of-type,
.infinite-scroll .hentry.last-before-infinite {
	border-bottom: none;
}
#infinite-footer .container {
	float: none;
}
.infinite-loader {
	clear: both;
	padding: 0 0 5em 0;
}
#infinite-handle {
	margin: 0 0 3em 0;
}
#infinite-handle span {
	border: 0 none;
	clear: both;
}
.infinite-scroll .infinite-wrap {
	border: 0 none;
	padding: 0;
}

/* Elements to hide: (footer widgets, post navigation, regular footer) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending .footer {
	display: none;
}

/* Hooks to infinity-end body class to restore footer */
.infinity-end.neverending .footer {
	display: block;
}


/* =Site Logo
-------------------------------------------------------------- */

.site-header .site-logo {
	display: block;
	margin: 0 10px 10px;
	max-height: 120px;
	max-width: 940px;
	width: auto;
}

/* =iPad portrait and below
----------------------------------------------- */
@media screen and (max-width: 960px) {
	#page {
		padding: 0 2%;
		width: 90%;
	}
	.main-navigation {
		margin: 1.5em 0 0 0;
		width: 100%;
	}
	.featured .hentry {
		bottom: 5%;
		width: 94%;
	}
	#home-tagline .more {
		margin: 10px 0 10px 6%;
	}
	#content {
		float: none;
		padding: 1%;
		width: 98%;
	}
	#secondary {
		background-color: #333;
		float: none;
		margin: 0 auto;
		padding: 1%;
		width: 96%;
	}
	#colophon #tertiary {
		float: none;
		width: 100%;
	}
	#colophon #tertiary .widget-area {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	#colophon .site-info {
		float: none;
		text-align: right;
		width: 100%;
	}
	.site-header .site-logo {
		max-width: calc(100% - 20px);
		max-width: webkit-calc(100% - 20px);
	}
}

/* =smartphones
----------------------------------------------- */
@media screen and (max-width:620px) {
	#page {
		width: 96%;
	}
	#masthead {
		padding: 1em 0;
	}
	.featured .hentry {
		right: 0;
		bottom: 0;
		width: 98%;
	}
	.featured .more {
		display: none;
	}
	#home-tagline p {
		float: none;
		margin-bottom: 1em;
		width: 100%;
	}
	#home-tagline .more {
		display: block;
		margin: 0 auto 1.5em auto;
		width: 75%;
	}
	.home-promo {
		float: none;
		margin-right: 0;
		margin-bottom: 2em;
		width: 100%;
	}
	.header-image {
		display: none;
	}
	.menu-toggle {
		background: #ebebeb;
		border-radius: 3px;
		color: #777;
		margin: 1em 2% 0 2%;
		padding: 1%;
		text-align: center;
	}
	.menu ul {
		list-style-type: none;
		margin: 1em 4% 0 4%;
	}
	.menu ul ul {
		margin: 0 0 0 4%;
	}
	.site-title,
	.site-description {
		text-align: center;
	}
	.site-header .site-logo {
		margin: 0 auto 10px;
	}
}
