/*
 Theme Name:   Silvia Child
 Theme URI:    https://wordpress.org/themes/silvia/
 Description:  Silvia Child Theme
 Author:       Christof Scheidegger
 Author URI:   http://www.atelierscheidegger.ch
 Template:     silvia
 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:  silvia-child
*/




/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * BASE
 * - NORMALIZE
 * - LAYOUTS
 * - MAIN
 * - SHARED
 * - TYPOGRAPHY
 * - FORMS
 *
 * SHARED
 * - HEADER
 * - NAVIGATIONS
 * - CONTENTS
 * - SIDEBAR
 * - FOOTER
 * - COMMENTS
 */

/**
meine Anpassungen
 */

.home .entry-content {
	text-align: center;
}
#site-navigation {
  padding-bottom: 12px;
}
.field-wrap {
    margin-bottom: 10px !important;
}

form label {
	margin: .1em 0 0em !important;
}

.ninja-forms-required-items {
display: none;
}

.ninja-forms-field {
  font-size: 16px;
}

#ninja_forms_field_1_label {
  font-size: 18px;
  margin-bottom: 0px;
}
#ninja_forms_field_2_label {
  font-size: 18px;
}
#ninja_forms_field_3_label {
  font-size: 18px;
}

h2.site-description {
	margin: none !important;
}

h2.entry-title {
text-align: left;
}

span.cat-links {
text-align: left;
display: none;
}

#page {
margin-left: auto;
margin-right: auto;
}

#content {
margin-left: auto !important;
margin-right: auto !important;
}

.site-content {
min-height:666px;
}

.container {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.site-branding {
    padding: 0px 0px;
}
.site-footer {
	background-color: none !important;
}
/*------------------------------------*	$NORMALIZE
\*------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
    /* 1 */
	-ms-text-size-adjust: 100%;
    /* 2 */
	-webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
    /* 1 */
	vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0 0 .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	color: #000;
	background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
	margin-bottom: 20px;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    /* 1 */
	font: inherit;
    /* 2 */
	margin: 0;
	color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    /* 2 */
	cursor: pointer;
	-webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    /* 1 */
	padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
    /* 1 */
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em; 

    border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    /* 1 */
	padding: 0;
	border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-spacing: 0; 
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

/*------------------------------------*	$LAYOUTS
\*------------------------------------*/
.wide-container {
    max-width: 920px !important;
    margin-right: auto;
    margin-left: auto;
	padding: 0;
}
.wide-container:after {
    display: block;
    clear: both; 

    content: ' ';
}
@media (min-width: 240px) and (max-width: 920px) {


    .wide-container {
        padding: 0 19px;
    }

.container {
    max-width: 920px !important;
    margin-right: auto; 
    margin-left: auto;
    padding: 0px 26px;
}

.container:after {
    display: block;
    clear: both; 
    content: ' ';
}
.site-branding {
    padding: 0px 0px;
}
}

@media (min-width: 768px) and (max-width: 920px) {


.container {
    max-width: 920px !important;
    margin-right: 0px; 
    margin-left: 0px;
    padding: 0px 19px;
}
    .content-area {
        float: left;
	min-height: 500px;
        width: 65.6108597285%;
        margin-right: 3.1674208145%;
    }
    .widget-area {
        float: right;

        width: 31.221719457%;
        margin-right: 0;
    }
}

.layout-2c-r .content-area {
    float: right;

    margin-right: 0;
}

.layout-2c-r .widget-area {
    float: left;

    margin-right: 3.1674208145%;
}

.layout-1c .content-area {
    width: 100%; 
    margin-right: 0;
}

/*------------------------------------*	$MAIN
\*------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

* html {
    font-size: 112.5%;
}

html {
    min-height: 100%;
}

.textwidget {
    font-size: 16px;
    line-height: 1.26em;
}

body {
    font-family: 'Crimson Text', serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.32em;

    color: #454545;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**
 * Selection Color.
 */
::-moz-selection {
    color: #fff;
    background: #7a0627;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #7a0627;
    text-shadow: none;
}

::-moz-selection {
    color: #fff;
    background: #7a0627;
    text-shadow: none;
}

/*------------------------------------*	$SHARED
\*------------------------------------*/
figure > img {
    display: block;
}

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

img[class*='align'],
img[class*='attachment-'] {
    height: auto;
}

.wp-caption {
    max-width: 100%; 
    margin: 0;
    margin-bottom: 24px;
}
.wp-caption img[class*='wp-image-'] {
    display: block;

    margin-bottom: 5px;
}

.wp-caption-text {
    font-size: 16px;
    font-style: italic;

    color: #999;
}

.wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; 

    border: 0;
}

embed,
iframe,
object {
    width: 100%; 
    max-width: 100%;
}

.alignleft {
    float: left;

    margin-right: 1.5em;
}

.alignright {
    float: right;

    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
}

.alignnone {
    display: block;
}

.screen-reader-text,
.slicknav_menutxt {
    position: absolute; 

    clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Basic table style
 */
table {
    width: 100%;
    margin-bottom: 2.618em;
}

table th,
table td {
    padding: 10px;

    text-align: left; 
    vertical-align: top;

    border-bottom: 1px solid #e8e4e3;
}

table th {
    text-transform: uppercase;

    border-bottom: 1px solid #e8e4e3;
}

table tr th:first-child,
table tr td:first-child {
    padding-left: 0;
}

table tr th:last-child,
table tr td:last-child {
    padding-right: 0;
}

table tfoot td {
    border-bottom: 0;
}

.sticky,
.bypostauthor {
    font-size: inherit;
}

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    position: relative; 

    float: left;
    overflow: hidden;

    margin: 0 4px 4px 0;
}

.gallery-icon a,
.gallery-icon img {
    display: block;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    font-size: 14px;
    line-height: 1.3;

    position: absolute;
    bottom: 0;
    left: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%; 
    max-height: 50%;
    margin: 0;
    padding: 2px 8px;

    text-align: left;

    opacity: 0;
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 
    height: 100%;
    min-height: 50px;

    content: '';
}

.gallery-item:hover .gallery-caption {
    opacity: 0;
}

@media (min-width: 767px) {
    .gallery-item:hover .gallery-caption {
        opacity: 1;
    }
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.gallery,
.single .hentry,
.related-posts ul,
.widget_archive,
.widget_categories,
.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.site-footer,
.comment-container {
    *zoom: 1;
}
.gallery:before,
.single .hentry:before,
.related-posts ul:before,
.widget_archive:before,
.widget_categories:before,
.widget_archive li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.site-footer:before,
.comment-container:before,
.gallery:after,
.single .hentry:after,
.related-posts ul:after,
.widget_archive:after,
.widget_categories:after,
.widget_archive li:after,
.widget_categories li:after,
.widget_recent_entries li:after,
.site-footer:after,
.comment-container:after {
    display: table; 

    content: '';
}
.gallery:after,
.single .hentry:after,
.related-posts ul:after,
.widget_archive:after,
.widget_categories:after,
.widget_archive li:after,
.widget_categories li:after,
.widget_recent_entries li:after,
.site-footer:after,
.comment-container:after {
    clear: both;
}

.menu-primary-items .sub-menu,
.related-posts ul,
.widget ul,
.commentlist {
    margin: 0;
    padding: 0; 

    list-style: none;
}

.menu-primary-items {
    margin: 0;
    padding: 0; 

    list-style: none;
}
.menu-primary-items > li {
    display: inline-block;

    padding-right: 5px;
    padding-left: 5px;
}
.menu-primary-items a {
    display: block;
}

.aligncenter {
    display: block;

    margin-right: auto; 
    margin-left: auto;
}

/*------------------------------------*	$TYPOGRAPHY
\*------------------------------------*/
/**
 * Set link colors.
 */
a {
    -webkit-transition: all 200ms ease-in-out 0s;
            transition: all 200ms ease-in-out 0s;
    text-decoration: none; 

    color: #7a0627;
}
a:visited {
    color: #7a0627;
}
a:hover,
a:visited:hover {
    text-decoration: none; 

    color: #7a0627;
}

/**
 * Headings.
 */
h1,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400; 
    font-style: normal;
    margin: 14px 0;
    color: #454545;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 1.1em;
}

h2,
.h2 {
    font-size: 30px;
    line-height: 1.1em;
	margin: none !important;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 1.3em;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 1.3em;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

/**
 * Text elements.
 */
p {
    margin: 0 0 27px;
}

abbr[title],
dfn[title] {
    cursor: help;
}

del {
    vertical-align: baseline; 
    text-decoration: line-through;

    color: #aaa;
}

code,
kbd,
pre,
samp {
    font-size: 16px;
}

pre {
    margin: 27px 0;
    padding: 27px;

    color: #2080ad; 
    background-color: #fafafa;
}

code {
    color: #2080ad;
}

ins {
    text-decoration: none; 

    background: #fff9c0;
}

blockquote {
    font-style: italic; 

    margin: 27px 40px;
    padding-left: 20px;

    color: #777;
    border-left: 3px solid #7a0627;
}
blockquote cite {
    position: relative; 

    display: block;

    padding: 10px 0 0 20px;

    color: #555;
}
blockquote cite:before {
    position: absolute; 
    left: 0;

    content: '\2014';
}

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

address {
    display: block; 

    margin: 0 0 27px;
}

ul,
ol {
    margin: 18px 0;
    padding: 0 0 0 27px;
}

ul {
    list-style: disc;
}

ol {
    list-style-type: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

li ul,
li ol {
    margin: 0;
}

dl {
    margin: 27px;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 27px;
}

hr {
    clear: both;

    height: 1px;
    min-height: 0; 
    margin: 27px 0;

    border-top: 1px solid #e9e9e9;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
hr.dotted {
    border-style: dotted;
}
hr.dashed {
    border-style: dashed;
}
hr.blackborder {
    border-color: #000;
}
hr.whiteborder {
    border-color: #fff;
}

/**
 * Print styles.
 */
@media print {
    * {
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: none !important;
    }
    a[href]:after {
        content: ' (' attr(href) ')';
    }
    abbr[title]:after {
        content: ' (' attr(title) ')';
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
	margin: none !important;
    }
    h2,
    h3 {
        page-break-after: avoid;
	margin: none !important;
    }
}

/*------------------------------------*	$FORMS
\*------------------------------------*/
form input[type='text'],
form input[type='password'],
form input[type='email'],
form input[type='url'],
form input[type='date'],
form input[type='month'],
form input[type='time'],
form input[type='datetime'],
form input[type='datetime-local'],
form input[type='week'],
form input[type='number'],
form input[type='search'],
form input[type='tel'],
form input[type='color'],
form select,
form textarea {
    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    height: 2em;
    padding: .5em .6em;

    vertical-align: middle;

    border: 1px solid #ddd;
    border-radius: 3px;
}

form textarea {
    height: auto;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5em .6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 3px #ddd;
	box-shadow: inset 0 1px 3px #ddd;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
form input[type='color'] {
	padding: .2em .5em;
}

form input[type='text']:focus,
form input[type='password']:focus,
form input[type='email']:focus,
form input[type='url']:focus,
form input[type='date']:focus,
form input[type='month']:focus,
form input[type='time']:focus,
form input[type='datetime']:focus,
form input[type='datetime-local']:focus,
form input[type='week']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form input[type='tel']:focus,
form input[type='color']:focus,
form select:focus,
form textarea:focus {
	border-color: #129fea;
	outline: 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
    border-color: #129fea; 
    outline: 0;
}

form input[type='file']:focus,
form input[type='radio']:focus,
form input[type='checkbox']:focus {
    outline: thin solid #129fea;
    outline: 1px auto #129fea;
}

form input[type='checkbox'],
form input[type='radio'] {
    display: block; 

    margin: .5em 0;
}

form input[type='text'][disabled],
form input[type='password'][disabled],
form input[type='email'][disabled],
form input[type='url'][disabled],
form input[type='date'][disabled],
form input[type='month'][disabled],
form input[type='time'][disabled],
form input[type='datetime'][disabled],
form input[type='datetime-local'][disabled],
form input[type='week'][disabled],
form input[type='number'][disabled],
form input[type='search'][disabled],
form input[type='tel'][disabled],
form input[type='color'][disabled],
form select[disabled],
form textarea[disabled] {
    cursor: not-allowed;

    color: #cad2d3; 
    background-color: #eaeded;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
    /* menu hover bg color */
	color: #777;
    /* menu text color */
	border-color: #ccc;
	background-color: #eee;
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
	color: #b94a48;
	border-color: #e9322d;
}

form input[type='file']:focus:invalid:focus,
form input[type='radio']:focus:invalid:focus,
form input[type='checkbox']:focus:invalid:focus {
	outline-color: #e9322d;
}

form select {
    /* Normalizes the height; padding is not sufficient. */
	height: 2.25em;
	border: 1px solid #ccc;
	background-color: white;
}

form select[multiple] {
	height: auto;
}

form label {
	margin: .5em 0 .2em;
}

form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0;
}

form legend {
	display: block;
	width: 100%;
	margin-bottom: .3em;
	padding: .3em 0;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

/*csslint outline-none:false*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	font-family: inherit;
	font-size: 100%;
	padding: .5em 1em;
	text-decoration: none;
	color: #444;
    /* rgba not supported (IE 8) */
	color: rgba(0, 0, 0, .8);
    /* rgba supported */
	border: 1px solid #999;
    /*IE 6/7/8*/
	border: none transparent;
	border-radius: 2px;
    /*IE9 + everything else*/
	background-color: #eee;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, left, color-stop(40%, rgba(0, 0, 0, .05)), right);
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
	outline: 0;
}

button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
	border-color: #000\9;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
	cursor: not-allowed;
	opacity: .40;
	border: none;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=40);
	-khtml-opacity: .40;
	-moz-opacity: .40;
}

/* Firefox: Get rid of the inner focus border */
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
	color: #fff;
	background-color: #0078e7;
}

/*------------------------------------*	$HEADER
\*------------------------------------*/
/**
 * Search area
 */
.search-area {
	display: none;
	padding: 40px 0;
	background-color: #333;
}

.search-area .field {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #999;
	background-color: transparent;
}

.search-area .field:focus {
	outline: none;
}

/**
 * Header
 */
.site-header {
	padding-bottom: 29px;
	max-width: 920px;
margin-left: auto;
margin-right: auto;

}

.site-branding {
	text-align: left;
}

.site-title  {
  margin-top: 4px;
  margin-bottom: 4px;
}
.site-description {
  margin-top: 4px;
  margin-bottom: 4px;
}

.site-branding .site-title {
	text-transform: uppercase;
}

.site-branding .site-title a {
	color: #454545;
}

.site-branding .site-description {
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	font-style: normal;
	color: #777;
}


/**
 * Page header
 */
.page-title {
	font-size: 32px;
    margin: 24px 0 24px;
}

.page-header {
	max-width: 920px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.page-header:after {
	display: block;
	clear: both;
	content: ' ';
}

@media (min-width: 769px) {
	.page-header {
		padding-bottom: 0px;
	}
}

.page-header p {
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
	color: #777;
}

@media (min-width: 769px) {
	.page-header p {
		font-size: 22px;
	}
}

.page-header .avatar {
	border-radius: 50%;
}


/*------------------------------------*	$NAVIGATIONS
\*------------------------------------*/
.main-navigation {
	position: relative;
	padding-bottom: 20px;
}

.menu-wrapper {
	padding: 18px 0;
}

.menu-primary-items {
	text-align: left;

}

.menu-primary-items li {
	position: relative;
	padding: 0 12px;
}

.menu-primary-items li:first-child {
	padding-left: 0;
}

.menu-primary-items li.current-menu-item > a {
	color: #7a0627;
	border-bottom: 1px dotted #7a0627;
}

.menu-primary-items li.current-menu-item .current-menu-item > a {
	color: #7a0627;
	border-color: #e9e9e9;
}

.menu-primary-items li:hover > .sub-menu {
	display: block;
}

.menu-primary-items li.menu-item-has-children {
	padding-right: 20px;
}

.menu-primary-items li.menu-item-has-children::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 18px;
	position: absolute;
	top: 7px;
	right: 5px;
	display: inline-block;
	content: '\f107';
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.menu-primary-items li.menu-item-has-children::after:hover {
	content: '\f106';
	color: #7a0627;
}

.menu-primary-items li.menu-item-has-children:hover::after {
	content: '\f106';
}

.menu-primary-items li.menu-item-has-children > a:hover {
	border-color: transparent;
}

.menu-primary-items a {
	font-size: 18px;
	text-transform: uppercase;
	color: #454545;
	border-bottom: 1px dotted transparent;
}

.menu-primary-items a:hover {
	color: #7a0627;
	border-bottom: 1px dotted #7a0627;
}

.menu-primary-items .sub-menu {
	position: absolute;
	z-index: 9999;
	left: 0;
	display: none;
	margin-top: 0;
	padding: 0;
	text-align: left;
	border: 1px dotted #e9e9e9;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .09);
	box-shadow: 0 0 4px rgba(0, 0, 0, .09);
}

.menu-primary-items .sub-menu li {
	margin: 0;
	padding: 0;
}

.menu-primary-items .sub-menu li:first-child a {
	border-top: 0;
}

.menu-primary-items .sub-menu a {
	line-height: 20px;
	min-width: 170px;
	margin: 0;
	padding: 10px;
	text-transform: capitalize;
	border-top: 1px solid #f4f4f4;
	border-bottom: 0;
}

.menu-primary-items .sub-menu a:hover {
	color: #7a0627;
	border-color: #f4f4f4;
}

/**
 * Mobile menu
 */
.slicknav_menu {
	display: none;
}

@media (max-width: 767px) {
	#menu-primary-items {
		display: none;
	}

	.slicknav_menu {
		display: block;
		padding: 0;
		background-color: transparent;
	}

	.slicknav_menu .slicknav_icon-bar {
		background-color: #454545;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.slicknav_btn {
		margin: 0;
		padding: 25px 30px 0 0;
		background-color: transparent;
	}

	.slicknav_nav {
		margin-top: 60px;
		padding: 10px 0;
		background-color: #454545;
	}

	.slicknav_nav .slicknav_row,
    .slicknav_nav a {
		font-size: 16px;
		margin: 0;
		padding: 5px 20px;
		text-transform: uppercase;
		color: #fff;
	}

	.slicknav_nav .slicknav_row:hover,
    .slicknav_nav a:hover {
		color: #fff;
		border-radius: 0;
		background-color: #333;
	}
}

/**
 * Search icon
 */
.search-toggle {
	position: absolute;
	top: 18px;
	cursor: pointer;
}

/*------------------------------------*	$CONTENTS
\*------------------------------------*/
.hentry {
	margin-bottom: 27px;
}

@media (min-width: 768px) {
	.hentry.post-grid-2-col {
		float: left;
		width: 49.1525423729%;
		margin-right: 1.6949152542%;
	}

	.hentry.post-grid-2-col:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.hentry.post-grid-3-col {
		float: left;
		width: 32.2033898305%;
		margin-right: 1.6949152542%;
	}

	.hentry.post-grid-3-col:nth-of-type(3n) {
		margin-right: 0;
	}
}

@media (min-width: 769px) {
	.hentry.post-grid-4-col {
		float: left;
		width: 23.7288135593%;
		margin-right: 1.6949152542%;
	}

	.hentry.post-grid-4-col:nth-of-type(4n) {
		margin-right: 0;
	}
}

@media (min-width: 601px) and (max-width: 768px) {
	.hentry.post-grid-4-col {
		float: left;
		width: 32.2033898305%;
		margin-right: 1.6949152542%;
	}

	.hentry.post-grid-4-col:nth-of-type(3n) {
		margin-right: 0;
	}
}

.hentry .entry-title {
	word-wrap: break-word;
}

.entry-post {
	font-size: 18px;
	word-wrap: break-word;
}

@media (min-width: 768px) {
	.entry-post {
		font-size: 20px;
	}
}

.thumbnail-link {
	position: relative;
	display: block;
}

.thumbnail-link:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.thumbnail-link img {
	display: block;
	width: 100%;
	-webkit-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

@media (min-width: 768px) {
	.thumbnail-link img {
		width: auto;
	}
}

.thumbnail-detail {
	text-align: left;
	font-style: normal;
}

.thumbnail-detail .entry-title {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 1px;
	margin-top: 16px;
	text-transform: uppercase;
}

.thumbnail-detail .entry-title a {
	color: #454545;
}

.thumbnail-detail .cat-links {
	font-style: normal;
}

.thumbnail-detail .cat-links a {
	color: #777;
}

.thumbnail-detail a:hover {
	color: #7a0627;
}

@media (min-width: 768px) {
	.single .entry-post {
		float: left;
		width: 74.2857142857%;
		margin-right: 2.8571428571%;
	}

	.single .entry-meta {
		float: right;
		width: 22.8571428571%;
		margin-right: 0;
	}
}

@media (min-width: 240px) and (max-width: 600px) {
	
	body {
		font-size: 18px;
	}
	
	.single .hentry {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
        /* optional */
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	.single .hentry .entry-post {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.single .hentry .entry-meta {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}

.single .entry-thumbnail {
	margin-bottom: 27px;
}

.single .entry-title {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}

.single .entry-side {
	font-size: 16px;
	display: block;
	margin-bottom: 2px;
	color: #aaa;
}

.single .entry-side span,
.single .entry-side a {
	color: #666;
}

.single .entry-side a:hover {
	color: #7a0627;
}

.loop-nav {
	font-size: 16px;
	clear: both;
	margin-top: 35px;
	color: #aaa;
}

.loop-nav a {
	display: block;
	color: #666;
}

.loop-nav a:hover {
	color: #7a0627;
}

.attachment .loop-nav .next {
	margin-top: 5px;
}

.loop-nav .next {
	margin-top: 20px;
}

.attachment .hentry {
	margin-bottom: 60px;
}

.entry-content {
	word-wrap: break-word;
}

/**
 * Pagination
 */
.pagination {
	display: block;
	clear: both;
	max-width: 800px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	text-align: center;
}

.pagination:after {
	display: block;
	clear: both;
	content: ' ';
}

.pagination .page-numbers {
	display: inline-block;
	margin-right: -5px;
	padding: 2px 12px;
	color: #454545;
	background-color: #f5f5f5;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	color: #fff;
	background-color: #454545;
}

/**
 * Related posts
 */
.related-posts {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #e9e9e9;
}

.related-posts h3 {
	margin-top: 0;
	margin-bottom: 30px;
}

.related-posts li {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	.related-posts li {
		float: left;
		width: 31.8181818182%;
		margin-right: 2.2727272727%;
		margin-bottom: 0;
	}

	.related-posts li:last-child {
		float: right;
		margin-right: 0;
	}
}

.related-posts .related-thumbnail {
	margin-bottom: 16px;
}

.related-posts .entry-title {
	font-size: 20px;
}

.related-posts .entry-title a {
	color: #454545;
}

.related-posts .entry-title a:hover {
	color: #7a0627;
}

/**
 * Jetpack
 */
#infinite-handle {
	clear: both;
	margin-bottom: 60px;
	text-align: center;
}

#infinite-handle span {
	font-size: 18px;
}

#infinite-handle button {
	text-transform: uppercase;
}

/*------------------------------------*	$SIDEBAR
\*------------------------------------*/
.widget {
	font-size: 16px;
	margin-bottom: 60px;
}

.widget li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.widget li:first-child {
	padding-top: 0;
}

.widget li a {
	color: #454545;
}

.widget li a:hover {
	color: #7a0627;
}

.widget select {
	width: 100%;
	border: 1px solid #eee;
}

.widget-title {
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	color: #454545;
	border-radius: 3px;
	background-color: #f5f5f5;
}

.widget_archive li,
.widget_categories li {
	text-align: right;
}

.widget_archive a,
.widget_categories a {
	float: left;
}

.widget_rss li a {
	color: #7a0627;
}

.widget_search .field {
	width: 100%;
}

.widget_tag_cloud a {
	line-height: 1.5;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 2px 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	background-color: #7a0627;
}

.widget_tag_cloud a:hover {
	opacity: .75;
	color: #fff;
}

.widget_nav_menu .sub-menu {
	padding-left: 20px;
}

.widget_nav_menu .sub-menu li:first-child {
	padding-top: 5px;
}

.widget_nav_menu .sub-menu li:last-child {
	border-bottom: 0;
}

.widget_recent_entries a {
	line-height: 1.5;
	float: left;
	width: 65%;
}

.widget_recent_entries .post-date {
	font-size: 14px;
	float: right;
	color: #777;
}

/*------------------------------------*	$FOOTER
\*------------------------------------*/
.site-footer {
	max-width: 920px;
    margin-left: auto;
    margin-right: auto;
	border-top: 1px dotted #777;
	font-size: 16px;
	padding: 2px 0px 12px 0px;
	background-color: none !important;
     margin-top: 20px;
}

@media (min-width: 240px) {
	.site-footer {
		padding: 0 0px;
	background-color: none !important;
	}
}

.site-info {
	margin-bottom: 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.site-info {
		float: left;
		width: 98.3%;
		margin-right: 1.6949152542%;
		margin-bottom: 0;
		padding-top: 5px;
		text-align: left;
	}
}

.site-info a {
	color: #454545;
	border-bottom: 1px dotted #777;
}

.site-info p {
	margin-bottom: 0;
}

.social-links {
	text-align: center;
}

@media (min-width: 768px) {
	.social-links {
		float: right;
		width: 49.1525423729%;
		margin-right: 0;
		text-align: right;
	}
}

.social-links a {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
	padding: 8px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background-color: #333;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.social-links a {
		padding: 9px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.social-links a {
		padding: 9px;
	}
}

.social-links a:hover {
	color: #fff;
	background-color: #7a0627;
}

/*------------------------------------*	$COMMENTS
\*------------------------------------*/
.comments-title {
	margin-bottom: 60px;
}

.commentlist {
	margin-bottom: 40px;
	border-bottom: 1px dotted #e9e9e9;
}

.commentlist .comment {
	margin-bottom: 60px;
}

.commentlist .children {
	margin: 60px 0;
	padding-left: 0;
	list-style: none;
}

.commentlist .children .avatar {
	width: 90px;
}

@media (min-width: 480px) {
	.commentlist .children {
		padding-left: 90px;
	}
}

@media (min-width: 240px) and (max-width: 768px) {
	.commentlist .children .children {
		padding-left: 0;
	}
}

@media (min-width: 480px) {
	.comment-avatar {
		float: left;
		width: 14.2857142857%;
		margin-right: 2.8571428571%;
	}

	.comment-body {
		float: right;
		width: 82.8571428571%;
		margin-right: 0;
	}
}

.comment-avatar {
	text-align: center;
}

.comment-avatar .avatar {
	border-radius: 50%;
}

.comment-avatar .name {
	font-size: 16px;
	font-weight: 700;
	display: block;
}

@media (min-width: 480px) {
	.comment-avatar .name {
		display: inline-block;
	}
}

.comment-avatar .name a {
	color: #454545;
}

.comment-body {
	position: relative;
}

.comment-body .comment-wrapper {
	position: relative;
	padding: 25px;

}

.comment-body .comment-head {
	font-size: 16px;
	margin-bottom: 10px;
}

.comment-body .comment-head a {
	color: #aaa;
}

@media (max-width: 479px) {
	.comment-body .comment-content {
		font-size: 16px;
	}
	
p {
	font-size: 19px;
	line-height: 25px;
	}

p.copyright {
	padding-top: 7px;
	font-size: 14px;
	line-height: 19px;		
	}	
}

.comment-body .comment-content p:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 480px) {
	.comment-body::before {
		position: absolute;
		top: 15px;
		left: -10px;
		width: 0;
		height: 0;
		content: '';
		border-top: 10px solid transparent;
		border-right: 10px solid #f5f5f5;
		border-bottom: 10px solid transparent;
	}
}

.comment-reply-link {
	font-size: 12px;
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
	padding-top: 20px;
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	text-transform: uppercase;
	color: #999;
}

@media (min-width: 480px) {
	.comment-reply-link {
		position: absolute;
		top: 25px;
		right: 25px;
		padding-top: 0;
	}
}

.author-badge {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 10px 4px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	background-color: #7a0627;
}

@media (min-width: 480px) {
	.author-badge {
		margin-bottom: 0;
	}
}

@media (min-width: 320px) and (max-width: 768px) {
	.comment.depth-2 .author-badge,
    .comment.depth-3 .author-badge {
		padding: 6px 3px 0;
	}
}

.children .comment-respond,
.layout-2c-l .comment-respond {
	margin-top: 60px;
}

.children .comment-form-author,
.children .comment-form-email,
.children .comment-form-url,
.layout-2c-l .comment-form-author,
.layout-2c-l .comment-form-email,
.layout-2c-l .comment-form-url {
	display: block;
	width: 100%;
}

/**
 * Comment form
 */
.comments-area {
	margin-top: 30px;
	margin-bottom: 60px;
	padding-top: 30px;
	border-top: 1px dotted #e9e9e9;
}

.comment-notes {
	font-size: 16px;
	font-style: italic;
	color: #777;
}

form.comment-form label {
	font-size: 16px;
	font-weight: 700;
	display: block;
}

form.comment-form input[type='text'],
form.comment-form input[type='email'],
form.comment-form input[type='url'],
form.comment-form textarea {
	background-color: #fafafa;
}

form.comment-form input[type='text']:focus,
form.comment-form input[type='email']:focus,
form.comment-form input[type='url']:focus,
form.comment-form textarea:focus {
	background-color: #fff;
}

form.comment-form .comment-form-comment {
	clear: both;
}

form.comment-form .comment-form-author,
form.comment-form .comment-form-email,
form.comment-form .comment-form-url {
	float: left;
	margin-right: 29px;
}

form.comment-form .comment-form-author input,
form.comment-form .comment-form-email input,
form.comment-form .comment-form-url input {
	width: 270px;
}

form.comment-form textarea {
	width: 100%;
}

form.comment-form .comment-form-url {
	margin-right: 0;
}

.required {
	color: #f00;
}

#cancel-comment-reply-link {
	font-family: 'Crimson Text', serif;
	font-size: 14px;
}

#comment-nav-above {
	margin-bottom: 30px;
	margin-bottom: 2.30769rem;
}

.comment-navigation .nav-previous {
	display: inline;
	float: left;
}

.comment-navigation .nav-next {
	display: inline;
	float: right;
	text-align: right;
}

.comment-navigation a {
	color: #555;
}


@media (min-width: 240px) and (max-width: 1170px) {
  .container, .wide-container {
    padding: 0 26px;
  }
}
