/*
Theme Name: silvio
Theme URI: http://www.demo.silocreativo.com/silvio
Description: Silvio theme is a modern and clean layout for sharing travel photos and stories in WordPress Org.


Author: SiloCreativo
Author URI: http://www.silocreativo.com
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, light, one-column, featured-images, responsive-layout, custom-menu, custom-background, custom-colors, sticky-post, editor-style
Text Domain: silvio

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.
*/

/******************************************************************


------------ MAP ------------

01. RESET
02. TIPOGRAPHY
03. PATTERNS
04. GRIDS & SITE
05. HEADER STYLES
06. NAVIGATION STYLES
07. POSTS & CONTENT STYLES
08. PAGE NAVI STYLES
09. COMMENT STYLES
10. COMMENT FORM STYLES
11. SIDEBARS & ASIDES
12. FOOTER STYLES
13. MEDIA QUERIES

******************************************************************/

/**
 * 01. RESET
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * -----------------------------------------------------------------------------------------------------------------------------------
 */
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

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

[hidden] {
	display: none;
}

/**
 * 02. TIPOGRAPHY
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Crimson Text', serif;
}

body {
	color: #393939;
	background-color: #fff;
	padding: 0;
	border: 0;
	margin: 0 auto;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	overflow-y: scroll;
}
a {
	color: #797979;
	text-decoration: none;
}
a:hover {
	color: #000;
	outline: 0;
}
a:focus,
:focus {
	outline: 0;
}
a:active,
a:visited {
	outline: 0;
}
h1, h2, h3, h4, h5, h6  {
	clear: both;
	font-family: 'Montserrat', Helvetica, sans-serif;
	text-transform: none;
	font-weight: 700;
	line-height: 1.4;
	color: #333;
}
h1 {
	margin: 44px 0 34px;
	font-size: 28px;
	font-size: 1.75rem;
}
h2 {
	margin: 44px 0 34px;
	font-size: 26px;
	font-size: 1.625rem;
}
h3 {
	margin: 34px 0 24px;
	font-size: 24px;
	font-size: 1.5rem;
}
h4 {
	margin: 24px 0 24px;
	font-size: 20px;
	font-size: 1.25rem;
}
h5 {
	margin: 24px 0 14px;
	font-size: 18px;
	font-size: 1.125rem;
}
h6 {
	margin: 24px 0 14px;
	font-size: 16px;
	font-size: 1rem;
}
address {
	font-style: italic;
	line-height: 1.5;
	margin: 0 0 24px;
	font-size: 20px;
	font-size: 1.25rem;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
	color: #000;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p {
	line-height: 1.5;
	margin: 0 0 24px;
	font-size: 20px;
	font-size: 1.25rem;
}
code,
kbd,
pre,
samp {
	font-family: Consolas, Monaco, monospace;;
	_font-family: 'courier new', monospace;
	font-size: 18px;
	font-size: 1.125rem;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote {
	font-size: 24px !important;
	font-size: 1.5rem !important;
	font-weight: 400;
	padding: 24px 24px 24px 100px;
	position: relative;
	margin: 0;
	font-style: italic;
	min-height: 115px;
}
blockquote p {
	font-size: 24px !important;
	font-size: 1.5rem !important;
	font-weight: 400;
	line-height: 1.45 !important;
	color: #797979;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite,
blockquote small {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #393939;
}
small {
	font-size: smaller;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dt {
	font-weight: bold;
}
menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.6;
}
dl {
	line-height: 1.6;
	font-size: 20px;
	font-size: 1.25rem;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li >ul,
li > ol {
	margin: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
	padding-right: 2px; /* Don't cut off the 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 {
	overflow: auto;
	vertical-align: top;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 36px;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	font-size: 1rem;
	margin: 20px 0;
}
th {
	text-transform: uppercase;
	border-top: 1px solid #ededed;
	font-family: 'Montserrat', Helvetica, sans-serif;
  	font-size: 16px;
  	font-size: 1rem;
  	line-height: 36px;
}
td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}

/**
 * 03. PATTERNS
 * --------------------------------------------------------------------------------------------------------------------------------------------
 */

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment:before,
.comment:after {
	content: "";
	display: table;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.assistive-text:hover,
.assistive-text:active,
.assistive-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	top: 5px;
	left: 5px;
	text-decoration: none;
	height: auto;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Buttons */
a.more-link,
.st-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.comment-navigation a,
.nav-links a div {
	background-color: #fff;
	display: inline-block;
	padding: 8px 12px;
	color: #393939;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 1px dotted #393939;
	outline: 0;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: 'Montserrat', Helvetica, sans-serif;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	-o-transition: .1s all linear;
	transition: .1s all linear;
}
a.more-link:hover,
.st-button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.comment-navigation a:hover,
.nav-links a div:hover {
	color: #000;
	border: 1px solid #000;
}
a.more-link:active,
.st-button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.comment-navigation a:active,
.nav-links a div:active {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
}

.meta-section {
overflow: hidden;
position: relative;
}
input[type="text"],
input[type="email"],
textarea,
.jetpack_subscription_widget #subscribe-email input {
	border: 1px solid #f0f0f0;
	padding: 5px 8px;
	width: 100%;
	background-color: #f0f0f0;
	font-family: 'Crimson Text', serif;
	font-size: 18px;
	font-size: 1.125rem;
	color: #797979;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-radius: 1px;
}
.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}
.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Form fields, general styles first. */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
.jetpack_subscription_widget #subscribe-email input:focus {
	border: 1px solid #797979;
	outline: 0;
	background-color: #fff;
	color: #393939;
}
textarea, input { outline: none; }

/* Placeholder text color -- selectors need to be in separate to work. */
::-webkit-input-placeholder {
	color: #999;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}
.wp-caption .wp-caption-text,
.entry-caption {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 0;
	font-style: italic;
	text-transform: none;
	color: #757575;
	padding: 10px 0;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Transitions */
a {
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	-o-transition: .1s all linear;
	transition: .1s all linear;
	}

/**
 * 04. GRIDS & SITE
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* visible content */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
/* text aligns */
.textleft-xs {
  text-align: left;
}
.textright-xs {
  text-align: right;
}
.textcenter-xs {
  text-align: center;
}
@media (min-width: 768px) {
  .textleft-sm {
    text-align: left;
  }
  .textright-sm {
    text-align: right;
  }
  .textcenter-sm {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .textleft-md {
    text-align: left;
  }
  .textright-md {
    text-align: right;
  }
  .textcenter-md {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .textleft-lg {
    text-align: left;
  }
  .textright-lg {
    text-align: right;
  }
  .textcenter-lg {
    text-align: center;
  }
}

.site {
	margin: 0 auto;
	width: 100%;
	border: 0
}
.site-main {
	position: relative;
}
body.silvio-modal-open {
	overflow: hidden;
}
.site-content:after {
	clear: both;
	content: "";
	display: block;
}
#main:after {
	clear: both;
	content: "";
	display: block;
}


/**
 * 05. HEADER STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

.site-header {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 70;
}
.image-header {
	padding: 30px 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-image: -webkit-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* FF3.6+ */
	background-image:     -ms-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* IE10 */
	background-image:      -o-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Opera 11.10+ */
	background-image:         linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* W3C */
}
.image-header ul.menu-social li a {
	color: #fff;
}
.site-title,
.site-description,
.site-title-logo {
	text-align: center;
	padding: 0 15px 5px;
	margin: 0;
	color: #fff;
	line-height: 1.15;
}
.site-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
}
.site-title a {
	color: #fff;
}
.silvio-logo .site-title-logo {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0;
	font-weight: 700;
}
.silvio-logo .site-title-logo a {
	color: #000;
}
.site-description {
	font-size: 20px;
	font-size: 1.25rem;
	font-family: 'Crimson Text', serif;
	position: relative;
	padding-top: 20px;
	margin-top: 10px;
}
.site-description:before {
	position: absolute;
	top: 0;
	width: 200px;
	height: 5px;
	content: " ";
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.silvio-logo {
	display: inline-block;
	padding: 10px 14px;
	float: left;
	max-width: 220px;
}
.silvio-logo-img {
	display: inline-block;
	padding: 4px 15px;
	float: left;
	max-width: 220px;
}
.silvio-logo a,
.silvio-logo-img img {
	display: block;
}
.silvio-logo-img img {
	max-height: 32px;
	width: auto;
	max-width: 100%;
	height: auto;
}
.site-logo {
	max-width: 100%;
}


/**
 * 06. NAVIGATION STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.silvio-menu-container {
	position: relative;
	display: block;
}
.silvio-menu-container:after{
    clear: both;
    content: "";
    display: block;
}


/* Small menu */
.menu-toggle,
.menu-search,
.menu-sidebar {
	cursor: pointer;
	display: block;
	float: right;
	padding: 9px 14px;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	color: #000;
	position: relative;
	margin: 0;
	clear: none !important;
}
.menu-toggle:hover,
.menu-search:hover,
.menu-sidebar:hover {
	color: #797979;
}

/* Main Menu */
.main-navigation {
	display: none;
	min-height: 0px;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	font-weight: 400;
	font-family: 'Montserrat', Helvetica, sans-serif;
	float: right;
}
.nav-menu,
.nav-menu > ul {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.main-navigation li,
.main-navigation .children {
	display: block;
	float: none;
	position: relative;
	text-align: left;
}
.nav-menu li a {
	padding: 10px 16px;
	color: #000;
	border-top: 1px solid #000;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: .4s all linear;
	-moz-transition: .4s all linear;
	-o-transition: .4s all linear;
	transition: .4s all linear;
	font-weight: 700;
}
.nav-menu li > ul {
	background-color: transparent;
	float: none;
	margin-left: 0;
	position: relative;
	left: auto;
	top: auto;
	padding-left: 0;
}
.nav-menu .sub-menu a,
.nav-menu .children a {
	width: auto;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000;
}
.nav-menu .sub-menu a:hover,
.nav-menu .children a:hover {
	color: #fff;
	background-color: #000;
}
.nav-menu li > ul a {
	width: auto;
}
.nav-menu li a:hover,
.nav-menu .current_page_item > a,
.nav-menu .current-menu-item > a {
	color: #fff;
	background-color: #000;
}


/**
 * 07. POSTS & CONTENT STYLES
 * -------------------------------------------------------------------------------------------------------------------------------------
 */

.hentry {
	padding-top: 0px;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta,
.entry-footer,
.archive-title,
.archive-meta {
	width: 100%;
}


/**
 * 07.1 Entry Header
 * ----------------------------------------------------------------------------
 */

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

/* Entry Title */
.entry-title {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
.entry-title a {
	color: #fff;
	text-decoration: none;
}
.entry-title a:hover {
	color: #fff;
}
.sidebar .entry-header .entry-meta {
	padding: 0;
}

/* Entry Thumbnail */
.entry-thumbnail {
	padding: 10px 0;
}
.entry-thumbnail img {
	display: block;
	margin: 0 auto;
}


/**
 * 07.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	padding: 0;
	position: relative;
}
.categories-links-index a {
	font-size: 11px !important;
	padding: 4px 7px;
	color: #fff;
	border: 1px dotted #fff;
	letter-spacing: 1px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background-color: transparent;
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
}
.categories-links-index a:hover {
	text-decoration: none;
	-webkit-transition: .02s all linear;
	-moz-transition: .02s all linear;
	-o-transition: .02s all linear;
	transition: .02s all linear;
	border: 1px solid #fff;
	outline: 0;
}
.single .entry-footer .entry-meta {
	padding: 25px 10px 0;
	border-top: 1px solid #cfcfcf;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.entry-meta span {
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
}
.entry-meta span.comments-link {
	display: inline;
	margin-right: 20px;
}
.entry-meta span:last-child {
	margin-right: 0;
}
.entry-meta .fa {
	margin-right: 5px;
	font-size: 16px;
	color: #393939;
  	vertical-align: top;
}
.post-grid-content .entry-meta span,
.silvio-single-bg .entry-meta span {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 0;
}
.post-grid-content .entry-footer .entry-meta,
.silvio-single-bg .more-entry-meta .entry-meta {
	font-size: 18px;
	font-style: italic;
}
.post-grid-content .entry-footer .entry-meta span a,
.silvio-single-bg .more-entry-meta .entry-meta span a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
.post-grid-content .entry-footer .entry-meta span a:hover,
.silvio-single-bg .more-entry-meta .entry-meta span a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.entry-meta .tags-links a {
	font-size: 11px !important;
	padding: 4px 7px;
	letter-spacing: 1px;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	background-color: #CFCFCF;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	margin-bottom: 5px;
	display: inline-block;
}
.entry-meta .tags-links a:hover {
	opacity: .6;
}

/**
 * 07.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary {
	padding-top: 50px;
	padding-bottom: 10px;
}
/* Entry summary */
.entry-content p,
.entry-summary p,
.entry-content ul,
.entry-summary ul,
.entry-content ol,
.entry-summary ol,
.entry-content div {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.50;
}
.entry-summary p,
.entry-content p {
	margin-bottom: 30px;
}
.entry-content > p:first-child {
	min-height: 66px;
}
.entry-content > p:first-child:first-letter {
	float: left;
	color: #000;
	font-size: 70px;
	line-height: 48px;
	padding-top: 18px;
	padding-right: 8px;
	padding-left: 0px;
	font-family: 'Crimson Text', serif;
	font-weight: 700;
}
.entry-summary a,
.entry-content a,
a.comment-reply-link,
.comment-content a {
	color: #797979;
	border-bottom: 1px dotted #797979;
}
.entry-summary a:hover,
.entry-content a:hover,
a.comment-reply-link:hover,
.comment-content a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
.entry-summary a.more-link {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	display: table;
	padding: 6px 8px;
	text-decoration: none;
	text-align: center;
	border: none !important;
	outline: 0;
	background-color: transparent;
	margin: 0 auto;
	line-height: 1.5;
}
.entry-summary a.more-link:hover {
	background-color: #f4f4f4;
	color: #000;
	border: none !important;
}
.entry-summary a.more-link:active {
	background-color: #eee;
	color: #000;
	border: none !important;
}
.page-content {
	padding-top: 10px;
	padding-bottom: 50px;
}

/**
 * 07.4 Entry Footer
 * ----------------------------------------------------------------------------
 */
.entry-footer {
	padding-top: 10px;
	padding-bottom: 0px;
}

 /**
 * 07.5 Body Classes
 * ----------------------------------------------------------------------------
 */
/* home page */

/* blog template page */
.post-grid {
	position: relative;
	overflow: hidden;
	min-height: 350px;
	color: #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 20px;
	display: table;
}
.post-grid.post-grid-nobg:nth-of-type(4n+1) {
	background-color: #FFA398;
}
.post-grid.post-grid-nobg:nth-of-type(4n+2) {
	background-color: #FFC48C;
}
.post-grid.post-grid-nobg:nth-of-type(4n+3) {
	background-color: #E2D6C4;
}
.post-grid.post-grid-nobg:nth-of-type(4n+4) {
	background-color: #9AD9D2;
}
.post-grid.post-grid-bg {
	background-color: #000;
}
.post-grid .post-grid-content {
	position: initial;
	vertical-align: bottom;
	display: table-cell;
}
.post-grid-link {
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	cursor: pointer;
	color: transparent;
}
.post-grid .text-container {
	position: relative;
	z-index: 3;
}
.silvio-single-bg-image .overlay,
.post-grid-bg .overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .45)));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
}

/* single template page */
.silvio-single-bg {
	background-color: #000;
	position: relative;
	color: #fff;
	overflow: hidden;
}
.silvio-single-bg-image {
	min-height: 500px;
	min-height: calc(100vh - 40px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.silvio-single-bg-color {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}
.silvio-single-bg-image > .container {
	position: absolute;
	right: 0px;
	bottom: 50px;
	left: 0px;
	z-index: 3;
}

/* page template page */
.silvio-page-bg {
	padding-top: 40px;
}
.silvio-page-bg .entry-title {
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* archive template page */

/* category template page */

/* wp-admin bar */

/* tag template page */

/* gallery */

/* Image Galleries */
.gallery {
	margin-bottom: 20px;
}
.tiled-gallery p,
.gallery p {
	margin: 0 !important;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.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-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}




/**
 * 07.6 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Sticky  */
.sticky {
	width: 100%;
	min-height: 500px;
}
/* Video */
.jetpack-video-wrapper {
	margin-bottom: 35px;
}
/* Audio */
.mejs-controls a.mejs-horizontal-volume-slider {
	background: #222;
}
.mejs-container a {
border-bottom: none !important;
}
/* Reblogger */
.reblogger-note blockquote {
	min-height: 0;
}
.reblogger-note blockquote p {
	font-size: 20px !important;
	font-size: 1.25rem !important;
	line-height: 1.55;
}
.reblogger-note blockquote:before {
	content: none;
}
.reblog-post .reblog-source {
	font-weight: normal;
}


/**
 * 07.7 Attachments
 * ----------------------------------------------------------------------------
 */

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font: 400 32px 'Montserrat', Helvetica, sans-serif;
	vertical-align: -webkit-calc(-4px);
	vertical-align:         calc(-4px);
}

/**
 * 07.8 Archives
 * ----------------------------------------------------------------------------
 */

.archive-navigation {
	padding: 30px 0;
	clear: both;
}

.archive-header,
.archive-title,
.archive-meta {
	width: 100%;
}
.page-header,
.archive-header {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Archive title */
.page-title,
.archive-title {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/* Archive meta or description */
.archive-meta {
	margin: 0;
	font-size: 20px;
	font-size: 1.25rem;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}


/**
 * 07.9 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.error-header,
.error-title,
.error-content {
}



/**
 * 07.10 404
 * ----------------------------------------------------------------------------
 */

.error404 .entry-header {
	padding-top: 40px;
}
.error-header {
	margin-bottom: 20px;
}
.error-title {
	font-size: 120px;
	font-size: 7.5rem;
	font-weight: 700;
	text-transform: none;
	margin: 10px 0 50px;
}
.error-content {
}

/**
 * 07.11 Shortcodes
 * ----------------------------------------------------------------------------
 */


/* ------- Multicoumns Shortcode ------- */
.one-second,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth {
	width:100%;
}
.one-second,
.one-third,
.two-third,
.one-fourth,
.two-fourth,
.three-fourth {
	float:left;
	margin-right:0;
	margin-bottom: 20px;
	position:relative;
}
.last {
	clear:right;
	margin-right:0 !important;
}
.divider {
	width: 100%;
	margin-bottom: 15px;
	padding-top: 15px;
	display: block;
	clear: both;
}

/* ------- Infoboxes ------- */
.white-box,
.blue-box,
.yellow-box,
.red-box,
.green-box,
.lightgrey-box,
.grey-box,
.dark-box {
	margin: 35px 0;
	padding: 25px;
	overflow:hidden;
	line-height:1.45;
}
#content .white-box p,
#content .blue-box p,
#content .yellow-box p,
#content .red-box p,
#content .green-box p,
#content .lightgrey-box p,
#content .grey-box p,
#content .dark-box p {
	margin: 0 0 30px;
}
.white-box {
	background:#fff;
	border:2px solid #333;
}
.blue-box {
	background:#E5F4FB;
	border:2px solid #C6D9E9;
	color:#8EA4AF;
}
.yellow-box {
	background:#FFFFE0;
	border:2px solid #E6DB55;
	color:#CC9F3B;
}
.red-box {
	background:#FFE6E6;
	border:2px solid #F27070;
	color:#DD6666;
}
.green-box {
	background:#EFF8E6;
	border:2px solid #D6EEBD;
	color:#89A270;
}
.grey-box {
	background:#CBCACA;
	border:2px solid #B2B2B2;
	color:#6D6C6C;
}


/* ------- Buttons ------- */
.st-button {
	display:inline-block;
	cursor:pointer;
}
.st-button:hover {
	color:#fff !important;
}
a.st-button {
	margin:10px 10px 10px 0;
	color:#fff !important;
	border:2px solid transparent !important;
}
a.st-button:hover {
	text-decoration: none;
}
.st-button.red {background:#e74c3c;}
.st-button.red:hover {background:#ec7063;}
.st-button.red:active {background:#c44133;}
.st-button.green {background:#1abc9c;}
.st-button.green:hover {background:#48c9b0;}
.st-button.green:active {background:#16a085;}
.st-button.blue {background:#3498db;}
.st-button.blue:hover {background:#5dade2;}
.st-button.blue:active {background:#2c81ba;}
.st-button.yellow {background:#f1c40f;}
.st-button.yellow:hover {background: #f5d313;}
.st-button.yellow:active {background: #cda70d;}
.st-button.purple  {background: #8E44AD;}
.st-button.purple:hover {background: #9B59B6;}
.st-button.purple:active {background: #8F47AE;}
.st-button.grey {background: #bdc3c7; color: #fff;}
.st-button.grey:hover {background: #cacfd2; color: #fff;}
.st-button.grey:active {background: #a1a6a9; color: #fff;}
.st-button.black {background: #34495e; color: #fff;}
.st-button.black:hover {background: #415b76; color: #fafafa !important;}
.st-button.black:active {background: #2c3e50; color: #fafafa !important;}

 /**
 * 08. PAGE NAVI STYLES
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */

.page-links {
	padding-bottom: 20px;
	font-size: 20px;
	font-size: 1.25rem;
}
.navigation .nav-previous {
	float: left;
	max-width: 49%;
	letter-spacing: 2px;
}
.navigation .nav-next {
	float: right;
	max-width: 49%;
	letter-spacing: 2px;
}
.navigation .nav-links a {
	color: #000;
	font-size: 50px;
}
.navigation .nav-links a:hover {
	color: #000;
	text-decoration: none;
}
.paging-navigation {
	padding: 30px 15px;
	clear: both;
}
.paging-navigation .nav-links,
.post-navigation .nav-links {
	margin: 0 auto;
	width: 100%;
}
.post-navigation {
	padding: 10px 0;
}
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
}


/**
 * 09. COMMENT STYLES & 10. COMMENT FORM STYLES
 * ----------------------------------------------------------------------------
 */

/* General Styles */
 #comments {
}
.comments-title,
.comment-reply-title,
.no-comments {
	text-align: left;
	margin: 0 auto;
	padding-top: 55px;
	padding-bottom: 5px;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
}
#respond #commentform {
	margin: 0 auto;
	width: 100%;
}
.comment-list {
	list-style-type: none;
	padding: 10px 0px 20px;
	margin-top: 0;
	background: transparent;
}
.comment-list .children {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 15px;
}


/* Coments */
.comment,
.comment-list article.social-twitter {
	padding: 35px 0;
	background: transparent;
	position: relative;
}
.comment-list > li > .comment:before {
	content: "";
	max-width: 100%;
	width: 320px;
	height: 2px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	border-top: 1px solid #cfcfcf;
}
.comment-list > li:first-child > .comment:before {
	content: none;
}
.comment-author {
	float: left;
	margin-right: 26px;
	max-width: 74px;
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}
.comment-author .fn,
.comment-reply-link {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: normal;
	padding: 2px;
}
.comment-author .fn {
	float: left;
	width: 100%;
	text-align: center;
}
.bypostauthor {
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-meta {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 100px);
	width:         calc(100% - 100px);
}
.comment-content,
.reply {
	float: none;
	width: 100%;
	clear: both;
}
.comment-content {
	padding-top: 20px;
	overflow: hidden;
	word-wrap: break-word;
}
.comment-meta,
.comment-meta a {
	font-size: 18px;
	margin-bottom: 20px;
	font-style: italic;
}
h3.comment-author-name,
h3.comment-author-name a {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 5px;
	color: #393939;
	font-style: normal;
}
h3.comment-author-name a.comment-reply-link {
	margin-left: 10px;
}
.comment-meta a:hover {
}
.ping-meta {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.35;
}
.comment-awaiting-moderation {
}
.comment-awaiting-moderation:before {
	content: '\f414';
	margin-right: 5px;
	position: relative;
	top: -2px;
}

/* Comment form */
#respond {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
#reply-title {
	margin-bottom: 20px;
	font-weight: 700;
}
#reply-title small a {
	float: right;
	overflow: hidden;
	font-size: 10px;
}
#reply-title small a:hover {
}
.sidebar .comment-list #reply-title,
.sidebar .comment-list #commentform {
	padding: 0;
}
#commentform .comment-notes {
	margin-bottom: 15px;
	font-size: 18px;
 	font-size: 1.125rem;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 8px;
}
#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"],
#commentform label[for="comment"] {
	float: left;
	padding: 5px 0;
	font-size: 18px;
	font-size: 1.125rem;
}
#commentform .required {
	color: #7c7b7b;
}
#commentform textarea {
	height: 100px; /* Smaller field for mobile. */
}
.form-allowed-tags {
	display: none;
}
.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 auto;
	padding: 20px 0 30px;
	width: 100%;
	text-transform: none;
}
.no-comments {
	padding-bottom: 30px;
}



/**
 * 11. SIDEBARS & ASIDES
 * ----------------------------------------------------------------------------
 */

/* Secondary Sidebar */
#secondary {
	padding-top: 20px;
	padding-bottom: 20px;
}
#secondary a {
}
#secondary a:hover {
	color: #000;
}
#secondary a:active,
#secondary a:visited {
}
#secondary .widget  {
	text-align: center;
}
.widget  {
	width: 100%;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.55;
	padding: 0px 0px 20px;
	margin-bottom: 20px;
}
.widget-title {
	padding: 0px 0px 10px;
	color: #000;
	margin: 0 30px 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #cfcfcf;
}
.widget-title a {
	color: #000;
}

/* General Sidebar Modal Styles */
.silvio-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 999999;
  min-height: 100vh;
  height: 100%;
  display: none;
  background-color: #f4f4f4;
  padding: 50px 25px;
}
.silvio-modal-open .silvio-modal {
	overflow-y: scroll;
}
.silvio-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 11px 14px;
  font-size: 16px;
	font-size: 1rem;
    z-index: 9;
}
.silvio-search #searchform {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.silvio-search input {
background: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  line-height: 50px;
  font-size: 40px;
  border: none;
  text-align: center;
  min-height: 100vh;
}
.silvio-search input:focus {
	background: none;
	border: none !important;
}

/* General Sidebar Styles */
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	line-height: 1.5;
	padding: 5px 0;
}
.widget .children li:last-child {
	padding-bottom: 0;
}
.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

/* Search widget */
#searchform {
	position: relative;
}
#searchform .field {
	width: 100%;
}
#searchform .submit {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	display: block;
	cursor: pointer;
	border: none;
	padding: 5px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #999 !important;
	background: transparent;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
}

/* Calendar Widget */
.widget_calendar table {
	line-height: 2;
	margin: 0;
}
.widget_calendar caption {
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar thead th {}
.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
	padding: 4px;
}
.widget_calendar tbody a {
	display: block;
}
.widget_calendar tbody a:hover {
}

.widget_calendar tbody a:hover {
}

.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

/* Tagcloud Widget */
.widget .tagcloud {
	overflow: hidden;
}
.widget .tagcloud a {
	font-size: 12px !important;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	padding: 2px 7px;
	margin: 0 5px 5px 0;
	border: none;
	letter-spacing: 1px;
	float: left;
	background-color: #CFCFCF;
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
}
.widget .tagcloud a:hover {
	text-decoration: none;
	-webkit-transition: .02s all linear;
	-moz-transition: .02s all linear;
	-o-transition: .02s all linear;
	transition: .02s all linear;
	outline: 0;
	color: #fff !important;
	opacity: .6;
}
/* Recent comments Widget */
.recentcomments:before {
	content: "\f075";
	font-family: FontAwesome;
	padding-right: 6px;
}

/* Facebook Like box */
#secondary .widget.widget_facebook_likebox {
	padding: 0;
	background-color: transparent;
}
#secondary .widget_facebook_likebox .widget-title {
	margin: 0;
}
/* Follow Bottom */
#secondary .widget.widget_follow_button_widget {
	padding: 0;
	background-color: transparent;
}
/* Flickr Widget */
#secondary .widget.widget_flickr {
	padding: 0;
	background-color: transparent;
}
#secondary .widget_flickr .widget-title {
	margin: 0;
}
#flickr_badge_wrapper {
	background: transparent !important;
	border: 0 !important;
}
#flickr_badge_uber_wrapper {
	margin: 0 auto;
}
#flickr_badge_uber_wrapper td {
	border: 0 !important;
	text-align: center;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #7c7b7b !important;
}
/* goodreads Widget */
#secondary .widget.widget_goodreads {
	padding: 0;
	background-color: transparent;
}
#secondary .widget_goodreads .widget-title {
	margin: 0;
}
.widget_goodreads a {
	color: #000 !important;
}
/* Jetpack Sharedaddy */
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
	text-align: center;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #CFCFCF !important;
    border-radius: 1px !important;
}

/* WP Instagram Widget */
.sidebar .instagram-pics {
	display: block;
	margin: 0 auto;
	max-width: 472px;
}
.sidebar .instagram-pics li {
	width: 31.8%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 2px 4px;
	text-align: center;
}
.sidebar .instagram-pics li img {
	max-width: 100%;
}

/*Infinite Scroll*/
#infinite-handle,
.infinite-loader {
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	text-align: center;
}
#main #infinite-handle span {
	background-color: #fff;
	display: inline-block;
	padding: 8px 12px;
	color: #393939;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border: 1px dotted #393939;
	outline: 0;
	letter-spacing: 2px;
	font-weight: 400;
	font-family: 'Montserrat', Helvetica, sans-serif;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	-o-transition: .1s all linear;
	transition: .1s all linear;
}
#main #infinite-handle span:hover {
	color: #000;
	border: 1px solid #000;
}
#page #main #infinite-handle span:active {
	background-color: #f0f0f0;
	border: 1px solid #f0f0f0;
}
#main #infinite-handle span button {
	border: none !important;
}
.infinite-loader .spinner {
	left: 0px !important;
	top: 16px !important;
	margin: 0 auto;
}

/* Hides navigation links when infinite scroll is active */
.infinite-scroll .paging-navigation {
	display: none;
}
.infinite-scroll #main {
	padding-bottom: 96px;
}
/* Hides navigation links and site footer when infinite scroll neverending is active */
.infinite-scroll.neverending .site-info {
	display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending .site-info {
	display: block;
}


/**
 * 12. FOOTER STYLES
 * ----------------------------------------------------------------------------
 */

#colophon {
	position: relative;
	padding-top: 40px;
	background-color: #FAFAFA;
}
#colophon .widget-title {
	text-align: center;
	border-bottom: 1px solid #cfcfcf;
}

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

/* Footer Sidebar */
.pre-footer {
}
.widget [class^="fa-"] {
	margin-right: 5px;
}

/* Footer Lastbar */
.site-info {
	padding: 10px 0;
	background-color: #f0f0f0;
}

.site-info p.info {
	margin: 15px 0;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	color: #393939;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.site-info p.info a {
	font-weight: 700;
}

.site-info p.info a:hover {
	color: #000;
}

/* Footer Social Nav */
.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
ul.menu-social {
	list-style: none;
	margin: 0 0 25px;
	margin: 0;
	padding: 3px 0;
}

ul.menu-social li {
	display:  inline-block;
	position: relative;
}

ul.menu-social li a {
}
ul.menu-social li a:hover {
	color: #000;
}
ul.menu-social li a:before {
	content: "\f135";
	display: inline-block;
	padding: 0 5px;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul.menu-social li a[href*="facebook.com"]:before {
	content: "\f09a";
}
ul.menu-social li a[href*="twitter.com"]:before {
	content: "\f099";
}
ul.menu-social li a[href*="dribbble.com"]:before {
	content: "\f17d";
}
ul.menu-social li a[href*="plus.google.com"]:before {
	content: "\f0d5";
}
ul.menu-social li a[href*="pinterest.com"]:before {
	content: "\f0d2";
}
ul.menu-social li a[href*="flickr.com"]:before {
	content: "\f16e";
}
ul.menu-social li a[href*="github.com"]:before {
	content: "\f09b";
}
ul.menu-social li a[href*="tumblr.com"]:before {
	content: "\f173";
}
ul.menu-social li a[href*="youtube.com"]:before {
	content: "\f167";
}
ul.menu-social li a[href*="vimeo.com"]:before {
	content: "\f194";
}
ul.menu-social li a[href*="instagram.com"]:before {
	content: "\f16d";
}
ul.menu-social li a[href*="foursquare.com"]:before {
	content: "\f180";
}
ul.menu-social li a[href*="linkedin.com"]:before {
	content: "\f0e1";
}
ul.menu-social li a[href*="skype.com"]:before {
	content: "\f17e";
}
ul.menu-social li a[href*="bitbucket.org"]:before {
	content: "\f171";
}
ul.menu-social li a[href*="xing.com"]:before {
	content: "\f168";
}

#wpstats {
	display: block;
	margin: -10px auto 0 auto;
}


/**
 * 13. MEDIA QUERIES
 * ----------------------------------------------------------------------------
 */
@media (min-width: 550px) {
	.entry-meta-date {
		margin: 20px 0px 10px;
		max-width: 95px;
		margin-left: auto;
	}
}
@media (min-width: 768px) {

/* Headlines */
	h1 {
		margin: 54px 0 44px;
		font-size: 40px;
		font-size: 2.5rem;
	}
	h2 {
		margin: 54px 0 44px;
		font-size: 30px;
		font-size: 1.875rem;
	}
	h3 {
		margin: 44px 0;
		font-size: 26px;
		font-size: 1.625rem;
	}
	h4 {
		margin: 34px 0;
		font-size: 20px;
		font-size: 1.25rem;
	}
	h5 {
		margin: 24px 0;
		font-size: 18px;
		font-size: 1.125rem;
	}
	h6 {
		margin: 24px 0;
		font-size: 18px;
		font-size: 1.125rem;
	}

/* Columns Shortcode */
	.one-second {
		width:48.5%;
	}
	.one-third {
		width:31.333%;
	}
	.two-third {
		width:65.33%;
	}
	.one-fourth {
		width:22.75%;
	}
	.four-columns-two {
		width:48.5%;
	}
	.three-fourth {
		width:74.25%;
	}
	.one-second,
	.one-third,
	.two-third,
	.one-fourth,
	.two-fourth,
	.three-fourth {
		margin-right:3%;
		margin-bottom:0;
	}
	.divider {
		margin-bottom: 30px;
		padding-top: 30px;
	}

/* Comment form */
	#commentform textarea {
		height: auto;
	}
	#commentform .comment-form-author,
	#commentform .comment-form-email{
		float:left;
		width:32%;
		margin-right:2%;
		margin-bottom: 8px;
	}
	#commentform .comment-form-url {
		float:left;
		width:32%;
		margin-bottom: 8px;
	}
	.entry-title {
		padding-top: 10px;
	}
	.image-header {
		padding: 60px 0px 30px;
	}
	.image-header.box {
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.site-title {
		font-size: 80px;
		font-size: 5rem;
	}
	.site-description {
		font-size: 22px;
		font-size: 1.375rem;
		padding-top: 30px;
  		margin-top: 10px;
	}
	.hentry {
	}
	.entry-meta-right {
		padding-top: 10px;
	}
	.entry-meta span {
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 0;
	}
	.entry-meta-right span {
		display: block;
	}
	.comment-list .children {
		margin-left: 30px;
		padding-left: 30px;
	}
	.silvio-search input {
		line-height: 100px;
		font-size: 80px;
	}
/* Blog Grid */
	.post-grid-content .entry-footer .entry-meta,
	.silvio-single-bg .more-entry-meta .entry-meta {
		font-size: 20px;
	}
	.paging-navigation {
		padding: 30px 30px;
	}
	.post-grid {
		min-height: 450px;
		display: block;
	}
	.post-grid .post-grid-content {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: .35s all ease-out;
		-moz-transition: .35s all ease-out;
		-o-transition: .35s all ease-out;
		transition: .35s all ease-out;
		display: block;
	}
	.post-grid:hover .post-grid-content {
		background: rgba(0, 0, 0, .35);
	}
	.post-grid .text-container {
		position: absolute;
		right: 30px;
		bottom: 30px;
		left: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	.post-grid .text-container h1.entry-title {
		font-size: 32px;
		font-size: 2rem;
	}
	.silvio-single-bg-color {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}



@media (min-width: 992px) {
	#secondary {
		padding-top: 40px;
	}
	.hentry.silvio-hentry {
		overflow: visible;
	}
	blockquote.alignleft,
	img.alignleft {
		margin: 7px 24px 7px -48px;
	}
	.wp-caption.alignleft {
		margin: 7px 14px 7px -48px;
	}
	blockquote.alignright,
	img.alignright {
		margin: 7px -48px 7px 24px;
	}
	.wp-caption.alignright {
		margin: 7px -48px 7px 14px;
	}
	.post-grid .text-container {
		right: 60px;
		left: 60px;
	}
	.paging-navigation {
		padding: 30px 60px;
	}
}


@media (min-width: 1200px) {
	.navbar {
		height: auto;
		padding: 20px 0 20px;
	}
	.menu-toggle {
		display: none;
	}
	.silvio-logo {
		max-width: 250px;
	}
	.silvio-logo-img {
		padding: 0px 15px;
		max-width: 250px;
	}
	.silvio-logo-img img {
		max-height: 60px;
		margin-top: -10px;
		margin-bottom: -10px;
	}
	.nav-menu {
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.main-navigation {
		text-align: right;
		display: block !important;
		padding-bottom: 0;
		float: right;
		width: calc(100% - 340px);
	}
	.nav-menu li {
		display: inline-block;
		position: relative;
		text-align: center;
		margin-right: 0px;
		vertical-align: top;
	}
	.nav-menu li a {
		color: #000;
		display: block;
		padding: 11px 14px;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0;
		position: relative;
		-webkit-transition: .1s all linear;
		-moz-transition: .1s all linear;
		-o-transition: .1s all linear;
		transition: .1s all linear;
		border: none;
		font-weight: 400;
	}
	.nav-menu li a:hover {
		color: #797979;
		-webkit-transition: .1s all linear;
		-moz-transition: .1s all linear;
		-o-transition: .1s all linear;
		transition: .1s all linear;
		background-color: transparent;
	}
	.nav-menu > li.menu-item-has-children:hover > a:after,
	.nav-menu > ul > li.page_item_has_children:hover > a:after {
		position: absolute;
		bottom: 0px;
		left: 45%;
		left: calc(50% - 6px);
		border: 6px solid #f0f0f0;
		border-color: #f0f0f0 transparent;
		border-top: none;
		content: "";
	}
	.nav-menu .sub-menu,
	.nav-menu .children {
		display: none;
		float: left;
		padding: 0;
		position: absolute;
		top: 38px;
		z-index: 99999;
		width: 220px;
		background-color: #f0f0f0;
		left: 50%;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
		z-index: 10;
	}
	.nav-menu .sub-menu li,
	.nav-menu .children li {
		width: 100%;
		margin-right: -16px;
		padding-right: 16px;
	}
	.nav-menu .sub-menu ul,
	.nav-menu .children ul {
		left: 100%;
		top: 0px;
		border-top: 0;
		padding-top: 0px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.nav-menu .sub-menu ul:before,
	.nav-menu .children ul:before {
		position: absolute;
		top: 10px;
		left: -6px;
		border: 6px solid #f0f0f0;
		border-color: transparent #f0f0f0;
		border-left: none;
		content: "";
	}
	.nav-menu .sub-menu a,
	.nav-menu .children a {
		border: none;
		text-align: center;
		color: #797979;
		font-size: 12px;
		font-size: 0.75rem;
	}
	.nav-menu .sub-menu a:hover,
	.nav-menu .children a:hover {
		border: none;
		color: #000;
		background-color: transparent;
	}

	.nav-menu li ul a,
	.nav-menu li ul ul a {
		margin: 0;
		padding: 8px 10px;
		text-align: left;
	}
	.nav-menu li ul a:hover,
	.nav-menu li ul ul a:hover {
	}

	.nav-menu li:hover > ul,
	.nav-menu li ul li:hover > ul {
		display: block;
	}

	.nav-menu .current-menu-item > a,
	.nav-menu .current-menu-ancestor > a,
	.nav-menu .current_page_item > a,
	.nav-menu .current_page_ancestor > a {
		color: #797979;
		background-color: transparent;
	}
	.sub-menu .current-menu-item > a,
	.sub-menu .current-menu-ancestor > a,
	.children .current-menu-item > a,
	.children .current-menu-ancestor > a,
	.sub-menu .current_page_item > a,
	.sub-menu .current_page_ancestor > a,
	.children .current_page_item > a,
	.children .current_page_ancestor > a {
		color: #000 !important;
		background-color: transparent;
		border: none;
	}
	.silvio-single-bg-image {
		min-height: 700px;
		min-height: calc(100vh - 80px);
	}
	.silvio-single-bg-image > .container {
		bottom: 80px;
	}
	.post-grid .text-container h1.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

@media (min-width: 1500px) {
	.navbar {
		padding: 20px 60px 20px;
	}
}

#s-share-buttons p {
	display: inline;
	padding-left: 6px;
}