/*
Theme Name: Fang
Theme URI: http://demo.techpretty.co/fang/
Author: Laurie M. Rauch/Code Diva
Author URI: http://codediva.com
Description: A minimalist, one-column theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: codediva
Tags: Black, white, one-column, responsive-layout, custom-background, custom-header, custom-menu, post-formats, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#2B2B2B;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.6px;
	margin-bottom:10px;
	text-transform:uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color:#2B2B2B;
	text-decoration: none;
}
h1 a:hover, 
h2 a:hover, 
h3 a:hover, 
h4 a:hover, 
h5 a:hover, 
h6 a:hover, 
h1.entry-title a:hover, 
h2.entry-title a:hover{
	color:#7F7F7F;	
}
h1{
	font-size:22px;
	font-size:1.375rem;
}
h2{
	font-size:20px;
	font-size:1.25rem;
}
h3{
	font-size:18px;
	font-size:1.125rem;
}
h4{
	font-size:16px;
	font-size:1rem;
}
h5{
	font-size:15px;
	font-size:0.9375rem;
}
h6{
	font-size:14px;
	font-size:0.875rem;
}
p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size:14px;
	font-size:0.875rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size:14px;
	font-size:0.875rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before {
    border-bottom: 1px dotted #919393;
    color: #919393;
    content: '\f10d';
    display: block;
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 100%;
    margin: 0 0 5px;
    padding: 0;
}

blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #212428;
	text-decoration:underline;
}
a:visited {
	color: #212428;
}
a:hover,
a:focus,
a:active {
	color:#AFB4BB;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.container{
	background: none repeat scroll 0 0 transparent;
    margin: 0 auto;
	max-width:960px;
	width:90%;
}
#primary{
    max-width:750px;
	margin:auto;
	padding: 0;
    width: 100%;
}
#secondary{
    display: table;
    margin: 50px auto 0;
	padding: 0;
    width: 100%;
}
#main{
	padding-top:30px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead{
	height:auto;	
}
.site-branding{
	margin:75px auto 0; 
	padding:25px 0;
	text-align:center; 
}
.site-branding h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#site-navigation{
	background-color:#444444;
	line-height:30px;
	min-height: 30px;
	position: fixed;
	width:100%;
	z-index: 9;
}
.main-navigation .menu {
    display: inline-block;
    float:left;
    margin: 0 auto 0;
    padding: 0 2.5%;
    width: 45%;
}
.main-navigation ul{
	display:inline-block;
	list-style: none;
	margin: 0 auto;
    padding-left: 0;
    text-align: center;
    width: auto;
}
.main-navigation li {
	float: left;
	padding:0 8px;
	position: relative;
}
.main-navigation a {
	color: #FFFFFF;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.6px;
    text-decoration: none;
    text-transform: uppercase;
}
.main-navigation a:hover, .current_page_ancestor a, .current_page_parent a, .current_page_item a{
	color: #C3C3C3;
}
.main-navigation ul ul {
	background-color:#444444;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 30px;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
    line-height: 100%;
    padding: 10px;
    text-align: left;
    width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	color: #C3C3C3;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

#menu-main{
	float:left;
	text-align:left;
}
#menu-social{
	float:right;
	height:30px;
	text-align:right;
}
#menu-social ul{
	display:inline-block;
	list-style: none;
	margin: 0 auto;
    padding-left: 0;
    text-align: right;
    width: auto;
}
#menu-social li {
	float: left;
	padding:0 4px;
	position: relative;
}
#menu-social li a:before {
	content:        '\f004';
	display:        inline-block;
	padding:        0 4px;
	font-family:    'FontAwesome';
	font-size:      16px;
	vertical-align: top;
		-webkit-font-smoothing: antialiased;
}
#menu-social li a:before:hover{
	 color: #C3C3C3;
}
#menu-social li a[href*="facebook.com"]:before{
	content:'\f09a';
}
#menu-social li a[href*="twitter.com"]:before{
	content:'\f099';
}
#menu-social li a[href*="instagram.com"]:before{
	content:'\f16d';
}
#menu-social li a[href*="pinterest.com"]:before{
	content:'\f0d2';
}
#menu-social li a[href*="plus.google.com"]:before{
	content:'\f0d5';
}
#menu-social li a[href*="feed"]:before{
	content:'\f09e';
}
#menu-social li a[href*="mailto"]:before{
	content:'\f0e0';
}
#menu-social li a[href*="bloglovin.com"]:before{
	content:'\f055';
}
#menu-social li a[href*="linkedin.com"]:before{
	content:'\f0e1';
}
#menu-social li a[href*="youtube.com"]:before{
	content:'\f167';
}
#menu-social li a[href*="vimeo.com"]:before{
	content:'\f194';
}
#menu-social li a[href*="flickr.com"]:before{
	content:'\f16e';
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul.menu-items {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul.menu-items {
		display: block;
	}
}
.menu-toggle {
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 1.25em;
    text-shadow: none;
    text-transform: uppercase;
}
.menu-toggle:before{
	content:'\f0c9';
	font-family:'FontAwesome';
	padding-right:10px;
}
.menu-toggle:hover{
	border:none;
	box-shadow: none;
	color:#CCC;
}

@media screen and (max-width: 600px) {
	#site-navigation{
		position:absolute;
			top:0;
	}
	.menu-toggle{
		margin:auto;
		text-align:center;
		width:auto;
	}
	.main-navigation #menu-main {
		display: none;
	}
	.main-navigation ul li:hover > ul {
		display: none;
	}

	.menu-toggle,
	.main-navigation.toggled #menu-main {
		display: block;
	}
	.main-navigation #menu-main,
	.main-navigation #menu-social{
		float:none;
		text-align:center;
		width:100%;
	}
	.main-navigation #menu-main li{
		display:block;
		padding:10px;
		width:100%;
	}
	.main-navigation #menu-main .menu-item.on .sub-menu,
	.main-navigation #menu-main .menu-item.on .sub-menu ul{
		box-shadow: none;
	    display: block;
	    float: none;
	    position: relative;
	    	left:0;
	    	top:0;
	    text-align: center;
	}
	.main-navigation #menu-main .menu-item.on .sub-menu li,
	.main-navigation #menu-main .menu-item.on .sub-menu li a{
		float:none;
		text-align:center;
		width:100%;
	}
	.site-branding {
	    margin-top: 150px;
	}
}

.site-main .comment- igation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.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%;
}
.nav-previous a, 
.nav-next a,
.page-numbers,
a.page-numbers{
	background-color: #444444;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin-bottom:6px;
    padding: 3px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.nav-previous a:hover, 
.nav-next a:hover,
.page-numbers:hover,
a.page-numbers:hover,
.page-numbers.current{
	background-color:#AFB4BB;
}
span.meta-nav {
    line-height: 120%;
    padding: 0;
    vertical-align: text-top;
}
.single #nav-below{
	margin-top:40px;
}

/*--------------------------------------------------------------
# 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:hover,
.screen-reader-text:active,
.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. */
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clear-me{
	clear:both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/





/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 6.250em;
	padding:0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page .entry-content{
	margin:1.5em 25px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
h1.section-title {
    background-color: #31353A;
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 100px;
    padding: 0 25px;
    text-align: center;
    width: auto;
}
h1.entry-title, 
h2.entry-title{
	margin-bottom:0;
}
h2.entry-title{
	font-size:22px;
}
.entry-header {
	text-align:center;
}
.entry-meta{
	font-size:90%;
	font-style:italic;	
}
.entry-meta a{
	color:#7F7F7F;
	text-decoration:none;
}
.entry-meta a:hover{
	color: #212428;
}
.entry-meta sup{
	bottom: 3px;
    font-size: 9px;
    padding-left: 1px;
}

.entry-footer {
    background-color: transparent;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	color: #7F7F7F;
    font-size: 90%;
    font-style: italic;
    margin: 25px 0;
    padding: 12px;
    text-align: center;
    text-transform: lowercase;
}
.entry-footer a{
	color: #7F7F7F;
}
.entry-footer a:hover{
	color: #212428;
}
.postmeta, .sharing{
	width:100%;
}

.search .entry-meta, .search .entry-footer{display:none;}
.search .hentry{margin-bottom:25px;}

.entry-attachment{
	text-align:center;
}

.archive .page-header {
    margin: 0 2.5% 50px 1.5%;
    max-width: 96%;
}
.archive h1.section-title{
	margin-bottom:50px;
}
.archive .taxonomy-description{
	text-align:center;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-form {
	text-align:center;
}
.widget_search .search-submit {
	display: none;
}
.widget_search input.search-field{
	margin:auto;
}

.one aside {
	width: 100%;
	float: left;
}
.two aside {
	width: 47.5%;
	margin-right:5%;
	float: left;
}
.three aside {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.four aside {
	width: 22%;
	float:left;
	margin-right: 4%;
}
.two aside:last-child, 
.three aside:last-child, 
.four aside:last-child{
	margin-right:0;
}

#secondary .widget{
    float: left;
    margin-bottom: 3.5em;
    margin-right: 5%;
    position: relative;
    width: 30%;
	padding:0;
}
#secondary .widget:nth-child(3n) {
    margin-right:0;   
}
#secondary .widget:nth-child(3n+1) {
    clear:both;   
}
#secondary .widget ul,
#colophon .widget ul{
	list-style-type: none;
	margin:0;
	padding:0;
}
#secondary .widget li,
#colophon .widget li{
	margin-bottom:5px;
	padding-bottom:5px;
}
#secondary .widget li{
	border-bottom:1px solid #AFB4BB;
}
#colophon .widget li{
	border-bottom:1px solid #666666;
}
#secondary .widget li li,
#secondary .widget li .children li,
#colophon .widget li li,
#colophon .widget li .children li{
	border-bottom:none;
	margin:0 0 0 1em;
	padding:0;
}
#secondary .widget a{
	/*color:#AFB4BB;*/
    color:#121315;
    text-decoration:none;
}
#secondary .widget a:hover{
	/*color:#212428;*/
    color:#AFB4BB;
}
#secondary #wp-calendar td{
	color:#919393;
}
#colophon h3.widget-title{
	color:#FFFFFF;
}
#secondary .about-link a{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}

.error404 .widget{
	margin:50px 0;
} 
.error404 ul{
	list-style: none outside none;
	margin:0;
}
.error404 .widget_categories li,
.error404 .widget_archive li{
	display:inline-block;
	margin-right:2.5%;
	width:22%;
}
.error404 a{
	text-decoration:none;
}
.error404 .widget_tag_cloud a {
    display: inline-block;
    font-size: 14px !important;
    font-style: italic;
    margin: 5px 10px 5px 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond{
	padding:25px;
}
#respond h3#reply-title{
	font-weight:300;
	text-align:center;
}
#respond a{
	color:#d3d6da;
}
#respond a:hover{
	color:#afb4bb;
}
#respond .logged-in-as{
	text-align:left;
}
#commentform, 
.comment-form-comment{
	text-align:left;
}
#commentform p, 
p.comment-form-comment{
	margin-bottom:5px;
}
#commentform input, 
.comment-form-comment textarea{
	border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
	text-align:left;
	text-transform:uppercase;
	width:100%;
}
#commentform label{
	display: block;
}
#commentform .form-submit{
	margin: 25px auto 15px;
    padding: 1px 4px;
    text-align:center;
}
#commentform .form-submit input {
	background-color:#444444;
	background-image:none;
	border:1px solid #444444;
	box-shadow:none;
	color:#FFFFFF;
	display:block;
	margin:auto;
	padding:5px;
	text-align:center;
	text-shadow:none;
	width:150px;
}
#commentform .form-submit input:hover{
	background-color:#7F7F7F;
	border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}

h2.comments-title{
	margin-top:40px;
}

.form-allowed-tags{
	font-size: 80%;
    margin: 15px auto;
    width: 85%;
}
.form-allowed-tags code{font-size:100%;}

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

ol.comment-list{
	list-style-type:none;
	margin:0px;
	padding:0;
}
li.comment {
    border-bottom: 1px solid #EEEEEE;
    list-style-type: none;
    margin-top: 20px;
    padding-bottom: 20px;
}
li.comment:last-child{
	border-bottom:none;	
}
.comment-list > li:after{
	border-bottom:1px solid #EEEEEE;
} 
.comment-list .children > li {
    border-bottom: 0 none;
    border-top: 1px solid #EEEEEE3;
    padding-bottom: 0;
    padding-top: 20px;
}
li.comment p{
	margin-bottom:5px;
}
.comment-number {
    color:#AFB4BB;
    float: right;
    font-family: 'Oswald',sans-serif;
    font-size: 24px;
    position: relative;
    text-align: right;
}
.comment-meta{
	float:left; 
	width:90px;
	word-wrap:break-word;
}
.comment-author img{
	border:1px solid #444444;
	border-radius:50%;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
}
.comment-author cite,
.comment-metadata cite{
	font-size:18px;
	font-style: normal;
}
.comment-author cite a,
.comment-metadata cite a{
	color:#31353A;
	font-style:normal;
	text-align:left; 
	text-decoration: none;
}
.comment-author cite a:hover,
.comment-metadata cite a:hover{ 
	color:#AFB4BB;
	font-style: normal;
}
.comment-metadata{
	color:#7F7F7F;
	font-size:12px; 
	margin-bottom:15px;
}
.comment-metadata a{
	color: #AFB4BB;
    font-style: italic; 
	text-decoration:none;
}
.comment-metadata a:hover{
	color:#121315;
}
.comment-content{
	margin-left:100px;
}
.reply {
    margin-left: 100px;
    margin-top:15px;
    text-align: left;
}
a.comment-reply-link {
    background-color: #31353A;
    color: #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
a.comment-reply-link:hover{
	background-color:#AFB4BB;
}
li.pingback {
    border-top: 1px solid #919393;
    margin-top: 20px;
    padding: 20px 0 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon{
	background-color:#444444;
	color:#FFFFFF;	
}
#colophon a{
	color:#C3C3C3;
	text-decoration: none;
}
#colophon a:hover{
	color:#919393;
}
#footer-widgets, .site-info {
    clear: both;
    margin: auto;
    max-width: 960px;
}
#footer-widgets {
    height: auto;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 30px;
    width: 100%;
}
.site-info{
	border-top:1px solid #C3C3C3; 
	font-size:12px;
	padding-top:10px; 
}
.copyright{
	float:left;
	width:45%;
}
.credits{
	float:right;
	text-align:right;
	width:45%;
}




/*--------------------------------------------------------------
# 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%;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

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

/*--------------------------------------------------------------
## 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;
}

.stories-wrap {
    box-sizing: border-box;
    float: left;
    margin: 0 0 5em 3%;
    position: relative;
    width: 47%;
}
.stories-wrap.first {
    clear: both;
    margin: 0 3% 5em 0;
}

.the-story{
	position:relative;
}
.story-header{
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	color:#FFF;
	height: auto;
	padding: 4%;
	position: absolute;
		right: 2em;
		bottom: 2em;
	width: 92%;
	z-index: 9;
}
.story-header h2.entry-title{
	font-size:1.25em;
	margin: 0.5em 0 0.75em;
	text-transform: lowercase;
}
.story-header h2.entry-title a{
	color:#FFF;
}


@media only screen and (max-width: 750px) {
	figure {
		margin:1em 0;
	}
}
@media only screen and (max-width: 480px)  {
	#primary{
		background-color: transparent;
		float: none;
		margin:25px auto;
		width: 94%;
	}
	#secondary{
		float: none;
		margin:25px auto;
		width: 94%;
	}
	.copyright,
	.credits{
		float:none;
		text-align: left;
		width:100%;
	}
}