/*
Theme Name: Didi Lite
Theme URI: http://www.anarieldesign.com/free-fashion-wordpress-theme/
Description: Didi Lite is a modern responsive theme whose sole focus is to present your content in the best possible way on any screen size. Beautiful typography combined with clean layout draws and keeps readers attention to the most important, your content. Didi is a perfect match for fashion, lifestyle and magazine style sites.
Version: 1.0.9
Author: Anariel Design
Author URI: http://www.anarieldesign.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, grid-layout, footer-widgets, blog, news
Text Domain: didi-lite
*/

/*--------------------------------------------------------------
>>> 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: 13px;
	font-size: .8125rem;
}

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;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.875em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Genericons
--------------------------------------------------------------*/

.social-navigation a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Josefin Sans", Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 .875em;
	text-transform: uppercase;
}
.archive.author h1.page-title {
	margin-right: 20px;
}
p.site-title {
	clear: both;
	font-family: "Josefin Sans", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	font-size: 29px;
	font-size: 1.8125rem;
	line-height: 1.3;
}
h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.3;
}
h3 {
	font-size: 18px;
	font-size: 1rem;
}
h4 {
	font-size: 14px;
	font-size: .875rem;
}
h5 {
	font-size: 13px;
	font-size: .8125rem;
}
h6 {
	font-size: 12px;
	font-size: .75rem;
}
p {
	margin-top: 0;
	margin-bottom: 1.75em;
}

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

blockquote {
	margin: 0 1.75em 1.75em 2.25em;
	font-size: 18px;
	font-size: 1rem;
}

address {
	margin: 0 0 1.75em;
}

pre {
	font-family: "Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 1.75em;
	max-width: 100%;
	overflow: auto;
}

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

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

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

big {
	font-size: 125%;
}

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

*,
*: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,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

blockquote {
	position: relative;
}
blockquote:before {
	content: "\201c";
	display: block;
	font-size: 72px;
	font-size: 4rem;
	font-family: "Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	position: absolute;
		top: -.1em;
		left: -.6em;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote.alignleft,
blockquote.alignright {
	max-width: 47%;
}
blockquote.alignleft,
blockquote.aligncenter {
	margin-left: 2em;
}
blockquote.alignright {
	margin-left: 3.5em;
}
.comments-area blockquote {
	font-size: 18px;
	font-size: 1rem;
}

.intro {
	font-style: italic;
	font-size: 23px;
	font-size: 1.4375rem;
}

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

ul,
ol {
	margin: 0 0 1.75em 0;
	padding-left: 1.75em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.75em 1.75em;
}

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

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

td {
	padding: 3px;
}

caption {
	font-weight: bold;
	padding: .4375em 0;
}

tbody, 
th, 
.site td {
    border: 2px solid #000;
    padding: 5px;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label {
	font-style: italic;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#main #infinite-handle span {
	-webkit-box-shadow: #000 0 2px 0;
	-moz-box-shadow: #000 0 2px 0;
	box-shadow: #000 0 2px 0;
	border: 0 none;
	border-bottom: 0;
	background: transparent;
	color: #000;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 0;
	transition: .2s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#main #infinite-handle span:hover {
	-webkit-box-shadow: #000 0 4px 0;
	-moz-box-shadow: #000 0 4px 0;
	box-shadow: #000 0 4px 0;
	border-bottom-width: 0;
	margin-bottom: 0;
}
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 {
	-webkit-box-shadow: #000 0 4px 0;
	-moz-box-shadow: #000 0 4px 0;
	box-shadow: #000 0 4px 0;
	border-bottom-width: 0;
	margin-bottom: 0;
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
	color: #000;
	background: transparent;
	border: 0 none;
	border-bottom: 0;
	box-sizing: border-box;
	-webkit-box-shadow: #000 0 2px 0;
	-moz-box-shadow: #000 0 2px 0;
	box-shadow: #000 0 2px 0;
	font-size: 18px;
	font-size: 1rem;
	margin-right: -5px;
	padding: .21875em 0;
	transition: .2s;
}
input[type="search"] {
	color: #000;
	background: transparent;
	border: 0 none;
	border-bottom: 0;
	box-sizing: border-box;
	font-size: 18px;
	font-size: 1rem;
	margin-right: -5px;
	padding: .21875em 0;
	transition: .2s;
}
.search-box input[type="search"],
.error404 input[type="search"] {
	color: #000;
	background: transparent;
	border: 0 none;
	border-bottom: 0;
	box-sizing: border-box;
	-webkit-box-shadow: #000 0 2px 0;
	-moz-box-shadow: #000 0 2px 0;
	box-shadow: #000 0 2px 0;
	font-size: 18px;
	font-size: 1rem;
	margin-right: 5px;
	padding: 0;
	transition: .2s;
}
.search-box form.search-form {
	border-bottom: none;
}
.error404 form.search-form {
    margin-bottom: 3.5em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
	-webkit-box-shadow: #000 0 4px 0;
	-moz-box-shadow: #000 0 4px 0;
	box-shadow: #000 0 4px 0;
	border-bottom-width: 0;
	margin-bottom: 0;
	color: #000;
	outline: none;
}
form.search-form {
    border-bottom: 2px solid #000;
}
textarea {
	color: #000;
	background: transparent;
	border: 0 none;
	border: 2px solid #000;
	box-sizing: border-box;
	font-size: 18px;
	font-size: 1rem;
	margin-right: -5px;
	padding: .21875em 0;
	transition: .2s;
}
textarea:focus {
	border: 2px solid #000;
	margin-bottom: 0;
	color: #000;
	outline: none;
}
input[type="file"] {
	width: 100%;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
.contact-form input[type=email], 
.contact-form input[type=text] {
	margin-bottom: 0;
}
.contact-form textarea {
	margin-bottom: 0;
}
.contact-form label {
	margin-top: 20px;
}


/*-- Layout */
.site {
	padding: 0 1em;
}
div#content {
    margin-top: 2em;
}
.custom-background .site {
	padding-left: 0;
	padding-right: 0;
	z-index: 0;
}
.custom-background .site-header,
.custom-background .site-footer,
.custom-background .site-content {
	padding-left: 1.75em;
	padding-right: 1.75em;
}
.site-footer {
	clear: both;
	width: 100%;
}

/*-- Header */

.full-size.alternative {
	padding: 1em 0 0 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 200;
}
.primarymenu.alternative .site-branding {
	float: none;
	margin-left: 0;
	margin-bottom: 20px;
	text-align: center;
}
.custom-header {
	display: block;
	margin: 0 auto 15px auto;
}
.header-image .custom-header {
	margin: 0 auto;
}
.site-logo {
	clear: both;
	border: 2px dotted transparent;
	display: inline-block;
	margin: 0 auto;
	padding-top: .9em;
	transition: 0.2s;
}
.site-logo:hover,
.site-logo:focus {
	border: 2px dotted #efefef;
}
.primarymenu.alternative .site-logo {
	max-width: 100%;
}
.site-title {
    display: block;
	clear: none;
	font-weight: bold;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.2;
	margin: .25em 0 0 0;
	text-transform: uppercase;
}
.site-description {
	font-style: italic;
	margin-bottom: 0;
	vertical-align: bottom;
}

/*-- Posts */
.entry-title {
	font-size: 29px;
	font-size: 1.8125rem;
	margin: 0 0 .4375em;
}
.entry-title br { 
	display: none;
}
* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.sidebar-right-layout .wp-post-image,
.single .wp-post-image,
#page .wp-post-image {
	margin-bottom: .875em;
}
.top .wp-post-image {
	margin-bottom: 0;
}
.entry-meta,
.entry-footer {
	font-size: 14px;
	font-size: .875rem;
}
.single .entry-footer {
	border-bottom: 2px solid #000;
}
.entry-meta {
	margin: 0 0 1.75em;
}
.blog .entry-meta,
.archive .entry-meta,
.single .entry-meta,
.search .entry-meta {
	border-bottom: 2px solid #000;
}
.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active,
.logged-in-as a:hover,
.logged-in-as a:focus,
.logged-in-as a:active,
.single .entry-footer a:hover,
.single .entry-footer a:focus,
.single .entry-footer a:active {
	text-decoration: underline;
}
.blog .grid .entry-meta,
.archive .grid .entry-meta {
	border-bottom: 2px solid #000;
}
.blog .entry-meta span.posted-on,
.archive .entry-meta span.posted-on,
.single .entry-meta span.posted-on,
.search .entry-meta span.posted-on {
	border-bottom: 2px solid #000;
    display: block;
    margin-bottom: -25px;
    font-weight: 600;
    text-transform: uppercase;
}
.single .posted-on time.entry-date.published {
    background: #fee85d;
    padding: 3px 10px;
}
.single .byline a.url.fn.n {
    font-weight: bold;
}
.archive .customwidget .posted-on {
	margin-bottom: -1px;
}
.blog .grid .entry-meta span.posted-on,
.archive .grid .entry-meta span.posted-on {
    margin-bottom: 0;
}
.blog .grid-post .entry-meta p {
    margin-bottom: 0;
}
.archive .grid-post .entry-meta p {
    margin-bottom: 1em;
}
.singular .entry-meta:after {
	width: 12.5%;
}
.single .entry-meta {
	margin-bottom: 3.5em;
}
.single .entry-meta span {
	margin: 0;
}
.blog .entry-meta span,
.archive .entry-meta span,
.search .entry-meta span,
.entry-footer span {
	clear: both;
	display: block;
	width: 100%;
}
.page-header {
	margin: 0 0 3.5em;
}
.archive .page-header {
	margin: 0 0 .5em;
}
.page-title {
	font-size: 29px;
	font-size: 1.8125rem;
}
.page-links {
	word-spacing: 3px;
}
.titlecomment {
	display: inline-block;
    margin-top: 3.5em;
}
.titlecomment h4 {
    margin: 0;
}
.author-info {
    border: 2px solid #000;
    padding: 3%;
    margin: .5em 0 0 0;
}
.author-info p {
	margin-bottom: 0
}
.author-info .avatar {
    height: 72px;
    width: 72px;
}
.author-title {
	font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    margin-bottom: .3px;
    font-weight: 700;
    padding-bottom: 4px;
    display: inline-block;
}
.author-bio span {
	display: block;
}
a.author-link {
    display: inline-block;
	margin-top: 0.35em;
	text-decoration: underline;
}

/*-- Footer */

.site-footer {
	background: #000;
    font-size: 14px;
    font-size: .875rem;
    margin: 3.25em 0 0 0;
    padding: .4em .4em .5em .4em;
}
.custom {
	border-top: none;
	border-bottom: none;
	margin: 0 0 -4em 0;
	padding: 0;
	text-align: center;
}
.search-toggle.custom {
	margin: 0;
}
.footer-widgets.clear {
    padding: 30px 30px 0 30px;
    background: #fff;
}
.site-info .sep {
	clear: both;
	display: block;
	visibility: hidden;
	width: 100%;
	height: 0;
}
.widget-area #jetpack-subscribe-label {
	clip: rect(1px 1px 1px 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.site-info {
	clear: both;
	padding: 10px 0 20px 0;
}
.gallery-item a {
    border: none;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}

.entry-content a,
.entry-summary a,
.widget a,
.comment-content a,
.social-navigation a,
.entry-content a.button, 
.promo a,
.menu a {
    transition: 0.2s;
}
 
.textwidget a,
.entry-content a,
.comment-content a {
	border-bottom: 1px solid;
}

.panel-grid .textwidget a:hover {
	text-decoration: none;
}

.entry-content .panel-grid a:hover,
.entry-content .panel-grid a {
	font-weight: 700;
	text-decoration: none;
	border-bottom: none;
}

.panel-grid .widget {
	font-size: 18px;
    font-size: 1rem;
    line-height: 1.75;
}

.textwidget a:hover,
.textwidget a:focus,
.textwidget a:active,
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.comment-content a:hover,
.comment-content a:focus,
.comment-content a:active {
	border-width: 3px;
}

.list-layout .entry-content a.more-link,
.blog .grid .entry-content a.more-link {
	-webkit-box-shadow: #000 0 1px 0;
	-moz-box-shadow: #000 0 1px 0;
	box-shadow: #000 0 1px 0;
	border: 0 none;
	border-bottom: 0;
}

a.more-link {
	font-weight: 600;
}

.list-layout .entry-content a.more-link:hover,
.blog .grid .entry-content a.more-link:hover {
	-webkit-box-shadow: #000 0 4px 0;
	-moz-box-shadow: #000 0 4px 0;
	box-shadow: #000 0 4px 0;
	border-bottom-width: 0;
	margin-bottom: 0;
}

.entry-content .gallery-item a,
.tiled-gallery .tiled-gallery-item a,
.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	border: none;
	-webkit-box-shadow: #000 0 0 0;
    -moz-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
}

.list-layout .entry-content a {
	border-bottom: none;
}
.list-layout .entry-content a:hover {
	border-bottom: 2px solid #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a.no-line {
	border: 0 none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	text-transform: uppercase;
}
.primarymenu.alternative .main-navigation {
	margin-right: 0;
}
.main-navigation > div > ul {
	border-bottom: 0;
	padding-bottom: 1.75em;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 1.5em 0 0 0;
	padding-left: 0;
}
.main-navigation li {
	clear: both;
	display: block;
	margin: 1.75em 0 0;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.main-navigation a {
	border-bottom: 0 solid transparent;
	text-decoration: none;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	border-bottom: 2px solid;
}
.main-navigation ul ul {
	padding-left: 1.75em;
}
.main-navigation ul ul a {
	border-bottom: 2px solid transparent;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
	border-bottom: 2px solid;
}

/* Small menu. */
.menu-toggle {
	font-size: 20px;
	font-size: 1.25rem;
	display: block;
	margin: 10px auto 0 auto;
	text-transform: uppercase;
}
.menu-toggle {
	float: right;
}
.primarymenu.alternative .menu-toggle {
	float: none;
}
.main-navigation.toggled ul {
	display: block;
	margin: 0 auto;
	padding: 60px 0 10px 0;
}
.main-navigation.toggled li {
    margin: 1em 0 0;
}
.primarymenu.alternative .main-navigation.toggled ul {
	padding: 0 10px;
	text-align: left;
}
.main-navigation.toggled ul ul,
.main-navigation.toggled ul ul ul {
	padding: 0 0 0 1em;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 3.5em;
	overflow: hidden;
	padding: .875em 0;
}
.site-main .post-navigation {
	font-size: 23px;
	font-size: 1.4375rem;
}
.comment-navigation .meta-nav,
.posts-navigation .meta-nav,
.post-navigation .meta-nav {
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 .4375em;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
	margin-top: 0.875em;
}

/*--------------------------------------------------------------
# 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: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 1.4375rem .875rem;
	text-decoration: none;
	top: 37px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: .875em 1.75em .875em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: .875em 0 .875em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: .875em auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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,
.hentry:before,
.hentry:after,
.page-header:before,
.page-header:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

.clear:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.hentry:after,
.page-header:after,
.comment-body:after {
	clear: both;
}

.clear {
    clear: none;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 3.5em;
	overflow: hidden;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}
.error404 .widget {
	margin-top: 1.75em;
}
.widget-title,
.widgettitle {
	font-size: 18px;
	font-size: 1rem;
	margin-bottom: .875em;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget ul ul {
	padding-left: .875em;
}
.widget li {
	list-style: none;
	padding-top: .4375em;
}
.widget ul ul li:before {
	content: "-";
	display: inline-block;
	margin-left: -.875em;
	margin-right: .4375em;
}

/* Calendar */

.widget_calendar td {
	text-align: center;
}
.widget_calendar th {
	font-weight: bold;
}
td#prev {
	font-style: italic;
	text-align: left;
}
td#next {
	font-style: italic;
	text-align: right;
}

/* Recent Comments */
.widget_recent_comments a {
	font-style: italic;
}
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
	font-style: normal;
	font-weight: bold;
}

/* Archives */
.widget .post-count {
	background: white;
	float: right;
	letter-spacing: 1px;
	padding-left: .4375em;
	position: relative;
	z-index: 1;
}
.widget_archive li,
.widget_categories li {
	position: relative;
}
.widget_categories ul ul li:before {
	display: none;
}
.widget_archive a,
.widget_categories a {
	background-color: white;
	padding-right: .4375em;
}
.widget_archive a:after,
.widget_categories a:after {
	border-bottom: 1px solid;
	content: "";
	display: inline-block;
	position: absolute;
		left: 0;
		top: 18px;
	width: 100%;
	z-index: -1;
}

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

/* Search */
.widget_search .search-submit {
	background: #fee85d;
	padding: 4px 10px;
	float: right;
}

.widget_search .search-submit:focus,
.widget_search .search-submit:hover {
	background: #000;
	color: #fff;
}

/* */
.widget_rss li {
	margin-top: .4375em;
	padding-top: .4375em;
}
.rsswidget {
	font-weight: bold;
}
.rss-date {
	display: block;
	font-style: italic;
	width: 100%;
}

/* Tagcloud */
.tagcloud a {
    border: 1px solid #000;
    padding: 2px 8px;
}

#secondary .widget-title {
    border: 2px solid #000;
    text-align: center;
    color: #000;
    padding: 13px 10px 9px 10px;
    position: relative;
    margin-bottom: 25px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
	border: 2px solid #000;
    padding: 20px;
}

.hentry {
	margin-bottom: .4375em;
}

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

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

.entry-content {
	margin: 0 0 3.5em;
}

.single .entry-content {
	margin: 0 0 1.5em;
}

.page-template-main-template .top .fourcolumn .entry-content,
.page-template-main-template .top .fivecolumn .entry-content {
	margin: 0;
}

.page-template-main-template .top .fourcolumn .hentry,
.page-template-main-template .top .fivecolumn .hentry {
	margin-bottom: 0;
}

.page-content {
	margin: 1.75em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.75em;
}

.blog .post .wp-post-image {
	opacity: 1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.blog .post .wp-post-image:hover {
	opacity: .8;
}

/*--------------------------------------------------------------
## Main Template
--------------------------------------------------------------*/
.frontpage .content-block .entry-content {
	margin-bottom: 2em;
}
.frontpage h2.widget-title {
    margin-top: 40px;
}
#secondary h2.widget-title, 
.custom h2.widget-title {
    margin-top: 0;
}
.fivecolumn .entry-content a,
.fourcolumn .entry-content a,
.threecolumn .entry-content a,
.twocolumn .entry-content a,
.onecolumn .entry-content a {
	border-bottom: none;
}
.site-footer .fourcolumn .entry-content,
.site-footer .threecolumn .entry-content,
.site-footer .twocolumn .entry-content,
#secondary .fourcolumn .entry-content,
#secondary .threecolumn .entry-content,
#secondary .twocolumn .entry-content {
    float: none;
    margin: 0;
    width: 100%;
}
.site-footer .fourcolumn .entry-meta,
.site-footer .threecolumn .entry-meta,
.site-footer .twocolumn .entry-meta,
#secondary .fourcolumn .entry-meta,
#secondary .threecolumn .entry-meta,
#secondary .twocolumn .entry-meta {
	border: none;
}
.site-footer .entry-meta span.posted-on,
#secondary .entry-meta span.posted-on {
    margin-bottom: 0;
}
#secondary .fourcolumn .entry-meta p,
#secondary .threecolumn .entry-meta p,
#secondary .twocolumn .entry-meta p {
	font-size: 13px;
    font-size: .8125rem;
}
.singular #secondary .fourcolumn .entry-title,
.singular #secondary .threecolumn .entry-title,
.singular #secondary .twocolumn .entry-title,
.singular .site-footer .fourcolumn .entry-title,
.singular .site-footer .threecolumn .entry-title,
.singular .site-footer .twocolumn .entry-title {
    font-size: 29px;
    font-size: 1.8125rem;
    margin: 0 0 .4375em;
}
#secondary .fourcolumn .hentry,
#secondary .threecolumn .hentry,
#secondary .twocolumn .hentry,
.site-footer .fourcolumn .hentry,
.site-footer .threecolumn .hentry,
.site-footer .twocolumn .hentry {
    margin-bottom: 3.5em;
}
.frontpage .main-content {
	text-align: center;
}
.entry-content a.button {
	border: none;
	background: #fee85d;
	color: #000;
	padding: 8px 15px;
	text-transform: uppercase;
}
.entry-content a.button:hover {
	background: #000;
	color: #fff;
	text-decoration: underline;
}
span.color {
	color: #fee85d;
}
.frontpage .widgetized-content .widget,
.top .widgetized-content .widget {
	font-size: 18px;
	font-size: 1rem;
}
.frontpage .front-page-content .entry-header,
.frontpage .front-page-content p,
.front-page-content p {
	z-index: 10;
	position: relative;
}
.frontpage .posts.clearfix.customwidget.columns {
    margin-bottom: -3em;
}
.button {
    background: #fee85d;
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 15px;
    text-transform: uppercase;
}
.button:hover {
	background: #000;
	color: #fff;
}
.widgetized-content .widget-title {
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}
.page-template-main-template .customwidget .entry-title,
.page-template-grid-template .customwidget .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	padding-top: 10px;
}
.page-template-grid-template .customwidget .entry-content a {
	border-bottom: none;
}
.customwidget .more-link {
	display: block;
	margin-top: 15px;
	font-style: normal;
	font-weight: 600;
}
.archive .customwidget .more-link {
	display: inline-block;
}
.blog .customwidget .more-link {
	display: inline-block;
}
.customwidget .entry-meta {
	font-size: 13px;
	font-size: .8125rem;
	font-style: normal;
	margin: 0;
}
.customwidget .entry-meta p {
	margin: 0;
}
.customwidget .posted-on {
	border-bottom: 2px solid #000;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.customwidget .entry-meta:after {
	border: none;
}
.customwidget .hentry {
	margin: 0;
}
.singular .site-content .secondblock .widget-area {
	width: 100%;
}
.onecolumn {
	position: relative;
}
.custom .widget-title {
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
## Page Templates
--------------------------------------------------------------*/
.page.page-template-full-width-featured-image-template .wp-post-image,
.page.page-template-full-width-featured-image-with-sidebar-template .wp-post-image {
	margin-bottom: 2.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area {
	margin: 0 0 3.5em;
}
.comment-list {
	list-style: none;
	margin: 0 0 3.5em;
	padding: 0;
}
.comment-list .children {
	list-style: none;
}
.comment-content a,
.entry-content a {
	word-wrap: break-word;
}
.comment-meta {
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
	margin: 0 0 1.75em;
}
.comment .comment-metadata span {
	margin: 0 .75em 0 0;
}
.comment span.reply + span.edit-link:before {
   content: "|";
   padding-right: .25em;
}
span.edit-link a {
	display: inline;
}
.comment-author {
	clear: both;
	display: block;
	font-size: 18px;
	font-size: 1rem;
	font-style: normal;
	font-weight: bold;
	position: relative;
}
.comment .avatar {
	float: left;
	margin-right: .875em;
}
.says {
	display: none;
}
.comment-list .comment {
	margin-top: 1.5em;
}
h2.comments-title {
	margin-bottom: 2.5em;
}
.bypostauthor {
	display: block;
}
.no-comments {
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
	margin: 1.75em 0;
}
#cancel-comment-reply-link {
	float: right;
}
.comment-form label {
	margin-right: .875em;
	width: 7em;
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size: 13px;
	font-size: .8125rem;
}
.comment-subscription-form {
	margin-bottom: 0.4375em;
}


/*--------------------------------------------------------------
# Jetpack
--------------------------------------------------------------*/
.jetpack-video-wrapper {
	margin-bottom: 1.75em;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	border-bottom: none;
	margin-bottom: 10px;
}
#main #jp-relatedposts {
	margin-top: 2em;
}
#main div.sharedaddy h3.sd-title {
    display: none;
}
#main #jp-relatedposts h3.jp-relatedposts-headline  {
    display: none;
}
#main #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    margin-top: 10px;
}
#main #jp-relatedposts {
    margin: 1em 0 0 0;
}
.jetpack_subscription_widget form {
	border: 2px solid #000;
    padding: 25px 15px 5px 15px;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
	padding: 0;
	margin-bottom: 1.75em;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	font-size: 14px;
	font-size: .875rem;
	font-style: italic;
	position: relative;
}
.wp-caption-text:after {
	border-top: 1px solid;
	clear: both;
	content: "";
	display: block;
	margin-top: .875em;
	padding-top: .875em;
	width: 25%;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.gallery-item {
	display: inline-block;
	padding: 0.4375em;
	margin: 0;
	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;
}

/* 404 */

.error404 input.search-submit,
.search input.search-submit {
    float: right;
}
.error404 .social-block input.search-submit,
.search .social-block input.search-submit {
    float: none;
}

@media screen and ( min-width: 45em ) {
	.main-navigation {
		display: block;
		float: right;
	}
	.primarymenu.alternative .main-navigation {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation > div > ul {
		border-top: 2px solid #000;
	    border-bottom: 2px solid #000;
		padding: 10px 0;
	}
	.main-navigation li {
		clear: none;
		display: inline-block;
		margin: 0 .75em 0 0;
		width: auto;
	}
	.main-navigation ul {
		display: block;
	}
	.main-navigation ul ul {
		background: white;
		float: left;
		margin-left: -0.875em;
		padding: 0 0.875em;
		position: absolute;
		    top: 0;
			left: -999em;
		text-align: left;
		width: 180px;
		z-index: 99999;
	}
	.main-navigation ul ul li {
		padding: 0.4375em 1.75em 0.4375em 0;
		position: relative;
		margin: 0;
		width: 180px;
	}
	.main-navigation ul ul .current_page_item > a,
	.main-navigation ul ul .current-menu-item > a {
		border-bottom: 0;
	}
	.main-navigation ul > li.menu-item-has-children,
	.main-navigation ul > li.page_item_has_children {
		margin-right: 1.625em;
	}
	.main-navigation ul > li.menu-item-has-children > a:after,
	.main-navigation ul > li.page_item_has_children > a:after {
		content: "\203A";
		display: block;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1;
		position: absolute;
			top: 14%;
			right: -.75em;
	}
	.main-navigation ul ul > li.menu-item-has-children,
	.main-navigation ul ul > li.page_item_has_children {
		margin-right: auto;
	}
	.main-navigation ul ul > li.menu-item-has-children > a:after,
	.main-navigation ul ul > li.page_item_has_children > a:after {
		margin-top: -6px;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		top: 12%;
		right: -3em;
	}
	.main-navigation ul ul a {
		display: inline;
		margin: 0;
		position: relative;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: -.8em;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.error404 .widget-areas .widget-area {
		float: left;
		width: 30%;
		margin-right: 5%;
	}
	.error404 .widget-areas .widget-area:last-of-type {
		margin-right: 0;
	}
	.footer-widgets > div {
		width: 100%;
	}
	.footer-widgets > div:nth-child(1):nth-last-child(3) {
		float: left;
		width: 40%;
		margin-right: 5%;
	}
	.footer-widgets > div:nth-child(2):nth-last-child(2),
	.footer-widgets > div:nth-child(3):nth-last-child(1) {
		float: left;
		width: 25%;
		margin-right: 5%;
	}
	.footer-widgets > div:nth-child(1):nth-last-child(3):last-of-type,
	.footer-widgets > div:nth-child(2):nth-last-child(2):last-of-type,
	.footer-widgets > div:nth-child(3):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	.footer-widgets > div:nth-child(1):nth-last-child(2),
	.footer-widgets > div:nth-child(2):nth-last-child(1) {
		float: left;
		width: 47%;
		margin-right: 6%;
	}
	.footer-widgets > div:nth-child(1):nth-last-child(2):last-of-type,
	.footer-widgets > div:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
	h1,
	.singular .entry-title {
		font-size: 47px;
		font-size: 2.9375rem;
		margin: 0 0 0.4375em;
	}
	.site-title {
		font-size: 65px;
		font-size: 4.0625rem;
	}
	h2,
	.singular.page-template-right-column-template .entry-title {
		font-size: 29px;
		font-size: 1.8125rem;
		margin: 0 0 0.4375em;
	}
	h3 {
		font-size: 23px;
		font-size: 1.4375rem;
	}
	h4 {
		font-size: 18px;
		font-size: 1rem;
	}
	h5 {
		font-size: 14px;
		font-size: .875rem;
	}
	h6 {
		font-size: 13px;
		font-size: .8125rem;
	}
	.entry-footer span {
		clear: none;
		display: inline;
		margin: 0 1.75em 0 0;
	}
	.site-info .sep {
		clear: none;
		display: inline;
		margin: 0 .4375em;
		visibility: visible;
		width: auto;
		height: auto;
	}
	.hentry {
		margin-bottom: 1.5em;
	}
	.blog .hentry {
		margin-bottom: 3.5em;
	}
	.page-template-grid-template .hentry {
		margin-bottom: 1.5em;
	}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
		padding-right: 10px;
	}
	.posts-navigation .nav-previous a:hover,
	.post-navigation .nav-previous a:hover,
	.posts-navigation .nav-next a:hover,
	.post-navigation .nav-next a:hover{
		border-bottom: 2px solid #000;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		margin-top: 0;
		width: 50%;
		padding-left: 10px;
	}
	blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		margin-left: 3.5em;
	}
	blockquote.alignleft {
		margin-left: 3em;
	}
	blockquote:before {
		font-size: 129px;
		font-size: 8.0625rem;
		left: -.6em;
	}
	.top.main {
		overflow: hidden;
		margin-bottom: -9.5em;
	}
	.two-third .post-content {
		max-width: 100%;
		position: relative;
		bottom: 0;
	}
	.single .entry-footer span {
		border-right: 2px solid #000;
		margin: 0 10px 0 0;
		padding-right: 10px;
	}
	.single .entry-footer span:last-child {
		border-right: none;
	}
	.page-template-main-template .custom-header {
		margin-top: -0.4375em;
	}
	.top.main {
		overflow: hidden;
		padding-top: 95px;
	}
	.frontpage.fixed {
		padding-top: 10em;
	}
	.front-page-content h2 {
		font-size: 50px;
		font-size: 3.125rem;
	}
	.link {
		font-size: 50px;
		font-size: 3.125rem;
	}
	.top .widget_didi_top_button_block .button {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.full-size.main {
		position: fixed;
		width: 100%;
		z-index: 99999;
	}
	.fixedmenu #content {
		padding-top: 9em;
	}
	.frontpage.fixed .content-block {
		margin-top: 0;
	}
	/*--------------------------------------------------------------
	## Columns
	--------------------------------------------------------------*/
	.columns {
		margin-right: -2.5%;
	}
	#secondary .columns,
	.site-footer .columns {
		margin-right: 0;
	}
	.onecolumn {
		margin: 0;
		width: 100%;
		border-bottom: none;
	}
	.twocolumn,
	.custom .twocolumn,
	.customwidget .twocolumn {
		float: left;
		margin: 0 2.5% 10px 0;
		width: 47.5%;
		border-bottom: none;
	}
	.site-footer .twocolumn,
	#secondary .twocolumn,
	.site-footer .threecolumn,
	#secondary .threecolumn,
	.site-footer .customwidget .threecolumn,
	#secondary .customwidget .threecolumn,
	.site-footer .fourcolumn,
	#secondary .fourcolumn,
	.site-footer .customwidget .fourcolumn,
	#secondary .customwidget .fourcolumn {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
	}
	.twocolumn:nth-child(2n),
	.custom .twocolumn:nth-child(2n),
	.customwidget .twocolumn:nth-child(2n) {
		margin-right: 0;
	}
	.twocolumn:nth-child(2n+1),
	.custom .twocolumn:nth-child(2n+1),
	.customwidget .twocolumn:nth-child(2n+1) {
		clear: left;
	}
	.threecolumn,
	.custom .threecolumn,
	.customwidget .threecolumn {
		float: left;
		margin: 0 2.5% 10px 0;
		width: 30.8333%;
		border-bottom: none;
	}
	.threecolumn:nth-child(3n),
	.custom .threecolumn:nth-child(3n),
	.customwidget .threecolumn:nth-child(3n) {
		margin-right: 0;
	}
	.threecolumn:nth-child(3n+1),
	.custom .threecolumn:nth-child(3n+1),
	.customwidget .threecolumn:nth-child(3n+1) {
		clear: left;
	}
	.fivecolumn {
		float: left;
		margin: 0;
		width: 20%;
		border-bottom: none;
	}
	.fivecolumn:nth-child(5n),
	.custom .customwidget .fivecolumn:nth-child(5n) {
		margin-right: 0;
	}
	.fivecolumn:nth-child(5n+1),
	.custom .customwidget .fivecolumn:nth-child(5n+1) {
		clear: left;
	}
	.fourcolumn {
		float: left;
		margin: 0;
		width: 25%;
		border-bottom: none;
	}
	.fourcolumn:nth-child(4n),
	.custom .customwidget .fourcolumn:nth-child(4n) {
		margin-right: 0;
	}
	.fourcolumn:nth-child(4n+1),
	.custom .customwidget .fourcolumn:nth-child(4n+1) {
		clear: left;
	}
	.customwidget .fourcolumn,
	.custom .fourcolumn {
		float: left;
		margin: 0 2.5% 10px 0;
		width: 22.5%;
		border-bottom: none;
	}
	.two-third { 
		width: 68%; 
	}
	.one-third { 
		width: 25%;
	}
	.one-third, .two-third { 
		margin-right: 7%; 
		margin-bottom: 10px; 
		float: left;
	}
	.lastcolumn { 
		margin-right: 0!important;
		clear: right;
	}
	.archive article.clear, .blog article.clear, .search article.clear {
		clear: both;
	}
}

@media screen and ( min-width: 55em ) {
	.site {
		margin: 0 auto 0;
		width: 800px;
		padding: 0;
	}
	.custom-background .site {
		width: 856px;
	}
	.singular .content-area {
		float: left;
		margin: 0 -25% 0 0;
		width: 100%;
	}
	.singular .site-main {
		margin: 0 32% 0 0;
	}
	.page-template-grid-template.singular .site-main {
		margin: 0;
	}
	.page-template-full-width-featured-image-template.singular .site-main {
		margin: 0;
	}
	.singular .single-without-sidebar .site-main {
		margin: 0;
	}
	.singular .site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 25%;
	}
	.page-template-fullwidth-template .site-main,
	.page-template-right-column-template .site-main,
	.page-template-main-template.singular .site-main {
		margin: 0 auto;
	}
	.infinite-loader {
		margin-left: 32%;
	}
	.blog .entry-header,
	.archive .entry-header,
	.search .entry-header,
	.page-template-right-column-template .entry-header,
	.page-title,
	.search-no-results .page-header,
	.error404 .page-header {
		float: left;
		width: 25%;
		z-index: 99;
	}
	.blog .sidebar-right-layout .entry-header,
	.archive .sidebar-right-layout .entry-header,
	.search .sidebar-right-layout .entry-header,
	.search-no-results .sidebar-right-layout .page-header,
	.error404 .sidebar-right-layout .page-header {
		float: none;
		width: 100%;
		z-index: 99;
	}
	.archive .page-header .vcard {
		clear: both;
		display: block;
		width: 100%;
	}
	.no-taxonomy-description.archive .page-header .vcard {
		clear: none;
		display: inline;
		width: auto;
	}
	.no-taxonomy-description .page-title,
	.error404 .page-title {
		width: 100%;
	}
	.blog .entry-content,
	.archive .entry-content,
	.search .entry-summary,
	.search .entry-content,
	.page-template-right-column-template .entry-content,
	.taxonomy-description,
	.search-no-results .page-content,
	.error404 .page-content {
		float: right;
		margin: 0 0 1.75em;
		width: 70%;
	}
	.blog .sidebar-right-layout .entry-content,
	.archive .sidebar-right-layout .entry-content,
	.search .sidebar-right-layout .entry-summary,
	.search .sidebar-right-layout .entry-content,
	.sidebar-right-layout .taxonomy-description,
	.search-no-results .sidebar-right-layout .page-content,
	.error404 .sidebar-right-layout .page-content {
		float: none;
		margin: 0 0 1.75em;
		width: 100%;
	}
	.blog .entry-meta > span,
	.archive .entry-meta > span,
	.search .entry-meta > span,
	.page-template-right-column-template .entry-meta > span {
		clear: both;
		display: block;
		width: 100%;
	}
	.blog .sidebar-right-layout .entry-meta > span,
	.archive .sidebar-right-layout .entry-meta > span,
	.search .sidebar-right-layout .entry-meta > span {
		clear: none;
		display: inline-block;
		margin-right: 10px;
		width: auto;
	}
	blockquote.alignleft,
	blockquote.aligncenter {
		margin-left: 0;
	}
	.grid .byline,
	.grid .comments-link {
		border-right: 1px solid #000;
		padding-right: 10px;
	}
}

@media screen and ( min-width: 70em ) {
	.site {
		margin: 0 auto 0;
		width: 992px;
		padding: 0;
	}
	.custom-background .site {
		width: 1048px;
	}
	.site-description {
		clear: none;
		display: inline;
		line-height: 1.3;
		margin: 0 0 3.5em;
		vertical-align: baseline;
		font-size: 16px;
		font-size: 1rem;
	}
	.main-navigation li {
		display: inline-block;
		margin-right: 0;
		margin-left: 1.75em;
	}
	.main-navigation ul > li.menu-item-has-children,
	.main-navigation ul > li.page_item_has_children {
		margin-right: .875em;
	}
	.comment .comment-content {
		float: right;
		width: 70%;
	}
	.comment .comment-meta {
		float: left;
		width: 25%;
	}
	.comment-metadata a {
		display: block;
	}
	.comment .comment-metadata span {
		clear: both;
		margin: 0 0 0.4375em;
	}
	.comment .comment-metadata span.comment-author {
		border-bottom: 2px solid #000;
		margin-bottom: 0.4375em;
	}
	.comment .avatar {
		float: none;
		margin: 0 10px;
		max-width: 44px;
		height: auto;
		position: absolute;
			top: 4px;
			left: -4em;
	}
	.comment span.reply {
		display: inline-block;
	}
	.comment span.edit-link {
		display: inline-block;
	}
	.front-page-content p {
		font-size: 22px;
		font-size: 1.375rem;
	}
	#secondary p {
		font-size: 18px;
		font-size: 1.125rem;
	}
	.front-page-content h2 {
		font-size: 120px;
		font-size: 7.5rem;
	}
	.link {
		font-size: 120px;
		font-size: 7.5rem;
	}
	.frontpage .two-third .front-page-content h2 {
		font-size: 50px;
		font-size: 3.125rem;
	}
	.entry-meta.default span.author.vcard, 
	.entry-meta.default span.comments-link {
		border-right: 2px solid #000;
		padding-right: 5px;
	}
}
@media screen and ( min-width: 80em ) {
	.site {
		width: 1088px;
	}
	.custom-background .site {
		width: 1144px;
	}
}
@media screen and ( min-width: 1120px ) {
	.comment-list {
		margin-left: 20px;
	}
}