/*
Theme Name: Pepper
Theme URI: http://www.grovepixels.com/pepper/
Author: Toan Nguyen
Author URI: http://www.grovepixels.com/
Description: Pepper is a simple blog Wordpress theme with full-width homepage, featured content, beautiful newsletter form and minimalist style for better reading experience. It works perfectly for blog, simple websites and it will make your WordPress look beautiful everywhere.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/copyleft/gpl.html
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, editor-style, featured-images, translation-ready, microformats, threaded-comments
Text Domain: pepper

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

/*-----------------------------------------------------------------------------------*/
/*	
* 1.0. HTML5 Reset
* 2.0. Global
* 3.0. Header
* 4.0. Main 
* 5.0. Footer
* 6.0. Featured Posts
* 7.0. Front Posts
* 8.0. Single Post
* 9.0. Comments
* 10.0. Sidebar
* 11.0. Pages
* 12.0. No Results
* 13.0. Archive
* 14.0. Pagination
* 15.0. Breadcrumbs
* 16.0. Search Overlay
* 17.0. Menu Slide
* 18.0. Responsive
* 19.0. Print
*
/*
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/* 1.0. HTML5 Reset
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	text-rendering: optimizeLegibility;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-feature-settings: "kern";
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern=1";
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

body {
	background-color: #ffffff;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

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

a img {
	border: 0;
}

/*-----------------------------------------------------------------------------------*/
/* 2.0. Global 
/*-----------------------------------------------------------------------------------*/

/*-------------------------------------------*/
/* Typography
/*-------------------------------------------*/

body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 0.900rem;
	font-weight: 400;
	line-height: 1.600;
	color: #000000;
}

input,
select,
textarea {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 0.800rem;
	font-weight: 400;
	line-height: 1.600;
	color: #999999;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 0.900rem;
	font-weight: 700;
	line-height: 1.600;
	color: #999999;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.333;
}

h1 {
	font-size: 40px;
	font-size: 2.000rem;
	margin: 2.250rem 0 0.750rem;
	margin: 45px 0 15px;
}

h2 {
	font-size: 30px;
	font-size: 1.500rem;
	margin: 2.250rem 0 0.750rem;
	margin: 45px 0 15px;
}

h3 {
	font-size: 26px;
	font-size: 1.300rem;
	margin: 30px 0 15px;
	margin: 1.500rem 0 0.750rem;
}

h4 {
	font-size: 22px;
	font-size: 1.100rem;
	margin: 30px 0 15px;
	margin: 1.500rem 0 0.750rem;
}

h5, 
h6 {
	font-size: 18px;
	font-size: 0.900rem;
	margin: 30px 0 15px;
	margin: 1.500rem 0 0.750rem;
}

p {
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	background: #f2f2f2;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 30px 45px;
	padding: 1.500rem 2.250rem;
	margin: 30px 0;
	margin: 1.500rem 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

blockquote p {
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
}

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

blockquote cite,
blockquote small {
	color: #999999;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 700;
}

address {
	font-style: italic;
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #fdf9eb;
	font-size: 100%;
	line-height: 1.3;
	color: #988b70;
	max-width: 100%;
	padding: 20px 45px;
	padding: 1.000rem 2.250rem;
	margin: 30px 0;
	margin: 1.500rem 0;
	border: 1px solid #f1ead4;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #dddddd;
	cursor: help;
}

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*-------------------------------------------*/
/*	Elements
/*-------------------------------------------*/

hr {
	background-color: #dddddd;
	border: 0;
	height: 1px;
	margin: 45px 0;
	margin: 2.250rem 0;
}

ul,
ol {
	margin: 0 0 30px 30px;
	margin: 0 0 1.500rem 1.500rem;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ul li,
ol li {
	margin-bottom: 10px;
	margin-bottom: 0.500rem;
}

li > ul,
li > ol {
	margin-top: 10px;
	margin-top: 0.500rem;
	margin-bottom: 0;
}

dl {
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
}

table {
	width: 100%;
 	padding: 0;
 	margin: 30px 0;
  	margin: 1.500rem 0;
}

table th {
  	font-weight: bold;
  	padding: 11px 0;
 	padding: 0.550rem 0;
  	border-bottom: 1px solid #dddddd;
}

table td {
	padding: 10px 0;
 	padding: 0.500rem 0;
 	border-bottom: 1px dotted #dddddd;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Hightlight */
.highlight {
	background-color: #fff9c0;
}

/* Hide */
.hide {
	display: none ! important;
}

/*-------------------------------------------*/
/* Forms
/*-------------------------------------------*/

::-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #999999;
}

input,
textarea,
select {
	display: block;
	background-color: #f2f2f2;
	font-size: 16px;
	font-size: 0.800rem;
	line-height: 20px;
	line-height: 1.000rem;
	color: #999999;
	width: 100%;
	padding: 14px 15px;
	padding: 0.700rem 0.750rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
	border: 1px solid #dddddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: baseline;
	outline: none;
}

input:focus,
textarea:focus,
select:focus {
	border: 1px solid #bbbbbb;
	outline: none;
}

input[type=checkbox],input[type=radio]{
	display: inline-block;
    background: none;
    line-height: 0;
    color: #999999;
    width: 16px !important;
    width: 0.800rem !important;
    min-width: 16px !important;
    min-width: 0.800rem !important;
    height: 16px !important;
    height: 0.800rem !important;
    padding: 0 !important;
    margin: -4px 4px 0 0 !important;
    margin: -0.200rem 0.200rem 0 0 !important;
    text-align: center;
    border: 1px solid #cccccc;
    vertical-align: middle;
    cursor: pointer;
    clear: none;
    outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	background: #fdeb89;
	font-size: 18px;
	font-size: 0.900rem;
	font-weight: 700;
	line-height: 20px;
	line-height: 1.100rem;
	color: #000000;
	max-width: 100%;
	padding: 14px 15px;
	padding: 0.700rem 0.750rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
	border: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: baseline;
	cursor: pointer;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

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-color: #000000;
	color: #ffffff;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: none;
	-webkit-appearance: textfield;
}

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

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

textarea {
	line-height: 1.5;
	padding: 15px;
	padding: 0.750rem;
	height: 200px;
	height: 10.000rem;
	vertical-align: top;
	overflow: auto;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	margin: 0 5px 5px 0;
	margin: 0 0.250rem 0.250rem 0;
}

/*-------------------------------------------*/
/* Links
/*-------------------------------------------*/

a {
	color: #326891;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.btn {
	display: inline-block;
	background: #fdeb89;
	font-size: 18px;
	font-size: 0.900rem;
	font-weight: 700;
	line-height: 50px;
	line-height: 2.500rem;
	color: #000000;
	max-width: 100%;
	height: 50px;
	height: 2.500rem;
	padding: 0 15px;
	padding: 0 0.750rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
	text-decoration: none;
	border: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: baseline;
	cursor: pointer;
}

.btn:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
	max-width: 100%;
	vertical-align: middle;
}

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

.fluid-width-video-wrapper {
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 16px;
	font-size: 0.800rem;
	margin-top: 0;
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
	padding: 0.500rem 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
	top: 0.500rem;
}

/*-------------------------------------------*/
/* Caption
/*-------------------------------------------*/

.wp-caption {
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
	max-width: 100%;
}

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

.wp-caption-text {
	color: #999999;
	font-size: 18px;
	font-size: 0.900rem;
	padding: 15px 0 0;
	padding: 0.750rem 0 0;
}


/*-------------------------------------------*/
/* Galleries
/*-------------------------------------------*/

.gallery {
	margin-bottom: 1.500rem;
}

.gallery-item {
	display: inline-block;
	padding: 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-icon img {
	margin: 2px ! important;
}

.gallery-caption {
	color: #999999;
	display: block;
	font-size: 16px;
	font-size: 0.800rem;
	line-height: 1.5;
	padding: 10px 0;
	padding: 0.500rem 0;
}

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

/*-------------------------------------------*/
/* Alignments
/*-------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.5% 5% 2% 0;
	max-width: 50%;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.5% 0 2% 5%;
	max-width: 50%;
}

@media (max-width: 767px) {
	blockquote.alignleft {
		max-width: 100%;
		margin: 30px 0;
		margin: 1.500rem 0;
	}

	blockquote.alignright {
		max-width: 100%;
		margin: 30px 0;
		margin: 1.500rem 0;
	}
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 10px;
	margin-top: 0.500rem;
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
}

.gallery-caption {}

.tiled-gallery {
	margin-bottom: 30px ! important;
	margin-bottom: 1.500rem ! important;
}

.sticky {}

.mejs-container {
	margin-bottom: 30px;
	margin-bottom: 1.500rem;
}

.screen-reader-text {}

/*-------------------------------------------*/
/* Clearing
/*-------------------------------------------*/

.clearfix:before,
.site-wrap:before,
.site-row:before,
.site-header:before,
.site-main:before,
.site-footer:before,
.widget:before,
.pagination:before,
.hentry:before {
	content: " ";
	display: table;
}

.clearfix:after,
.site-wrap:after,
.site-row:after,
.site-header:after,
.site-main:after,
.site-footer:after,
.widget:after,
.pagination:after,
.hentry:after {
	clear: both;
	content: '';
	display: table;
}

.site-wrap {
	width: 100%;
	padding: 0 40px;
	padding: 0 2.000rem;
	margin: 0 auto;
}

.site-row {
	width: 100%;
	max-width: 1200px;
	max-width: 60.000rem;
	padding: 0;
	margin: 0 auto;
}

/*-------------------------------------------*/
/* Position
/*-------------------------------------------*/

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

/*-------------------------------------------*/
/* Short columns
/*-------------------------------------------*/

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-right: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.last {
	clear: right;
	margin-right: 0 ! important;
}

/*-----------------------------------------------------------------------------------*/
/* 3.0. Header
/*-----------------------------------------------------------------------------------*/

.site-header {
	position: relative;
}

/*-------------------------------------------*/
/* Top bar
/*-------------------------------------------*/

.header-widgets {
	background: #000;
	padding: 30px;
	padding: 1.500rem;
	margin: 0;
	text-align: center;
}

.header-widgets .widget {
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
}

.header-widgets .widget:last-child {
	margin: 0;
}

/*-------------------------------------------*/
/* Logo
/*-------------------------------------------*/

.logo {
	width: 100%;
	margin: 35px 0;
	margin: 1.750rem 0;
	text-align: center;
}

.logo h1.site-logo,
.logo p.site-logo {
	display: inline-block;
	font-size: 28px;
	font-size: 1.400rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.100em;
	margin: 0;
}

.logo h1.site-logo a,
.logo p.site-logo a {
	color: #000000;
	text-decoration: none;
}

.logo h1.site-logo a:hover,
.logo p.site-logo a:hover {
	color: #000000;
	text-decoration: none;
}

/*-------------------------------------------*/
/* Primary navigation
/*-------------------------------------------*/

.primary-nav {
	font-size: 16px;
	font-size: 0.800rem;
	font-weight: 700;
	line-height: 32px;
	line-height: 1.600rem;
	letter-spacing: 0.200em;
	width: 100%;
	height: 80px;
	height: 4.000rem;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.primary-nav ul {
	font-size: 16px;
	font-size: 0.800rem;
	list-style: none;
	margin: 0;
}

.primary-nav ul li {
	display: inline-block;
	padding: 23px 20px;
	padding: 1.150rem 1.000rem;
	margin: 0;
}

.primary-nav ul li a {
	color: #000000;
	text-decoration: none;
}

.primary-nav ul li a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 2px solid #fdeb89;
}

/* Sub Links #1 */
.primary-nav ul li.menu-item-has-children ul,
.primary-nav ul li.page_item_has_children ul {
	display: none;
	background: #ffffff;
	font-size: 14px;
	font-size: 0.700rem;
	width: 280px;
	width: 14.000rem;
	padding: 0;
	margin: -1px 0 0 0;
	text-align: left;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 100%;
	z-index: 3;
}

.primary-nav ul li:hover.menu-item-has-children ul,
.primary-nav ul li:hover.page_item_has_children ul {
	display: block;
}

.primary-nav ul li.menu-item-has-children ul li,
.primary-nav ul li.page_item_has_children ul li {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #dddddd;
	position: relative;
}

.primary-nav ul li.menu-item-has-children ul li:last-child,
.primary-nav ul li.page_item_has_children ul li:last-child {
	border: none;
}

.primary-nav ul li.menu-item-has-children ul li a,
.primary-nav ul li.page_item_has_children ul li a {
	display: block;
	color: #000000;
	padding: 10px 20px;
	padding: 0.500rem 1.000rem;
	text-decoration: none;
}

.primary-nav ul li.menu-item-has-children ul li a:hover,
.primary-nav ul li.page_item_has_children ul li a:hover {
	background: #f2f2f2;
	color: #000000;
	text-decoration: none;
	border: none;
}

/* Sub Links #2 */
.primary-nav ul li.menu-item-has-children ul li.menu-item-has-children ul,
.primary-nav ul li.page_item_has_children ul li.page_item_has_children ul {
	display: none;
	margin: 0;
	top: 0;
	left: 280px;
	left: 14.000rem;
}

.primary-nav ul li.menu-item-has-children ul li:hover.menu-item-has-children ul,
.primary-nav ul li.page_item_has_children ul li:hover.page_item_has_children ul {
	display: block;
}

/* Arrow */
.primary-nav ul li.menu-item-has-children a:after,
.primary-nav ul li.page_item_has_children a:after {
	display: inline-block;
	content: "\f107";
    font-family: 'grovepixels' !important;
    font-size: 12px;
    line-height: 1;
    padding-left: 2px;
    vertical-align: middle;
}

.primary-nav ul li.menu-item-has-children ul li a:after,
.primary-nav ul li.page_item_has_children ul li a:after {
	display: none;
}

.primary-nav ul li.menu-item-has-children ul li.menu-item-has-children a:after,
.primary-nav ul li.page_item_has_children ul li.page_item_has_children a:after {
	display: inline-block;
}

.primary-nav ul li.menu-item-has-children ul li.menu-item-has-children ul li a:after,
.primary-nav ul li.page_item_has_children ul li.page_item_has_children ul li a:after {
	display: none;
}

/*-------------------------------------------*/
/* Header icons
/*-------------------------------------------*/

.header-icons {
	float: left;
	margin: 0;
	position: absolute;
	top: 30px;
	top: 1.500rem;
	left: 40px;
	left: 2.000rem;
}

.header-icons ul {
	list-style: none;
	margin: 0;
}

.header-icons ul li {
	float: left;
	margin: 0 10px 0 0;
	margin: 0 0.500rem 0 0;
}

.header-icons ul li a {
	display: inline-block;
	background: #f2f2f2;
	font-size: 16px;
	font-size: 0.800rem;
	line-height: 40px;
	line-height: 2.000rem;
	color: #000000;
	width: 40px;
	width: 2.000rem;
	height: 40px;
	height: 2.000rem;
	padding: 0;
	margin: 0;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.header-icons ul li a:hover {
	background: #f2f2f2;
	color: #999999;
	text-decoration: none;
}

/*-------------------------------------------*/
/* Header search
/*-------------------------------------------*/

.header-search {
	float: right;
	margin: 0;
	position: absolute;
	top: 35px;
	top: 1.750rem;
	right: 40px;
	right: 2.000rem;
}

.header-search form {
	margin: 0;
	position: relative;
}

.header-search form input[type="text"] {
	background: #f2f2f2;
	font-size: 14px;
	font-size: 0.700rem;
	line-height: 0.900rem;
	width: 200px;
	width: 10.000rem;
	padding: 6px 10px;
	padding: 0.300rem 0.500rem;
	margin: 0;
}

.header-search form button[type="submit"] {
	background: none;
	font-size: 14px;
	font-size: 0.700rem;
	line-height: 30px;
	line-height: 1.500rem;
	color: #999999;
	height: 30px;
	height: 1.500rem;
	padding: 0;
	margin: 0;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 10px;
	right: 0.500rem;
}

/*-----------------------------------------------------------------------------------*/
/* 4.0. Main
/*-----------------------------------------------------------------------------------*/

.site-main {
	margin: 60px 0;
	margin: 3.000rem 0;
}

/*-----------------------------------------------------------------------------------*/
/* 5.0. Footer
/*-----------------------------------------------------------------------------------*/

.site-footer {
	font-size: 16px;
	font-size: 0.800rem;
	padding: 60px 0 45px;
	padding: 3.000rem 0 2.250rem;
	border-top: 1px solid #dddddd;
}

/*-------------------------------------------*/
/* Footer widgets
/*-------------------------------------------*/

.footer-widgets {
	margin: 0 -15px 30px;
	margin: 0 -0.750rem 1.500rem;
}

.footer-widgets .widget {
	float: left;
	width: 20%;
	padding: 0 15px;
	padding: 0 0.750rem;
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
}

.footer-widgets .widget h4.widget-title {
	padding: 0;
	border: none;
}

.footer-widgets-2 {
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
}

.footer-widgets-2 .widget {
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
}

.footer-widgets-2 .widget h4.widget-title {
	font-size: 32px;
	font-size: 1.600rem;
	letter-spacing: 0;
	padding: 0;
	margin: 0 0 20px;
	margin: 0 0 1.000rem;
	text-transform: none;
	border: none;
}

/*-------------------------------------------*/
/* Footer newsletter
/*-------------------------------------------*/

.pepper-newsletter-footer-widget {
	margin: 0 auto 60px;
	margin: 0 auto 3.000rem;
}

.pepper-newsletter-footer-widget .newsletter-widget__left {
	float: left;
	width: 58.33333333%;
	padding: 0 30px 0 0;
	padding: 0 1.500rem 0 0;
}

.pepper-newsletter-footer-widget .newsletter-widget__left h4 {
	font-size: 32px;
	font-size: 1.600rem;
	margin: 0 0 20px;
	margin: 0 0 1.000rem;
}

.pepper-newsletter-footer-widget .newsletter-widget__left p {
	font-size: 18px;
	font-size: 0.900rem;
	color: #999999;
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
}

.pepper-newsletter-footer-widget .newsletter-widget__right {
	float: right;
	width: 41.66666666%;
	padding: 0 0 0 30px;
	padding: 0 0 0 1.500rem;
}

.pepper-newsletter-footer-widget .newsletter-widget__right form {
	margin: 0;
	position: relative;
}

.pepper-newsletter-footer-widget .newsletter-widget__right form input[type="submit"] {
	margin: 0 0 10px;
	margin: 0 0 0.500rem;
}

.pepper-newsletter-footer-widget .newsletter-widget__right span {
	font-size: 14px;
	font-size: 0.700rem;
	color: #999999;
}

/*-------------------------------------------*/
/* Footer navigation & copyright
/*-------------------------------------------*/

.footer-navcopyright {
	font-size: 14px;
	font-size: 0.700rem;
	font-weight: 700;
	letter-spacing: 0.100em;
	padding: 30px 0 0;
	padding: 1.500rem 0 0;
	border-top: 1px solid #dddddd;
}

/* Footer navigation */
.footer-nav {
	float: left;
	padding: 0 30px 0 0;
	padding: 0 1.500rem 0 0;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
	text-transform: uppercase;
}

.footer-nav ul {
	list-style: none;
	margin: 0;
}

.footer-nav ul li {
	display: inline-block;
	margin: 0 15px 5px 0;
	margin: 0 0.750rem 0.250rem 0;
}

.footer-nav ul li:last-child {
	margin-right: 0;
}

.footer-nav ul li a {
	color: #000000;
	text-decoration: none;
}

.footer-nav ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

.footer-nav ul li ul {
	display: none;
}

/* Footer copyright */
.footer-copyright {
	float: right;
	padding: 0 0 0 30px;
	padding: 0 0 0 1.500rem;
	color: #999999;
	text-transform: uppercase;
}

.footer-copyright a,
.footer-copyright a:hover {
	color: #999999;
}

.footer-copyright p {
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/* 6.0. Featured Posts
/*-----------------------------------------------------------------------------------*/

.featured-posts {
	margin: 0 0 60px;
	margin: 0 0 3.000rem;
	position: relative;
}

.featured-posts .hentry {
	margin: 0;
	position: relative;
}

.featured-posts .hentry .featured-image {
	margin: 0;
	position: relative;
}

.featured-posts .hentry .entry-background {
	display: inline-block;
	background: #ffffff;
    max-width: 380px;
    max-width: 19.000rem;
	padding: 20px;
	padding: 1.000rem;
	margin: 0;
	position: absolute;
	top: 20px;
	top: 1.000rem;
	left: 20px;
	left: 1.000rem;
}

.featured-posts .hentry .entry-header {
	padding: 0;
	margin: 0;
	border: none;
}

.featured-posts .hentry h2.entry-title {
	font-size: 26px;
	font-size: 1.300rem;
	margin: 0;
}

.featured-posts .hentry h2.entry-title a {
	display: inline-block;
	color: #000000;
	text-decoration: none;
}

.featured-posts .hentry h2.entry-title a:hover {
	color: #000000;
	text-decoration: none;
}

.featured-posts .hentry p.entry-category {
	font-size: 16px;
	font-size: 0.800rem;
	letter-spacing: 0;
	margin-bottom: 10px;
	margin-bottom: 0.500rem;
}

.featured-posts .hentry p.entry-category a {
	color: #000000;
	text-decoration: underline;
}

.featured-posts .hentry p.entry-category a:hover {
	color: #999999;
	text-decoration: underline;
}

.rslides {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.rslides li {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
}

.rslides li:first-child {
	float: left;
	display: block;
	position: relative;
}

.rslides img {
	float: left;
	display: block;
	width: 100%;
	height: auto; 
	border: 0;
}

.slide-navs {
	width: 100%;
	height: 50px;
	height: 2.500rem;
	margin: -25px 0 0;
	margin: -1.250rem 0 0;
	position: absolute;
	top: 50%;
}

.slide-navs a,
.slide-navs a:hover {
	color: #000000;
	text-decoration: none;
}

.rslides_nav {
	display: inline-block;
	background: rgba(255,255,255,1);
	font-size: 0;
	line-height: 50px;
	line-height: 2.500rem;
	color: #ffffff;
	width: 28px;
	width: 1.400rem;
	height: 50px;
	height: 2.500rem;
	margin: 0;
	text-align: center;
	border: none;
	cursor: pointer;
	position: absolute;
	left: 20px;
	left: 1.000rem;
	z-index: 2;
}

.rslides_nav:hover {
	background: rgba(255,255,255,0.8);
}

.rslides_nav.next {
	left: auto;
	right: 20px;
	right: 1.000rem;
}

.rslides_nav.prev:before {
	content: "\f104";
	display: inline-block;
	 font-family: 'grovepixels' !important;
	font-size: 24px;
	font-size: 1.200rem;
	text-align: center;
}

.rslides_nav.next:before {
	content: "\f105";
	display: inline-block;
	 font-family: 'grovepixels' !important;
	font-size: 24px;
	font-size: 1.200rem;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/* 7.0. Front Posts
/*-----------------------------------------------------------------------------------*/

.front-posts {
	margin: 0 -15px;
	margin: 0 -0.750rem;
}

.front-posts .hentry {
	float: left;
	width: 33.33333333%;
	padding: 0 15px;
	padding: 0 0.750rem;
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
}

.front-posts .hentry:nth-child(3n+1) {
	clear: left;
}

.front-posts .hentry .entry-background {
	background: #f2f2f2;
	padding: 20px;
	padding: 1.000rem;
	height: 320px;
	height: 16.000rem;
	position: relative;
}

.front-posts .hentry .featured-image {
	margin-bottom: 0;
	position: relative;
}

.front-posts .hentry .entry-header {
	padding: 0;
	margin: 0;
	border: none;
}

.front-posts .hentry h2.entry-title {
	font-size: 26px;
	font-size: 1.300rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
}

.front-posts .hentry h2.entry-title a,
.front-posts .hentry h2.entry-title a:hover {
	color: #000000;
	text-decoration: none;
}

.front-posts .hentry p.entry-category {
	font-size: 16px;
	font-size: 0.800rem;
	letter-spacing: 0;
	margin-bottom: 10px;
	margin-bottom: 0.500rem;
	text-transform: none;
}

.front-posts .hentry p.entry-category a {
	color: #000000;
	text-decoration: underline;
}

.front-posts .hentry p.entry-category a:hover {
	color: #999999;
	text-decoration: underline;
}

.front-posts .hentry .entry-excerpt {
	font-family: Georgia, serif;
	font-size: 18px;
	font-size: 0.900rem;
}

.front-posts .hentry .entry-excerpt p {
	margin: 0 0 20px;
	margin: 0 0 1.000rem;
}

.front-posts .hentry p.entry-meta {
	font-size: 14px;
	font-size: 0.700rem;
	color: #999999;
	margin: 0;
	position: absolute;
	bottom: 20px;
	bottom: 1.000rem;
}

.front-posts .hentry p.entry-meta a {
	color: #999999;
	text-decoration: none;
}

.front-posts .hentry p.entry-meta a:hover {
	color: #999999;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/* 8.0. Single Post
/*-----------------------------------------------------------------------------------*/

.hentry {
	width: 100%;
	padding: 0;
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
}

.hentry .entry-header {
	padding: 0 0 20px;
	padding: 0 0 1.000rem;
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
	border-bottom: 1px solid #dddddd;
}

.hentry p.entry-category {
	font-size: 16px;
	font-size: 0.800rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: 0.500rem;
}

.hentry p.entry-category a {
	color: #000000;
	text-decoration: underline;
	border: none;
}

.hentry p.entry-category a:hover {
	color: #000000;
	text-decoration: none;
	border: none;
}

.hentry h1.entry-title {
	font-size: 44px;
	font-size: 2.200rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
	text-align:center;
}

.hentry p.entry-meta {
	display: inline-block;
	font-size: 15px;
	font-size: 0.750rem;
	color: #999999;
	margin: 0;
}

.hentry p.entry-meta a {
	color: #999999;
	text-decoration: none;
}

.hentry p.entry-meta a:hover {
	color: #999999;
	text-decoration: none;
}

.hentry .featured-image {
	width: 100%;
	margin: 0 0 45px;
	margin: 0 0 2.250rem;
	position: relative;
}

.hentry .entry-format {
	display: inline-block;
	position: absolute;
	margin: 0;
	bottom: 20px;
	bottom: 1.000rem;
	left: 20px;
	left: 1.000rem;
}

.hentry .entry-format span {
	display: inline-block;
	background-color: rgba(0,0,0,0.6);
	font-size: 15px;
	font-size: 0.750rem;
	line-height: 30px;
	line-height: 1.500rem;
	color: #ffffff;
	width: 32px;
	width: 1.600rem;
	height: 32px;
	height: 1.600rem;
	text-align: center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.hentry .entry-format span.icon-play:before {
	margin-left: 1px;
}

.hentry .entry-content {
	font-family: Georgia, serif;
	font-size: 20px;
	font-size: 1.000rem;
	margin: 0 0 90px;
	margin: 0 0 4.500rem;
}

.hentry .entry-grid__left {
	float: left;
	width: 70.00000000%;
	padding: 0 30px 0 0;
	padding: 0 1.500rem 0 0;
	margin: 0;
}

.hentry .entry__content__blocks {
	width: 100.00000000%;
	padding: 0 60px;
	padding: 0 3.000rem;
}

.hentry .entry-grid__right {
	float: left;
	width: 30.00000000%;
	padding: 0 0 0 30px;
	padding: 0 0 0 1.500rem;
	margin: 0;
}

.hentry .entry-grid.bottom {
	padding: 60px 0 0;
	padding: 3.000rem 0 0;
	border-top: 1px solid #dddddd;
}

/*-------------------------------------------*/
/* Page links
/*-------------------------------------------*/

.page-links {
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
}

.page-links > .page-links-title {
	border: 0;
    color: #000000;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
}

.page-links a, .page-links > span {
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    text-decoration: none;
    width: 1.8461538462em;
}

.page-links a {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.page-links a:hover {
	background: #999999;
	border-color: #999999;
	text-decoration: none;
}

/*-------------------------------------------*/
/* Entry blocks
/*-------------------------------------------*/

.entry-blocks { 
	width: 100.00000000%;
	padding: 0 60px;
	padding: 0 3.000rem;
}

h3.block-title {
	font-size: 20px;
	font-size: 1.000rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
}

/*-------------------------------------------*/
/* Entry share 
/*-------------------------------------------*/

.entry-share {
	float: right;
	margin: -5px 0 0;
	margin: -0.250rem 0 0;
}

.entry-share ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.entry-share ul li {
	float: left;
	margin: 0 5px 5px 0;
}

.entry-share ul li a {
	display: inline-block;
	background: #f2f2f2;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	width: 30px;
	height: 30px;
	padding: 1px 0;
	margin: 0;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.entry-share ul li a:hover {
	background: #f2f2f2;
	color: #999999;
	text-decoration: none;
}

/*-------------------------------------------*/
/* Entry tags
/*-------------------------------------------*/

.entry-footer {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 0.900rem;
	color: #b2b2b2;
	padding: 20px 0;
	padding: 1.000rem 0;
	margin: 0 0 60px;
	margin: 0 0 3.000rem;
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
}

.entry-footer a {
	color: #b2b2b2;
	text-decoration: none;
}

.entry-footer a:hover {
	color: #b2b2b2;
	text-decoration: underline;
}

/*-------------------------------------------*/
/* Author box
/*-------------------------------------------*/

.author-box {
	font-family: Georgia, serif;
	margin: 0 0 60px 0;
	margin: 0 0 3.000rem 0;
	border-bottom: 1px dotted #dddddd;
}

.author-box h2.author-title {
	font-size: 18px;
	font-size: 0.900rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
}

.author-box__left {
	float: left;
	width: 60px;
	width: 3.000rem;
	margin: 0 30px 0 0;
	margin: 0 1.500rem 0 0;
}

.author-box__right {
	margin-left: 90px;
	margin-left: 4.500rem;
}

/*-------------------------------------------*/
/* Related posts
/*-------------------------------------------*/

.related-posts {
	margin: 0 -60px 60px;
	margin: 0 -3.000rem 3.000rem;
}

.related-posts__posts {
	margin: 0 -15px;
	margin: 0 -0.750rem;
}

.related-posts__posts .related-post {
	float: left;
	width: 33.33333333%;
	padding: 0 15px;
	padding: 0 0.750rem;
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
}

.related-posts__posts .related-post:nth-child(3n+1) {
	clear: left;
}

.related-post .featured-image {
	margin: 0 0 15px !important;
	margin: 0 0 0.750rem !important;
	position: relative;
}

.related-post .featured-image .entry-format {
	bottom: 10px;
	bottom: 0.500rem;
	left: 10px;
	left: 0.500rem;
}

.related-post .entry-header {
	padding: 0 !important;
	margin: 0 !important;
	border: none;
}

.related-post h5.entry-title {
	margin: 0;
}

.related-post h5.entry-title a,
.related-post h5.entry-title a:hover {
	color: #000000;
	text-decoration: none;
}

/*-------------------------------------------*/
/* Entry navigation
/*-------------------------------------------*/

.entry-navigation {
	margin: 90px 0 60px;
	margin: 4.500rem 0 3.000rem;
}

.entry-navigation h4 {
	font-size: 14px;
	font-size: 0.700rem;
	color: #999999;
	margin: 0 0 10px;
	margin: 0 0 0.500rem;
	text-transform: uppercase;
}

.entry-navigation a {
	font-size: 26px;
	font-size: 1.300rem;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

.entry-navigation a:hover {
	color: #000000;
	text-decoration: none;
}

.entry-navigation__prev {
	padding: 20px 0;
	padding: 1.000rem 0;
	margin: 0;
	border-top: 1px dotted #dddddd;
}

.entry-navigation__next {
	padding: 20px 0;
	padding: 1.000rem 0;
	margin: 0;
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
}

/*-------------------------------------------*/
/* Recent posts
/*-------------------------------------------*/

.entry-recent-posts {
	margin: 60px 0 0;
	margin: 3.000rem 0 0;
}

.entry-recent-posts h3.block-title {
	font-size: 32px;
	font-size: 1.600rem;
	padding: 0 0 15px;
	padding: 0 0 0.750rem;
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
	border-bottom: 1px solid #dddddd;
}

/*-----------------------------------------------------------------------------------*/
/* 9.0. Comments
/*-----------------------------------------------------------------------------------*/

.comments-area {
	font-family: Georgia, serif;
}

.comments-area p {
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
}

.comment-title a,
.comment-title a:hover {
	color: #000000;
	text-decoration: none;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px dotted #dddddd;
	padding: 20px 0;
	padding: 1.000rem 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 30px;
	padding-left: 1.500rem;
}

.comment-author {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.comment-author a,
.comment-author a:hover {
	color: #000000;
	text-decoration: none;
}

.bypostauthor .comment-author a,
.bypostauthor ..comment-author a:hover {}

.comment-metadata {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 0.800rem;
	margin-bottom: 15px;
	margin-bottom: 0.750rem;
}

.comment-metadata a,
.comment-metadata a:hover {
	color: #999999;
	text-decoration: none;
}

.comment-author .avatar {
	float: left;
	width: 45px;
	width: 2.250rem;
	height: 45px;
	height: 2.250rem;
	margin: 0 30px 0 0;
	margin: 0 1.500rem 0 0;
	position: relative;
}

.comment-list .children > li .comment-author .avatar {
	width: 30px;
	width: 1.500rem;
	height: 30px;
	height: 1.500rem;
}

.pingback .edit-link {
	font-size: 14px;
	font-size: 0.700rem;
	color: #999999;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 30px 30px;
	margin: 0 0 1.500rem 1.500rem;
}

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

.comment-reply-link {
	display: inline-block;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 0.700rem;
	color: #999999;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	color: #000000;
	outline: 0;
}

.comment-form {
	font-size: 16px;
	font-size: 0.800rem;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h3.comment-reply-title {
	font-size: 20px;
	font-size: 1.000rem;
}

.comment-form p {
	margin-bottom: 15px;
	margin-bottom: 0.750rem;
}

.comment-form p label {
	display: block;
	font-size: 16px;
	font-size: 0.800rem;
	font-weight: 700;
	color: #999999;
	margin-bottom: 5px;
	margin-bottom: 0.250rem;
}

.comment-form p label .required {
	color: #f35959;
}

.comment-form p.form-submit {
	margin-top: 30px;
	margin-top: 1.500rem;
}

.comment-form p.form-submit input[type="submit"] {
	background: #f2f2f2;
	color: #000000;
	line-height: 20px;
	line-height: 1.000rem;
	border: 1px solid rgba(0,0,0,0.1);
}

.comment-form p.form-submit input[type="submit"]:hover {
	background: #e9e9e9;
	color: #000000;
	border: 1px solid rgba(0,0,0,0.1);
}

.comment-list .comment-form {
	padding-bottom: 30px;
	padding-bottom: 1.500rem;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #999999;
	margin-bottom: 1.500rem;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 30px;
	padding-top: 1.500rem;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.comment-reply-title small {
	float: right;
}

.comment-reply-title small a {
	color: #000000;
	text-decoration: underline;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #999999;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/* 10.0. Sidebar
/*-----------------------------------------------------------------------------------*/

#sidebar {
	font-size: 16px;
	font-size: 0.800rem;
	width: 100%;
	margin: 0;
}

.widget {
	margin: 0 0 60px;
	margin: 0 0 3.000rem;
}

.widget:last-child {
	margin: 0;
}

.widget h4.widget-title {
	font-size: 18px;
	font-size: 0.900rem;
	letter-spacing: 0.100em;
	padding: 0 0 15px;
	padding: 0 0 0.750rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
	text-transform: uppercase;
	border-bottom: 1px solid #dddddd;
}

.widget h4.widget-title a,
.widget h4.widget-title a:hover {
	color: #000000;
	text-decoration: none;
}

.widget p,
.widget address,
.widget hr,
.widget ul,
.widget ol,
.widget dl,
.widget dd,
.widget table {
	margin-bottom: 20px;
	margin-bottom: 1.000rem;
}

.widget li {
	padding: 0 0 10px;
	padding: 0 0 0.500rem;
	margin: 0 0 10px;
	margin: 0 0 0.500rem;
	border-bottom: 1px dotted #dddddd;
}

.widget li:last-child {
	padding: 0;
	border: none;
}

.widget ul {
	list-style: none;
	margin-left: 0;
}

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

.widget blockquote {
	font-size: 16px;
	font-size: 0.800rem;
	padding: 15px;
	padding: 0.750rem;
}

.widget blockquote cite,
.widget blockquote small {
	font-size: 14px;
	font-size: 0.700rem;
}

.widget pre {
	font-size: 16px;
	font-size: 0.800rem;
	padding: 15px;
	padding: 0.750rem;
}

.widget h1 {
	font-size: 22px;
	font-size: 1.100rem;
	margin: 0 0 10px;
	margin: 0 0 0.500rem;
}

.widget h2 {
	font-size: 22px;
	font-size: 1.100rem;
	margin: 0 0 10px;
	margin: 0 0 0.500rem;
}

.widget h3 {
	font-size: 20px;
	font-size: 1.000rem;
	margin: 0 0 10px;
	margin: 0 0 0.500rem;
}

.widget h4 {
	font-size: 18px;
	font-size: 0.900rem;
	margin: 0 0 10px;
	margin: 0 0 0.500rem;
}

.widget h5,
.widget h6 {
	font-size: 16px;
	font-size: 0.800rem;
	margin: 0 0 10px;
	margin: 0 0 0.500rem;
}

.widget a {
	color: #999999;
	text-decoration: none;
}

.widget a:hover {
	color: #999999;
	text-decoration: underline;
}

.widget_calendar caption {
	font-weight: 700;
	margin: 0 0 0.500rem;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.6923076923;
	padding: 0;
	text-align: center;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 1.500rem;
}

.tagcloud a {
	margin: 0 0.2307692308em 0.5384615385em 0;
	padding: 0.5384615385em 0.4615384615em 0.4615384615em;
}

ul.instagram-pics {
	overflow: hidden;
}

ul.instagram-pics li {
	float: left;
	width: 16.66666666%;
	padding: 0;
	margin: 0;
	border: none;
}

.null-instagram-feed p {
	margin: 0;
}

/*-------------------------------------------*/
/* Search
/*-------------------------------------------*/

form.search-form {
	margin: 0;
	position: relative;
}

form.search-form input {
	background: none;
	margin: 0;
}

form.search-form button {
	background: none;
	margin: 0;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
}

/*-------------------------------------------*/
/* Newsletter
/*-------------------------------------------*/

.pepper-newsletter-widget span.guarantee {
	font-size: 14px;
	font-size: 0.700rem;
	color: #999999;
}

/*-------------------------------------------*/
/* Recent posts
/*-------------------------------------------*/

.pepper-recent-posts .recent-post {
	padding: 0 0 15px;
	padding: 0 0 0.750rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
	border-bottom: 1px dotted #dddddd;
}

.pepper-recent-posts .recent-post:last-child {
	border: none;
}

.pepper-recent-posts .recent-post .featured-image {
	float: left;
	width: 80px;
	width: 4.000rem;
	margin: 0 15px 0 0;
	margin: 0 0.750rem 0 0;
}

.pepper-recent-posts .recent-post .featured-image .entry-format {
	left: 5px;
	left: 0.250rem;
	bottom: 5px;
	bottom: 0.250rem;
}

.pepper-recent-posts .recent-post.featured-image .entry-format span {
	font-size: 10px;
	font-size: 0.500rem;
	line-height: 22px;
	line-height: 1.100rem;
	width: 24px;
	width: 1.200rem;
	height: 24px;
	height: 1.200rem;
}

.pepper-recent-posts .recent-post.featured-image .entry-format span.icon-play:before {
	margin-left: 1px;
}

.pepper-recent-posts .recent-post .entry-header {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.pepper-recent-posts .recent-post h5.entry-title {
	margin: 0;
}

.pepper-recent-posts .recent-post h5.entry-title a {
	color: #000000;
	text-decoration: none;
}

.pepper-recent-posts .recent-post h5.entry-title a:hover {
	color: #000000;
	text-decoration: underline;
}

/*-------------------------------------------*/
/* Popular posts
/*-------------------------------------------*/

.pepper-popular-posts .popular-post {
	padding: 0 0 15px;
	padding: 0 0 0.750rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
	border-bottom: 1px dotted #dddddd;
}

.pepper-popular-posts .popular-post:last-child {
	border: none;
}

.pepper-popular-posts .popular-post .featured-image {
	float: left;
	width: 80px;
	width: 4.000rem;
	margin: 0 15px 0 0;
	margin: 0 0.750rem 0 0;
}

.pepper-popular-posts .popular-post .featured-image .entry-format {
	left: 5px;
	left: 0.250rem;
	bottom: 5px;
	bottom: 0.250rem;
}

.pepper-popular-posts .popular-post .featured-image .entry-format span {
	font-size: 10px;
	font-size: 0.500rem;
	line-height: 22px;
	line-height: 1.100rem;
	width: 24px;
	width: 1.200rem;
	height: 24px;
	height: 1.200rem;
}

.pepper-popular-posts .popular-post .featured-image .entry-format span.icon-play:before {
	margin-left: 1px;
}

.pepper-popular-posts .popular-post .entry-header {
	padding: 0 !important; 
	margin: 0 !important;
	border: none !important;
}

.pepper-popular-posts .popular-post h5.entry-title {
	margin: 0;
}

.pepper-popular-posts .popular-post h5.entry-title a {
	color: #000000;
	text-decoration: none;
}

.pepper-popular-posts .popular-post h5.entry-title a:hover {
	color: #000000;
	text-decoration: underline;
}

/*-------------------------------------------*/
/* Trending posts
/*-------------------------------------------*/

.pepper-trending-posts .trending-post {
	padding: 0 0 15px;
	padding: 0 0 0.750rem;
	margin: 0 0 15px;
	margin: 0 0 0.750rem;
	border-bottom: 1px dotted #dddddd;
}

.pepper-trending-posts .trending-post:last-child {
	border: none;
}

.pepper-trending-posts .trending-post .entry-counter {
	float: left;
	font-family: Georgia, serif;
	font-size: 22px;
	font-size: 1.100rem;
	font-weight: 400;
	margin: 0 15px 0 0;
	margin: 0 0.750rem 0 0;
}

.pepper-trending-posts .trending-post .entry-header {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.pepper-trending-posts .trending-post h5.entry-title {
	margin: 0;
}

.pepper-trending-posts .trending-post h5.entry-title a {
	color: #000000;
	text-decoration: none;
}

.pepper-trending-posts .trending-post h5.entry-title a:hover {
	color: #000000;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/* 11.0. Pages
/*-----------------------------------------------------------------------------------*/

.page-header {
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
	border-bottom: 1px solid #dddddd;
}

h1.page-title {
	font-size: 44px;
	font-size: 2.200rem;
	margin: 0 0 20px;
	margin: 0 0 1.000rem;
}

.hentry.page .entry-header {
	padding: 0 0 20px;
    padding: 0 0 1.000rem;
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
	border-bottom: 1px solid #dddddd;
}

.hentry.page h1.entry-title {
	font-size: 44px;
	font-size: 2.200rem;
	margin: 0;
}

.hentry.page .entry__content__blocks {
	padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/* 12.0. No Results or Not Found
/*-----------------------------------------------------------------------------------*/

.hentry.page.no-results {
	margin: 0;
}

.page-content form.search-form {
	margin: 0 0 60px;
	margin: 0 0 3.000rem;
	position: relative;
}

.page-content form.search-form input {
	margin: 0;
}

.page-content form.search-form button {
	background: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.page-content__archives {
	margin: 0;
}

.page-content__archives ul {
	list-style: none;
	padding: 0 0 30px;
	padding: 0 0 1.500rem;
	margin: 0 0 30px;
	margin: 0 0 1.500rem;
	border-bottom: 1px dotted #dddddd;
}

.page-content__archives ul:last-child {
	border: none;
}

/*-----------------------------------------------------------------------------------*/
/* 13.0. Archive
/*-----------------------------------------------------------------------------------*/

.taxonomy-description {
	color: #999999;
}

/*-----------------------------------------------------------------------------------*/
/* 14.0. Pagination
/*-----------------------------------------------------------------------------------*/

.pagination {
	font-size: 16px;
	font-size: 0.800rem;
	font-weight: 700;
	margin: 30px 0;
	margin: 1.500rem 0 0;
	text-align: center;
}

.pagination span.current {
	display: inline-block;
	background: #f2f2f2;
	color: #000000;
	line-height: 38px;
	line-height: 1.900rem;
	height: 40px;
	height: 2.000rem;
	padding: 0 14px;
	padding: 0 0.700rem;
	margin-right: 2px;
	text-align: center;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.1);
}

.pagination a {
	display: inline-block;
	background: #ffffff;
	color: #999999;
	line-height: 38px;
	line-height: 1.900rem;
	height: 40px;
	height: 2.000rem;
	padding: 0 14px;
	padding: 0 0.700rem;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.1);
}

.pagination a:hover {
	background: #f2f2f2;
	color: #000000;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pagination a.next {
	float: right;
}

.pagination a.prev {
	float: left;
}

.pagination__loading-img {
	height: 20px;
	height: 1.000rem;
	line-height: 1;
	text-align: center;
}

.pagination__loading-text {
	color: #999999;
	margin: 0;
}

.pagination__loading-button {
	margin: 10px 0 0;
	margin: 0.500rem 0 0;
	text-align: center;
}

.pagination__loading-button button#load-more-trigger {
	display: inline-block;
	background: #f2f2f2;
	font-size: 18px;
	font-size: 0.900rem;
	font-weight: 700;
	line-height: 48px;
	line-height: 2.400rem;
	color: #999999;
	width: auto;
	height: 50px;
	height: 2.500rem;
	padding: 0 75px;
	padding: 0 3.750rem;
	margin: 0;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.1);
}

.pagination__loading-button button:hover#load-more-trigger {
	background: #e9e9e9;
	color: #000000;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.1);
}

/*-----------------------------------------------------------------------------------*/
/* 15.0. Breadcrumbs
/*-----------------------------------------------------------------------------------*/

.breadcrumbs {
	font-size: 14px;
	font-size: 0.700rem;
	font-weight: 700;
	color: #b2b2b2;
	margin: 0 0 10px;
	margin: 0 0 0.500rem;
	text-align: center;
	text-transform: uppercase;
}

.breadcrumbs a {
	color: #b2b2b2;
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: #b2b2b2;
	text-decoration: none;
}

.breadcrumbs span.sep {
	margin: 0 5px;
}

/*-----------------------------------------------------------------------------------*/
/* 16.0. Search Overlay
/*-----------------------------------------------------------------------------------*/

.search-overlay__button {
	display: none;
	background: none;
	font-size: 12px;
	line-height: 28px;
	color: #000000;
	width: 30px;
    height: 30px;
  	padding: 0;
  	margin: 0;
  	text-align: center;
 	border: 1px solid #dddddd;
 	-webkit-border-radius: 2px;
 	border-radius: 2px;
	position: absolute;
	top: 40px;
	right: 40px;
}

.search-overlay__button:hover,
.search-overlay__button:focus {
	background: none;
	color: #000000;
}

.search-overlay__overlay {
  	visibility: hidden;
  	opacity: 0;
  	background: rgba(255,255,255,0.8);
  	cursor: pointer;
 	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	z-index: 3;
  	-webkit-transition: opacity .20s;
    transition: opacity .20s;
}

html.search-overlay__active .search-overlay__overlay {
 	visibility: visible;
  	opacity: 1;
  	-webkit-transition: opacity .20s;
    transition: opacity .20s;
}

.site-header {
	z-index: 4;
}

@media (max-width: 1023px) {
	.header-search {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity .20s;
    	transition: opacity .20s;
	}

	html.search-overlay__active .header-search {
		visibility: visible;
		opacity: 1;
		float: left;
		background: #ffffff;
		width: 100%;
		padding: 15px 30px;
		padding: 0.750rem 1.500rem;
		margin: 1px 0 0;
		border-bottom: 1px solid #dddddd;
  		box-shadow: 0 3px 5px rgba(0,0,0,0.1);
		top: 100%;
		left: 0;
		right: 0;
		z-index: 3;
		-webkit-transition: opacity .20s;
    	transition: opacity .20s;
	}

	html.search-overlay__active .header-search form {
		max-width: 768px;
		margin: 0 auto;
	}

	html.search-overlay__active .header-search form input[type="text"] {
		font-size: 16px;
		font-size: 0.800rem;
		line-height: 20px;
		line-height: 1.000rem;
		width: 100%;
		padding: 14px 15px;
		padding: 0.700rem 0.750rem;
		margin: 0;
	}

	html.search-overlay__active .header-search form button[type="submit"] {
		font-size: 16px;
		font-size: 0.800rem;
		top: 10px;
		top: 0.500rem;
	}
}

/*-----------------------------------------------------------------------------------*/
/* 17.0. menu Slide
/*-----------------------------------------------------------------------------------*/

.menu-slide__button {
	display: none;
	background: none;
	line-height: 30px;
  	color: #000000;
  	width: 30px;
    height: 30px;
  	padding: 0 7px;
  	margin: 0;
  	text-align: center;
 	border: 1px solid #dddddd;
 	-webkit-border-radius: 2px;
 	border-radius: 2px;
	position: absolute;
	top: 40px;
	left: 40px;
}

.menu-slide__button:hover,
.menu-slide__button:focus {
  	background: none;
	color: #000000;
}

.menu-slide__button span {
  	content: '';
 	display: block;
  	background: #000000;
  	width: 100%;
  	height: 2px;
  	position: relative;
}

.menu-slide__button span:before,
.menu-slide__button span:after {
 	content: '';
    display: block;
  	background: #000000;
    width: 100%;
    height: 2px;
  	position: absolute;
    left: 0;
}

.menu-slide__button span:before {
 	bottom: 4px; 
}

.menu-slide__button span:after {
 	bottom: -4px; 
}

.menu-slide__panel {
	opacity: 0;
  	width: 220px;
  	height: 100%;
 	background: #ffffff;
  	font-size: 14px;
  	font-weight: 700;
  	padding: 0;
  	margin: 0;
  	border-right: 1px solid #cccccc;
  	-webkit-box-shadow: 5px 0 10px 1px rgba(0,0,0,0.1);
    box-shadow: 5px 0 10px 1px rgba(0,0,0,0.1);
  	overflow-x: hidden;
  	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
  	position: fixed;
  	top: 0;
    left: 0;
    bottom: 0;
  	z-index: 9;	
  	-webkit-transform: translate3d(-230px, 0, 0);
 	transform: translate3d(-230px, 0, 0); 
  	-webkit-transition:  -webkit-transform 0.30s, opacity 0.35s;
    transition: transform 0.30s, opacity 0.35s;
}

html.menu-slide__active .menu-slide__panel {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
 	transform: translate3d(0, 0, 0);
  	-webkit-transition:  -webkit-transform .20s, opacity 0.20s;
    transition: transform .20s, opacity 0.20s;
}

.menu-slide__overlay {
	visibility: hidden;
  	opacity: 0;
  	background: rgba(250,250,250,0.8);
  	cursor: pointer;
  	position: fixed;
  	top: 0;
    left: 0;
  	right: 0;
  	bottom: 0;
  	z-index: 8;
  	-webkit-transition:  opacity 0;
    transition: opacity 0;
}


html.menu-slide__active .menu-slide__overlay {
   	visibility: visible;
  	opacity: 1;
  	background: rgba(250,250,250,0.8);
  	-webkit-transition:  opacity 0.20s;
    transition: opacity 0.20s;
}

.mobile-nav {
	margin: 0;
	border-bottom: 1px solid #dddddd;
}

.mobile-nav ul {
	list-style: none;
	padding: 15px 10px;
  	margin: 0;
}

.mobile-nav ul li {
	display: block;
 	padding: 0;
  	margin: 0;
}

.mobile-nav ul li a {
	display: block;
  	color: #000000;
  	width: 100%;
  	padding: 5px 10px;
  	text-decoration: none;
  	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.mobile-nav ul li a:hover {
	background: #f2f2f2;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.mobile-nav ul li ul {
	font-size: 12px;
	padding: 0 10px;
}

.mobile-icons {
	margin: 0;
}

.mobile-icons ul {
	list-style: none;
	padding: 15px 10px;
  	margin: 0;
}

.mobile-icons ul li {
	float: left;
 	padding: 0;
  	margin: 0 5px 0 0;
}

.mobile-icons ul li:last-child {
	margin: 0;
}

.mobile-icons ul li a {
	display: block;
	font-size: 18px;
  	color: #000000;
  	width: 100%;
  	padding: 5px 5px;
  	text-decoration: none;
}

.mobile-icons ul li a:hover {
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/* 18.0. Responsive
/*-----------------------------------------------------------------------------------*/

/*-------------------------------------------*/
/* Desktop < 1280
/*-------------------------------------------*/

@media (max-width: 1279px) {

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

	.site-row {
		max-width: 980px;
	}

	/*-----------------------------------------------------------------------------------*/
	/* Header
	/*-----------------------------------------------------------------------------------*/

	.primary-nav {
		font-size: 14px;
	}

	.primary-nav ul li {
		padding-left: 10px;
		padding-right: 10px;
	}

	/*-----------------------------------------------------------------------------------*/
	/* Main
	/*-----------------------------------------------------------------------------------*/

	.front-posts .hentry {
		width: 50.00000000%;
	}

	.front-posts .hentry:nth-child(3n+1) {
		clear: none;
	}

	.front-posts .hentry:nth-child(2n+1) {
		clear: left;
	}

	.hentry .entry__content__blocks {
		padding: 0;
	}

	.entry-blocks {
		padding: 0;
	}

	.related-posts {
		margin: 0 0 60px;
		margin: 0 0 3.000rem;
	}	 

}

/*-------------------------------------------*/
/* Tablet < 1024
/*-------------------------------------------*/

@media (max-width: 1023px) {

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

	.site-row {
		max-width: 648px;
	}

	/*-----------------------------------------------------------------------------------*/
	/* Header
	/*-----------------------------------------------------------------------------------*/

	.site-header {
		border-bottom: 1px solid #dddddd;
	}

	.logo {
		margin: 25px 0;
		margin: 1.250rem 0;
	}

	.logo h1.site-logo img, .logo p.site-logo img {
		max-height: 4.000rem;
	}

	.header-icons {
		display: none;
	}

	.primary-nav {
		display: none;
	}

	.menu-slide__button {
		display: inline-block;
		top: 26px;
		top: 1.300rem;
	}

	.search-overlay__button {
		display: inline-block;
		top: 26px;
		top: 1.300rem;
	}

	/*-----------------------------------------------------------------------------------*/
	/* Main
	/*-----------------------------------------------------------------------------------*/

	.front-posts .hentry .entry-background {
		height: 360px;
		height: 18.000rem;
	}

	.hentry .entry-grid__left {
		width: 100%;
		padding: 0;
	}

	.hentry .entry-grid__right {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.hentry .entry-grid__left__left {
		width: 100%;
		padding: 0;
	}

	.hentry .entry-header {
		margin: 0 0 30px;
		margin: 0 0 1.500rem;
	}

	.hentry .featured-image {
		margin: 0 0 30px;
		margin: 0 0 1.500rem;
	}

	.hentry .entry-grid__left__right {
		width: 100%;
	}

	.hentry.page .entry-content {
		width: 100%;
	}

	.no-results.not-found .page-content {
		width: 100%;
	}

	.hentry h1.entry-title,
	.hentry.page h1.entry-title,
	h1.page-title,
	.no-results.not-found h1.page-title {
		font-size: 2.000rem;
	}

	/*-----------------------------------------------------------------------------------*/
	/* Sidebar
	/*-----------------------------------------------------------------------------------*/

	.widget {
		margin: 0 0 30px;
		margin: 0 0 1.500rem;
	}

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

	.footer-widgets .widget {
		width: 100%;
	}

	.footer-nav {
		width: 100%;
		padding: 0;
	}

	.footer-copyright {
		float: left;
		width: 100%;
		padding: 0;
	}

}

/*-------------------------------------------*/
/* Phone < 768
/*-------------------------------------------*/

@media (max-width: 767px) {

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

	html {
		font-size: 16px;
	}

	.site-wrap {
		padding: 0 20px;
	}

	.site-row {
		max-width: 600px;
	}

	/*-----------------------------------------------------------------------------------*/
	/* Header
	/*-----------------------------------------------------------------------------------*/

	.logo {
		margin: 20px 0;
	}

	.logo h1.site-logo, 
	.logo p.site-logo {
		font-size: 22px;
	}

	.logo h1.site-logo img, .logo p.site-logo img {
		max-height: 1.000rem;
	}

	.menu-slide__button {
		top: 18px;
		left: 20px;
	}

	.search-overlay__button {
		top: 18px;
		right: 20px;
	}

	/*-----------------------------------------------------------------------------------*/
	/* Main
	/*-----------------------------------------------------------------------------------*/

	.slide-navs {
		top: 100%;
		margin: 5px 0 0;
		margin: 0.250rem 0 0;
	}

	.rslides_nav {
		left: 0;
	}

	.rslides_nav.next {
		right: 0;
	}

	.rslides_nav {
		background: #f2f2f2;
	}

	.rslides_nav:hover,
	.rslides_nav:focus {
		background: #e2e2e2;
	}

	.front-posts .hentry {
		width: 100%;
	}

	.front-posts .hentry .entry-background {
		height: auto;
	}

	.front-posts .hentry .entry-excerpt {
		margin-bottom: 15px;
	}

	.front-posts .hentry p.entry-meta {
		position: relative;
		bottom: 0;
	}

	.hentry h1.entry-title,
	.hentry.page h1.entry-title,
	h1.page-title,
	.no-results.not-found h1.page-title {
		font-size: 1.700rem;
	}

	.hentry .entry-content {
		font-size: 17px;
	}

	.entry-share {
		float: left;
		width: 100%;
		margin: 10px 0 0;
	}

	.related-posts .related-post {
		width: 50%;
	}

	.related-posts .related-post:nth-child(3n+1) {
		clear: none;
	}

	.related-posts .related-post:nth-child(2n+1) {
		clear: left;
	}

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

	.pepper-newsletter-footer-widget .newsletter-widget__left {
		width: 100%;
		padding: 0;
	}

	.pepper-newsletter-footer-widget .newsletter-widget__right {
		float: left;
		width: 100%;
		padding: 0;
	}

}

/*-----------------------------------------------------------------------------------*/
/* 19.0. Print
/*-----------------------------------------------------------------------------------*/

@media print {
	form,
	button,
	input,
	select,
	textarea,
	#header,
	.featured-posts,
	.pagination,
	.pagination__loading-button,
	.entry-grid__left__left,
	.entry-share,
	.entry-footer,
	.related-posts,
	.entry-recent-posts,
	#sidebar,
	#footer,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.pingback .edit-link {
		display: none !important;
	}

	hr {
		background-color: #dddddd !important; /* Make sure color schemes don't affect to print */
		border-bottom: 1px solid #dddddd !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #000000 !important; /* Make sure color schemes don't affect to print */
		border-bottom: 1px solid #000000 !important; /* Make sure color schemes don't affect to print */
	}

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

	pre,
	abbr,
	acronym,
	table,
	th,
	td {
		border-color: #dddddd !important; /* Make sure color schemes don't affect to print */
	}

	.entry-grid__left__right {
		width: 100% !important;
	}

	.featured-image {
		margin-bottom: 30px !important;
	}

	.entry-background {
		background: none !important;
		padding: 0 !important;
		height: auto !important;
	}

	.entry-header {
		text-align: left !important;
	}

	.hentry.page h1.entry-title {
		text-align: left !important;
	}

	.hentry.page .entry-content {
		width: 100% !important;
	}
}

/* Man Nguyen Custom */ 
.mn-wrap-bt{
	text-align: center;
}
.viewproduct {
   font-weight:bold;
    line-height: 50px;
    background: #FB4537;
    color: #fff !important;
    text-align: center;
    padding: 0 2em;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}
.amz-policy{
	clear:both;
	font-weight:normal;
	margin-bottom: 15px;
}

.entry-content table{
border-collapse: collapse;
}
.entry-content td{
border: 1px solid #ccc;
padding: 10px;
}
.primary-nav{
letter-spacing: 0px;	
}

.hentry p.entry-category{
	display: inline-block;
	font-size: 15px;
	font-size: .75rem;
}
.site-main {
    margin: 30px 0;
}
/*
     FILE ARCHIVED ON 21:11:03 Jan 21, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:26:57 Jul 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.485
  exclusion.robots: 0.058
  exclusion.robots.policy: 0.05
  esindex: 0.008
  cdx.remote: 46.824
  LoadShardBlock: 83.783 (3)
  PetaboxLoader3.datanode: 70.864 (4)
  PetaboxLoader3.resolve: 386.586 (2)
  load_resource: 386.957
*/