/*
Theme Name: Gabriela
Theme URI: http://www.demo.silocreativo.com/gabriela
Description: Gabriela is a modern and easy-to-use WordPress theme specially built for bloggers who love fashion, art and lifestyle. Designed for WordPress.org.

Author: SiloCreativo
Author URI: https://www.silocreativo.com
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, one-column, right-sidebar, two-columns
Text Domain: gabriela

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: 'Yantramanav', sans-serif;
}

body {
	background-color: #fff;
	color: #1a171b;
	padding: 0;
	border: 0;
	margin: 0 auto;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	overflow-y: scroll;
}
a {
	color: #818180;
	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: 'Yantramanav', sans-serif;
	text-transform: none;
	font-weight: 400;
	line-height: 1.5;
	color: #1a171b;
	word-wrap: break-word;
}
h1 {
	margin: 40px 0 20px;
	font-size: 24px;
	font-size: 1.5rem;
}
h2 {
	margin: 35px 0 15px;
	font-size: 22px;
	font-size: 1.375rem;
}
h3 {
	margin: 30px 0 10px;
	font-size: 20px;
	font-size: 1.25rem;
}
h4 {
	margin: 25px 0 15px;
	font-size: 18px;
	font-size: 1.125rem;
}
h5 {
	margin: 20px 0 8px;
	font-size: 17px;
	font-size: 1.065rem;
}
h6 {
	margin: 20px 0 8px;
	font-size: 16px;
	font-size: 1rem;
}
address {
	font-style: italic;
	line-height: 1.5;
	margin: 0 0 24px;
}
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.25;
	margin: 0 0 24px;
	font-size: 17px;
	font-size: 1.0625rem;
}
code,
kbd,
pre,
samp {
	font-family: Consolas, Monaco, monospace;;
	_font-family: 'courier new', monospace;
	font-size: 17px;
	font-size: 1.0625rem;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 17px;
	font-size: 1.0625rem;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	line-height: 1.35;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote {
	padding: 0;
	position: relative;
	margin: 40px 0;
	color: #1a171b;
}
blockquote p {
	text-align: center;
	color: #1a171b;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}
.entry-content blockquote p {
	font-size: 24px;
	font-size: 1.5rem;
}
blockquote blockquote {
	margin-left: 20px;
}
blockquote cite,
blockquote small {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Yantramanav', sans-serif;
	color: #1a171b;
}
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 20px;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.5;
}
dl {
	line-height: 1.5;
}
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: none;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.5;
	margin: 0 0 20px;
	width: 100%;
}
caption,
th,
td {
	text-align: left;
}
caption {
	font-size: 17px;
	font-size: 1.0625rem;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #d4d4d4;
	font-family: 'Yantramanav', sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	padding: 10px 12px;
	font-weight: 500;
}
td {
	border-top: 1px solid #d4d4d4;
	padding: 10px 12px;
}
del {
	color: #333;
}
ins {
	background: #fef7c1;
	text-decoration: none;
}
hr {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

/**
 * 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,
a.comment-reply-link,
#page .jetpack-recipe-meta li.jetpack-recipe-print a,
#main #infinite-handle span {
	background-color: transparent;
	display: inline-block;
	padding: 0;
	color: #807f7f;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	outline: 0;
	font-weight: 300;
	font-family: 'Yantramanav', sans-serif;
	-webkit-transition: .2s all ease-out;
	-moz-transition: .2s all ease-out;
	-o-transition: .2s all ease-out;
	transition: .2s all ease-out;
	border: none;
}
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,
a.comment-reply-link:hover,
#page .jetpack-recipe-meta li.jetpack-recipe-print a:hover,
#main #infinite-handle span:hover {
	color: #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,
a.comment-reply-link:active,
#page .jetpack-recipe-meta li.jetpack-recipe-print a:active,
#main #infinite-handle span:active {
	color: #000;
}
.meta-section {
overflow: hidden;
position: relative;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
.jetpack_subscription_widget #subscribe-email input,
.widget_blog_subscription input[type="text"] {
	border: 1px solid #555;
	padding: 8px;
	width: 100%;
	background-color: transparent;
	font-family: 'Yantramanav', sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	color: #393939;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.post-password-required input[type="password"] {
	margin: 20px 0;
}
.widget_blog_subscription input[type="text"] {
	border: 1px solid #fff;
	background-color: #fff;
}

/* Form fields, general styles first. */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.jetpack_subscription_widget #subscribe-email input:focus,
.widget_blog_subscription input[type="text"]:focus {
	border: 1px solid #818180;
	outline: 0;
}
textarea, input { outline: none; }

/* Placeholder text color -- selectors need to be in separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}
:-moz-placeholder {
	color: #7d7b6d;
}
::-moz-placeholder {
	color: #7d7b6d;
}
:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * 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%;
	height: auto;
}

/* 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%;
	border: 0;
}
.entry-content iframe,
.entry-summary iframe,
.comment-content iframe,
.PDS_Poll {
	margin-bottom: 20px !important;
}
.entry-content object + *,
.entry-summary object + *,
.comment-content object + * {
	margin-top: 20px;
}

/* Override the Twitter embed fixed width. */
.twitter-tweet-rendered {
	max-width: 100% !important;
}
/* Fix the Twitter embed aligns. */
.twitter-tweet-rendered[style*="float: right"] {
	margin-left: 24px !important;
}
.twitter-tweet-rendered[style*="float: left"] {
	margin-right: 24px !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: 14px;
	font-size: 0.85rem;
	line-height: 1.5;
	text-transform: none;
	color: #757575;
	padding-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
.aligncenter {
	margin-left: -15px;
	margin-right: -15px;
	max-width: calc(30px + 100%) !important;
}
.wp-caption.aligncenter .wp-caption-text {
	padding-left: 15px;
	padding-right: 15px;
}

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: .08s all linear;
	-moz-transition: .08s all linear;
	-o-transition: .08s all linear;
	transition: .08s 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 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 544px) {
	.container {
		max-width: 576px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 940px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1500px) {
	.container {
		max-width: 1440px;
	}
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.no-margin {
	margin: 0;
}
.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, .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, .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, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.col-xs {
	position: relative;
	-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
					flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	max-width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
			-ms-flex: 0 0 8.333333%;
					flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-xs-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
			-ms-flex: 0 0 16.666667%;
					flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-xs-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
			-ms-flex: 0 0 25%;
					flex: 0 0 25%;
	max-width: 25%;
}
.col-xs-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
			-ms-flex: 0 0 33.333333%;
					flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-xs-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
			-ms-flex: 0 0 41.666667%;
					flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-xs-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
			-ms-flex: 0 0 50%;
					flex: 0 0 50%;
	max-width: 50%;
}
.col-xs-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
			-ms-flex: 0 0 58.333333%;
					flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-xs-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
			-ms-flex: 0 0 66.666667%;
					flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-xs-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
			-ms-flex: 0 0 75%;
					flex: 0 0 75%;
	max-width: 75%;
}
.col-xs-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
			-ms-flex: 0 0 83.333333%;
					flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-xs-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
			-ms-flex: 0 0 91.666667%;
					flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-xs-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
			-ms-flex: 0 0 100%;
					flex: 0 0 100%;
	max-width: 100%;
}
.pull-xs-0 {
	right: auto;
}
.pull-xs-1 {
	right: 8.333333%;
}
.pull-xs-2 {
	right: 16.666667%;
}
.pull-xs-3 {
	right: 25%;
}
.pull-xs-4 {
	right: 33.333333%;
}
.pull-xs-5 {
	right: 41.666667%;
}
.pull-xs-6 {
	right: 50%;
}
.pull-xs-7 {
	right: 58.333333%;
}
.pull-xs-8 {
	right: 66.666667%;
}
.pull-xs-9 {
	right: 75%;
}
.pull-xs-10 {
	right: 83.333333%;
}
.pull-xs-11 {
	right: 91.666667%;
}
.pull-xs-12 {
	right: 100%;
}
.push-xs-0 {
	left: auto;
}
.push-xs-1 {
	left: 8.333333%;
}
.push-xs-2 {
	left: 16.666667%;
}
.push-xs-3 {
	left: 25%;
}
.push-xs-4 {
	left: 33.333333%;
}
.push-xs-5 {
	left: 41.666667%;
}
.push-xs-6 {
	left: 50%;
}
.push-xs-7 {
	left: 58.333333%;
}
.push-xs-8 {
	left: 66.666667%;
}
.push-xs-9 {
	left: 75%;
}
.push-xs-10 {
	left: 83.333333%;
}
.push-xs-11 {
	left: 91.666667%;
}
.push-xs-12 {
	left: 100%;
}
.offset-xs-1 {
	margin-left: 8.333333%;
}
.offset-xs-2 {
	margin-left: 16.666667%;
}
.offset-xs-3 {
	margin-left: 25%;
}
.offset-xs-4 {
	margin-left: 33.333333%;
}
.offset-xs-5 {
	margin-left: 41.666667%;
}
.offset-xs-6 {
	margin-left: 50%;
}
.offset-xs-7 {
	margin-left: 58.333333%;
}
.offset-xs-8 {
	margin-left: 66.666667%;
}
.offset-xs-9 {
	margin-left: 75%;
}
.offset-xs-10 {
	margin-left: 83.333333%;
}
.offset-xs-11 {
	margin-left: 91.666667%;
}
@media (min-width: 544px) {
	.col-sm {
		position: relative;
		-webkit-flex-basis: 0;
				-ms-flex-preferred-size: 0;
						flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
				-ms-flex-positive: 1;
						flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
				-ms-flex: 0 0 8.333333%;
						flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
				-ms-flex: 0 0 16.666667%;
						flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
				-ms-flex: 0 0 25%;
						flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
				-ms-flex: 0 0 33.333333%;
						flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
				-ms-flex: 0 0 41.666667%;
						flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
				-ms-flex: 0 0 58.333333%;
						flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
				-ms-flex: 0 0 66.666667%;
						flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
				-ms-flex: 0 0 75%;
						flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
				-ms-flex: 0 0 83.333333%;
						flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
				-ms-flex: 0 0 91.666667%;
						flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-sm-0 {
		right: auto;
	}
	.pull-sm-1 {
		right: 8.333333%;
	}
	.pull-sm-2 {
		right: 16.666667%;
	}
	.pull-sm-3 {
		right: 25%;
	}
	.pull-sm-4 {
		right: 33.333333%;
	}
	.pull-sm-5 {
		right: 41.666667%;
	}
	.pull-sm-6 {
		right: 50%;
	}
	.pull-sm-7 {
		right: 58.333333%;
	}
	.pull-sm-8 {
		right: 66.666667%;
	}
	.pull-sm-9 {
		right: 75%;
	}
	.pull-sm-10 {
		right: 83.333333%;
	}
	.pull-sm-11 {
		right: 91.666667%;
	}
	.pull-sm-12 {
		right: 100%;
	}
	.push-sm-0 {
		left: auto;
	}
	.push-sm-1 {
		left: 8.333333%;
	}
	.push-sm-2 {
		left: 16.666667%;
	}
	.push-sm-3 {
		left: 25%;
	}
	.push-sm-4 {
		left: 33.333333%;
	}
	.push-sm-5 {
		left: 41.666667%;
	}
	.push-sm-6 {
		left: 50%;
	}
	.push-sm-7 {
		left: 58.333333%;
	}
	.push-sm-8 {
		left: 66.666667%;
	}
	.push-sm-9 {
		left: 75%;
	}
	.push-sm-10 {
		left: 83.333333%;
	}
	.push-sm-11 {
		left: 91.666667%;
	}
	.push-sm-12 {
		left: 100%;
	}
	.offset-sm-0 {
		margin-left: 0%;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		position: relative;
		-webkit-flex-basis: 0;
				-ms-flex-preferred-size: 0;
						flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
				-ms-flex-positive: 1;
						flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
				-ms-flex: 0 0 8.333333%;
						flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
				-ms-flex: 0 0 16.666667%;
						flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
				-ms-flex: 0 0 25%;
						flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
				-ms-flex: 0 0 33.333333%;
						flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
				-ms-flex: 0 0 41.666667%;
						flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
				-ms-flex: 0 0 58.333333%;
						flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
				-ms-flex: 0 0 66.666667%;
						flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
				-ms-flex: 0 0 75%;
						flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
				-ms-flex: 0 0 83.333333%;
						flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
				-ms-flex: 0 0 91.666667%;
						flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-md-0 {
		right: auto;
	}
	.pull-md-1 {
		right: 8.333333%;
	}
	.pull-md-2 {
		right: 16.666667%;
	}
	.pull-md-3 {
		right: 25%;
	}
	.pull-md-4 {
		right: 33.333333%;
	}
	.pull-md-5 {
		right: 41.666667%;
	}
	.pull-md-6 {
		right: 50%;
	}
	.pull-md-7 {
		right: 58.333333%;
	}
	.pull-md-8 {
		right: 66.666667%;
	}
	.pull-md-9 {
		right: 75%;
	}
	.pull-md-10 {
		right: 83.333333%;
	}
	.pull-md-11 {
		right: 91.666667%;
	}
	.pull-md-12 {
		right: 100%;
	}
	.push-md-0 {
		left: auto;
	}
	.push-md-1 {
		left: 8.333333%;
	}
	.push-md-2 {
		left: 16.666667%;
	}
	.push-md-3 {
		left: 25%;
	}
	.push-md-4 {
		left: 33.333333%;
	}
	.push-md-5 {
		left: 41.666667%;
	}
	.push-md-6 {
		left: 50%;
	}
	.push-md-7 {
		left: 58.333333%;
	}
	.push-md-8 {
		left: 66.666667%;
	}
	.push-md-9 {
		left: 75%;
	}
	.push-md-10 {
		left: 83.333333%;
	}
	.push-md-11 {
		left: 91.666667%;
	}
	.push-md-12 {
		left: 100%;
	}
	.offset-md-0 {
		margin-left: 0%;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		position: relative;
		-webkit-flex-basis: 0;
				-ms-flex-preferred-size: 0;
						flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
				-ms-flex-positive: 1;
						flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
				-ms-flex: 0 0 8.333333%;
						flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
				-ms-flex: 0 0 16.666667%;
						flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
				-ms-flex: 0 0 25%;
						flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
				-ms-flex: 0 0 33.333333%;
						flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
				-ms-flex: 0 0 41.666667%;
						flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
				-ms-flex: 0 0 58.333333%;
						flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
				-ms-flex: 0 0 66.666667%;
						flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
				-ms-flex: 0 0 75%;
						flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
				-ms-flex: 0 0 83.333333%;
						flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
				-ms-flex: 0 0 91.666667%;
						flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-lg-0 {
		right: auto;
	}
	.pull-lg-1 {
		right: 8.333333%;
	}
	.pull-lg-2 {
		right: 16.666667%;
	}
	.pull-lg-3 {
		right: 25%;
	}
	.pull-lg-4 {
		right: 33.333333%;
	}
	.pull-lg-5 {
		right: 41.666667%;
	}
	.pull-lg-6 {
		right: 50%;
	}
	.pull-lg-7 {
		right: 58.333333%;
	}
	.pull-lg-8 {
		right: 66.666667%;
	}
	.pull-lg-9 {
		right: 75%;
	}
	.pull-lg-10 {
		right: 83.333333%;
	}
	.pull-lg-11 {
		right: 91.666667%;
	}
	.pull-lg-12 {
		right: 100%;
	}
	.push-lg-0 {
		left: auto;
	}
	.push-lg-1 {
		left: 8.333333%;
	}
	.push-lg-2 {
		left: 16.666667%;
	}
	.push-lg-3 {
		left: 25%;
	}
	.push-lg-4 {
		left: 33.333333%;
	}
	.push-lg-5 {
		left: 41.666667%;
	}
	.push-lg-6 {
		left: 50%;
	}
	.push-lg-7 {
		left: 58.333333%;
	}
	.push-lg-8 {
		left: 66.666667%;
	}
	.push-lg-9 {
		left: 75%;
	}
	.push-lg-10 {
		left: 83.333333%;
	}
	.push-lg-11 {
		left: 91.666667%;
	}
	.push-lg-12 {
		left: 100%;
	}
	.offset-lg-0 {
		margin-left: 0%;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		position: relative;
		-webkit-flex-basis: 0;
				-ms-flex-preferred-size: 0;
						flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
				-ms-flex-positive: 1;
						flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
				-ms-flex: 0 0 8.333333%;
						flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
				-ms-flex: 0 0 16.666667%;
						flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
				-ms-flex: 0 0 25%;
						flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
				-ms-flex: 0 0 33.333333%;
						flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
				-ms-flex: 0 0 41.666667%;
						flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
				-ms-flex: 0 0 58.333333%;
						flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
				-ms-flex: 0 0 66.666667%;
						flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
				-ms-flex: 0 0 75%;
						flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
				-ms-flex: 0 0 83.333333%;
						flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
				-ms-flex: 0 0 91.666667%;
						flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-xl-0 {
		right: auto;
	}
	.pull-xl-1 {
		right: 8.333333%;
	}
	.pull-xl-2 {
		right: 16.666667%;
	}
	.pull-xl-3 {
		right: 25%;
	}
	.pull-xl-4 {
		right: 33.333333%;
	}
	.pull-xl-5 {
		right: 41.666667%;
	}
	.pull-xl-6 {
		right: 50%;
	}
	.pull-xl-7 {
		right: 58.333333%;
	}
	.pull-xl-8 {
		right: 66.666667%;
	}
	.pull-xl-9 {
		right: 75%;
	}
	.pull-xl-10 {
		right: 83.333333%;
	}
	.pull-xl-11 {
		right: 91.666667%;
	}
	.pull-xl-12 {
		right: 100%;
	}
	.push-xl-0 {
		left: auto;
	}
	.push-xl-1 {
		left: 8.333333%;
	}
	.push-xl-2 {
		left: 16.666667%;
	}
	.push-xl-3 {
		left: 25%;
	}
	.push-xl-4 {
		left: 33.333333%;
	}
	.push-xl-5 {
		left: 41.666667%;
	}
	.push-xl-6 {
		left: 50%;
	}
	.push-xl-7 {
		left: 58.333333%;
	}
	.push-xl-8 {
		left: 66.666667%;
	}
	.push-xl-9 {
		left: 75%;
	}
	.push-xl-10 {
		left: 83.333333%;
	}
	.push-xl-11 {
		left: 91.666667%;
	}
	.push-xl-12 {
		left: 100%;
	}
	.offset-xl-0 {
		margin-left: 0%;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1500px) {
	.col-xxl {
		position: relative;
		-webkit-flex-basis: 0;
				-ms-flex-preferred-size: 0;
						flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
				-ms-flex-positive: 1;
						flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
				-ms-flex: 0 0 8.333333%;
						flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xxl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
				-ms-flex: 0 0 16.666667%;
						flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xxl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
				-ms-flex: 0 0 25%;
						flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
				-ms-flex: 0 0 33.333333%;
						flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xxl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
				-ms-flex: 0 0 41.666667%;
						flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xxl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
				-ms-flex: 0 0 58.333333%;
						flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xxl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
				-ms-flex: 0 0 66.666667%;
						flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xxl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
				-ms-flex: 0 0 75%;
						flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
				-ms-flex: 0 0 83.333333%;
						flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xxl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
				-ms-flex: 0 0 91.666667%;
						flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xxl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-xxl-0 {
		right: auto;
	}
	.pull-xxl-1 {
		right: 8.333333%;
	}
	.pull-xxl-2 {
		right: 16.666667%;
	}
	.pull-xxl-3 {
		right: 25%;
	}
	.pull-xxl-4 {
		right: 33.333333%;
	}
	.pull-xxl-5 {
		right: 41.666667%;
	}
	.pull-xxl-6 {
		right: 50%;
	}
	.pull-xxl-7 {
		right: 58.333333%;
	}
	.pull-xxl-8 {
		right: 66.666667%;
	}
	.pull-xxl-9 {
		right: 75%;
	}
	.pull-xxl-10 {
		right: 83.333333%;
	}
	.pull-xxl-11 {
		right: 91.666667%;
	}
	.pull-xxl-12 {
		right: 100%;
	}
	.push-xxl-0 {
		left: auto;
	}
	.push-xxl-1 {
		left: 8.333333%;
	}
	.push-xxl-2 {
		left: 16.666667%;
	}
	.push-xxl-3 {
		left: 25%;
	}
	.push-xxl-4 {
		left: 33.333333%;
	}
	.push-xxl-5 {
		left: 41.666667%;
	}
	.push-xxl-6 {
		left: 50%;
	}
	.push-xxl-7 {
		left: 58.333333%;
	}
	.push-xxl-8 {
		left: 66.666667%;
	}
	.push-xxl-9 {
		left: 75%;
	}
	.push-xxl-10 {
		left: 83.333333%;
	}
	.push-xxl-11 {
		left: 91.666667%;
	}
	.push-xxl-12 {
		left: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0%;
	}
	.offset-xxl-1 {
		margin-left: 8.333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.666667%;
	}
	.offright-xxl-1 {
		margin-right: 8.333333%;
	}
}
/* visible content */
.hidden-xs-up {
	display: none !important;
}
@media (max-width: 543px) {
	.hidden-xs-down {
		display: none !important;
	}
}
@media (min-width: 544px) {
	.hidden-sm-up {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none !important;
	}
}
@media (max-width: 1499px) {
	.hidden-xl-down {
		display: none !important;
	}
}
@media (min-width: 1500px) {
	.hidden-xxl-up {
		display: none !important;
	}
}
.hidden-xxl-down {
	display: none !important;
}

/* Flex grid */
.flex-xs-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
			-ms-flex-order: -1;
					order: -1;
}
.flex-xs-last {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
}
.flex-xs-unordered {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
			-ms-flex-order: 0;
					order: 0;
}
.flex-items-xs-top {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
			-ms-flex-align: start;
							-ms-grid-row-align: flex-start;
					align-items: flex-start;
}
.flex-items-xs-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
							-ms-grid-row-align: center;
					align-items: center;
}
.flex-items-xs-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
			-ms-flex-align: end;
							-ms-grid-row-align: flex-end;
					align-items: flex-end;
}
.flex-xs-top {
	-webkit-align-self: flex-start;
			-ms-flex-item-align: start;
					align-self: flex-start;
}
.flex-xs-middle {
	-webkit-align-self: center;
			-ms-flex-item-align: center;
					align-self: center;
}
.flex-xs-bottom {
	-webkit-align-self: flex-end;
			-ms-flex-item-align: end;
					align-self: flex-end;
}
.flex-items-xs-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
					justify-content: flex-start;
}
.flex-items-xs-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
}
.flex-items-xs-right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
			-ms-flex-pack: end;
					justify-content: flex-end;
}
.flex-items-xs-around {
	-webkit-justify-content: space-around;
			-ms-flex-pack: distribute;
					justify-content: space-around;
}
.flex-items-xs-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
@media (min-width: 544px) {
	.flex-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
				-ms-flex-order: -1;
						order: -1;
	}
	.flex-sm-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
	}
	.flex-sm-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
	}
	.flex-items-sm-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
								-ms-grid-row-align: flex-start;
						align-items: flex-start;
	}
	.flex-items-sm-middle {
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
								-ms-grid-row-align: center;
						align-items: center;
	}
	.flex-items-sm-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
				-ms-flex-align: end;
								-ms-grid-row-align: flex-end;
						align-items: flex-end;
	}
	.flex-sm-top {
		-webkit-align-self: flex-start;
				-ms-flex-item-align: start;
						align-self: flex-start;
	}
	.flex-sm-middle {
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
	.flex-sm-bottom {
		-webkit-align-self: flex-end;
				-ms-flex-item-align: end;
						align-self: flex-end;
	}
	.flex-items-sm-left {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}
	.flex-items-sm-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
	.flex-items-sm-right {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
				-ms-flex-pack: end;
						justify-content: flex-end;
	}
	.flex-items-sm-around {
		-webkit-justify-content: space-around;
				-ms-flex-pack: distribute;
						justify-content: space-around;
	}
	.flex-items-sm-between {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
}
@media (min-width: 768px) {
	.flex-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
				-ms-flex-order: -1;
						order: -1;
	}
	.flex-md-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
	}
	.flex-md-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
	}
	.flex-items-md-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
								-ms-grid-row-align: flex-start;
						align-items: flex-start;
	}
	.flex-items-md-middle {
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
								-ms-grid-row-align: center;
						align-items: center;
	}
	.flex-items-md-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
				-ms-flex-align: end;
								-ms-grid-row-align: flex-end;
						align-items: flex-end;
	}
	.flex-md-top {
		-webkit-align-self: flex-start;
				-ms-flex-item-align: start;
						align-self: flex-start;
	}
	.flex-md-middle {
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
	.flex-md-bottom {
		-webkit-align-self: flex-end;
				-ms-flex-item-align: end;
						align-self: flex-end;
	}
	.flex-items-md-left {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}
	.flex-items-md-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
	.flex-items-md-right {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
				-ms-flex-pack: end;
						justify-content: flex-end;
	}
	.flex-items-md-around {
		-webkit-justify-content: space-around;
				-ms-flex-pack: distribute;
						justify-content: space-around;
	}
	.flex-items-md-between {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
}
@media (min-width: 992px) {
	.flex-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
				-ms-flex-order: -1;
						order: -1;
	}
	.flex-lg-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
	}
	.flex-lg-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
	}
	.flex-items-lg-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
								-ms-grid-row-align: flex-start;
						align-items: flex-start;
	}
	.flex-items-lg-middle {
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
								-ms-grid-row-align: center;
						align-items: center;
	}
	.flex-items-lg-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
				-ms-flex-align: end;
								-ms-grid-row-align: flex-end;
						align-items: flex-end;
	}
	.flex-lg-top {
		-webkit-align-self: flex-start;
				-ms-flex-item-align: start;
						align-self: flex-start;
	}
	.flex-lg-middle {
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
	.flex-lg-bottom {
		-webkit-align-self: flex-end;
				-ms-flex-item-align: end;
						align-self: flex-end;
	}
	.flex-items-lg-left {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}
	.flex-items-lg-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
	.flex-items-lg-right {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
				-ms-flex-pack: end;
						justify-content: flex-end;
	}
	.flex-items-lg-around {
		-webkit-justify-content: space-around;
				-ms-flex-pack: distribute;
						justify-content: space-around;
	}
	.flex-items-lg-between {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
}
@media (min-width: 1200px) {
	.flex-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
				-ms-flex-order: -1;
						order: -1;
	}
	.flex-xl-last {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
	}
	.flex-xl-unordered {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
	}
	.flex-items-xl-top {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
								-ms-grid-row-align: flex-start;
						align-items: flex-start;
	}
	.flex-items-xl-middle {
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
								-ms-grid-row-align: center;
						align-items: center;
	}
	.flex-items-xl-bottom {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
				-ms-flex-align: end;
								-ms-grid-row-align: flex-end;
						align-items: flex-end;
	}
	.flex-xl-top {
		-webkit-align-self: flex-start;
				-ms-flex-item-align: start;
						align-self: flex-start;
	}
	.flex-xl-middle {
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
	.flex-xl-bottom {
		-webkit-align-self: flex-end;
				-ms-flex-item-align: end;
						align-self: flex-end;
	}
	.flex-items-xl-left {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}
	.flex-items-xl-center {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
	.flex-items-xl-right {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
				-ms-flex-pack: end;
						justify-content: flex-end;
	}
	.flex-items-xl-around {
		-webkit-justify-content: space-around;
				-ms-flex-pack: distribute;
						justify-content: space-around;
	}
	.flex-items-xl-between {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
}

/* text aligns */
.textleft-xs {
	text-align: left;
}
.textright-xs {
	text-align: right;
}
.textcenter-xs {
	text-align: center;
}
@media (min-width: 576px) {
	.textleft-sm {
		text-align: left;
	}
	.textright-sm {
		text-align: right;
	}
	.textcenter-sm {
		text-align: center;
	}
}
@media (min-width: 768px) {
	.textleft-md {
		text-align: left;
	}
	.textright-md {
		text-align: right;
	}
	.textcenter-md {
		text-align: center;
	}
}
@media (min-width: 992px) {
	.textleft-lg {
		text-align: left;
	}
	.textright-lg {
		text-align: right;
	}
	.textcenter-lg {
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.textleft-xl {
		text-align: left;
	}
	.textright-xl {
		text-align: right;
	}
	.textcenter-xl {
		text-align: center;
	}
}
@media (min-width: 1500px) {
	.textleft-xxl {
		text-align: left;
	}
	.textright-xxl {
		text-align: right;
	}
	.textcenter-xxl {
		text-align: center;
	}
}

.site {
	margin: 0 auto;
	width: 100%;
	border: 0
}
.site-main {
	position: relative;
}


/**
 * 05. HEADER STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 70;
	background-color: #f4f3f2;
}
.image-header {
	padding: 0;
}
.image-header-flexible {
	margin-left: -15px;
	margin-right: -15px;
}
.site-title,
.site-description,
.site-title-logo {
	text-align: center;
	padding: 0;
	margin: 0;
	color: #1a171b;
	line-height: 1.25;
	font-weight: 400;
	-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.site-title {
	font-size: 40px;
	font-size: 2.5rem;
	font-family: 'Covered By Your Grace', serif;
}
.site-title a {
	color: #1a171b;
	border: none;
}
.site-description {
	font-size: 18px;
	font-size: 1.125rem;
	font-family: 'Yantramanav', sans-serif;
	position: relative;
	padding: 60px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 300;
	display: inline-block;
}
.site-description:before {
    border-top: 1px solid #969695;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    width: 100%;
}
.site-description span {
	display: inline-block;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
a.site-logo-link {
	border: none;
	margin: 10px 0;
	display: block;
}
.site-logo {
	max-width: 100%;
}
.branding-container {
	margin-top: 20px;
}

/**
 * 06. NAVIGATION STYLES
 *
 * ----------------------------------------------------------------------------------------------------------------------------
 */

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
	padding: 0;
	position: relative;
	min-height: 56px;
}
.menu-rtl {
	position: inherit;
}
#navbar .container-fluid > .row {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* Small menu */
.menu-toggle {
	height: 16px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 20px;
	margin-left: 8px;
}
.menu-rtl .menu-toggle {
	position: absolute;
	top: 0px;
}
.menu-toggle:hover {
	color: #c1c1c1;
}
.menu-toggle i,
.menu-toggle i:after,
.menu-toggle i:before {
	display: block;
	position: absolute;
	height: 2px;
	width: 10px;
	right: 0;
	background: #1a171b;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.menu-toggle i:after,
.menu-toggle i:before {
	content: '';
}
.menu-toggle i:nth-child(1):after {
	top: 7px;
}
.menu-toggle i:nth-child(1):before {
	top: -7px;
}
.menu-toggle i:nth-child(1) {
	top: 7px;
	right: 10px
}
.menu-toggle i:nth-child(2):after {
	top: 7px;
}
.menu-toggle i:nth-child(2):before {
	top: -7px;
}
.menu-toggle i:nth-child(2) {
	top: 7px;
}

.menu-toggle.open i:nth-child(1) {
	right: 18px;
}
.menu-toggle.open i:nth-child(2) {
	right: -8px;
}
.menu-toggle.open i:before {
	top:-4px
}
.menu-toggle.open i:after {
	top:4px
}
.menu-toggle.open i:nth-child(1):before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -9px;
}
.menu-toggle.open i:nth-child(1):after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -9px;
}
.menu-toggle.open i:nth-child(2):after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 9px;
}
.menu-toggle.open i:nth-child(2):before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 9px;
}




/* Main Menu */
.main-navigation {
	display: none;
	min-height: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	font-weight: 400;
	font-family: 'Yantramanav', sans-serif;
	float: right;
	padding-bottom: 10px;
}
.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: 7px 0;
	color: #1a171b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: .4s all linear;
	-moz-transition: .4s all linear;
	-o-transition: .4s all linear;
	transition: .4s all linear;
	word-wrap: break-word;
	border-bottom: none;
	text-align: left;
}
.nav-menu li > ul {
	background-color: transparent;
	float: none;
	margin-left: 0;
	position: relative;
	left: auto;
	top: auto;
	padding-left: 10px;
}
.nav-menu .sub-menu a,
.nav-menu .children a {
	width: auto;
	text-transform: none;
	font-weight: normal;
}
.nav-menu .sub-menu a:hover,
.nav-menu .children a:hover {
}
.nav-menu li > ul a {
	width: auto;
}
.nav-menu li a:hover,
.nav-menu .current_page_item > a,
.nav-menu .current-menu-item > a {
}


/**
 * 07. POSTS & CONTENT STYLES
 * -------------------------------------------------------------------------------------------------------------------------------------
 */

.hentry {
	padding-bottom: 20px;
	padding-top: 0;
	margin-bottom: 20px;
	position: relative;
	overflow: visible;
}
.hentry:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.entry-header,
.entry-content,
.entry-summary,
.entry-meta,
.entry-footer,
.archive-title {
}


/**
 * 07.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.entry-header {
	text-align: left;
}

/* Entry Title */
.entry-title {
	margin: 0;
	padding: 0;
	color: #1a171b;
	text-transform: uppercase;
	position: relative;
	word-wrap: break-word;
}
h1.entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	text-transform: uppercase;
	line-height: 1.20;
}
.flexslider .slides h1.entry-title,
.blog h1.entry-title,
.archive h1.entry-title,
.search h1.entry-title {
	font-size: 21px;
	font-size: 1.3125rem;
}
.entry-title a  {
	color: #1a171b;
	text-decoration: none;
}
.entry-title a:hover{
	color: #818180;
}

/* Entry Thumbnail */
.entry-thumbnail {
	padding: 0;
}
.entry-thumbnail img {
	display: block;
	margin: 0 auto;
}



/**
 * 07.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.40;
	padding: 0;
	position: relative;
	color: #807F7F;
	padding: 10px 0 0;
}
.entry-meta span {
	display: block;
	margin-right: 0;
	margin-bottom: 0;
}
.entry-meta span:last-child:after {
	content: none;
}
.entry-meta span a {
	color: #767676;
	word-wrap: break-word;
}
.entry-meta span a:hover {
	color: #818180;
}
.entry-meta span:last-child {
	margin-right: 0;
}
.entry-meta.cat-links {
	color: #818080;
	font-size: 17px;
	font-size: 1.0625rem;
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px 0;
}

/**
 * 07.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary {
	padding-top: 10px;
	padding-bottom: 10px;
	word-wrap: break-word;
}

/* Entry summary */
.entry-content p,
.entry-summary p {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.25;
	margin-bottom: 20px;
}
.entry-content .intro {
	font-size: 21px;
	font-size: 1.3125rem;
}
.entry-content .dropcap {
	width: 1.42em;
	height: 1.42em;
	text-align: center;
	float: left;
	background-color: #f4f3f2;
	line-height: 1.6;
	margin-bottom: 0;
	margin-right: 5px;
	position: relative;
	box-shadow: inset 0 0 0 2px #f4f3f2, inset 0 0 0 3px #fff;
	font-size: 1.65em;
	font-weight: 500;
	color: #b5b5b5;
}
.entry-content ul,
.entry-summary ul,
.entry-content ol,
.entry-summary ol {
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.5;
}
.page-links a {
	line-height: 1.6;
}
.entry-summary a,
.entry-content a,
.page-links a {
}
.entry-summary a:hover,
.entry-content a:hover,
.page-links a:hover {
}
.entry-summary a.more-link,
#page .jetpack-recipe-meta li.jetpack-recipe-print a {
	color: #454446;
	display: table;
	padding: 0;
	text-decoration: none;
	text-align: left;
	border: none;
	outline: 0;
	background-color: transparent;
	text-transform: none;
	line-height: 1.5;
	margin-top: 0;
	position: relative;
	font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
    font-weight: 300;
}
.entry-summary p + a.more-link {
	margin-top: 20px;
}
.entry-summary a.more-link:hover,
#page .jetpack-recipe-meta li.jetpack-recipe-print a:hover,
.entry-summary a.more-link:active,
#page .jetpack-recipe-meta li.jetpack-recipe-print a:active {
	border: none;
	color: #000;
	background-color: transparent;

}

/**
 * 07.4 Entry Footer
 * ----------------------------------------------------------------------------
 */
.entry-footer {
	padding-top: 10px;
	padding-bottom: 0;
}

 /**
 * 07.5 Body Classes
 * ----------------------------------------------------------------------------
 */
/* home page */
.site-content {
}

/* blog template page */

/* single template page */
#primary,
.gabriela-full-featured {
	margin-top: 20px;
}
.gabriela-full-featured + #primary {
	margin-top: 10px;
}
.single .entry-header > .entry-title,
.page .type-page.hentry .entry-header > .entry-title {
	padding: 0;
	margin-top: 10px;
}
.single .entry-header > .entry-meta {
	padding: 0;
	margin-top: 15px;
}
.single .entry-header > .entry-thumbnail,
.page .type-page.hentry .entry-header > .entry-thumbnail {
	padding: 0;
	margin-top: 25px;
}
.single .entry-header > *:first-child,
.page .type-page.hentry .entry-header > *:first-child {
	margin-top: 10px;
}
.single .entry-header > *:last-child,
.page .type-page.hentry .entry-header > *:last-child {
	margin-bottom: 25px;
}

/* page template page */

/* author template page */
.archive.author .archive-meta,
.archive.author .taxonomy-description,
.archive.author .archive-meta p,
.archive.author .taxonomy-description p {
	text-align: left;
}
.archive.author-gravatar img,
.archive.author-avatar img {
	margin-bottom: 15px;
}

/* archive template page */
.archive .page-header,
.archive .archive-header,
.search .page-header,
.search .archive-header {
	position: relative;
	overflow: hidden;
}
.archive .page-title,
.archive .archive-title,
.search .page-title,
.search .archive-title {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 700;
	display: table;
	color: #1a171b;
	padding: 10px;
	text-align: center;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: auto;
}
.archive .page-title:before,
.archive .archive-title:before,
.search .page-title:before,
.search .archive-title:before {
	border-top: 1px solid #969695;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 24px;
	z-index: -1;
	width: 100%;
}
.archive .archive-meta,
.archive .taxonomy-description,
.archive .archive-meta p,
.archive .taxonomy-description p {
	text-align: center;
	font-size: 17px;
	font-size: 1.0625rem;
}

/* category template page */

/* wp-admin bar */
.admin-bar .gabriela-close-modal {
	top: 46px;
}

/* fixed header */

/* 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-columns-1 .gallery-item:nth-of-type(1n+1),
.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
	clear: both;
}
.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: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0;
	max-height: 100%;
	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;
}
#page .tiled-gallery .tiled-gallery-caption {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
}



/**
 * 07.6 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Sticky  */
.sticky {
	border-left: 10px solid transparent;
}
.sticky:before {
	height: calc(100% - 20px);
	width: 12px;
	background-color: #f4f3f2;
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
}


/* Video */
.entry-video {
	background-color: #f4f3f2;
	margin-bottom: 10px;
}
.jetpack-video-wrapper {
	margin-bottom: 35px;
}
.entry-video.jetpack-video-wrapper {
	margin-bottom: 10px;
	padding-bottom: 56.25%;
}
.entry-video.jetpack-video-wrapper > .fluid-width-video-wrapper,
.entry-video.jetpack-video-wrapper > embed,
.entry-video.jetpack-video-wrapper > iframe,
.entry-video.jetpack-video-wrapper > object,
.entry-video.jetpack-video-wrapper > .wp-video {
	position: absolute;
}

/* After the masonry is loaded, set the iframe to relative */
.post-loaded .entry-video.jetpack-video-wrapper {
	padding-bottom: 0;
}
.entry-video.jetpack-video-wrapper > .fluid-width-video-wrapper[style*="padding: 0"] + .video-loading:before,
.entry-video.jetpack-video-wrapper > embed[style*="height: 0"] + .video-loading:before,
.entry-video.jetpack-video-wrapper > iframe[style*="height: 0"] + .video-loading:before,
.entry-video.jetpack-video-wrapper > object[style*="height: 0"] + .video-loading:before,
.entry-video.jetpack-video-wrapper > .wp-video[style*="height: 0"] + .video-loading:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.post-loaded .entry-video.jetpack-video-wrapper > .fluid-width-video-wrapper,
.post-loaded .entry-video.jetpack-video-wrapper > embed,
.post-loaded .entry-video.jetpack-video-wrapper > iframe,
.post-loaded .entry-video.jetpack-video-wrapper > object,
.post-loaded .entry-video.jetpack-video-wrapper > .wp-video {
	position: relative;
}
.entry-content .fluid-width-video-wrapper {
	margin-bottom: 20px;
}

/* Audio */
.entry-audio {
	padding-bottom: 10px;
}
.entry-audio iframe[src*="soundcloud.com"] {
	margin-bottom: -4px;
}
#page .mejs-container,
#page .mejs-embed,
#page .mejs-embed body,
#page .mejs-container .mejs-controls,
#page .mejs-controls a.mejs-horizontal-volume-slider {
	background: #f4f3f2;
}
#page .mejs-container {
	height: 50px !important;
	border-top: 10px solid #f4f3f2;
	border-bottom: 10px solid #f4f3f2;
}
#page .mejs-container .mejs-controls .mejs-time {
	color: #b5b5b5;
}
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#page .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #b5b5b5;
}
#page .mejs-controls .mejs-button button {
	-webkit-filter: contrast(30%);
	-moz-filter: contrast(30%);
	-o-filter: contrast(30%);
	-ms-filter: contrast(30%);
	filter: contrast(30%);
}
.mejs-container a {
	border-bottom: none !important;
}
.entry-content .mejs-container {
	margin-bottom: 20px;
}

/* Gallery */
.entry-gallery {
	padding-bottom: 10px;
}
.entry-gallery .gallery,
.entry-gallery .tiled-gallery {
	margin-bottom: 0;
}

/* Image */
.format-image .entry-thumbnail {
	padding-bottom: 10px;
}
.entry-gallery .gallery,
.entry-gallery .tiled-gallery {
	margin-bottom: 0;
}

/* Quote */
.entry-quote {
	background-position: center center;
	background-size: cover;
	position: relative;
	background-color: #f4f3f2;
	padding: 40px;
}
.entry-quote blockquote {
	color: #1a171b;
	font-size: 36px;
	margin: 0;
	font-weight: 500;
	line-height: 1.2;
}
.entry-quote cite {
	font-size: 24px;
	display: block;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 20px;
	color: #1a171b;
}
.entry-quote .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, 0.6);
}
.has-post-thumbnail .entry-quote blockquote,
.has-post-thumbnail .entry-quote cite {
	color: #fff;
}
.has-post-thumbnail .entry-quote {
	background-color: #000;
}

/* Reblogger */
.reblogger-note blockquote {
	min-height: 0;
}
.reblogger-note blockquote p {
	font-size: 17px !important;
	font-size: 1.0625rem !important;
	line-height: 1.55;
}
.reblogger-note blockquote:before {
	content: none;
}
.reblog-post .reblog-source {
	font-weight: normal;
}

/* Grid Content */
.grid-content {
	padding-top: 10px;
}

/* Featured  */
.featured-content {
	margin-top: 20px;
}
#featured-content {
	background-color: #000;
}
#featured-content.featured-slider {
	background-color: transparent;
}
.flexslider.featured-slider  .slides li:before {
	padding-top: 43.85965%;
}
.flexslider.featured-slider .slides > li .hentry {
	padding: 25px 25px;
	bottom: 50%;
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.flexslider.featured-slider .slides .entry-meta {
	display: none;
}

/**
 * 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 'Yantramanav', sans-serif;
	vertical-align: -webkit-calc(-4px);
	vertical-align:         calc(-4px);
}

/**
 * 07.8 Archives
 * ----------------------------------------------------------------------------
 */

.archive-navigation {
	clear: both;
	padding-bottom: 20px;
    margin-bottom: 20px;
}

.archive-header,
.archive-title,
.archive-meta {
	width: 100%;
}
.page-header,
.archive-header {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Archive title */
.page-title,
.archive-title {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: none;
	color: #000;
	font-weight: 400;
	word-wrap: break-word;
}

/* Archive meta or description */
.archive-meta,
.taxonomy-description {
	margin: 0;
	font-size: 17px;
	font-size: 1.0625rem;
	width: 100%;
}
.taxonomy-description p:last-child {
	margin-bottom: 0;
}


/**
 * 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 {
}
.error-title-404 {
	font-size: 80px;
	font-weight: 300;
}

/**
 * 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;
}
#page a.st-button {
	margin:10px 10px 10px 0;
	color:#fff;
	border:2px solid transparent;
}
#page 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;}
#page .st-button.black:hover {background: #415b76; color: #fafafa;}
#page .st-button.black:active {background: #2c3e50; color: #fafafa;}

/* ------- FlexBox ------- */
.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-container [class*="flex-item"] {
	float: none;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
.flex-container .flex-item-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: flex-end;
	align-self: flex-end;
}
.flex-container .flex-item-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}


 /**
 * 08. PAGE NAVI STYLES
 *
 * -------------------------------------------------------------------------------------------------------------------------------------------------------
 */

.page-links {
	margin-bottom: 20px;
	margin-top: 20px;
	color: #000;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Yantramanav', Helvetica, sans-serif;
	font-weight: 400;
}
.page-links a {
	font-size: 12px;
	padding: 4px 10px;
	font-family: 'Yantramanav', Helvetica, sans-serif;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	background-color: #ececec;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	-o-transition: .1s all linear;
	transition: .1s all linear;
	margin: 0 2px 5px;
	display: inline-block;
	white-space: nowrap;
}
.page-links a:hover {
	background-color: #ddd;
    color: #000;
}
.navigation .nav-previous,
.navigation .nav-next {
	max-width: 100%;
	display: block;
	word-wrap: break-word;
}
.navigation .nav-links a {
	padding: 10px 0;
	display: block;
	border: none;
	color: #1a171b;
	font-size: 17px;
	line-height: 1.20;
	text-transform: uppercase;
	font-weight: 400;
}
.navigation .nav-links a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #818180;
	border: none;
}
.posts-navigation {
	padding: 0 15px 20px;
	margin-bottom: 20px;
	clear: both;
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
	margin: 0 auto;
	width: 100%;
}
.post-navigation {
}
.nav-links .nav-previous,
.nav-links .nav-next {
	padding: 0;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
	display: inline;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size: 17px;
	line-height: 1.20;
	vertical-align: middle;
}
.nav-links .nav-previous a:before {
	content: "\f177";
	padding-right: 10px;
}
.nav-links .nav-next a:after {
	content: "\f178";
	padding-left: 10px;
}

/**
 * 09. COMMENT STYLES & 10. COMMENT FORM STYLES
 * ----------------------------------------------------------------------------
 */

/* General Styles */
 #comments {
 	position: relative;
}
#page .comments-title,
#page .comment-reply-title,
#page .no-comments {
	text-transform: uppercase;
	font-size: 17px;
	font-size: 1.0625rem;
	font-family: 'Yantramanav', sans-serif;
	display: table;
	color: #1a171b;
	font-weight: 400;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.comments-title:before ,
.comment-reply-title:before ,
.no-comments:before {
	border-top: 1px solid #969695;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	z-index: -1;
	width: 100%;
}
#respond #commentform {
	margin: 0 auto;
	width: 100%;
}
.comment-list {
	list-style-type: none;
	padding: 10px 0 20px;
	margin-top: 0;
	background: transparent;
}
.comment-list .children {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 15px;
}


/* Coments */
.comment-body,
.comment-list article.social-twitter {
	padding: 20px 0;
	background: transparent;
	position: relative;
}
.comment-list > li > .comment-body {
	margin-top: 15px;
}
.comment-list > li > .comment-body:before {
	content: "";
	max-width: 100%;
	width: 150px;
	height: 1px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	border-top: 1px solid #969695;
}
.comment-list > li:first-child > .comment-body {
	padding-top: 0;
	margin-top: 0;
}
.comment-list > li:first-child > .comment-body:before {
	content: none;
}
.comment-author {
}
.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
	margin-right: 15px;
	float: left;
	border-radius: 999px;
}
.comment-author .fn {
	font-size: 14px;
	text-transform: none;
	margin: 0;
	color: #1a171b;
	font-style: normal;
	font-family: 'Yantramanav', sans-serif;
	font-weight: 500;
	display: block;
}
a.comment-reply-link {
}
.comment-author .fn a {
	color: #1a171b;
	display: block;
	padding-top: 0;
}
.comment-author .fn a:hover {
	color: #818180;
}
.comment-author span.says {
	display: none;
}
.comment-metadata {
	font-size: 13px;
}
.bypostauthor {
}
.comment-list .edit-link {
	margin: 0 10px;
}
.comment-content,
.reply {
	float: none;
	margin-left: 79px;
}
.comment-content {
	padding-top: 5px;
	overflow: hidden;
	word-wrap: break-word;
}
.comment-content > :last-child {
	margin-bottom: 15px;
}
h3.comment-author-name a.comment-reply-link {
}
.ping-meta {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.35;
}

/* Comment form */
#page #respond {
	padding-top: 0;
	padding-bottom: 20px;
	margin-bottom: 0;
	position: relative;
}
#page .comment #respond {
	padding-bottom: 0px;
}
#page #reply-title {
	margin-bottom: 20px;
}
#reply-title small a {
	float: none;
	position: absolute;
	right: 0;
	overflow: hidden;
	font-size: 16px;
	text-transform: none;
	font-size: 0.875rem;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	outline: 0;
	font-weight: 300;
}
#reply-title small a:hover {
}
.widget-area .comment-list #reply-title,
.widget-area .comment-list #commentform {
	padding: 0;
}
#commentform .comment-notes {
	margin-bottom: 15px;
}
#commentform .comment-form-comment {
	margin-bottom: 8px;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 8px;
}
#commentform .form-submit {
	margin-top: 24px;
	clear: both;
	text-align: right;
}
.comments-area #respond .comment-form-fields div.comment-form-field {
	margin-right: 0;
}
#commentform label[for="author"],
#commentform label[for="email"],
#commentform label[for="url"],
#commentform label[for="comment"] {
	padding: 5px 0;
	font-size: 17px;
	font-size: 1.0625rem;
}
#commentform .required {
	color: #7c7b7b;
}
#commentform textarea {
	height: 100px; /* Smaller field for mobile. */
}
.form-allowed-tags {
	display: none;
}
.comment-list .pingback,
.comment-list .trackback {
	position: relative;
}
.comment-navigation {
	font-size: 17px;
	font-size: 1.0625rem;
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	text-transform: none;
}
.no-comments {
	padding-bottom: 30px;
}



/**
 * 11. SIDEBARS & ASIDES
 * ----------------------------------------------------------------------------
 */

/* Secondary Sidebar */
#secondary {
	padding-top: 20px;
	padding-bottom: 0;
	/*z-index: 1;*/
}
#secondary a {
}
#secondary a:hover {
}
#secondary a:active,
#secondary a:visited {
}
#secondary .widget {
}
.widget {
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	padding: 0 0 20px;
	margin-bottom: 20px;
	overflow: hidden;
	word-wrap: break-word;
}
.widget-title {
	font-size: 16px;
	font-size: 1rem;
	color: #1a171b;
	margin: 0 0 20px;
	font-weight: 400;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
	position: relative;
}
.widget-title a {
	color: #000;
}
.widget-title:before {
	border-top: 1px solid #969695;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	z-index: 0;
}
.widget-title span {
	position: relative;
	margin: 0 auto;
	padding: 0 12px;
	background-color: #fff;
}

/* 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;
	border: 10px solid #f4f3f2;
    background-color: #f4f3f2;
}
#searchform .field {
	width: 100%;
}
#searchform .submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	cursor: pointer;
	border: none;
	padding: 5px 20px;
	text-align: center;
	color: #1a171b;
    background-color: #fff;
	-webkit-transition: .25s all linear;
	-moz-transition: .25s all linear;
	-o-transition: .25s all linear;
	transition: .25s all linear;
}
#searchform .submit:hover,
#searchform .submit:active {
	color: #1a171b;
    background-color: #fff;
}
#searchform .submit:after {
	content: "\f002";
    color: #1a171b;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	padding-left: 10px;
}
#searchform .submit .screen-out-text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	vertical-align: middle;
	display: inline-block;
}
#searchform input[type="text"] {
	-webkit-transition: .25s all linear;
	-moz-transition: .25s all linear;
	-o-transition: .25s all linear;
	transition: .25s all linear;
	border: 1px solid #fff;
    padding: 10px;
    background-color: transparent;
}
#searchform input[type="text"]:focus {
	background: #fff;
}
#searchform input[type="text"]:focus + .submit {
	padding: 5px 15px;
    background-color: #f4f3f2;
}
#searchform input[type="text"]:focus + .submit:after {
	color: #1a171b;
	padding: 0;
}
#searchform input[type="text"]:focus + .submit .screen-out-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}
.widget_rss .rss-date,
.widget_rss li > cite,
.widget_rss .rssSummary {
	margin-bottom: 10px;
}
.widget_rss ul li {
	margin-bottom: 30px;
}

/* 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,
.wp_widget_tag_cloud a,
.widget_tag_cloud a {
	font-size: 16px !important;
	padding: 0 !important;
	margin: 0 10px 10px 0 !important;
	color: #1a171b;
	border: none;
	float: left;
	background-color: transparent;
	-webkit-transition: .6s all linear;
	-moz-transition: .6s all linear;
	-o-transition: .6s all linear;
	transition: .6s all linear;
}
.widget .tagcloud a:hover,
.wp_widget_tag_cloud a:hover,
.widget_tag_cloud a:hover {
	text-decoration: none;
	-webkit-transition: .02s all linear;
	-moz-transition: .02s all linear;
	-o-transition: .02s all linear;
	transition: .02s all linear;
	color: #818180;
	outline: 0;
}
#colophon .widget .tagcloud a,
#colophon .wp_widget_tag_cloud a,
#colophon .widget_tag_cloud a {
	color: #1a171b;
}
#colophon .widget .tagcloud a:hover,
#colophon .wp_widget_tag_cloud a:hover,
#colophon .widget_tag_cloud a:hover {
	color: #818180;
}

/* Widget Categories, Archive, Meta Widget */
.widget_archive > ul > li,
.widget_categories > ul > li,
.widget_meta > ul > li {
	color: #818080;
	padding: 6px 0;
}
.widget_archive > ul > li a,
.widget_categories > ul > li a,
.widget_meta > ul > li a {
	color: #1a171b;
}
.widget_archive > ul > li a:hover,
.widget_categories > ul > li a:hover,
.widget_meta > ul > li a:hover {
	color: #818080;
}
.widget_archive > select,
.widget_categories > select {
	width: 100%;
	position: relative;
	border: 10px solid #f4f3f2;
	background-color: #f4f3f2;
	padding: 10px;
	box-shadow: inset 0 0 0 1px #fff;
	font-size: 14px;
	font-size: 0.875rem;
	color: #7d7b6d;
}

/* Recent Entries and Post Widget */
.widget_recent_entries > ul > li {
	position: relative;
	padding-left: 50px;
	font-size: 14px;
	color: #767676;
	min-height: 52px;
	counter-increment: recent-comments-counter;
}
.widget_recent_entries > ul > li:before {
	content: counter(recent-comments-counter);
	width: 40px;
	height: 40px;
	background-color: #f4f3f2;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	text-align: center;
	line-height: 41px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Yantramanav', sans-serif;
	color: #b5b5b5;
}
.widget_recent_entries > ul > li a {
	font-family: 'Yantramanav', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	color: #1a171b;
	display: block;
}
.widget_recent_entries > ul > li a:hover {
	color: #818180;
}


/* Recent comments Widget */
.widget_recent_comments > ul > li {
	position: relative;
	padding-left: 50px;
	counter-increment: recent-comments-counter;
	font-size: 14px;
	color: #767676;
}
.recentcomments:before {
	content: counter(recent-comments-counter);
	width: 40px;
	height: 40px;
	background-color: #f4f3f2;
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	text-align: center;
	line-height: 41px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Yantramanav', sans-serif;
	color: #b5b5b5;
}
.widget_recent_comments > ul > li .comment-author-link {
	display: block;
}
.widget_recent_comments > ul > li .comment-author-link,
.widget_recent_comments > ul > li .comment-author-link a {
	text-transform: none;
	font-weight: 400;
	color: #1a171b;
	font-size: 14px;
	font-family: 'Yantramanav', sans-serif;
}
.widget_recent_comments > ul > li a {
	font-family: 'Yantramanav', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
	color: #1a171b;
}
.widget_recent_comments > ul > li a:hover {
	color: #818180;
}
.widget_recent_comments tr {
	border-bottom: 10px solid transparent;
	font-size: 16px;
	font-size: 1rem;
}
.widget_recent_comments td,
.widget_recent_comments table,
.widget_recent_comments tbody {
	border: 0;
}

/* Facebook Like box */
#page .widget.widget_facebook_likebox {
	padding: 0;
	background-color: transparent;
}

/* Follow Bottom */
#page .widget.widget_follow_button_widget {
	padding: 0;
	background-color: transparent;
}

/* Flickr Widget */
#page .widget.widget_flickr {
	padding: 0;
	background-color: transparent;
}
#page #flickr_badge_wrapper {
	background: transparent !important;
	border: 0 !important;
}
#flickr_badge_uber_wrapper {
	margin: 0 auto;
}
#page #flickr_badge_uber_wrapper td {
	border: 0 !important;
	text-align: center;
}
#page #flickr_badge_uber_wrapper a:hover,
#page #flickr_badge_uber_wrapper a:link,
#page #flickr_badge_uber_wrapper a:active,
#page #flickr_badge_uber_wrapper a:visited {
	color: #7c7b7b;
}

/* goodreads Widget */
#page .widget.widget_goodreads {
	padding: 0;
	background-color: transparent;
}
#page .widget_goodreads a {
	color: #000;
	border: 0;
	text-decoration: none;
}

/* Widget Authors */
.widget_authors img.avatar {
	display: block;
	margin: 0 auto;
	border-radius: 999px;
	margin-bottom: 10px;
}
.widget_authors ul li a strong {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.widget_authors li ul {
	text-align: center;
	margin: 0;
}

/* Widget Milestone */
.milestone-header strong {
	color: #fff;
}

/* Post I Like Widget */
.widgets-list-layout-links {
	float: left !important;
	width: auto !important;
	padding-left: 20px;
	max-width: calc(100% - 40px);
}
.widgets-list-layout-links > .bump-view {
	font-family: 'Yantramanav', sans-serif;
	font-size: 11px;
	font-size: 0.6875rem;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 2;
	color: #000;
	display: block;
}

/* Social Icons Widget */
.widget_wpcom_social_media_icons_widget ul {
	text-align: center;
}

/* Jetpack Sharedaddy */
div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy {
	text-align: center;
	position: relative;
}
#main div.sharedaddy h3.sd-title {
	clear: both;
	float: none;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	font-family: 'Yantramanav', sans-serif;
	display: table;
	color: #1a171b;
	font-weight: 400;
	padding: 10px;
	line-height: 1.5;
	text-transform: uppercase;
	text-align: center;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-bottom: 0;
}
#main div.sharedaddy h3.sd-title:before {
	border-top: 1px solid #969695;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	z-index: -1;
	width: 100%;
	margin: 0;
}
#main div.sharedaddy .sd-content {
	padding-top: 15px;
}
#main .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #1a171b;
	color: #fff !important;
	border-radius: 999px;
}
#main .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:hover {
	opacity: 1;
	background: #818180;
}
#main .sd-content li > div > a,
#main .sd-content li > div > a:hover,
#main .sd-content .share-tumblr a,
#main .sd-content .share-tumblr a:hover {
	border-bottom: none;
}
#main .sd-social-official .sd-content {
	text-align: left;
}
#main .sd-social-official .sd-content ul > li {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

/* author info box */
.author-info,
.entry-author {
	padding: 0;
	overflow: hidden;
	word-wrap: break-word;
	background-color: transparent;
}
.author-gravatar,
.author-avatar {
	width: 85px;
	float: left;
}
.author-gravatar img,
.author-avatar img {
	width: 70px;
	height: auto;
	margin-right: 15px;
	border-radius: 999px;
}
.author-description,
.author-heading,
.author-bio {
	float: left;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}
.author-description :first-child,
.author-bio {
	margin-top: 0;
}
.author-description :last-child,
.author-bio {
	margin-bottom: 0;
}
.author-description h3,
.author-heading .author-title {
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 400;
}
.author-link {
	display: block;
	margin-top: 10px;
}

/*Infinite Scroll*/
#infinite-handle,
.infinite-loader {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
}
#main #infinite-handle span button {
	border: none !important;
}
.infinite-loader .spinner {
	left: 0 !important;
	top: 16px !important;
	margin: 0 auto;
}

/* Hides navigation links when infinite scroll is active */
.infinite-scroll .posts-navigation {
	display: none;
}
.infinite-scroll #main {
	padding-bottom: 40px;
}
.infinite-scroll.infinity-end #main {
	padding-bottom: 0;
}
/* Hides navigation links and site footer when infinite scroll neverending is active */
.infinite-scroll.neverending .site-footer {
	display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending .site-footer {
	display: block;
}
body #infinite-footer {
	background: rgba( 255, 255, 255, 0.8 );
	border-top: 1px solid #ccc;
}
body #infinite-footer .container {
	background: transparent;
	border-width: 0;
}

/* Related Posts section */
#main div#jp-relatedposts {
	background-color: transparent;
}
#main div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 0;
	line-height: 1.3;
	background-color: transparent;
	margin-top: 5px;
}
#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	text-decoration: none;
	font-weight: 400;
	border: 0;
	background-color: transparent;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.35;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	font-family: 'Yantramanav', sans-serif;
	color: #000;
}
#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
	color: inherit;
}
#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
	padding-bottom: 6px;
}
#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
}
#main div#jp-relatedposts h3.jp-relatedposts-headline {
	float: none;
	font-family: 'Yantramanav', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	color: #1a171b;
	font-weight: 700;
	margin: 0 0 20px;
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
	position: relative;
	display: block;
}
#main div#jp-relatedposts h3.jp-relatedposts-headline:before {
	border-top: 1px solid #969695;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	z-index: 0;
}
#main div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 700;
	position: relative;
	margin: 0 auto;
	padding: 0 12px;
	background-color: #fff;
	color: #1a171b;
}
#main div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: none;
}
#main div#jp-relatedposts a {
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
}
#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span {
	margin: 0 auto;
}

/* Gravatar links */
.grofile-img a {
	border: none !important;
	background-color: none !important;
}

/* Gravatar Profile */
#page .widget-grofile {
	text-align: center;
}
#page .widget-grofile .grofile-meta > h4 > a {
	color: #000;
}
#page .widget-grofile .grofile-meta > h4 > a:hover {
	color: #818180;
}
#page .widget-grofile > img,
#page .widget_gravatar img {
	width: auto;
	border-radius: 999px;
}
#page .widget-grofile ul.grofile-accounts li,
.widget_gravatar {
	display: inline-block;
}

/* Widget Blockquote Text */
.widget_text blockquote {
	padding: 35px;
    margin: 0;
    background-color: #f4f3f2;
    text-align: center;
    position: relative;
    box-shadow: inset 0 0 0 10px #f4f3f2, inset 0 0 0 11px #fff;
	color: #1a171b;
}
.widget_text blockquote,
.widget_text blockquote p {
	color: #1a171b;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
}
.widget_text blockquote p {
	padding: 0;
	margin-left: 0;
	border: 0;
}
.widget_text blockquote cite {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
}
.widget_text blockquote a {
	color: #818180;
}
.widget_text blockquote a:hover {
	color: #1a171b;
}

/* Widget Blog Subscription */
#page .widget_blog_subscription form {
	padding: 35px;
	margin: 0;
	background-color: #f4f3f2;
	text-align: center;
	position: relative;
	box-shadow: inset 0 0 0 10px #f4f3f2, inset 0 0 0 11px #fff;
}
#page .widget_blog_subscription form p:last-child {
	margin-bottom: 0;
}
#page .widget_blog_subscription input[type="submit"] {
	width: 100%;
	border: none;
	color: #1a171b;
	background-color: #fff;
	font-size: 18px;
	padding: 6px;
	border: 1px solid #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: .25s all ease-out;
	-moz-transition: .25s all ease-out;
	-o-transition: .25s all ease-out;
	transition: .25s all ease-out;
}
#page .widget_blog_subscription input[type="submit"]:hover {
	width: 100%;
	background-color: transparent;
	color: #1a171b;
}
#page .widget_blog_subscription input[type="text"] {
	width: 100% !important;
	padding: 10px !important;
	border: 1px solid #fff;
	background: transparent;
	text-transform: none;
	text-align: center;
}
#page .widget_blog_subscription input[type="text"]:focus {
	background: #fff;
}

/* Widget Search */

/* WP Instagram Widget */
.widget-area .instagram-pics {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.widget-area .instagram-pics li {
	width: calc(33.33333% - 4px);
	display: inline-block;
	border-bottom: none;
	padding: 0;
	margin: 0 2px 4px;
	text-align: center;
}
.widget-area .instagram-pics li img {
	max-width: 100%;
}
.widget-area .instagram-pics + p.clear {
	text-align: center;
	margin-top: 10px;
}

/* WP Playlist */
.wp-playlist-light .wp-playlist-caption {
	border: none;
}

/* WP Menu Widget */
#page .widget_nav_menu {
	text-align: left;
}

/* WP Display remote post */
#page .jetpack-display-remote-posts p {
	line-height: 1.25 !important;
	margin: 0 0 24px;
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
}
#page .jetpack-display-remote-posts h4 {
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 1px;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	outline: 0;
	font-weight: 700;
	font-family: 'Yantramanav', sans-serif;
	text-align: left;
}
#page .jetpack-display-remote-posts h4 a {
	border: 0;
}
#page .jetpack-display-remote-posts img {
	margin-bottom: 20px;
}

/* WP Jetpack Portfolio Post Type */
#page .portfolio-entry-title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	color: #000;
	text-transform: uppercase;
	position: relative;
	word-wrap: break-word;
	font-weight: 400;
}
#page .portfolio-entry-title a {
	color: #000;
	text-decoration: none;
}
#page .portfolio-entry-title a:hover {
	color: #393939;
}

/**
 * 12. FOOTER STYLES
 * ----------------------------------------------------------------------------
 */

#colophon {
	position: relative;
	background-color: #f4f3f2;
	margin-top: 30px;
}

/* full-footer */
#full-footer{
	background-color: #fff;
}
#full-footer .widget {
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 45px;
}
#full-footer .widget_wpcom_instagram_widget,
#full-footer .null-instagram-feed {
	position: relative;
	margin: 0;
	padding: 0;
}
#full-footer .widget_wpcom_instagram_widget > .container,
#full-footer .null-instagram-feed > .container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
#full-footer .null-instagram-feed p.clear {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#full-footer .null-instagram-feed .widget-title + .instagram-pics + p.clear {
	position: absolute;
	left: 50%;
	top: calc(50% + 16px);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin: 0;
}
#full-footer .null-instagram-feed p.clear a {
	background-color: #fff;
	display: inline-block;
	padding: 8px 25px;
	color: #1a171b;
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	border: 0;
	outline: 0;
	font-weight: 400;
	font-family: 'Yantramanav', sans-serif;
}
#full-footer .null-instagram-feed p.clear a:hover {
	background-color: #f4f3f2;
}
#full-footer .null-instagram-feed p.clear a:active {
	background-color: #f4f3f2;
}
#full-footer .wpcom-instagram-images,
#full-footer .instagram-pics {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 100%;
}
#full-footer .wpcom-instagram-images a,
#full-footer .null-instagram-feed .instagram-pics li {
	width: 33%;
	-ms-flex-order: 0;
	-webkit-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	margin: 0;
	border: none;
}
#full-footer .wpcom-instagram-images a img,
#full-footer .null-instagram-feed .instagram-pics li a img {
	max-width: 100%;
	margin: 0;
	border: 0;
}

/* Footer Sidebar */
.pre-footer {
	padding-top: 40px;
}
#pre-footer {
}
#pre-footer .widget a {
}
#pre-footer .widget a:hover {
}
#pre-footer .widget-title {
}
#pre-footer .widget-title span {
	background-color: #f4f3f2;
}

/* Search Widget Footer */
#pre-footer .widget_search #searchform {
    border: 10px solid #fff;
    background-color: #fff;
}
#pre-footer .widget_search #searchform .submit {
	background-color: #f4f3f2;
}
#pre-footer .widget_search #searchform input[type="text"] {
    border: 1px solid #f4f3f2;
}
#pre-footer .widget_search #searchform input[type="text"]:focus {
    background: #f4f3f2;
}
#pre-footer .widget_search #searchform input[type="text"]:focus + .submit {
    background-color: #fff;
}

/* Blockquote Widget Footer */
#pre-footer .widget_text blockquote {
    background-color: #fff;
    box-shadow: inset 0 0 0 10px #fff, inset 0 0 0 11px #f4f3f2;
}

/* Subscription Widget Footer */
#page #pre-footer .widget_blog_subscription form {
    background-color: #fff;
    text-align: center;
    position: relative;
    box-shadow: inset 0 0 0 10px #fff, inset 0 0 0 11px #f4f3f2;
}
#page #pre-footer .widget_blog_subscription input[type="text"] {
    border: 1px solid #f4f3f2;
}
#page #pre-footer .widget_blog_subscription input[type="text"]:focus {
    background: #f4f3f2;
}
#page #pre-footer .widget_blog_subscription input[type="submit"] {
    background-color: #f4f3f2;
    border: 1px solid #f4f3f2;
}
#page #pre-footer .widget_blog_subscription input[type="submit"]:hover {
    background-color: transparent;
}

/* Categories and Archive Widget Footer */
#pre-footer .widget_archive > select,
#pre-footer .widget_categories > select {
    border: 10px solid #fff;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #f4f3f2;
}


/* Footer Lastbar */
.site-info {
	padding: 25px 0;
	background-color: #f4f3f2;
}

.site-info p.info {
	margin: 12px 0;
	display: block;
	font-size: 14px;
	color: #c3c3c3;
	font-family: 'Yantramanav', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.site-info p.info a {
}

.site-info p.info a:hover {
}

/* Social Nav */
.screen-reader-text {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
#page .jetpack-social-navigation ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
#page .jetpack-social-navigation ul li {
	display:  inline-block;
	position: relative;
	line-height: 1.75;
	padding: 3px;
}
#page .jetpack-social-navigation ul li a {
	color: #fff;
	border: none;
	height: 28px;
	border-radius: 9999px;
	width: 28px;
	display: block;
	line-height: 28px;
	text-align: center;
	background-color: #1a171b;
}
#page .jetpack-social-navigation ul li a:hover {
	color: #fff;
	background-color: #818180;
}
#page .jetpack-social-navigation a:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;
	line-height: 1;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	font-size: 16px;
	width: auto;
	height: auto;
	vertical-align: middle;
	line-height: 28px;
}
#page .jetpack-social-navigation a[href*="facebook.com"]::before {
	content: "\f09a";
	font-family: 'FontAwesome';
}
#page .jetpack-social-navigation a[href*="bloglovin.com"]:before {
	content: "B";
	font-family: arial, sans-serif;
	font-weight: bold;
	padding-right: 4px;
}
#page .jetpack-social-navigation a[href*="bloglovin.com"]:after {
	content: ",";
	font-family: Georgia, serif;
	font-weight: bold;
	position: absolute;
	top: -8px;
	right: 8px;
	font-size: 16px;
}
#page .jetpack-social-navigation a[href*="snapchat.com"]:before {
	content: "\f2ac";
	font-family: 'FontAwesome';
}

/* Social Nav Header */
#page .container-social-menu .jetpack-social-navigation ul li a {
	color: #d6d6d6;
}
#page .container-social-menu .jetpack-social-navigation ul li a:hover {
	color: #818180;
}
.social-footer {
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
#page .social-footer .jetpack-social-navigation ul li {
}
#page .social-footer .jetpack-social-navigation ul li a {
	color: #818180;
	border: none;
	width: auto;
	height: auto;
	background-color: transparent;
}
#page .social-footer .jetpack-social-navigation ul li a:hover {
	color: #1a171b;
}
#page .social-footer .jetpack-social-navigation a[href*="bloglovin.com"]:after {
	right: inherit;
	left: 20px;
}
#page .social-footer .jetpack-social-navigation a:before {
	padding: 0 6px;
}
#page .social-footer .jetpack-social-navigation ul li a span {
	font-family: 'Yantramanav', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	font-weight: 400;
	padding-left: 3px;
}

#wpstats {
	display: block;
	margin: -10px auto 0 auto;
}


/**
 * 13. MEDIA QUERIES
 * ----------------------------------------------------------------------------
 */

@media (min-width: 450px) {
	#full-footer .wpcom-instagram-images,
	#full-footer .null-instagram-feed .instagram-pics {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#full-footer .wpcom-instagram-images a,
	#full-footer .null-instagram-feed .instagram-pics li {
		width: auto;
	}
}

@media (min-width: 576px) {

/* 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;
	}
/* Navbar */
	.col-sm-order-1 {
		webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	.col-sm-order-2 {
		webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	.col-sm-order-3 {
		webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

/* 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: 24px;
	}
/* Posts at Archive Pages */
	.sticky:before {
		height: calc(100% - 30px);
	}
	.hentry .grid-content {
		background-color: #fff;
	}
	.hentry.img-square {
		padding-bottom: 0;
	}
	.hentry.img-square .entry-thumbnail {
		width: 60%;
		float: right;
		padding-bottom: 30px;
	}
	.hentry.img-square .grid-container {
		width: 40%;
		float: right;
		margin-top: 40px;
	}
	.hentry.img-square .grid-content {
		width: calc(100% + 40px);
		padding: 30px 30px 30px 0;
	}
	.hentry.img-vertical {
		padding-bottom: 0;
	}
	.hentry.img-vertical .entry-thumbnail {
		width: 50%;
		float: left;
		padding-bottom: 30px;
	}
	.hentry.img-vertical .grid-container {
		width: 50%;
		float: left;
		margin-top: 40px;
	}
	.hentry.img-vertical .grid-content {
		width: calc(100% + 40px);
		padding: 30px 0 30px 30px;
		margin-left: -40px;
	}
	.hentry.img-horizontal .entry-thumbnail {
	}
	.hentry.img-horizontal .grid-container {
		position: relative;
	}
	.hentry.img-horizontal .grid-content {
		width: calc(100% - 80px);
		padding: 30px 30px 0;
		margin: -40px auto 0;
	}
/* General Styles */
	.wp-caption.alignleft,
	img.alignleft {
		margin-left: -15px;
	}
	.wp-caption.alignright,
	img.alignright {
		margin-right: -15px;
	}
	.author-gravatar-profile {
		margin-left: 0;
		margin-right: 0;
	}
	.entry-meta span {
		display: inline-block;
		margin-right: 8px;
		margin-bottom: 0;
	}
	.entry-meta span:after {
		content: "|";
		padding-left: 8px;
		position: relative;
	}
	.navigation .nav-previous {
		float: left;
		max-width: 49%;
		text-align: left;
		display: inline-block;
	}
	.navigation .nav-next {
		float: right;
		max-width: 49%;
		text-align: right;
		display: inline-block;
	}
	.site-title {
		font-size: 64px;
		font-size: 4rem;
	}
	.gabriela-header-text {
		min-width: 290px;
		margin: 20px 0;
		padding: 15px;
	}
	.hentry {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.page-header,
	.archive-header {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.error-title-404 {
		font-size: 120px;
	}
	#colophon {
		margin-top: 40px;
	}
	#primary,
	.gabriela-full-featured {
		margin-top: 40px;
	}
	.gabriela-full-featured + #primary {
		background-color: #fff;
		padding: 30px 15px 0;
		margin: -40px auto 0;
	}
	.gabriela-full-featured {
		background-color: #000;
	}
	.gabriela-full-featured + #primary .hentry > .entry-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gabriela-full-featured + #primary .hentry > .entry-header > *:first-child {
		margin-top: 0;
	}
	.featured-content {
		margin-top: 40px;
	}
	.branding-container {
		margin-top: 40px;
	}
	/* author info box */
	.author-info,
	.entry-author {
	}
	.author-gravatar,
	.author-avatar {
		width: 190px;
	}
	.author-gravatar img,
	.author-avatar img {
		width: 160px;
		margin-right: 30px;
	}
	.author-description,
	.author-heading,
	.author-bio {
		width: -webkit-calc(100% - 190px);
		width: calc(100% - 190px);
	}
	/* comments */
	.comment-list .children {
		margin-left: 30px;
		padding-left: 30px;
	}
	.comment-list li {
		position: relative;
	}
	.comment-body,
	.comment-list article.social-twitter {
		padding: 30px 0;
	}
	.comment-list > li > .comment-body {
		margin-top: 20px;
	}
}

@media (min-width: 641px) {
	#main div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
		width: 33.3333%;
	}
	.flexslider .slides > li .hentry {
	}
	.flexslider .slides > li .flexslider-link:before {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		top: 20px;
		left: 20px;
	}
	.flexslider .slides h1.entry-title {
		padding: 0;
		margin: 0;
		font-size: 24px;
	}
	.flexslider .slides .entry-meta {
		padding: 0;
	}
	.flex-direction-nav .flex-prev {
		left: -50px;
		opacity: 0;
	}
	.flex-direction-nav .flex-next {
		right: -50px;
		opacity: 0;
		text-align: right;
	}
	.flexslider:hover .flex-direction-nav .flex-prev {
		opacity: 1;
		left: 35px;
	}
	.flexslider:hover .flex-direction-nav .flex-next {
		opacity: 1;
		right: 35px;
	}
	.flex-control-nav {
		bottom: 35px;
	}
	.flexslider.featured-slider .slides > li .hentry {
		padding: 25px 25px 90px;
		bottom: 0;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.flexslider.featured-slider .slides .entry-meta {
		display: block;
	}
}

@media (min-width: 783px) {
	.admin-bar .gabriela-close-modal {
		top: 32px;
	}
}

@media (min-width: 840px) {
	#page .comments-title,
	#page .comment-reply-title,
	#page .no-comments {
		font-size: 21px;
		font-size: 1.3125rem;
	}
	.comments-title:before,
	.comment-reply-title:before,
	.no-comments:before {
		top: 24px;
	}
	.widget-title,
	#main div#jp-relatedposts h3.jp-relatedposts-headline,
	#main div.sharedaddy h3.sd-title {
		font-size: 21px;
		font-size: 1.3125rem;
	}
	.widget-title:before,
	#main div#jp-relatedposts h3.jp-relatedposts-headline:before,
	#main div.sharedaddy h3.sd-title:before {
		top: 24px;
	}
	.author-description h3,
	.author-heading .author-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	#secondary {
		padding-top: 40px;
	}
	.navbar {
		height: auto;
		padding: 0;
	}
	.navbar .container-social-menu {
		background-color: transparent;
	}
	/* Social Nav Header */
	#page .container-social-menu .jetpack-social-navigation ul li a {
		color: #666;
	}
	#page .container-social-menu .jetpack-social-navigation ul li a:hover {
		color: #818180;
	}
	.menu-toggle {
		display: none;
	}
	#navbar .container-fluid > .row {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#navbar .menu-rtl {
		position: relative;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 80%;
	}
	#navbar .social-rtl {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: auto;
	}
	.nav-menu {
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.navbar .jetpack-social-navigation {
		display: inline-block !important;
	}
	.main-navigation {
		text-align: left;
		display: inline-block !important;
		padding: 0;
		float: none;
		width: auto;
	}
	.nav-menu li {
		display: inline-block;
		position: relative;
		text-align: center;
		margin-right: 0;
		vertical-align: top;
	}
	.nav-menu > li {
		max-height: 62px;
	}
	.nav-menu li a {
		color: #1a171b;
		display: block;
		padding: 19px 14px;
		font-size: 16px;
		font-size: 1rem;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0;
		position: relative;
		-webkit-transition: .08s all linear;
		-moz-transition: .08s all linear;
		-o-transition: .08s all linear;
		transition: .08s all linear;
		border: none;
		font-weight: 400;
	}
	.nav-menu li a:hover {
		color: #818180;
		-webkit-transition: .08s all linear;
		-moz-transition: .08s all linear;
		-o-transition: .08s all linear;
		transition: .08s all linear;
		background-color: transparent;
	}
	.nav-menu > li.menu-item-has-children > a:after,
	.nav-menu > ul > li.page_item_has_children > a:after {
		content: "\f107";
		position: relative;
		padding-left: 8px;
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.nav-menu .sub-menu,
	.nav-menu .children {
		display: none;
		float: left;
		padding: 0;
		position: absolute;
		top: auto;
		z-index: 99999;
		width: 220px;
		background-color: #f4f3f2;
		left: 50%;
		border-top: 2px solid #fff;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
		z-index: 10;
	}
	.nav-menu > li:first-child > .sub-menu,
	.nav-menu > ul > li:first-child > .children {
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.nav-menu .sub-menu li,
	.nav-menu .children li {
		width: 100%;
	}
	.nav-menu .sub-menu li:after,
	.nav-menu .children li:after {
		content: '';
		display: block;
		width: 150px;
		height: 1px;
		border-bottom: 1px solid #fff;
		margin: 0 auto;
	}
	.nav-menu .sub-menu li:last-child:after,
	.nav-menu .children li:last-child:after {
		content: none;
	}
	.nav-menu .sub-menu ul,
	.nav-menu .children ul {
		left: 100%;
		border-left: 2px solid #fff;
		top: -2px;
		padding-top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.nav-menu .sub-menu a,
	.nav-menu .children a {
		border: none;
		text-align: center;
	}
	.nav-menu .sub-menu a:hover,
	.nav-menu .children a:hover {
		border: none;
		background-color: transparent;
	}
	.nav-menu .sub-menu li.menu-item-has-children > a,
	.nav-menu .sub-menu li.page_item_has_children > a,
	.nav-menu .children li.menu-item-has-children > a,
	.nav-menu .children li.page_item_has_children > a {
		padding-right: 14px;
		width: 222px;
	}
	.nav-menu li ul a,
	.nav-menu li ul ul a {
		margin: 0;
		padding: 12px 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: #818180;
	}
	#page .sub-menu .current-menu-item > a,
	#page .sub-menu .current-menu-ancestor > a,
	#page .children .current-menu-item > a,
	#page .children .current-menu-ancestor > a,
	#page .sub-menu .current_page_item > a,
	#page .sub-menu .current_page_ancestor > a,
	#page .children .current_page_item > a,
	#page .children .current_page_ancestor > a {
		color: #818180;
	}
	.gabriela-fixed-menu .site {
		padding-top: 62px;
	}
	.gabriela-fixed-menu .site-header {
		position: fixed;
	}
	.admin-bar.gabriela-fixed-menu .site-header {
		top: 32px;
	}
}

@media (min-width: 1200px) {
	#colophon {
		margin-top: 50px;
	}
}

@media (min-width: 1500px) {
	.image-header-flexible {
		margin: 0;
	}
	.image-header .container-fluid {
		max-width: 1440px;
	}
	.active-sidebar-1.infinite-scroll .masonry-container > .hentry.col-xxl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
