/*
	Theme Name:	Showcase Pro
	Theme URI: http://my.studiopress.com/themes/showcase/
	Description: This is the Showcase Pro Theme created for the Genesis Framework.
	Author: Bloom
	Author URI: http://www.designbybloom.co

	Version: 2.0.2

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.4

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

/*
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
 * ========================================================================== */
/*
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.page-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

@media only screen and (min-width: 800px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}


/* Typography
 * ========================================================================== */
/*
html {
  font-size: 62.5%;
}

body {
	color: #1a1a1a;
	background: #1a1a1a;
	font-family: "Hind", "Avenir", "Helvetica", arial;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 2rem;
  	font-weight: 300;
	letter-spacing: -0.02em;
}

/* Display */
/*
h1,
.content .entry-title,
.site-title {
	font-size: 4rem;
  	font-weight: 300;
  	line-height: 1.2;
}

@media only screen and (min-width: 800px) {

	h1,
	.content .entry-title {
		font-size: 2rem;
	}

}

/* Headline */
/*
h2 {
	font-size: 3.2rem;
  	line-height: 1.4;
  	font-weight: 300;
}

@media only screen and (min-width: 800px) {

	h2 {
		font-size: 4rem;
  	}
}

/* Title */
/*
h3,
body.woocommerce-page ul.products li.product h3,
h1.archive-title {
	font-size: 2rem;
  	line-height: 1.4;
  	font-weight: 400;
}

@media only screen and (min-width: 800px) {
	h3,
	body.woocommerce-page ul.products li.product h3,
	h1.archive-title {
		font-size: 2.5rem;
	}
}

/* SubTitle */
/*
h4,
.site-description {
	font-size: 1.8rem;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
}

/* Mast */
/*
h5,
.widget-title, .widgettitle,
.genesis-nav-menu a,
button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive.category .archive-title,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}

/* Caption */
/*
h6,
.genesis-nav-menu .sub-menu a,
.entry-meta,
.wp-caption-text,
.gallery-caption,
.site-footer p,
.pagination a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-MyAccount-navigation li a,
p.comment-meta,
.more-link.button {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


/* Small */
/*
small,
.button.small {
  font-size: 1rem;
}


p {
	margin: 0 0 1.625em;
	padding: 0;
}

p.intro {
  font-size: 1.8rem;
  line-height: 1.8;
}

strong {
	font-weight: 700;
}

blockquote {
	margin: 2rem 0;
}

.entry-content blockquote {
	padding-left: 5rem;
	border-left: 2px solid #1a1a1a;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 0.8em;
	color: #555555;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 0.2rem 0.4rem;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 1rem;
	margin: 0 0 1rem;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

fieldset {
  border: 1px solid #e5e5e5;
  padding: 3rem;
  margin: 2rem auto;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eee;
	margin: 0 0 4rem;
	padding: 4rem 0 0;
}

/* Links
 * ========================================================================== */
/*
a {
	color: #1db3e2;
	text-decoration: none;
	outline: 0;
}

a:hover {
	border-color: transparent;
	text-decoration: underline;
}

/* Transitions
 * ========================================================================== */
/*
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.showcase-entry-grid .overlay,
.showcase-entry-grid .entry,
button.sub-menu-toggle:before,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span {
	-webkit-transition: all .75s cubic-bezier(0, 1, .5, 1);
	-moz-transition:    all .75s cubic-bezier(0, 1, .5, 1);
	-ms-transition:     all .75s cubic-bezier(0, 1, .5, 1);
	-o-transition:      all .75s cubic-bezier(0, 1, .5, 1);
	transition:         all .75s cubic-bezier(0, 1, .5, 1);
}

@media only screen and (min-width: 800px) {
	.site-header,
	.genesis-nav-menu .sub-menu {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition:    all .2s ease-in-out;
		-ms-transition:     all .2s ease-in-out;
		-o-transition:      all .2s ease-in-out;
		transition:         all .2s ease-in-out;
	}

}

/* Selection
 * ========================================================================== */
/*
::-moz-selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

::selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}


/* Objects
 * ========================================================================== */
/*
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* Forms, Inputs & Buttons
 * ========================================================================== */
/*
input,
select,
textarea,
body.woocommerce-cart table.cart td.actions .coupon .input-text {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	color: #1a1a1a;
	padding: 1.2rem 2rem 1rem;
	width: 100%;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: auto;
}

textarea {
	height: auto;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 1rem;
	width: auto;
}

input:focus,
textarea:focus,
body.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	outline: none;
	border-color: #1db3e2;
}

::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Buttons
 * ========================================================================== */
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
.pagination:not(.adjacent-entry-pagination) a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page button.button.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page input.button,
body.woocommerce-page button.button.alt.disabled,
body.woocommerce-page input.button.alt,
body.woocommerce-page input.button:disabled,
body.woocommerce-page input.button:disabled[disabled] {
	background-color: #1db3e2;
	border-radius: 5px;
	box-shadow: none;
	border: 0;
	color: #fff;
	line-height: 2em !important;
	cursor: pointer;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 1.1rem 2rem 1rem;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.pagination li a:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page button.button.alt.disabled:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page input.button.alt:hover {
	background-color: #1db3e2;
	text-decoration: none;
	color: #fff;
	opacity: 1;
	box-shadow: inset 0 0 0 20rem rgba(0,0,0,0.1), 0 2rem 2rem rgba(0,0,0,0.1);
}

.button.small {
	font-size: 1.4rem;
	padding: 0.8rem 2rem 0.5rem;
}

.button.light {
	background: #eeeeee;
	color: #1a1a1a;
}

.button.light:hover {
	color: #fff;
}

.bg-primary .button.light {
	background: rgba(255,255,255,0.2);
	color: #ffffff;
}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
	box-shadow: inset 0 0 0 20rem rgba(255,255,255,0.2);
}

.button.full-width {
	display: block;
	width: 100%;
}

.button.arrow-left:before,
.button.arrow-right:after {
	font-family: Ionicons;
	vertical-align: top;
}

.button.arrow-right:after {
	content: "\f30f";
	margin-left: 0.8rem;
}

.button.arrow-right:hover:after {
	margin-left: 1.2rem;
	margin-right: -0.4rem;
}

.button.arrow-left:before {
	content: "\f2ca";
	margin-right: 0.8rem;
}

.button.arrow-left:hover:before {
	margin-right: 1.2rem;
	margin-left: -0.4rem;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
 * ========================================================================== */
/*
.gallery {
	margin: 0 auto 4rem;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 1rem 0 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 0.4rem;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 0.6rem 0;
}

th {
	font-weight: 400;
}



/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #1a1a1a;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 2rem;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: 1px dotted rgba(0,0,0,0.2);
}

/* Wordpress
 * ========================================================================== */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 4rem;
}

img.alignnone,
.alignnone {
	margin-bottom: 2rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 6rem 4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 4rem 6rem;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 6rem 0 4rem;
}

.wp-caption-text {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 1rem;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 3rem;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

/* Site Containers
 * ========================================================================== */

.showcase-landing {
	background: #fff;
}

.full-width-content .content,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .entry-content .woocommerce  {
	margin: 0 auto;
/*	max-width: 80rem; */
	float: none;
	margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.wrap {
	margin: 0 auto;
	padding: 0 5%;
}

.site-inner {
	clear: both;
	padding: 4rem 0;
	overflow: hidden;
	background: #fff;
}

.front-page .site-inner {
	padding: 0;
}

.full.full-width-content .content,
.woocommerce-page.full-width-content .content {
	max-width: 100%;
	width: 100%;
}

.title-center .entry-header .entry-title {
    text-align: center;
}
.pagination ul {
    list-style-type: none;
}
.pagination ul {
    list-style-type: none;
    display: flex;
    column-gap: 22px;
    justify-content: center;
}
.site-inner {
		padding: 0 12px;
}


@media only screen and (min-width: 800px) {

	body:not(.with-page-header) .site-inner {
		padding-top: 60px;
	}

}

@media only screen and (min-width: 1100px) {

	.content {
		float: right;
		width: 70%;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-primary {
		float: right;
		width: 25%;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.wrap {
		max-width: 120rem;
	}

	.site-inner {
/*		padding: 8rem 0; */
		padding: 0 12px;
	}

}

@media only screen and (min-width: 1500px) {

	.wrap {
		max-width: 160rem;
	}

}

/* Grid
 * ========================================================================== */

@media only screen and (min-width: 800px) {

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.footer-widgets .widget-area,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth,
	.footer-widgets .widget-area {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-widgets .widget-area:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}

/* Front Page Widgets
 * ========================================================================== */

.flexible-widget-area > .wrap {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.flexible-widgets .widget {
	margin-bottom: 2rem;
}

.flexible-widgets .widget:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 800px) {

	.flexible-widget-area > .wrap {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.flexible-widgets,
	.front-page .featured-content.widget .widget-wrap {
		margin-left: -2rem;
		margin-right: -2rem;
		width: calc( 100% + 4rem );
	}

	.front-page .featured-content .widgettitle {
		margin-left: 2rem
	}

	.flexible-widgets .widget,
	.front-page .featured-content.widget .entry {
		float: left;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-area .widget:nth-of-type(1),
	.flexible-widgets.widget-halves.uneven .widget:last-of-type {
		width: 100%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 25%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 50%;
	}

	.flexible-widgets.widget-thirds .widget,
	.front-page .featured-content.widget .entry {
		width: 33.33%;
	}

	.flexible-widgets.widget-halves .widget:nth-child(even),
	.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
	.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
		clear: left;
	}

}

/* Front Page 2
 * ========================================================================== */
/*
.front-page-2 {
	text-align: center;
	background: #fff;
}

/* Front Page 3
 * ========================================================================== */
/*
.front-page-3 {
	background-color: #f7f6f7;
	overflow: hidden;
}

.front-page-3 .widget-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	position: relative;
}

.front-page-3 .widget img.pull-left {
    margin-left: -25%;
}

.front-page-3 .widget img.pull-right {
    margin-right: -25%;
}

.front-page-3 .widget img.pull-right,
.front-page-3 .widget img.pull-left {
	max-width: 150%;
	width: auto;
	margin-bottom: -50%;
	margin-top: 20px;
}

@media only screen and (min-width: 800px) {

	.front-page-3 .flexible-widgets.widget-halves .widget,
	.front-page-3 .widget {
		width: 50%;
		float: left;
		align-self: center;
	}

	.front-page-3 .widget img.pull-left,
	.front-page-3 .widget img.pull-right {
	    margin-bottom: -30%;
	    margin-top: -30%;
	    pointer-events: none;
	}
}


/* Front Page 4
 * ========================================================================== */
/*
.front-page-4 {
	text-align: center;
}

.front-page-4 a,
.front-page-4 {
	color: #fff;
}

.front-page-4 blockquote {
	font-size: 2rem;
	font-weight: 300;
	font-style: normal;
	margin: 2rem auto;
}

@media only screen and (min-width: 800px) {
	.front-page-4 blockquote {
		font-size: 3rem;
		max-width: 75%;
	}
}

/* Front Page 5
 * ========================================================================== */
/*
.front-page-5 {
	background: #fff;
}

 .front-page-5 .widget:nth-of-type(1) {
 	text-align: center;
 }


/* Widgets
 * ========================================================================== */
/*
.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 2rem;
	text-indent: -2rem;
}

.widget li li {
	border: 0;
	margin: 0 0 0 3rem;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Testimonials
 * ========================================================================== */
/*
.lSAction {
	display: none !important;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg > li a {
	background-color: #555;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg>li.active a,
#gts-testimonials .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #1db3e2;
}

/* Icons
 * ========================================================================== */
/*
.icon {
	font-size: 6rem;
	margin: 0 0 2rem;
	color: #1db3e2;
}


/* Featured Content
 * ========================================================================== */
/*
.featured-content.widget .entry {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Breadcrumbs
 * ========================================================================== */
/*
.breadcrumb {
	margin-bottom: 1.6rem;
}


/* Plugins
 * ========================================================================== */

/* Genesis eNews Extended */
/*
.enews-widget input {
	margin-bottom: 1rem;
}

.enews-widget p {
	margin-bottom: 2rem;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 3rem;
}

/* Genesis Simple Share */
/*
.content .share-after {
	margin-bottom: 2rem;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #1a1a1a !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack */
/*
#wpstats {
	display: none;
}

/* Widget Custom Menu
 * ========================================================================== */
/*
.widget_nav_menu .sub-menu {
	margin-top: 1.6rem;
}

/* WooCommerce
 * ========================================================================== */
/*
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-info::before,
body.woocommerce-page div.product p.price,
body.woocommerce-page div.product span.price,
body.woocommerce-page ul.products li.product .price,
body.woocommerce-page form .form-row .required,
.woocommerce-MyAccount-navigation li a {
	color: #1a1a1a;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #f7f6f7;
	border-bottom: 0;
	margin: 0 -1px 0 0;
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 1.5rem 2rem;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  	display: none;
}

body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error {
 	border: 0;
  	margin-top: 2rem !important;
	line-height: 5rem;
}

body.woocommerce-page span.onsale,
body.woocommerce-page ul.products li.product .onsale {
	border-radius: 0;
	top: 0;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0 1rem;
	background: #1a1a1a;
}

body.woocommerce ul.cart_list li,
body.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
 	background: none;
 	border: none;
 	float: left;
 	padding: 0.5rem !important;
 	width: 50%;
}

body.woocommerce ul.cart_list li img, body.woocommerce ul.product_list_widget li img {
 	width: 100% !important;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
 	float: none;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
 	list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
 	width: auto;
}

body.woocommerce ul.products li.product .price del,
body.woocommerce div.product p.price del,
body.woocommerce div.product span.price del {
	display: inline !important;
}

select.orderby {
 	margin-bottom: 2rem;
}

.stars a,
.star-rating span:before {
	color: #ffb35e !important;
}

.woocommerce .quantity .qty {
	padding: 1.2rem 1rem 1rem;
}

.woocommerce form .form-row label.inline {
	margin-left: 2rem;
}

/* Search Form
 * ========================================================================== */
/*
.search-form {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
}

.search-form:after {
	content: "\f4a4";
	position: absolute;
	right: 1.5rem;
	top: 0;
	font-family: ionicons;
	font-size: 3rem;
	pointer-events: none;
	color: #dcdcdc;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 1rem 2.8rem 0.9rem 1.2rem;
	font-size: 1.6rem;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	text-indent: -9999px;
	border-color: transparent !important;
	background: transparent !important;
}

.search-form input[type="submit"]:hover {
	box-shadow: none;
}

@media only screen and (min-width: 800px) {

	.search-form {
		width: auto;
		margin-bottom: 4rem;
	}

}


/* Site Header
 * ========================================================================== */

.site-header,
.header-image .site-header {
	width: 100%;
	z-index: 999;
	padding: 2rem 0;
	position: relative;
	background: #fff;
}

.title-area {
	float: left;
}

.site-title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 5rem;
	margin: 0 auto;
}

.site-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	height: 5rem;
	width: 14rem;
/*	background-image: url(images/logo_dark.png); */
}

@media only screen and (min-width: 800px) {
	body.with-page-header.header-image:not(.header-scroll) .site-title a {
/*		background-image: url(images/logo_light.png) !important; */
	}
}


.header-image .title-area {
	margin: 0;
	width: 14rem;
}

.site-description {
	display: none;
}

@media only screen and (min-width: 800px) {

	.site-header,
	.header-image .site-header {
		padding: 3px 0 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff8e5;
		border-top: 6px solid #C39560;
	}
	.nav-primary ul {
    	margin-bottom: 3px;
	}
	.admin-bar .site-header {
		top: 32px;
	}

	.header-scroll .site-header {
		background: #fff8e5;
		box-shadow: 0 0 2rem rgba(0,0,0,0.05);
	}

	.site-header .wrap {
		max-width: 100%;
        width: 1200px;
        padding: 0;
	}

	.site-title {
		font-size: 3.2rem;
		line-height: 8rem;
	}

	.header-image .site-title > a {
		height: 7.5rem;
		width: 20rem;
	}

	.header-image .title-area {
		width: 20rem;
	}

	.with-page-header .site-title a {
		color: #fff;
	}

	.header-scroll .site-title a {
		color: #1a1a1a;
	}

	.header-scroll .site-header .genesis-nav-menu .menu-item.highlight a {
		border: 2px solid #1a1a1a;
		color: #1a1a1a;
	}
}

/* Navigation
 * ========================================================================== */

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 1.6rem 0;
	position: relative;
	opacity: 0.8;
	color: #1a1a1a;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	opacity: 1;
}

@media only screen and (min-width: 800px) {

	.with-page-header .genesis-nav-menu a,
	.with-page-header .genesis-nav-menu .menu-item.highlight a {
/*		color: #fff; */
	}

	.header-scroll .site-header .genesis-nav-menu a {
		color: #1a1a1a;
	}

	.genesis-nav-menu .menu-item.highlight a {
		background: transparent;
		border: 2px solid #1a1a1a;
		border-radius: 5px;
		line-height: 1;
		padding: 1rem 2rem 0.8rem;
	}

	.with-page-header .genesis-nav-menu .menu-item.highlight a {
		border: 2px solid #fff;
	}

	.genesis-nav-menu .menu-item.highlight a:hover {
		background: #fff;
		color: #1a1a1a;
	}

	.genesis-nav-menu .sub-menu {
		width: 240px;
		z-index: 99;
		background: #fff;
		box-shadow: 0 2rem 2rem -0.05rem rgba(0,0,0,0.1);
		border-radius: 5px;
		opacity: 0 !important;
		margin-top: 0;
		position: absolute;
		left: 0;
		margin-left: 0;
		pointer-events: none;
		text-align: left;
		display: block !important;
	}

	.genesis-nav-menu > li .sub-menu:before {
		content: " ";
		position: absolute;
		top: -0.5rem;
		left: 1.6rem;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		opacity: 1 !important;
		pointer-events: all;
	}

	.genesis-nav-menu > .menu-item:hover > .sub-menu {
		margin-top: -1rem;
	}

	.genesis-nav-menu .sub-menu li a {
		border-top: none;
		padding: 0.8rem 15px;
		margin: 0;
		color: #1a1a1a;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li:first-child > a {
		padding-top: 1.6rem;
	}

	.genesis-nav-menu .sub-menu li:last-child a {
		padding-bottom: 1.2rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0 0 0 17.8rem;
		top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu:before {
		display: none;
	}
}

/* Responsive Menu */

button.sub-menu-toggle,
button.menu-toggle {
	display: none;
	visibility: hidden;
	background: transparent !important;
	color: transparent;
}

@media only screen and (max-width: 800px) {

	button.sub-menu-toggle,
	button.menu-toggle {
		display: block;
		visibility: visible;
	}

	.nav-primary,
	.nav-primary .sub-menu {
		width: 100%;
		display: none;
	}

	button.menu-toggle {
		display: block;
		float: right;
		background: none;
		padding:0;
		overflow: hidden;
		width: 50px;
		height: 50px;
		position: relative;
	}

	button.menu-toggle:hover,
	button.menu-toggle:active,
	button.menu-toggle:focus,
	button.sub-menu-toggle:hover,
	button.sub-menu-toggle:active,
	button.sub-menu-toggle:focus {
		box-shadow: none;
	}

	button.menu-toggle:before {
		position: absolute;
		color: #1a1a1a;
		top: 5px;
		right: 1.2rem;
		display: inline-block;
		font-size: 40px;
		margin: 0 auto;
		padding: 0;
	}

	button.menu-toggle.activated::before {
	   content: "\f2d7";
	   right: 1.5rem;
	}

	button.sub-menu-toggle {
		position: absolute;
		right: 0;
		top: 0;
		background: transparent;
		padding: 0 1.25rem 0;
	}

	button.sub-menu-toggle:before {
		color: #1a1a1a;
		font-size: 16px;
		padding: 14px 5px 14px;
		cursor: pointer;
	}

	button.sub-menu-toggle.activated:before {
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.nav-primary .genesis-nav-menu li {
		width: 100%;
	}

	.nav-primary .genesis-nav-menu > li:first-child {
		margin-top: 20px;
	}

	.nav-primary .genesis-nav-menu li .sub-menu {
		margin: 0 0 0 24px;
		width: calc( 100% - 24px );
	}

	.nav-primary .genesis-nav-menu a {
		margin: 0 4rem 0 0;
		padding: 8px 0;
	}

}

@media only screen and (min-width: 800px) {

	.nav-primary {
		text-align: center;
		padding-right: 0;
	}

	.bg-primary .nav-primary {
		padding-bottom: 22px;
	}

	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 24px;
		padding: 3rem 0;
	}

	.nav-primary .genesis-nav-menu > li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
	    top: 18px;
	}
}

@media only screen and (min-width: 1100px) {

	.nav-primary .genesis-nav-menu > li > a {
		margin: -2px 0 0 25px;
	}
}

/* Sub Nav
 * ========================================================================== */

.nav-secondary {
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 99;
}

.nav-secondary .wrap {
	padding: 0;
}

.nav-secondary .genesis-nav-menu {
	padding: 1.6rem 0;
	margin-bottom: -1.6rem;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-secondary .genesis-nav-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 1rem;
	padding: 4px;
}

.nav-secondary ul li:first-child {
	margin-left: 5%;
	padding-left: 0;
}

.nav-secondary ul li:last-child {
	margin-right: 5%;
	padding-right: 0;
}

.nav-secondary .genesis-nav-menu li a {
	opacity: 0.8;
	padding: 2rem 0;
	margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
	opacity: 1;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
	content: " ";
	border-bottom: 5px solid #333;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 800px) {
	.nav-secondary {
		width: 100%;
	}
}

@media only screen and (min-width: 1023px) {

	.nav-secondary .genesis-nav-menu li {
		margin: 0 12px;
	}

	.nav-secondary ul li:first-child {
		margin-left: 0;
	}

	.nav-secondary ul li:last-child {
		margin-right: 0;
	}

}

/* WooCommerce Account Nav
 * ========================================================================== */
/*
body.woocommerce-account .entry-title {
	text-align: center;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	text-align: center;
	width: 100%;
	float: none;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
	float: none;
	max-width: 80rem;
	margin: 0 auto;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0 0 4rem !important;
}

.woocommerce-MyAccount-navigation li {
	display: block;
	list-style: none;
}

.woocommerce-MyAccount-navigation li a {
	text-decoration: none;
	padding: 1rem;
	display: inline-block;
}

@media only screen and (min-width: 800px) {

	.woocommerce-MyAccount-navigation li {
		display: inline-block;
	}
}


/* Pagination
 * ========================================================================== */
/*
.pagination,
body.woocommerce-page nav.woocommerce-pagination {
	margin: 4rem auto;
	text-align: center;
}

.pagination.adjacent-entry-pagination {
	padding: 4rem 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.pagination.adjacent-entry-pagination .pagination-previous,
.pagination.adjacent-entry-pagination .pagination-next {
	float: none;
	text-align: center;
	padding: 2rem 0;
}

.pagination ul,
body.woocommerce-page nav.woocommerce-pagination ul {
	display: inline-block;
}

.pagination li,
body.woocommerce-page nav.woocommerce-pagination ul li {
	border-radius: 0;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination:not(.adjacent-entry-pagination) li a {
	display: block;
	padding: 1rem 1.5rem 0.8rem;
	text-decoration: none;
	color: #1a1a1a;
	border-radius: 5px;
	background: transparent;
}

.pagination li a:hover,
.pagination li.active a,
body.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background: #1db3e2;
	color: #fff;
}

@media only screen and (min-width: 800px) {
	.pagination.adjacent-entry-pagination .pagination-previous {
		float: left;
		text-align: left;
		padding: 2rem 0;
	}

	.pagination.adjacent-entry-pagination .pagination-next {
		float: right;
		text-align: right;
		padding: 2rem 0;
	}
}

/* Background Images and Colors
 * ========================================================================== */

.with-background-image {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.with-background-image:after {
	-ms-filter: "alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.30;
}

.bg-primary,
.bg-primary a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-primary:after,
.bg-light-gray:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg-primary:after {
	background: #1a1a1a;
}

.bg-light-gray:after {
	background: #dcdcdc;
}

/* Page Header
 * ========================================================================== */

.page-header {
	padding: 8rem 0;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #1a1a1a;
}

.page-header h1,
.page-header .author-box-title {
	line-height: 1.2;
	font-size: 40px;
	display: inline-block;
}

.page-header h1:last-child {
	margin-bottom: 0;
}

.page-header p {
	font-size: 2.4rem;
	max-width: 74rem;
	margin-left: auto;
	margin-right: auto;
}

.page-header p:last-child {
	margin-bottom: 0;
}

.page-header a:not(.button) {
	opacity: .5;
}

.page-header a:hover:not(.button) {
	opacity: 1;
}

@media only screen and (min-width: 800px) {

	.page-header {
		padding: calc(5% + 10.8rem) 0 11%;
	}

	.home .page-header {
		padding: calc(10% + 10.8rem) 0 10%;
	}

	.page-header h1,
	.page-header .author-box-title {
		font-size: 50px;
	}

	.page-header .entry-meta {
		font-size: 1.6ren;
	}

}

/* Pricing Table
 * ========================================================================== */
/*
.pricing-table,
.pricing-table > * {
	display: flex;
	flex-wrap: wrap;
}

.pricing-table > * {
	align-self: stretch;
}

.pricing-table > * > * {
	align-self: stretch;
	flex-grow: 1;
	width: 100%;
}

.pricing-table .plan {
	box-shadow: inset 0 0 0 2px #f0f0f0;
	text-align: center;
	padding: 40px 20px 20px;
	margin: 0 0 40px;
	width: 100%;
	position: relative;
	transition: all .2s ease-out;
	font-size: 14px;
	margin-bottom: 40px;
}

.pricing-table .plan em {
	opacity: .5;
	margin-bottom: 20px;
	display: block;
}

.pricing-table .plan h3 {
	color: #1db3e2;
}

.pricing-table .plan h3 span {
	font-size: .66em;
}

.pricing-table .plan ul {
	margin: 0 0 40px;
	line-height: 2;
}

.pricing-table .plan ul li {
	list-style: none;
}

.pricing-table .plan p {
	padding-left: 2rem;
	padding-right: 2rem;
	z-index: 3;
	align-self: flex-end;
}

.pricing-table .plan ul.small {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 0.07em;
	margin-bottom: 2rem;
	opacity: 0.75;
}


.pricing-table .plan.featured {
	background: #fff;
	box-shadow: 0 0 0 4px #1db3e2;
	z-index: 2;
	border-radius: 5px;
}

@media only screen and (min-width: 800px) {

	.pricing-info {
		padding-top: 8rem;
	}

	.pricing-table .plan {
		margin-bottom: 4rem !important;
	}

	.pricing-table .plan.one-fourth {
		width: 50%;
		margin: -2px 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child,
	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: 0;
	}

	.pricing-table .plan.one-third {
		width: 33%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-third:first-child {
		margin-left: 0;
	}
}

@media only screen and (min-width: 1100px) {

	.pricing-table .plan.one-fourth {
		width: 25%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child {
		margin-left: 0;
	}

	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: -2px;
	}
}


/* Archives
 * ========================================================================== */
/*
.archive-description {
	margin-bottom: 4rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #dcdcdc;
}

/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
}

.page-template-page_blog .entry,
.blog .entry,
.archive .entry:not(.product),
.single-post .entry {
	margin-bottom: 4rem;
	padding: 4rem 0;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.page-template-page_blog .entry:last-child,
.blog .entry:last-child,
.archive .entry:last-child {
	border-bottom-width: 0px;
}

.single-post .entry:first-child {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.page-template-page_blog .blog-template-description {
	display: none;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
/*	margin-bottom: 2em; */
	line-height: 2;
	margin: 1.25rem 0;
}

.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
	margin-left: 4rem;
}

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
}

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
    content: " ";
    border-bottom: 1px solid #dcdcdc;
    margin: 4rem auto;
    display: block;
}

.post-image.entry-image {
	margin-bottom: 4rem;
	margin-right: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 3rem;
}

.entry-content ol li,
.entry ol li {
	list-style-type: decimal;
}

.entry-content ul li,
.entry ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 2rem;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

/* Author Box
 * ========================================================================== */

.single .author-box {
	margin: 4rem auto 4rem;
	text-align: center;
	position: relative;
}

.single .author-box .author-box-title {
	margin: 0;
}

.author-box .avatar,
body.woocommerce-page img.avatar {
	max-width: 8rem;
	height: 8rem;
	width: 8rem;
	border-radius: 4rem;
	margin-bottom: 2rem;
}

@media only screen and (min-width: 800px) {

	.single .author-box {
		padding-left: 10rem;
		text-align: left;
	}

	.author-box .avatar {
		position: absolute;
		left: 0;

	}
}


/* Entry Grid
 * ========================================================================== */
/*
.showcase-entry-grid .entry {
	overflow: hidden;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 0;
	position: relative;
	text-align: center;
	border: 0;
}

.showcase-entry-grid .entry:hover {
	transform: translateY(-0.5rem);
	box-shadow: 0 2rem 2rem -1rem rgba(0,0,0,0.25);
}

.showcase-entry-grid .entry a {
	border: 0;
	overflow: hidden;
	color: #fff;
}

.showcase-entry-grid .entry img {
	display: block;
}

.overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.overlay:hover {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.overlay-inner  {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}

.overlay-details {
	display: table-cell;
	padding: 1.6rem;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 800px) {

	.showcase-entry-grid {
		margin-left: -1rem;
		margin-right: -1rem;
		width: calc( 100% + 2rem );
	}

	.showcase-entry-grid .entry {
		width: calc( 50% - 2rem );
		float: left;
		margin: 1rem;
	}
}


/* Comments
 * ========================================================================== */


.comment-respond,
body.woocommerce #review_form #respond,
body .woocommerce form.checkout_coupon,
body .woocommerce form.login,
body .woocommerce form.register,
body .woocommerce-MyAccount-content form {
	background: #f7f6f7;
	border: 0;
    padding: 2rem 2rem 1rem;
	margin-bottom: 4rem;
    border-radius: 5px;
}

.entry-comments,
.entry-pings {
	padding: 4rem 0 0;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 4rem;
}

.entry-comments .comment {
	padding: 2rem 0;
	border-bottom: 1px solid #dcdcdc;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
	border: 0;
}

.comment-list .comment-respond {
	padding-left: 0;
}

.comment-header {
	line-height: 1;
}

.comment-author {
	margin: 6px 0 2px;
}

.comment-author span:first-of-type {
	font-weight: 700;
}

.comment-author .avatar {
	float: left;
	margin-right: 1.6rem;
	margin-bottom: 1.6rem;
	border-radius: 2.4rem;
	margin-top: -0.6rem;
}

.comment-autor, .comment-meta a {
	text-transform: uppercase;
}

.comment-meta a {
	font-size: 1.2rem;
}

.comment-edit-link {
	margin-bottom: 2rem;
	display: inline-block;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

.comment-form p label {
	font-weight: bold;
}

p.comment-form-comment {
	margin-bottom: 2rem;
}

.comment-list li {
	list-style-type: none;
}

.comment-reply-title small {
	font-size: 1.8rem;
	font-weight: 400;
}

.entry-comments ul.children {
	margin-left: 4rem;
}

.ping-list .reply {
	display: none;
}

@media only screen and (min-width: 800px) {
	.comment-respond,
	body.woocommerce #review_form #respond,
	body .woocommerce form.checkout_coupon,
	body .woocommerce form.login,
	body .woocommerce form.register,
	body .woocommerce-MyAccount-content form {
		padding: 4rem 4rem 3rem;
		margin-bottom: 0;
	}
}

/* Widget Areas
 * ========================================================================== */

.sidebar .widget {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.widget-area ul li {
	list-style-type: none;
	margin-bottom: 1.6rem;
}
/* Before Footer Widget Area
 * ========================================================================== */
#custom_html-15 {
    margin-bottom: 18px;
}
.before-footer {
	background: #f7f6f7;
	padding: 6rem 0;
}
.before-footer {
    padding: 2rem 0;
    text-align: center;
    margin-top: 0;
}
#custom_html-7 {
    margin-bottom: 10px;
}
.before-footer {
        padding: 2rem 0;
        text-align: center;
        margin-top: 0;
    }
@media only screen and ( min-width: 800px ) {

	.before-footer {
        padding: 2rem 0;
        text-align: center;
        margin-top: 0;
    }

	.before-footer .enews form {
		margin-left: -1rem;
		margin-right: -1rem;
		width: calc( 100% + 2rem );
	}

	.before-footer .enews form input {
		margin: 0 1rem;
		width: calc( 25% - 2rem );
		float: left;
	}
}


/* Footer Widgets
 * ========================================================================== */

.footer-widgets {
	padding: 6rem 0 0;
	background: #1a1a1a;
	color: #fff;
}

.footer-widgets .widget-area {
	margin-bottom: 4rem;
}

.footer-widgets a:not(.button) {
	color: #fff;
	opacity: .5;
}

.footer-widgets a:not(.button):hover {
	opacity: 1;
}

.footer-widgets .widgettitle {
	opacity: 1;
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 3rem;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 1rem !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 2.4rem 1.2rem 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 0px !important;
	border: 0px !important;
}

@media only screen and (min-width: 800px) {

	.footer-widgets {
		padding: 10rem 0 0;
	}

	.footer-widgets .widgettitle {
		margin-bottom: 6rem;
	}
}


/* Site Footer
 * ========================================================================== */

.site-footer {
	padding: 4rem 0;
	background: #1a1a1a;
	text-align: center;
	color: #fff;
	opacity: .5;
}

.site-footer a {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}




























































/*
Theme Name: Longevity
Theme URI: https://www.shapedpixels.com/themes/longevity-pro/
Author: Shaped Pixels
Author URI: https://www.shapedpixels.com
Description: Longevity is a powerful responsive and multipurpose theme offering a minimalist design style with a unique curved graphic to help showcase your images and sliders on every page. Easy to configure with a plethora of features and a live preview of your customization from the WordPress customizer. You get features like 9 preset colour options, but also Unlimited colour selectors, 2 Site Header Styles, 21 Widget sidebar positions, 4 blog styles and layouts, 4 webpage sizes, show or hide various page elements, post formats, page templates,  and a lot more. For theme info, support and more, visit the Longevity Info under the Appearance menu.
Version: 1.5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/copyleft/gpl.html
Copyright: Shaped Pixels 2015-2016
Text Domain: longevity
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready

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.

Font Sizes: This theme uses the rem unit for font sizing. You can use www.pxtoem.com for reference. The em units at this site can be used as rem.
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Base
2.0 Accessibility
3.0 Main structure
	3.1 Sidebars
4.0 Links
5.0 Typography
	5.1 Links
	5.2 Selection Colour
	5.3 Horizontal Rule
	5.4 List Styles
	5.5 Blockquotes
6.0 Blog and Pages
	6.1 Post Format - Aside
	6.2 Post Format - Status
	6.3 Post Format - Quote
	6.4 Post Format - Image
	6.5 Author Page
	6.6 Error Page
	6.7 Comments
7.0 Alignments
8.0 Media
	8.1 Captions
	8.2 Gallery
	8.3 Attachment Page
9.0 Pagination
10.0 Form Styling
11.0 Preloader
12.0 Social Networking Menu
13.0 Primary Menu
14.0 Footer Menu
15.0 Media Queries
--------------------------------------------------------------*/


/*--------------------------------------------------------
1.0 Base
--------------------------------------------------------*/
html { 
 font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
}
:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}
body {
  	height: 100%;  
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 0.875rem;
	line-height: 1.65;
	color: #434343;
	font-weight: 400;
	background-color: #ffffff;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
th, td {
  padding: 4px;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Open Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}
/*--------------------------------------------------------------
3.0 Main structure
--------------------------------------------------------------*/
#page {
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 	0px 0px 20px 5px rgba(0,0,0,0.75);
	box-shadow: 		0px 0px 20px 5px rgba(0,0,0,0.75);
}
#page.fullwidth {
	width: 100%;
}
#page.boxed1920 {
	max-width: 1920px;
	margin: 24px auto;
}
#page.boxed1600 {
	max-width: 1600px;
	margin: 24px auto;
}
#page.boxed1400 {
	max-width: 1400px;
	margin: 24px auto;
}
#page.boxed1200 {
	max-width: 1200px;
	margin: 24px auto;
}
#social-wrapper {
	max-width: 1190px;
	margin:auto;
	padding: 2px 0;
}




#topbar,
#topbar-social {
	background-color: #769cd0;
	color: #fff;
	padding: 5px 0;	
}
#topbar-social {
	padding-top:0;
	padding-bottom:0;
}

#top-search input[type="text"] {
      display: block;
    width: 100%;
    height: 24px;
    padding: 3px 10px;
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #fff;
    background-color: #5477A7;
    border: 1px solid #5477A7;
	border-radius: 20px;
}
#top-search input[type="text"]:focus {
  box-shadow: none;
}

#top-search.col-lg-2 {
	padding-right: 5px;
}


#top-search ::-webkit-input-placeholder {
   color: #fff;
   font-size: 11px;
   	  line-height: 2;
   font-style:italic;
}
#top-search :-moz-placeholder { /* Firefox 18- */
   color: #fff;
      font-size: 11px;
	  line-height: 2;
   font-style:italic;  
}
#top-search ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
      font-size: 11px;
	  	  line-height: 2;
   font-style:italic;  
}
#top-search :-ms-input-placeholder {  
   color: #fff;
      font-size: 11px;
	  	  line-height: 2;
   font-style:italic;  
}

.site-header {
	padding: 1.75% 0;
	background-color: #fff;
}
#masthead.header-centered {
	padding: 1.125% 0 1%;
}
#site-branding.header-centered {
	text-align: center;
}
#site-branding.header-centered .header-image {
	float:none;
	margin:0;
}


.header-image img {
    max-width: 100%;
}
.header-image,
.logo-image {
    float: left;
    margin: 0 8px 0 0;
}
.site-title,
.site-description {
	margin: 0;
	font-weight: 400;
}
.site-title {
	font: italic 2.625rem/1.1 "Playfair Display", Georgia, serif;
}
.site-description {
	display: inline-block;
	position: relative;
	font-family: "Open Sans",sans-serif;
	font-size: 0.875rem;
	color: #828282;
	border-left: 1px solid #ccc;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 2;
	top: 3px;
	bottom: 3px;
}
#site-branding.header-centered .site-description {
	border:none;
	margin-left: 0;
	padding-left: 0;
}
.site-title a {
	color: #000;
}
.site-title a:hover {
	text-decoration:none;
}
#fp-banner,
#page-banner {
  position: relative;
  background-color: #eaeaea;
}
#fp-banner img,
#page-banner img {
    margin: auto;
    display: block;
}
#banner-curve {
  position: absolute;
  z-index: 10;
  bottom: -1px;
  max-width: 100%; /* for firefox and IE not cooperating*/
}
#no-curve,
#no-banner-curve,
#breadcrumbs-wrapper {
	background-color: #eaeaea;
	color: #717171;
}
#no-banner {
  position: relative;
  background-color: #eaeaea;
}

#banner p {
	margin: 0;
}
#content {
  padding: 60px 0;
  background-color: #fff;
}

/*--------------------------------------------------------------
3.1 Sidebars
--------------------------------------------------------------*/
#header-sidebar-group {
    text-align: center;
    margin: 18px 0;
    padding-right: 0;
}
#header-sidebar-group .widget {
	margin-bottom: 0;
}
#header-sidebar-group .widget p {
	margin: 0;
}
#breadcrumbs-sidebar {
 	 margin-bottom: 40px;
}
#cta-sidebar {
	text-align: center;
	margin-bottom: 40px;
}
#left-sidebar {}
#right-sidebar {}
#top-group {}
#featured-bottom-group {}
#bottom-group {
	padding: 0.5% 0;
	background-color: #c0a268;
	color: #fff;
}
#bottom-group .widget {
	margin: 15px 0;
}
#footer-group .widget {
    margin: 0;
}
.widget-area {
	font-size: 0.813rem;
}
#cta-sidebar .widget-area,
#breadcrumbs-sidebar .widget-area {
	margin: 0;
}
#featured-bottom-group .widget-area {
	margin-bottom: 0;
}

/* Footer area */
.site-footer {
	padding: 16px 0;
	background-color: #000;
	font-size: 0.75rem;
	color: #ccc;
	text-align: center;
}
/*--------------------------------------------------------------
8.0 Widget Styles
--------------------------------------------------------------*/
.widget-title {
	margin-top: 0;
}
.single_tags  a,
aside.sidebar .widget .tagcloud a,
.widget .tagcloud a{
	color: #686868;
	border: 1px solid #e0e0e0;
	padding: 0px 16px;
	line-height:30px;
	height:32px;
	display:inline-block;
	vertical-align:middle;
	font-size:10px !important;
	font-weight: 500;
	text-transform:uppercase;
	letter-spacing:1px;
}
#footer-group .tagcloud a {
	text-decoration: none;
	border-color: #f3d7c9;
}
.single_tags  a{
	margin: 0 7px 5px 0;
}

aside.sidebar .widget .tagcloud a,
.widget .tagcloud a{
	margin: 0 3px 5px 0;
}

.single_tags  a:hover,
aside.sidebar .widget .tagcloud a:hover,
.widget .tagcloud a:hover {
	color: #fff;
	border-color: #769cd0;
	background-color: #769cd0;
}

.single_tags h5{
	display:inline-block;
	line-height:36px;
}

/*--------------------------------------------------------------
5.0 Typography and Elements
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 16px 0;
	font-family: "Playfair Display", Georgia, Serif;
	font-weight: 400;
	font-style: italic;
	line-height: 1.1;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.813rem;
}
h3 {
	font-size: 1.613rem;
}
h4 {
	font-size: 1.438rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
p {
	margin: 1.25rem 0;
}
h3.widget-title {
	font-size: 1.375rem;
}
.category-list {
	font-size: 1rem;
}
.single .entry-title {
	font-size: 1.875rem;
}
.entry-footer {
  	margin: 50px 0;
}


abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
big {
  font-size: 150%;
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
pre,
code {
	background: #eee;
	font-family: Courier, monospace;
	border: 1px solid #d6d6d6;	
}
pre {
	font-size: 0.9375rem;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
}
code {
	padding: 0 8px;
	color: #bc7204;
}

kbd,
tt,
var {
	font-family: Monaco, Consolas, monospace;
	font-size: 1rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #F5E7A3;
  	text-decoration: none;
  	padding: 0 6px;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #6f92c3;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	    -moz-transition: color .2s ease-in-out;
	      -ms-transition: color .2s ease-in-out;
	         -o-transition: color .2s ease-in-out;
	              transition: color .2s ease-in-out;
}
a:hover,
a:focus,
.entry-title a:hover {
  color: #c69171;
}

/* Post summary linked title */
.entry-title a {
  color: #616161;
}
/* Read more links */
.more-link {
	display: inline-block;
  	margin: 0.75rem 0;
	background-color: transparent;
	border: 1px solid #d3d3d3;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.688rem;
  	padding: 6px 20px;
	color: #888;
}
/*--------------------------------------------------------
5.2 Selection Colour
--------------------------------------------------------*/
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background-color: #769cd0;
}
::selection {
    color: #fff;
    background-color: #769cd0;
}
/*--------------------------------------------------------
5.3 Horizontal Rule
--------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;	
}

/*--------------------------------------------------------
5.4 List Styles
--------------------------------------------------------*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
  padding-left: 28px;
}
ul.sub-menu {
	padding-left: 0;
}
aside ul {
	list-style: none;
	padding-left: 0;
}


dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 600;
  text-transform: uppercase;
}
dd {
  margin: 8px 16px;
}
#bottom-group li,
#bottom-group .widget_nav_menu .sub-menu {
	border-color: #d3bb8d;
}
/*--------------------------------------------------------------
5.5 Tables
--------------------------------------------------------------*/
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}



/*--------------------------------------------------------
default Widgets with lists
--------------------------------------------------------*/
.widget_text ul {
    margin-left: 18px;
}
.widget_text li {
	list-style: disc;
line-height: 1.2;
  padding: 6px 0;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #ebebeb;
	padding: 0.5rem 0;
	 -moz-transition: padding-left .3s ease-in-out;
     -o-transition: padding-left  .3s ease-in-out;
     -webkit-transition: padding-left  .3s ease-in-out;
     transition: padding-left  .3s ease-in-out;	
}
.widget_archive li:hover,
.widget_categories li:hover,
.widget_links li:hover,
.widget_meta li:hover,
.widget_nav_menu li:hover,
.widget_pages li:hover,
.widget_recent_comments li:hover,
.widget_recent_entries li {
	padding-left: 10px;
}




.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #ebebeb;
	margin: 0.5rem 0 0 0.8em;
	padding-top: 0.5rem;
}

.widget_recent_entries .post-date {
	display: block;
}




/*--------------------------------------------------------
 5.5 Blockquotes
--------------------------------------------------------*/
blockquote {
	display: block;
	width: 96%;
	background: #fff;
	padding: 7px 20px 7px 56px;
	margin: 24px auto;
	position: relative;
	font-size: 0.938rem;
	line-height: inherit;
	font-style: italic;
}
blockquote:before {
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 4rem;
	font-weight: 600;
	color: #555;
	position: absolute;
	left: 10px;
	top: -16px;
}
blockquote p {
	margin: 0;
}

/*--------------------------------------------------------
 5.6 Call to Action
--------------------------------------------------------*/

#cta-sidebar h1 {
	margin: 0 0 8px;
	font-family: "Open Sans", arial, helvetica, sans-serif;
	font-size: 2.5rem;
	font-weight: 300;	
	font-style: normal;
	color: #4b4d50;
}
#cta-sidebar p {
	margin: 0 0 8px;
	font-size: 0.875rem;
	color: #7b7b7b;
	}
#cta-sidebar .btn {
	border-radius: 8px;
	margin: 20px 0;
}

/*--------------------------------------------------------------
6.0 Blog and Pages
--------------------------------------------------------------*/

.hentry {
	margin-bottom: 6%;
}
.search .hentry {
  margin-bottom: 3%;
}
.entry-meta {
	font-size: 0.813rem;
	color: #959595;
}
.entry-meta span {
	margin-right: 8px;
}

.post-thumbnail {
	position: relative;
}
.sticky-wrapper {
	min-height: 30px;
	position: relative;
}
.sticky .featured {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: #000;
	padding: 3px 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.875rem;
	color: #fff;
}
.sticky-wrapper .featured {
	font-size: 0.75rem;
	padding: 3px 20px;
}
.sticky-wrapper.small-featured {
	margin-bottom: 10px;
}
.small-featured .entry-title {
	font-size: 1.5rem;
	margin-top: 0;
}
.category .page-header,
.archive .page-header {
  margin-bottom: 50px;
}
.entry-format {
  text-transform: uppercase;
}

/*--------------------------------------------------------
6.1 Post Format - Aside
--------------------------------------------------------*/
.format-aside .entry-meta {
  margin-bottom: 16px;
}
.format-aside {
	background-color: #f5f5f5;
	padding: 20px;
}
.format-aside p {
	margin: 0;
}

/*--------------------------------------------------------
6.2 Post Format - Status
--------------------------------------------------------*/
.format-status .avatar {
  float: left;
}
.format-status .entry-title {
	margin: 0 0 8px;
}
.format-status .entry-title,
.format-status .entry-meta {
	margin-left: 90px;
}
.format-status .entry-header {
  min-height: 70px;
}

/*--------------------------------------------------------
6.3 Post Format - Quote
--------------------------------------------------------*/
.format-quote .entry-title {
  margin-top: 0;
}
.format-quote.hentry {
  margin-bottom: 4%;
}
.format-quote blockquote {
	font-style:italic;
	border: none;
	margin:0;
}
.format-quote blockquote p {
	margin-bottom: 1rem;
}
.format-quote .quote-attribution  p {
	margin: 4px 0 0;
}
.format-quote .quote-attribution {
  margin: 16px 0;
  font-style: normal;
}
.format-quote blockquote .quote-author {
  font-size: 0.875rem;
  margin-bottom: 0;
}
blockquote cite {
  color: #999;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.688rem;
  font-style: normal;
}

/*--------------------------------------------------------
6.4 Post Format - Image
--------------------------------------------------------*/
.format-image .post-thumbnail {
	margin: 16px 0;
}
.format-image .entry-meta {
	margin-bottom: 12px;
}

/*--------------------------------------------------------
6.5 Author Page
--------------------------------------------------------*/
.bypostauthor {}
.author-information {
  margin-bottom: 50px;
}

.author-avatar {
  display: inline-block;
  float: left;
}
.author-info {
  margin: 50px 0;
  background-color: #f5f5f5;
  padding: 15px;
}
.author-title {
  margin: 0;
  font-size: 1.25rem;
}
.author-website {
  margin: 7px 0;
  font-style: italic;
  font-size: 0.813rem;
}
.author-bio {
    margin: 16px 0 0;
}

.author-description {
  margin-left: 110px;
}
.author .author-description {
  margin-left: 0;
}
.author-page-header h1,
.author .page-header h2 {
  font-size: 1.5rem;
  margin: 0;
}
.author .page-header {
  margin: 50px 0;
}

/*--------------------------------------------------------
6.6 Error Page
--------------------------------------------------------*/
.error404 {
	background-color: #494d51;
	color: #fff;
	height: 100%;
	position: absolute;
	width: 100% !important;
	margin: 0;
	display: table;
	vertical-align: middle;
	float: none;
	top: 0;
	left: 0;
	text-align: center;
}
.error404 .search-form {
  width: 30%;
  margin: 0 auto;
}
.valign-wrapper {
	width: 100%;
	position: static;
	z-index: 2;
	overflow: hidden;
}
.valign-wrapper {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.error404 .site-main {
	background-color: #fff;
	color: #616161;
		-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 	0px 0px 20px 5px rgba(0,0,0,0.75);
	box-shadow: 		0px 0px 20px 5px rgba(0,0,0,0.75);
}
.error404 .entry-content {
  padding: 3rem 0;
}


/*--------------------------------------------------------
6.7 Comments
--------------------------------------------------------*/
.comment p {
	margin: 0 0 1.5rem;
}
.comment_number .comment_number_inner i{
	position: relative;
	top: -1px;
	padding:0 10px 0 0;
}
.comments-number {
  font-size: 1.125rem;
}
ul.comment-list{
	list-style: none;
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 30px 0 0;
}
.comment-list li{
	display: inline-block;
	position: relative;
	width: 100%;
}
.comment-list li ul.children li:last-child{
	padding:0;
}

.comment-list > li{
	margin: 5px 0;
}
.comment-list > li:last-child{
	margin: 0;
}
.comment{
	margin: 10px 0;
}
.comment .avatar {
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 50%;
}
.comment-text {
	position:relative;
	padding: 0 0 0 80px;
	min-height: 60px;
	font-size: 0.813rem;	
}
.comment-text .comment_date{
	line-height: 1.613rem;
	font-size: 0.688rem;
	float: left;
	font-style: italic;
	color: #c3c3c3;
	font-family: verdana, sans-serif;
}
.comment-text .comment-info{
	display:inline-block;
	vertical-align:center;
	width:100%;
}

.comment-text .name,
.comment-text .name a {
	float:left;
	margin: 0 10px 0 0;
	font-size: 1.125rem;
	letter-spacing: normal;
	color:#393939;
	text-transform: none;
}
.comment-text .replay,
.comment-text .comment-reply-link {
	color: #7cb6c2;
	font-size:13px;
	font-weight: 700;
	float:right;
	text-transform:uppercase;
}
.comment .logged-in-as {
	margin: 10px 0;
}
.comment .form-submit {
	margin: 0 0 20px;
}
.comment-list li ul.children {
	margin: 0;
	padding: 0 0 0 70px;
}
.comment-list li ul.children li{
	margin: 0px 0px 18px 0px;
	border-bottom:none;
}
.comment-list li ul.children li:last-child{
	margin: 0px;
}
#respond h3 {
	margin: 0 0 15px 0;
}
#respond h3.comment-reply-title{
	margin:0;
}
#respond small {
	display: block;
	margin: 0 0 30px;
	position: relative;
}
.comment .comment-respond{
	margin-top: 40px;
}

#respond textarea,
#respond input[type='text'] {
	position: relative;
	width:100%;
	margin: 0 0 15px 0;
	padding: 10px 17px;
	outline: 0;
	resize: none;
	font-family: inherit;
	font-size: inherit;
	line-height: 18px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#respond textarea {
	padding: 15px 17px;
}
#respond textarea {
	margin: 0 0 12px;
}
.comment-form {
	display: inline-block;
	margin: 0 0 40px;
	width: 100%;
	padding:0;
}
.comment-form form p.form-submit,
.comment p.form-submit {
	margin: 0;
}
.comment-reply-login {
	margin-left: 10px;
}
.comment-form form p.form-submit .success p{
	margin: 10px 0 0;
}
.comment-form form p.logged-in-as{
	margin: 0 0 17px;
	font-size: 12px;
	font-weight: 400
}
#cancel-comment-reply-link {
	margin: 0px;
	display: inline-block;
	width: 100%;
}
.comment blockquote {
	display: block;
	background: #fff;
	padding: 7px 20px 7px 45px;
	margin: 0 0 20px;
	position: relative;
	font-size: 0.875rem;
	line-height: inherit;
	font-style: italic;
}
.comment blockquote p {
	margin: 0;
}
.comment blockquote:before {
	content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 3rem;
	font-weight: 600;
	color: #838383;
	position: absolute;
	left: 10px;
	top: -8px;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 4%;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 4%;
}

.aligncenter {
	clear: both;
	display: block;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.5% 4% 1% 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.5% 0 1% 4%;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
  	margin: 0.5% auto 3%;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 3%;
}
/*--------------------------------------------------------
8.0 Media
--------------------------------------------------------*/

.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/*--------------------------------------------------------
8.1 Captions
--------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #646464;
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size: 1rem;
	text-align: center;
	line-height: 1.5;
	padding: 0.5rem 0;
}


/*--------------------------------------------------------
8.2 Gallery
--------------------------------------------------------*/
.gallery{
    margin: 60px -15px;
}

.gallery-columns-5,
.gallery-columns-6 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}

.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px;
}

.gallery + p {
  margin-top: 0;
}

.gallery-item {
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery .gallery-item .gallery-icon,
.gallery .gallery-item .gallery-caption {
  padding-left: 15px;
  padding-right: 15px;
}

.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
  margin-bottom: 20px;
}

.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  margin-bottom: 10px;
}

.gallery-columns-5 .gallery-item .gallery-icon,
.gallery-columns-6 .gallery-item .gallery-icon {
  padding-left: 10px;
  padding-right: 10px;
}

.gallery-columns-7 .gallery-item .gallery-icon,
.gallery-columns-8 .gallery-item .gallery-icon,
.gallery-columns-9 .gallery-item .gallery-icon {
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-icon img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.gallery-caption {
	display: block;
	padding: 10px 0 0;
}

.gallery-columns-3 .gallery-caption,
.gallery-columns-4 .gallery-caption {
  font-size: 1rem;
  line-height: 1.5;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.tiled-gallery {
  margin-bottom: 30px !important;
}


/*--------------------------------------------------------------
8.3 Attachment Page
--------------------------------------------------------------*/
.attachment .entry-header,
.attachment .entry-content {
	text-align: center;
}
.attachment #comments {
  text-align: left;
}
.entry-attachment img {
	display: block;
	margin: auto;
}
.entry-caption {
	margin: 30px 0 0;
	font-size: 1.25rem;
	font-weight: 500;
}
.attachment .entry-content {
	width:80%;
	font-size: 0.875rem;
	margin: 0 auto;
}


/*--------------------------------------------------------
9.0 Pagination
--------------------------------------------------------*/
.pagination {
  text-align: center;
  margin: 30px auto;
}

.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 0.75rem;
  background: #f5f5f5;
  line-height: 44px;
  border-radius: 50%;
}

.pagination .page-numbers i {
  line-height: 44px;
  font-size: 18px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  color: #fff;
  background: #ADB2B8;
}

.pagination .page-numbers.current {
  font-weight: 600;
}

.post-navigation {
  display: table;
  clear: both;
  width: 100%;
    margin-bottom: 28px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.image-navigation .nav-previous,
.image-navigation .nav-next {
  width: 50%;
}

.post-navigation .nav-previous,
.comment-navigation .nav-previous,
.image-navigation .nav-previous {
  float: left;
}

.post-navigation .nav-next,
.comment-navigation .nav-next,
.image-navigation .nav-next {
  float: right;
  text-align: right;
}

.post-navigation .meta-nav {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.688rem;
	color: #b2b2b2;
}

.post-navigation .post-title {
  font-size: 1rem;
}

.comment-navigation {
  margin-bottom: 20px;
}



.comment-navigation a,
.nav-link {
  font-style: italic;
}

.page-links {
  margin: 20px 0;
  font-style: italic;
}
.single .page-links {
  text-align: left;
}

.image-navigation {
	font-size: 0.813rem;
	font-weight: 500;
	line-height: 1.5;
	text-transform: uppercase;	
	height: 24px;
  	margin-bottom: 36px;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before {
	font-family: FontAwesome;
	font-size: 1rem;
	content: "\f104";
	margin-right: 0.5em;
	position: relative;
	top: 1px;
}

.image-navigation .nav-next a:after {
	font-family: FontAwesome;
	font-size: 1rem;
	content: "\f105";
	margin-left: 0.5em;
	position: relative;
	top: 1px;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}
.image-navigation .nav-previous {
	text-align: right;
}
.image-navigation .nav-next {
	text-align: left;
}

/*--------------------------------------------------------
10.0 Form Styling
--------------------------------------------------------*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #b7b8ba;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 6px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #dadbdc;
}
input[type="text"],
select,
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  color: #616161;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
}
input[type="text"]:focus,
textarea:focus,
select:focus {
  border-color: #bfbcbc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(191, 188, 188, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(191, 188, 188, 0.6);
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #bdbdbd;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #bdbdbd;
}
textarea {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 0.75rem;
  color: #A8A8A8;
  font-style: italic;
}
.btn,
button,
input[type="submit"],
input[type="reset"] {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	background-color: #838588;
	color: #fff;
	white-space: nowrap;
	font-size: 0.875rem;
	line-height: 1.42857143;
	border: 1px solid transparent;  
	padding: 6px 16px;
	-webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
	    -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
	      -ms-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
	         -o-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
	               transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
}
.btn {
  display: inline-block;
  margin-bottom: 0;  
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.btn.blue:hover,
.btn.burgandy:hover,
.btn.yellow:hover,
.btn.green:hover,
.btn.grey:hover {
background-color: #6a6c6f;
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-lg {
  padding: 10px 24px;
  font-size: 1.25rem;
  line-height: 1.3333333;
}
.btn-sm {
  padding: 5px 14px;
  font-size: 0.813rem;
  line-height: 1.5;
}
.btn-xs {
  padding: 4px 12px;
  font-size: 0.688rem;
  line-height: 1.25;
}

.btn.blue {
	background-color: #769cd0;
}
.btn.burgandy {
	background-color: #65322f;
}
.btn.yellow {	
	background-color: #b1a55d;
}
.btn.green {	
	background-color: #91b251;
}
.btn.grey {	
	background-color: #838588;
}

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active {
  z-index: 2;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  font-size: 0;
}

/*--------------------------------------------------------------
11.0 Preloader
--------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 1000;
  visibility: visible;
  -webkit-transition: all 0.6s ease-out 0.4s; 
          transition: all 0.6s ease-out 0.4s; 
}


.loaded .preloader {
  visibility: hidden;
  opacity: 0;
}


.spinner {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}


.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #769cd0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*--------------------------------------------------------
12.0 Social Networking Menu
--------------------------------------------------------*/
#footer-social .social-menu {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.social-menu {
  	margin: 0;
	text-align: right;
}
#footer-social .social {
	line-height: 2;
}
#menu-social-footer-menu.social {
    height: 32px;
}
.social {
	height: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	margin: 1px;
	text-align: center;
}
.social a {
	display: block;
	height: 24px;
	position: relative;
	width: 24px;
	font-family: "FontAwesome";
	background-color: #5477a7;
	color: #fff;
	text-align: center;
	border-radius:50%;
		-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
.social a:hover {	
	text-decoration: none;
	background-color: #d5b886;			
	color: #fff;	
}
#footer-social a {
    width: 32px;
    height: 32px;
    text-align: center;
	background-color: #686868;
	color: #fff;
}
#footer-social a:hover {
	background-color: #afafaf;			
	color: #fff;	
}
#footer-social a:before {
	line-height: 2;
}

.social a:before {
	content: "\f013";
	position: absolute;
	top: 2px;
	left: 0;
	right:0;	
	font-size: 0.875rem;
  	line-height: 1.5;
}

.social a[href$="/feed/"]:before {
	content: "\f09e";
}
.social a[href*="digg.com"]:before {
	content: "\f1a6";
}
.social a[href*="dribbble.com"]:before {
	content: "\f17d";
}
.social a[href*="facebook.com"]:before {
	content: "\f09a";
}
.social a[href*="flickr.com"]:before {
	content: "\f16e";
}
.social a[href*="plus.google.com"]:before,
.social a[href*=".google.com"]:before {
	content: "\f0d5";
}
.social a[href*="github.com"]:before {
	content: "\f1d3";
}
.social a[href*="instagram.com"]:before {
	content: "\f16d";
}
.social a[href*="linkedin.com"]:before {
	content: "\f0e1";
}
.social a[href*="pinterest.com"]:before {
	content: "\f0d2";
}
.social a[href*="reddit.com"]:before {
	content: "\f1a1";
}
.social a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}
.social a[href*="tumblr.com"]:before {
	content: "\f173";
}
.social a[href*="twitter.com"]:before {
	content: "\f099";
}
.social a[href*="vimeo.com"]:before {
	content: "\f194";
}
.social a[href*="wordpress.com"]:before,
.social a[href*="wordpress.org"]:before {
	content: "\f19a";
}
.social a[href*="youtube.com"]:before {
	content: "\f16a";
}
.social a[href^="mailto:"]:before {
	content: "\f0e0 ";
}

/*--------------------------------------------------------------
13.0 Primary Menu
--------------------------------------------------------------*/
.primary-navigation {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.125rem;
	font-weight: 400;
	font-style: italic;
}
.navigation .col-md-12 {
	padding:0;
}
.primary-navigation.toggled-on ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	text-align:left;
}
.primary-navigation.toggled-on a {
	display: block;
	padding: 6px 0;
	border-bottom: 1px solid #262826;
	background-color: #080d07;
	text-decoration: none;
	color: #fff;
}
.primary-navigation.toggled-on a:hover { 
	color: #c69171; 	
}
.primary-navigation.toggled-on ul a { width: auto; }
.primary-navigation.toggled-on ul a { padding-left: 1.250rem; }
.primary-navigation.toggled-on ul ul a { padding-left: 2.50rem; }
.primary-navigation.toggled-on ul ul ul a { padding-left: 3.750rem; }
.primary-navigation.toggled-on ul ul ul ul a { padding-left: 5rem; }
.primary-navigation.toggled-on ul ul ul ul ul a { padding-left: 6.250rem; }

.primary-navigation .nav-menu {
	display: none;
}
.primary-navigation.toggled-on .nav-menu {
	display: block;
}
.toggle-container { 
	display: block; 
	text-align: center;
}
#masthead .col-md-8 {
	padding: 0;
}

/* Mobile menu button */
.menu-toggle {
	display: block;
	margin: auto;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	font-size: 1.25rem;
	text-align: center;
	width: 100%;
	height: auto;
	margin-top: 14px;
	padding: 2px 20px;
	background-color: #eaeaea;
	color: #74869e;
}
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	color: #fff;
	background-color: #769cd0;
	outline: 0 dotted;
}

/* Desktop main menu styling */
@media (min-width: 992px) {


	.primary-navigation .menu-toggle {
		display: none;
	}
	.primary-navigation ul {
		list-style: none;
		margin: 0;
		padding:0;
		float: none;
		text-align: right;		
	}	
	.primary-navigation ul.nav-menu {
		display: block;
	}	

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 3.5rem;
		line-height: 3.5rem;
		position: relative;
		text-align: left;
	}
	.primary-navigation li a {
		display: inline-block;
		padding: 0 0.5rem;
		white-space: nowrap;
		text-decoration: none;
		color: #222;
	}
		
	
	/* Submenus */
	.primary-navigation .sub-menu li:before {
		content: "";
	}
	.primary-navigation li li > a {		
		text-transform: initial;
		font-size: 0.938rem;
		color: #222;
	}
	.primary-navigation ul ul {
		background-color: #fff;
		border-bottom: 6px solid #769cd0;
		float: left;
		margin: 0;
		padding: 18px 0;
		position: absolute;
		top: 3.5rem;
		left: -999rem;
		z-index: 1000;
		display:none;
	}
	.primary-navigation ul ul ul {
		left: -999rem;
		top: -3px;
	}	
	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.1;
		text-align: left;
	}
	.primary-navigation ul ul a,
	.primary-navigation li li li a {
		padding: 0.625rem 1rem;
		white-space: normal;
		width: 220px;
	}	 	
	.primary-navigation li a:hover {}
	
	.primary-navigation li li:hover > a,
	.primary-navigation li li.focus > a,
	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {}
	
	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;	
		display:block;
		-webkit-animation: zoomIn .3s ease-in ;
		   -moz-animation: zoomIn .3s ease-in;    	
             	animation: zoomIn .3s ease-in;
	}
	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		/*left: 100%;  3 level submenu flyout to the right */
		 right:100%; /* 3 level submenu flyout to the left */
	}
	.primary-navigation a:hover,
	.primary-navigation .current-menu-item > a,	
	.primary-navigation .current-menu-item > a,
	.primary-navigation .current-menu-ancestor > a {
		color: #d28a5f;
	}
	.home.current-menu-item a {
		background: none;
	}
	.primary-navigation li li a {
		 -moz-transition: padding-right .3s ease-in-out;
     -o-transition: padding-right  .3s ease-in-out;
     -webkit-transition: padding-right  .3s ease-in-out;
     transition: padding-right  .3s ease-in-out;
	}
	.primary-navigation li li a:hover {
		padding-right: 20px;
	}
	.primary-navigation.header-centered ul {
  		text-align: center;
	}
}


/*--------------------------------------------------------------
14.0 Footer Menu
--------------------------------------------------------------*/
#footer-menu {
	list-style: none;
	margin: 5px 0 3px;
	padding:0;
}
#footer-menu li {
	display: inline;	
}
#footer-menu a {
	font-size: 0.813rem;
}
#footer-menu a:hover {
}
#footer-menu li:after {
	font-family: Arial, sans-serif;
	content: '| ';
	margin: 0 2px 0 5px;;
	font-size: 0.5rem;
	display: inline-block;
	vertical-align: middle;
	color: #ccc;
}
#footer-menu li:last-child:after {
 	display: none;
}

/*--------------------------------------------------------------
15.0 Media Queries
--------------------------------------------------------------*/
@media (min-width: 320px) {
	#site-branding {
		margin: 20px auto 30px;
		text-align: center;
	}
  	#topbar-social {
  		padding: 5px 30px 6px;
	}
	.social-menu {
		text-align: center;
	}
	#top-search form {
    	float: none;
	}
	#top-search .input-group {
		display: block;
		width: 40%;
		margin: auto;
		height: 34px;
    	padding: 5px 0 10px;
	}
	#banner-curve {
	  bottom: -5px;
	}
	.main-menu.col-md-12 {
	  padding: 0;
	}
	.widget {
		margin-bottom: 30px ;
	}
	#cta-sidebar {
		margin-bottom: 25px;
	}		
	#cta-sidebar h1 {
		font-size: 1.5rem;
	}
	#top-search.col-lg-2 {
	padding-right:25px ;
	}
	.header-image, 
	.logo-image {
		float: none;
		margin: 0 ;
	}
	#no-banner {
    	height: 20px;
	}
	#no-banner.no-curve {
		height: 20px;
	}		
}

@media (min-width: 768px) {
	#cta-sidebar h1 {
		font-size: 1.75rem;
	}	
	#no-banner {
    	height: 35px;
	}
	#no-banner.no-curve {
		height: 20px;
	}	
}
@media (min-width: 992px) {
	#site-branding {
		margin: 0;
	}
	#header-sidebar-group {
		text-align: center;
		margin: 18px 0 0;
		padding-right: 0;
	}
	.primary-navigation ul {
		text-align: center;
	}
	
	#cta-sidebar h1 {
		font-size: 2rem;
	}
	#cta-sidebar {
		margin-bottom: 40px;
	}	
	#no-banner {
    	height: 45px;
	}
	#no-banner.no-curve {
		height: 20px;
	}	
}
@media (min-width: 1200px) {
	.header-image, .logo-image {
    float: left;
    margin: 0 8px 0 0;
	}	
	#header-sidebar-group {
	text-align: right;
	margin: 0;
	padding-right: 0.5rem;
}
	.social-menu {
		text-align: right;
	}
	#site-branding {
		text-align: left;
	}
	#top-search form {
    	margin-top: 3px;
    	float: right;
	}
	#top-search .input-group {
    	display: table;
		width:100%;
		height: auto;
		padding:0;
	}
	#top-search.col-lg-2 {
		padding-right: 0;
	}
	.primary-navigation ul {
		text-align: right;
	}	
	.widget {
		margin-bottom: 40px ;
	}
	#cta-sidebar h1 {
		font-size: 2.5rem;
	}
	#no-banner {
    	height: 55px;
	}
	#no-banner.no-curve {
		height: 20px;
	}
}
@media (min-width: 1400px) {
	#no-banner {
    	height: 60px;
	}
	#no-banner.no-curve {
		height: 20px;
	}	
}
@media (min-width: 1600px) {
	#no-banner {
    	height: 70px;
	}
	#no-banner.no-curve {
		height: 20px;
	}	
}
@media (min-width: 1800px) {
	#no-banner {
    	height: 85px;
	}
	#no-banner.no-curve {
		height: 20px;
	}
}
@media (min-width: 2100px) {
	#no-banner {
    	height: 95px;
	}
	#no-banner.no-curve {
		height: 20px;
	}
}