@import  "fontello.css";

/*
	Theme Name: Natalie Perry
	Theme URI: http://www.eclairdesigns.com/live/natalieperry/
	Description: A modern and stylish Wordpress theme created for the Genesis Framework.
	Author: Eclair Designs
	Author URI: http://www.eclairdesigns.com/
 
	Version: 1.0

	Template: genesis
	Template Version: 1.9

*/
/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/*Imports
---------------------------------------------------------------------------------------------------- */
/*HTML5 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: #333;
}

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,
.site-inner: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,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*Defaults
---------------------------------------------------------------------------------------------------- */
/*Typographical Elements
--------------------------------------------- */
body {
	background-color: #fff;
	color: #636363;
	font-family: 'Lora', serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: 1px;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

::-moz-selection {
	background-color: #e3e3e3;
	color: #fff;
}

::selection {
	background-color: #212121;
	color: #fff;
}

a {
	color: #a6a6a6;
	text-decoration: none;
}

a:hover {
	color: #d7b66f;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.content a.more-link {
	background-color: #e3e3e3;
	clear: both;
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	width: 40%;
	float: left;
	letter-spacing: 2px;
}

.content a.more-link:hover {
	background-color: #d7b66f;
	color: #fff;
	float: left;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lora', serif;
	font-weight: 400;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content h5, .entry-content h6, .entry-content h4, .entry-content h3, .entry-content h2, .entry-content h1 {
	margin: 20px 0 10px;
}

/*Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/*Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/*Forms
--------------------------------------------- */
input,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	letter-spacing: 1px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 16px;
	width: 100%;
	text-align: center;
}

input#subbox {
	color: #e3e3e3;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #e3e3e3;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #d8d8d8;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-family: 'Montserrat', sans-serif;
	background-color: #0c0c0c;
	letter-spacing: 2px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px;
	width: 100%;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e3e3e3;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.widget.widget_categories li {
	padding: 0;
	text-align: center;
}

.widget.widget_categories li a {
	border: 1px solid #212121;
	color: #212121;
	padding: 2px 0;
	width: 100%;
	display: block;
}

.widget.widget_categories li a:hover {
	color: #fff;
	background-color: #e3e3e3;
	padding: 2px 0;
	width: 100%;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.entry-content .button:hover {
	color: #fff;
}

.entry-content {
	margin-top: 15px;
}

.button {
	display: inline-block;
}

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

.screen-reader-text {
	display: none;
}

.sidebar .widget.widget_recent_entries {
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
}

.sidebar .widget.widget_recent_entries a {
	text-transform: lowercase;
}

/*Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/*Structure and Layout
---------------------------------------------------------------------------------------------------- */
/*Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.site-inner {
	clear: both;
}

/*Column Widths and Positions
--------------------------------------------- */
/*Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 870px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/*Content*/
.content {
	float: right;
	width: 750px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 560px;
}

.full-width-content .content {
	width: 100%;
}

/*Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/*Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 160px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/*Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.5641025641026%;
}

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

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

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

.one-fourth {
	width: 23.076923076923%;
}

.three-fourths {
	width: 74.358974358974%;
}

.one-sixth {
	width: 14.529914529915%;
}

.five-sixths {
	width: 82.905982905983%;
}

.first {
	clear: both;
	margin-left: 0;
}

/*Common Classes
---------------------------------------------------------------------------------------------------- */
/*Avatar
--------------------------------------------- */
.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/*Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/*Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*Titles
--------------------------------------------- */
.sidebar .widget-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #0c0c0c;
	letter-spacing: 2px;
}

.widget .widget-title a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #0c0c0c;
}

.entry-title {
	border-top: 3px solid #212121;
	padding-top: 10px;
}

.widget.entry-title a {
	border: none;
	padding-top: -15px;
}

.entry-title a {
	color: #0c0c0c;
}

.entry-title a:hover {
	color: #aaaaaa;
}

.entry-title,
.welcome-message .widget-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: -1px;
}

.after-entry .widget-title {
	font-size: 24px;
}

.footer-widgets .widget-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 3px;
	color: #323232;
	text-align: center;
}

.footer-widgets .enews .widget-title.widgettitle {
	color: #000;
}

/*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;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

.widget ol &gt; li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*Featured Content
--------------------------------------------- */
.featured-content .entry {
	border: none;
	margin-bottom: -10px;
	padding: 0 0 24px;
}

.featured-content .entry-image:hover {
	opacity: .4;
	filter: alpha(opacity=40);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.featured-content .entry-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 3px;
	color: #636363;
	text-align: center;
	margin-top: -18px;
	border: none;
}

/*Plugins
---------------------------------------------------------------------------------------------------- */
/*Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
	font-size: 14px;
	text-align: center;
	margin: 15px;
}

.sidebar .widget.enews-widget {
	background-color: #212121;
}

.enews-widget input {
	margin-bottom: 10px;
}

.enews form + p {
	margin-top: 10px;
}

.enews .widget-title.widgettitle {
	color: #fff;
}

.enews #subbutton {
	background-color: #d7b66f;
}

.enews #subbutton:hover {
	background-color: #e3e3e3;
}

/*Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/*Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	margin-top: 60px;
	background-color: #fff;
}

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

/*Title Area
--------------------------------------------- */
.title-area {
	padding: 0;
	width: 100%;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.title-area .site-title a {
	background-position: center !important;
	height: 300px;
	margin: 0;
}

.header-image .site-title &gt; a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/*Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

/*Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	line-height: 1.2;
	margin-top: -5px;
	background: #000;
	width: 100%;
	margin: 0;
	top: 0;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 20px 24px;
	margin-top: 5px;
}

.genesis-nav-menu a:hover {
	color: #9f9f9f;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -68px 0 0 180px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover &gt; .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu &gt; .first &gt; a {
	padding-left: 0;
}

.genesis-nav-menu &gt; .last &gt; a {
	padding-right: 0;
}

.genesis-nav-menu &gt; .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu &gt; .right &gt; a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu &gt; .rss &gt; a {
	margin-left: 48px;
}

.genesis-nav-menu &gt; .search {
	padding: 10px 0 0;
}

.genesis-nav-menu .sub-menu {
	margin-top: -5px;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a {
	background-color: #e3e3e3;
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
	padding: 20px;
	position: relative;
	width: 180px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #2f2f2f;
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
	padding: 20px;
	position: relative;
	width: 180px;
}

/*Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu .sub-menu {
	margin-top: -59px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/*Primary Navigation
--------------------------------------------- */
.nav-primary {
	position: fixed;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 0;
	letter-spacing: 2px;
	top: 0;
	width: 100%;
	z-index: 9999;
	margin: 0;
	width: 100%;
}

.nav-primary .wrap {
	margin: 0;
	max-width: none;
}

.sub-menu {
	margin-top: -2px;
}

.sub-menu a {
	text-align: center;
	margin-bottom: -5px;
}

.menu-item {
	text-align: center;
	letter-spacing: 3px;
}

/*Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 1.3em;
	margin-bottom: 0;
	letter-spacing: 2px;
	top: 0;
	width: 100%;
}

/*Content Area
---------------------------------------------------------------------------------------------------- */
/*Entries
--------------------------------------------- */
.entry {
	padding-top: 10px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol &gt; li {
	list-style-type: decimal;
}

.entry-content ul &gt; li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/*Slider Meta
--------------------------------------------- */
.metaslider {
	padding: 10px;
}

/*Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 14px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	font-family: 'Lora', serif;
	font-size: 12px;
	color: #d7b66f;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.entry-footer .entry-meta {
	font-family: 'Montserrat', sans-serif;
	font-size: 400px;
	text-transform: uppercase;
	font-size: 11px;
	color: #0c0c0c;
	padding: 5px 0 20px;
	letter-spacing: 2px;
}

.entry-categories,
.entry-tags {
	display: inline-block;
}

.cat-item {
	font-size: 13px;
	letter-spacing: 1px;
}

/*Pagination
--------------------------------------------- */
.pagination {
	clear: both;
}

.archive-pagination {
	text-align: left;
	margin-top: 31px;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #e3e3e3;
}

.archive-pagination .active a {
	color: #fff;
	background-color: #212121;
}

.archive-pagination li a:hover {
	color: #212121;
}

.sidebar .widget.widget_archive li {
	font-size: 12px;
	text-align: center;
}

/*Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
}

.comment-respond {
	margin-top: 20px;
}

.entry-pings {
	padding: 40px 40px 16px;
}

h3#reply-title, .entry-comments h3 {
	font-size: 22px;
	text-transform: uppercase;
}

.entry-comments-link a,
.entry-categories a {
	color: #d7b66f;
}

.entry-comments-link a {
	float: right;
}

.entry-comments-link a:hover,
.entry-categories a:hover {
	color: #adadad;
}

.children {
	margin-top: 24px;
}

ol.comment-list, .children li {
	border: 1px solid #e3e3e3;
}

.comment-header {
	text-transform: uppercase;
}

li.comment {
	background-color: #fff;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/*Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 5px;
}

.sidebar p:last-child,
.sidebar ul &gt; li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 40px;
}

/*Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	clear: both;
	margin-top: 69px;
}

.footer-widgets .wrap {
	max-width: initial;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-area {
	border-top: 1px solid #e3e3e3;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-2 {
	background-color: #000;
	margin-top: -10px;
}

.footer-widgets-3,
.footer-widgets-2,
.footer-widgets-1 {
	width: 100%;
}

/*Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	font-family: 'Montserrat', sans-serif;
	background-color: #000;
	font-size: 12px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #323232;
}

/*Share
--------------------------*/
.natalieshare {
	float: right;
	margin: -65px 0 0;
}

.natalieshare a {
	color: #d7b66f;
	font-family: fontello;
	font-size: 12px;
	font-weight: normal;
}

.natalieshare a:hover {
	color: #adadad;
}

/*fontello
--------------------------*/
.socials i {
	color: #fff;
	border-radius: 100%;
	padding: 5px;
	display: inline-block;
	text-rendering: auto;
	font-family: 'instagram';
}

.socials i:hover {
	color: #6b6b6b;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.socials {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 15px;
	margin-top: 14px;
	font-size: 16px;
}

.socials2 {
	padding: 20px;
}

.socials2 a {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 20px;
}

.admin-bar .socials {
	margin-top: 36px;
}

@media only screen and (max-width: 767px) {
	.admin-bar .socials {
		margin-top: 59px;
	}
}

@media only screen and (max-width: 600px) {
	.admin-bar .socials {
		margin-top: 10px;
	}
}

/*profile 
---------------------------------*/
.profile {
	font-family: 'Lora', serif;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 1px;
}

.about img {
	width: 240px;
	height: auto;
	border-radius: 100%;
	border: 0;
	overflow: hidden;
}

.about img:hover {
	opacity: .4;
	filter: alpha(opacity=40);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.required {
	font-size: 12px;
}

/*color
---------------------------------------------------------------------------------------------------- */
/*---pink

purple = D663BD
flower tip green 64C9B5
bunny blue 253878  ---*/
.theme-pink .genesis-nav-menu {
	background: #64c9b5;
}

.theme-pink .entry-title a {
	color: #000;
}

.theme-pink .entry-title a:hover {
	color: #64C9B5;
}

.theme-pink .entry-comments-link a {
	color: #D663BD;
}

.theme-pink .entry-comments-link a:hover {
	color: #000;
}

.theme-pink .entry-categories a {
	color: #D663BD;
}

.theme-pink .entry-categories a:hover {
	color: #000;
}

.theme-pink .genesis-nav-menu a {
	color: #fff;
}

/*Not working */
.theme-pink .genesis-nav-menu a:hover {
	color: #fff;
}

.theme-pink .archive-pagination li a:hover {
	color: #000;
	background-color: #64C9B5;
}

/*add background to change from grey*/
.theme-pink .genesis-nav-menu .sub-menu a {
	color: #000;
}

.theme-pink .genesis-nav-menu .sub-menu a:hover {
	background-color: #64C9B5;
	color: #fff;
}

/*repeat - doesnt work*/
.theme-pink .genesis-nav-menu a:hover {
	color: #000;
}

.theme-pink .entry-header .entry-meta {
	color: #000;
}

.theme-pink a:hover {
	color: #D663BD;
}

.theme-pink .archive-pagination li a {
	color: #fff;
	background-color: #64C9B5;
}

.theme-pink  .archive-pagination .active a {
	color: #fff;
	background-color: #000;
}

.theme-pink input[type="submit"] {
	background-color: #64C9B5;
	color: #fff;
}

.theme-pink input[type="submit"]:hover {
	background-color: #64C9B5;
	color: #000;
}

.theme-pink .content a.more-link {
	background-color: #64C9B5;
	color: #fff;
}

.theme-pink .content a.more-link:hover {
	background-color: #64C9B5;
	color: #000;
}

.theme-pink .widget.widget_categories li a {
	color: #D663BD;
	border: 1px solid #D663BD;
}

.theme-pink .widget.widget_categories li a:hover {
	color: #000;
	background-color: #e3e3e3;
}

.theme-pink .socials2 i {
	color: #fff;
}

.theme-pink .socials2 i:hover {
	color: #000;
}

.theme-pink .socials i {
	color: #fff;
}

.theme-pink .socials i:hover {
	color: #000;
}

.theme-pink ::selection {
	background-color: #64C9B5;
	color: #fff;
}

.theme-pink button.menutoggle,
	.theme-pink button .menutoggle {
	color: #fff;
	background: #64C9B5;
}

.theme-pink .natalieshare a {
	color: #D663BD;
}

.theme-pink .natalieshare a:hover {
	color: #000;
}

.theme-pink .enews #subbutton {
	background-color: #64C9B5;
}

.theme-pink .enews #subbutton:hover {
	background-color: #e3e3e3;
}

/*---grey---*/
.theme-grey .natalieshare a {
	color: #a5a5a5;
}

.theme-grey .natalieshare a:hover {
	color: #212121;
}

.theme-grey .genesis-nav-menu {
	background: #000;
}

.theme-grey .entry-title a {
	color: #212121;
}

.theme-grey .entry-title a:hover {
	color: #a5a5a5;
}

.theme-grey .entry-comments-link a {
	color: #a5a5a5;
}

.theme-grey .entry-comments-link a:hover {
	color: #e3e3e3;
}

.theme-grey .entry-categories a {
	color: #a5a5a5;
}

.theme-grey .entry-categories a:hover {
	color: #e3e3e3;
}

.theme-grey .genesis-nav-menu a {
	color: #fff;
}

.theme-grey .genesis-nav-menu a:hover {
	color: #e3e3e3;
}

.theme-grey .archive-pagination li a:hover {
	color: #fff;
	background-color: #a5a5a5;
}

.theme-grey .genesis-nav-menu .sub-menu a {
	color: #929292;
}

.theme-grey .genesis-nav-menu .sub-menu a:hover {
	background-color: #a5a5a5;
	color: #fff;
}

.theme-grey .genesis-nav-menu a:hover {
	color: #a5a5a5;
}

.theme-grey .entry-header .entry-meta {
	color: #a5a5a5;
}

.theme-grey a:hover,
.theme-grey .archive-pagination li a {
	color: #929292;
}

.theme-grey  .archive-pagination .active a {
	color: #a5a5a5;
}

.theme-grey input[type="submit"] {
	background-color: #a5a5a5;
	color: #fff;
}

.theme-grey input[type="submit"]:hover {
	background-color: #dadada;
	color: #fff;
}

.theme-grey .content a.more-link {
	color: #fff;
	background-color: #e3e3e3;
}

.theme-grey .content a.more-link:hover {
	color: #fff;
	background-color: #a5a5a5;
}

.theme-grey .widget.widget_categories li a {
	color: #a5a5a5;
	border: 1px solid #a5a5a5;
}

.theme-grey .widget.widget_categories li a:hover {
	color: white;
	background-color: #e3e3e3;
}

.theme-grey .socials i {
	color: #fff;
}

.theme-grey .socials i:hover {
	color: #a5a5a5;
}

.theme-grey ::selection {
	background-color: #a5a5a5;
	color: #fff;
}

.theme-grey button.menutoggle,
	.theme-pink button .menutoggle {
	color: #fff;
	background: #000;
}

.theme-grey .enews #subbutton {
	background-color: #a5a5a5;
}

.theme-grey .enews #subbutton:hover {
	background-color: #e3e3e3;
}

/*---navy---*/
.theme-navy .genesis-nav-menu {
	background: #000;
}

.theme-navy .entry-title a {
	color: #212121;
}

.theme-navy .entry-title a:hover {
	color: #153f66;
}

.theme-navy .entry-comments-link a {
	color: #153f66;
}

.theme-navy .entry-comments-link a:hover {
	color: #e3e3e3;
}

.theme-navy .entry-categories a {
	color: #153f66;
}

.theme-navy .entry-categories a:hover {
	color: #e3e3e3;
}

.theme-navy .genesis-nav-menu a {
	color: #fff;
}

.theme-navy .genesis-nav-menu a:hover {
	color: #153f66;
}

.theme-navy .archive-pagination li a:hover {
	color: #fff;
	background-color: #153f66;
}

.theme-navy .genesis-nav-menu .sub-menu a {
	color: #929292;
}

.theme-navy .genesis-nav-menu .sub-menu a:hover {
	background-color: #153f66;
	color: #fff;
}

.theme-navy .genesis-nav-menu a:hover {
	color: #153f66;
}

.theme-navy .entry-header .entry-meta {
	color: #153f66;
}

.theme-navy a:hover,
.theme-navy .archive-pagination li a {
	color: #929292;
}

.theme-navy .archive-pagination .active a {
	color: #fff;
}

.theme-navy input[type="submit"] {
	background-color: #153f66;
	color: #fff;
}

.theme-navy input[type="submit"]:hover {
	background-color: #dadada;
	color: #fff;
}

.theme-navy .content a.more-link {
	color: #fff;
	background-color: #e3e3e3;
}

.theme-navy .content a.more-link:hover {
	color: #fff;
	background-color: #153f66;
}

.theme-navy .widget.widget_categories li a {
	color: #153f66;
	border: 1px solid #153f66;
}

.theme-navy .widget.widget_categories li a:hover {
	color: white;
	background-color: #e3e3e3;
}

.theme-navy .socials i {
	color: #fff;
}

.theme-navy .socials i:hover {
	color: #153f66;
}

.theme-navy ::selection {
	background-color: #153f66;
	color: #fff;
}

.theme-navy button.menutoggle,
	.theme-pink button .menutoggle {
	color: #153f66;
	background: #000;
}

.theme-navy .enews #subbutton {
	background-color: #153f66;
}

.theme-navy .enews #subbutton:hover {
	background-color: #e3e3e3;
}

/*---sand---*/
.theme-sand .genesis-nav-menu {
	background: #000;
}

.theme-sand .entry-title a {
	color: #212121;
}

.theme-sand .entry-title a:hover {
	color: #c5b194;
}

.theme-sand .entry-comments-link a {
	color: #c5b194;
}

.theme-sand .entry-comments-link a:hover {
	color: #e3e3e3;
}

.theme-sand .entry-categories a {
	color: #c5b194;
}

.theme-sand .entry-categories a:hover {
	color: #e3e3e3;
}

.theme-sand .genesis-nav-menu a {
	color: #c5b194;
}

.theme-sand .genesis-nav-menu a:hover {
	color: #c5b194;
}

.theme-sand .archive-pagination li a:hover {
	color: #fff;
	background-color: #c5b194;
}

.theme-sand .genesis-nav-menu .sub-menu a {
	color: #929292;
}

.theme-sand .genesis-nav-menu .sub-menu a:hover {
	background-color: #c5b194;
	color: #fff;
}

.theme-sand .genesis-nav-menu a:hover {
	color: #fff;
}

.theme-sand .entry-header .entry-meta {
	color: #c5b194;
}

.theme-sand a:hover,
.theme-sand .archive-pagination li a {
	color: #929292;
}

.theme-sand .archive-pagination .active a {
	color: #c5b194;
}

.theme-sand input[type="submit"] {
	background-color: #c5b194;
	color: #fff;
}

.theme-sand input[type="submit"]:hover {
	background-color: #dadada;
	color: #fff;
}

.theme-sand .content a.more-link {
	color: #fff;
	background-color: #e3e3e3;
}

.theme-sand .content a.more-link:hover {
	color: #fff;
	background-color: #c5b194;
}

.theme-sand .widget.widget_categories li a {
	color: #c5b194;
	border: 1px solid #c5b194;
}

.theme-sand .widget.widget_categories li a:hover {
	color: white;
	background-color: #e3e3e3;
}

.theme-sand .socials i {
	color: #c5b194;
}

.theme-sand .socials i:hover {
	color: #fff;
}

.theme-sand ::selection {
	background-color: #c5b194;
	color: #fff;
}

.theme-sand button.menutoggle,
	.theme-pink button .menutoggle {
	color: #c5b194;
	background: #000;
}

.theme-sand .enews #subbutton {
	background-color: #c5b194;
}

.theme-sand .enews #subbutton:hover {
	background-color: #e3e3e3;
}

/*Media Queries
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 886px) {
	.socials2 a {
		padding: 5px 10px;
		font-size: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.site-inner,
				.wrap {
		max-width: 960px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
				.sidebar-content-sidebar .content-sidebar-wrap,
				.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	
	.content,
				.site-header .widget-area {
		width: 620px;
	}
	
	.sidebar-content-sidebar .content,
				.sidebar-sidebar-content .content,
				.content-sidebar-sidebar .content {
		width: 400px;
	}
}

@media only screen and (max-width: 960px) {
	.site-inner,
				.wrap {
		max-width: 800px;
	}
	
	.content,
				.content-sidebar-sidebar .content,
				.content-sidebar-sidebar .content-sidebar-wrap,
				.footer-widgets-1,
				.footer-widgets-2,
				.footer-widgets-3,
				.sidebar-content-sidebar .content,
				.sidebar-content-sidebar .content-sidebar-wrap,
				.sidebar-primary,
				.sidebar-secondary,
				.sidebar-sidebar-content .content,
				.sidebar-sidebar-content .content-sidebar-wrap,
				.site-header .widget-area,
				.title-area {
		width: 100%;
	}
	
	.site-header .wrap {
		padding: 0 5%;
	}
	
	.header-image .title-area {
		background-position: center top;
	}
	
	.genesis-nav-menu li,
				.site-header ul.genesis-nav-menu,
				.site-header .search-form {
		float: none;
	}
	
	.genesis-nav-menu,
				.site-description,
				.site-header .title-area,
				.site-header .search-form,
				.site-title {
		text-align: left;
	}
	
	.genesis-nav-menu a,
				.genesis-nav-menu &gt; .first &gt; a,
				.genesis-nav-menu &gt; .last &gt; a {
		padding: 20px 16px;
	}
	
	.site-header .search-form {
		margin: 16px auto;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.footer-widgets-1 {
		margin-right: 0;
	}
}

@media only screen and (max-width: 800px) {
	body {
		background-color: #fff;
		font-size: 16px;
	}
	
	.title-area .site-title a {
		background-size: 100% !important;
	}
	
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.archive-description,
				.author-box,
				.comment-respond,
				.entry,
				.entry-comments,
				.entry-pings,
				.sidebar .widget,
				.site-header {
		padding: 10px;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		margin: 0;
		width: 100%;
	}
}

/*-- mobile navigation --*/
nav {
	clear: both;
}

/*-- mobile toggles -- */
.submenutoggle,
.menutoggle {
	display: none;
	visibility: hidden;
}

/*-- admin bar --*/
.admin-bar .nav-primary, .admin-bar .widget.widget_search {
	margin-top: 22px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .nav-primary, .admin-bar .widget.widget_search, .admin-bar button.menutoggle {
		margin-top: 46px;
	}
}

@media only screen and (min-width: 768px) {
	nav {
		display: block !important;
	}
}

@media only screen and (max-width: 767px) {
	header.site-header {
		background-size: 100% !important;
		margin-top: -30px;
		margin-bottom: -20px;
	}
	
	.natalieshare {
		float: left;
	}
	
	.socials {
		position: absolute;
	}
	
	.menutoggle,
				.submenutoggle {
		display: block;
		font-size: 2em;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		z-index: 9999;
	}
	
	.submenutoggle {
		padding: 18px;
		padding: 1.8rem;
		font-size: 1.5em;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9999;
		text-align: right;
	}
	
	.menutoggle:before {
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		content: "\2261";
		vertical-align: super;
	}
	
	.menutoggle.activated:before {
		content: "\2261";
	}
	
	.submenutoggle:before {
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		color: #fff;
		content: "+";
	}
	
	.submenutoggle.activated:before {
		content: "+";
	}
	
	button.menutoggle {
		border-bottom: 0 solid #0c0c0c;
	}
	
	button.menutoggle.activated {
		border-bottom: none;
	}
	
	button.menutoggle,
				button .menutoggle {
		color: #fff;
		background: #0c0c0c;
		padding: 0 30px;
		outline: none;
		position: fixed;
		height: 61px;
		width: 100%;
		text-align: left;
		border-radius: 0;
	}
	
	button .submenutoggle,
				button.submenutoggle {
		padding: 0 !important;
		margin-top: 15px !important;
		color: #000;
		background: transparent;
		outline: none;
	}
	
	.admin-bar .nav-primary {
		margin-top: 0;
	}
	
	button.menutoggle, button .menutoggle, .nav-primary {
		position: static;
	}
	
	nav {
		display: none;
		position: relative;
	}
	
	.nav-secondary a,
				.genesis-nav-menu a {
		padding: 0;
		font-size: 13px;
	}
	
	.nav-secondary ul.sub-menu {
		padding: 20px;
	}
	
	.nav-primary a:hover,
				.nav-primary .current-menu-item &gt; a {
		color: #333;
	}
	
	.genesis-nav-menu .menu-item,
				#menu-secondary-nav .menu-item,
				.nav-secondary .menu-item {
		margin: 0 30px;
		display: block;
		position: relative;
		color: #000;
		text-align: left;
		line-height: 10px;
		padding: 10px 0;
	}
	
	ul#menu-secondary-nav {
		line-height: 0;
	}
	
	#menu-secondary-nav .menu-item {
		padding: 0;
		line-height: 10px;
	}
	
	.genesis-nav-menu .menu-item:hover,
				#menu-secondary-nav .menu-item:hover,
				.nav-secondary .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu,
				#menu-secondary-nav .sub-menu,
				.nav-secondary .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu,
				#menu-secondary-nav .sub-menu .sub-menu,
				.nav-secondary .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
		width: 100%;
	}
	
	.genesis-nav-menu &gt; li:hover .sub-menu a, .genesis-nav-menu .sub-menu a,
				#menu-secondary-nav .sub-menu a,
				.nav-secondary .sub-menu a {
		width: 100%;
		padding: 10px;
	}
	
	.genesis-nav-menu {
		margin-top: 0;
	}
	
	.genesis-nav-menu .sub-menu .current-menu-item &gt; a {
		width: 100%;
		padding: 10px;
	}
}

header.site-header {
	background-position: center !important;
}

ul#menu-main-menu {
	top: 0;
}

/*-- admin bar --*/
@media only screen and (max-width: 600px) {
	.admin-bar #socialicon, .admin-bar .widget.widget_search, .admin-bar button.menutoggle {
		margin-top: 0;
	}
	
	.admin-bar .nav-primary {
		margin-top: 50px;
	}
	
	#wpadminbar {
		opacity: .8;
	}
}

@media only screen and (max-width: 480px) {
	.site-header {
		width: 100%;
		height: auto;
		padding: 0;
	}
	
	#socialicon {
		top: 15px;
	}
	
	.widget.widget_search {
		top: 12px;
		right: 230px;
		left: 15px;
	}
}

@media only screen and (max-width: 320px) {
	.site-header {
		width: 100%;
		height: auto;
		padding: 0;
	}
}

@media only screen and (max-width: 240px) {
	.site-header {
		width: 100%;
		height: auto;
		padding: 0;
	}
}

/*-- menu line --*/
div#menu-line {
	text-align: center;
	overflow: hidden;
	margin-bottom: -21px;
	background: transparent;
	position: relative;
}

div#left-side, div#right-side {
	display: inline-block;
	overflow: visible;
	width: 0;
}

hr#left-line, hr#right-line {
	border-width: 1px;
	border-style: none;
	height: 1px;
	background: gray;
}

hr#left-line {
	width: 9999px;
	right: 0;
	float: right;
	position: relative;
}

div#mid-space {
	display: inline-block;
	width: 150px;
/* space between */
}

div#right-side, div#left-side {
	position: relative;
}

hr#right-line {
	width: 9999px;
	left: 0;
	position: relative;
}

.footer-widgets-2 {
	background-color: #64C9B5;
}

.footer-widgets-3 {
	background-color: #64C9B5;
}

.site-footer {
	background-color: #64C9B5;
}