/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


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

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

body {
	margin: 0;
}

article,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}


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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

b {
	font-weight: 700;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

code {
	font-size: 1em;
}

button {
	overflow: visible;
	border: none;
}

button,
input {
	max-width: 100%;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}


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


/**
 * 2.0 - Genericons
 */


/**
 * 3.0 - Typography
 */


i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}


blockquote i {
	font-style: normal;
}


blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

code,
var {
	font-family: Inconsolata, monospace;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}


/**
 * 5.0 - Forms
 */


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

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

a:focus {
	outline: thin dotted;
}

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


/**
 * 6.2 - Menus
 */

/* reset screen-reader-text */


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */


/**
 * 8.0 - Alignments
 */

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

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

/* Calendar widget */

/* Recent Posts widget */

/* RSS widget */

/* Tag Cloud widget */


/**
 * 11.0 - Content
 */

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/**
 * 11.1 - Header
 */

/**
 * 11.2 - Posts and pages
 */

.woocommerce .u-footer {
	clear: both;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */


/**
 * 11.3 - Post Formats
 */


/**
 * 11.4 - Comments
 */


/**
 * 11.5 - Sidebar
 */



/**
 * 11.6 - Footer
 */


/**
 * 12.0 - Media
 */

/* Make sure embeds and iframes fit their containers. */

object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}


p > object,
p > video {
	margin-bottom: 0;
}


/**
 * 12.1 - Captions
 */


/**
 * 12.2 - Galleries
 */


/**
 * 13.0 - Multisites
 */


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		margin: 21px;
	}

	/* restore screen-reader-text */
}


/**
 * 14.2 - >= 783px
 */


/**
 * 14.3 - >= 910px
 */


/**
 * 14.4 - >= 985px
 */


/**
 * 14.5 - >= 1200px
 */


/**
 * 15.0 - Print
 */

@media print {
	
	button,
	input,
	.navigation {
		display: none;
	}

	body {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}
}

/************************************************ Custom styles *******************************************************/
.site {
	margin: 0;
}
body:before, body::after {
	display: none !important;
}
#comments, nav.navigation {
	position: relative;
	margin-bottom: 0;
}
#comments p, .u-text p {
	margin-bottom: 10px;
}
#comments {
	margin-bottom: 60px;
}

/* Remove margin form on wp search page - no result */

.u-post-content img {
	height: auto;
	max-width: 100%;
}

@media (max-width: 767px) {
	.u-post-content img {
		width: auto;
	}
}

/*************************************************** common css *******************************************************/