/*
	Theme Name: Lovely Theme
	Theme URI: http://www.restored316designs.com/themes
	Description: Lovely is a mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Restored 316
	Author URI: http://www.restored316designs.com/
	
	Version: 1.0.3
 
	Tags: black, blue, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, photography
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
		- Enews Above Header
	- Plugins
		- Genesis Responsive Slider
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary & Secondary Navigation
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- lovely Blue
		- lovely Green
		- lovely Pink
		- lovely Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-lovely:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

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

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #eee url(images/bg.png);;
	color: #222;
	font-family: 'Gilda Display', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

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

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

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

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

a:hover {
	color: #000;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

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

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

cite {
	font-lovely: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

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

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

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

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

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

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
}

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

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

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #9AD5CA;
	border: none;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #DFDDDB;
	color: #333;
}

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

.button {
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

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

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

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


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #fff;
	box-shadow: 0 0 2px #eee;
	margin: 32px auto;
	margin: 3.2rem auto;
	max-width: 1140px;
	overflow: hidden;
	padding: 5px;
	padding: .5rem;
}

.site-inner {
	clear: both;
}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.wrap1 {
    border: 2px solid #DFDDDB;
    padding: 3px;
}

.wrap2 {
    border: 1px dashed #DFDDDB;
    padding: 35px;
	padding: 3.5rem;
}

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

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

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

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

.lovely-landing .site-container {
	max-width: 772px;
}

.lovely-landing .site-inner,
.lovely-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 225px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.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.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px dashed #DFDDDB !important;
	border-radius: 80px;
	float: left;
	padding: 3px;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
	padding: 1.6rem 1.6rem 1.6rem 4.4rem;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
}

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

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box,
.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	overflow: hidden;
	padding: 32px;
	padding: 3.2rem;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.author-box h1 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

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

.content .home-top .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3,
.widget-title,
.widgettitle {
	border-bottom: double #DFDDDB;
	font-family: 'Playfair Display', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding-bottom: 16px;
	padding-bottom: 1.6rem;
	text-align: center;
	text-transform: lowercase;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
	margin-right: 1rem;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
	margin-left: 1rem;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.featured-content .entry p {
	margin-bottom: 0;
}

.featured-content .entry-title {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

/* Enews Above Header
--------------------------------------------- */

.enews-above-header {
	background: #9ad5ca;
	color: #fff;
	font-family: 'Playfair Display';
}

.enews-above-header .wrap {
	padding: 10px 30px;
	padding: 1rem 3rem;
}

.enews-above-header p {
	color: #fff;
	font-family: 'Playfair Display';
}

.enews-above-header .widget {
	float: left;
	margin-bottom: 0 !important;
	width: 50%;
}

.enews-above-header .enews-widget input {
    border: 0 none;
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0.6rem 0;
    width: 24%;
}

.enews-above-header .enews-widget #subbutton {
	background: #F5F5F5 !important;
	color: #999999 !important;
}

.enews-above-header .enews-widget #subbutton:hover {
	background: #333 !important;
	color: #FFF;
}

.enews-above-header .widget-title {
	color: #fff;
	padding: 0;
	text-transform: none;
}

.enews-above-header .textwidget p {
	padding-top: 15px;
	padding-top: 1.5rem;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis Responsive Slider
--------------------------------------------- */

#genesis-responsive-slider {
	border: none !important;
	padding: 0px !important;
}

#genesis-responsive-slider h2 a {
	text-decoration: none;
}

.slide-excerpt {
	background: #FFF !important;
	margin: 0 !important;
	opacity: .6 !important;
	padding: 0 !important;
	width: 100% !important;
}

html > body .slide-excerpt-border {
	border: 0 !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

html > body .slide-excerpt-border h2 {
	font-size: 22px !important;
	font-size: 2.2rem !important;
	margin: 30px !important;
	text-align: center !important;
}

html > body .slide-excerpt-border h2 a {
	color: #555 !important;
}

html > body .slide-excerpt-border h2 a:hover {
	color: #000 !important;
}

html > body .slide-excerpt-border p {
	display: none !important;
}

.flex-control-nav {
	    margin: 16px 0 18px !important;
}

.flex-direction-nav li a {
	background: url(images/arrows.png) no-repeat scroll 0 0 transparent !important;
	height: 40px !important;
	width: 20px !important;
	margin-left: 50px;
}

.flex-direction-nav li .prev {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
	left: 0 !important;
}

.flex-direction-nav li .prev:hover {
	background: url(images/arrows.png) no-repeat scroll 0 -40px transparent !important;
}

.flex-direction-nav li .next {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	background: url(images/arrows.png) no-repeat scroll -20px 0 transparent !important;
	transition: none !important;
	right: 0 !important;
}

.flex-direction-nav li .next:hover {
	background: url(images/arrows.png) no-repeat scroll -20px -40px transparent !important;
}

.flex-control-nav li a {
	-moz-transition: none !important;
	-o-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	border: double #DFDDDB;
	padding: 28px 32px 32px;
	padding: 2.8rem 3.2rem 3.2rem;
}

.sidebar .enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #9AD5CA;
	color: #fff;
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #DFDDDB;
	color: #333;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.after-entry .enews-widget input {
	margin: 10px 0px;
	margin: 1rem 0;
	width: 90%;
}

.after-entry .enews-widget input[type="submit"] {
	background-color: #9AD5CA;
}

.after-entry .enews-widget input:hover[type="submit"] {
	background-color: #DFDDDB;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

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

.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

.site-inner div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

.site-inner div.gform_wrapper input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

.content .sd-content ul {
	text-align: center;
}

.content .share-count {
	background: #555;
	padding: 3px 5px;
}

.content .sd-social-icon .sd-content ul li a.sd-button,
.content .sd-social-text .sd-content ul li a.sd-button,
.content .sd-content ul li a.sd-button,
.content .sd-content ul li .option a.share-ustom,
.content .sd-content ul li.preview-item div.option.option-smart-off a,
.content .sd-content ul li.advanced a.share-more,
.content .sd-social-icon-text .sd-content ul li a.sd-button,
.content .sd-social-official .sd-content > ul > li > a.sd-button,
.content #sharing_email .sharing_send,
.sd-social-official .sd-content > ul > li .digg_button > a {
	background: #EEE !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 5px 10px !important;
}

.content div.sharedaddy h3.sd-title {
	float: left;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	width: 20%;
}


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

.site-header {
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: none;
	padding: 0;
	width: 360px;
}

.site-title {
	font-family: 'Playfair Display', sans-serif;
	font-size: 60px;
	font-size: 6rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-transform: lowercase;
}

.site-title a,
.site-title a:hover {
	color: #000;
	display: inline-block;
	text-decoration: none;
	width: 25%;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

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

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	background-color: none;
	clear: both;
	width: 305px !important;
	min-height: 135px;
	padding: 0;
	margin: 0 auto;
}

.header-image .nav-primary,
.header-image .nav-secondary
 {
	margin-top: -130px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 664px;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	margin-top: 1.6rem;
	width: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 16px 11px 14px;
	padding: 1.6rem 1.1rem 1.4rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #9AD5CA;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 175px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #9AD5CA;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
	position: relative;
	width: 175px;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #000;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 174px;
}

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-lovely-type: none;
	padding: 16px 20px 14px;
	padding: 1.6rem 2rem 1.4rem;
	text-transform: uppercase;
	display: none;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #333;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 14px 14px 44px;
	padding: 1.4rem 1.4rem 1.4rem 4.4rem;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header ul.genesis-nav-menu {
	background-color: #333;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-top: double #333;
	border-bottom: double #333;
	clear: none;
	width: 35%;
}

.nav-primary {
	float: left;
}

.nav-secondary {
	float: right;
}

.nav-primary a,
.nav-secondary a {
	text-transform: lowercase;
}

.nav-primary .sub-menu a {
	padding: 16px 15px;
	padding: 1.6rem 1.5rem;
}

.nav-primary .sub-menu a:hover,
.nav-secondary .sub-menu a:hover {
	background-color: #333;
	color: #fff;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 174px;
}

.nav-primary,
.nav-secondary {
	margin: -75px 0 60px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-bottom {
	overflow: hidden;
}

.home-bottom h4 {
	background: #DFDDDB;
	border: none;
	
	margin: 0 auto;
	opacity: .9;
	padding: 10px;
	position: relative;
	text-align: center;
	text-shadow: 2px 1px 0px rgba(255, 255, 255, 1);
	top: 20px;
	width: 80%;
	}

.home-bottom-left,
.home-bottom-middle,
.home-bottom-right {
	width: 332px;
}

.home-bottom-middle {
	margin: 0px 26px;
	margin: 0rem 2.6rem;
}

.home-bottom-left,
.home-bottom-middle {
	float: left;
}

.home-bottom-right {
	float: right;
}

.home-top .widget,
.home-bottom .widget {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.home-bottom .featured-content .entry {
	border: none;
}

/* Portfolio
--------------------------------------------- */

.lovely-portfolio .portfolio {
	float: left;
	padding: 0 30px 0px;
	padding: 0 3rem 0rem;
	width: 33.33333333%;
}

.lovely-portfolio .portfolio img {
	opacity: 1;
}

.lovely-portfolio .portfolio img:hover {
	opacity: .8;
}

.lovely-portfolio .entry {
	border: none;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.lovely-portfolio .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.lovely-portfolio .entry-meta,
.single-portfolio .entry-meta {
	display: none;
}

.lovely-portfolio .portfolio:nth-of-type(3n+1) {
	clear: left;
}

.single-portfolio .content {
	text-align: center;
}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	border-bottom: double #DFDDDB;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
}

.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 0;
}

.entry-content a {
	color: #333;
}

.entry-content a:hover {
	color: #333;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-lovely-type: decimal;
}

.entry-content ul li {
	list-lovely-type: disc;
}

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

.entry-header .entry-meta {
	text-align: center;
}

.entry-footer .entry-meta {
	text-align: right;
	padding-left: 20px;
}


.entry-meta {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.entry-meta a {
	color: #999;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #222;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

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

.content .entry-meta .entry-comments-link {
	float: left;
}

.content .entry-meta .entry-comments-link a {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background-color: #9AD5CA;
	border-radius: 100px;
	color: #fff;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

.content .entry-meta .entry-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	background: #F7F7F7;
	margin-top: 32px;
	margin-top: 3.2rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding: 14px;
	padding: 1.4rem;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
	padding: 3.2rem;
}

.after-entry p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

p.form-submit,
.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-lovely-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

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

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 2.4rem 0 1.6rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.widget li {
	list-lovely-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	font-size: 1rem;
	overflow: hidden;
	padding: 8px 0;
	padding: 0.8rem 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #333;
}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 32px auto;
	margin: 3.2rem auto;
	max-width: 1140px;
	padding: 36px 36px 0;
	padding: 3.6rem 3.6rem 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 300px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 36px;
	margin-bottom: 3.6rem;
}

.footer-widgets .search-form {
	width: 100%;
}


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

.site-footer {
	background-color: #9AD5CA;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
}

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

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

.site-footer p {
	margin: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Lovely Pink
--------------------------------------------- */

.lovely-pink .enews-above-header,
.lovely-pink .site-footer,
.lovely-pink .genesis-nav-menu .sub-menu a,
.lovely-pink .sidebar .enews-widget input[type="submit"],
.lovely-pink .after-entry .enews-widget input[type="submit"],
.lovely-pink .content .entry-meta .entry-comments-link a,
.lovely-pink button,
.lovely-pink input[type="button"],
.lovely-pink input[type="reset"],
.lovely-pink input[type="submit"],
.lovely-pink .button,
.lovely-pink .entry-content .button {
	background-color: #ffd5d5 !important;
}

.lovely-pink .genesis-nav-menu a:hover,
.lovely-pink .genesis-nav-menu .current-menu-item > a {
	color: #ffd5d5;
}

.lovely-pink .genesis-nav-menu .sub-menu a:hover,
.lovely-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.lovely-pink .content .entry-meta .entry-comments-link a:hover {
	background: #333 !important;
	background-color: #333 !important;
	color: #fff;
}

.lovely-pink .genesis-nav-menu .sub-menu .current-menu-item > a,
.lovely-pink .site-footer,
.lovely-pink .site-footer a {
	color: #333;
}

/* Lovely Peach
--------------------------------------------- */

.lovely-peach .enews-above-header,
.lovely-peach .site-footer,
.lovely-peach .genesis-nav-menu .sub-menu a,
.lovely-peach .sidebar .enews-widget input[type="submit"],
.lovely-peach .after-entry .enews-widget input[type="submit"],
.lovely-peach .content .entry-meta .entry-comments-link a,
.lovely-peach button,
.lovely-peach input[type="button"],
.lovely-peach input[type="reset"],
.lovely-peach input[type="submit"],
.lovely-peach .button,
.lovely-peach .entry-content .button {
	background-color: #fcd6c3 !important;
}

.lovely-peach .genesis-nav-menu a:hover,
.lovely-peach .genesis-nav-menu .current-menu-item > a {
	color: #fcd6c3;
}

.lovely-peach .genesis-nav-menu .sub-menu a:hover,
.lovely-peach .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.lovely-peach .content .entry-meta .entry-comments-link a:hover {
	background: #333 !important;
	background-color: #333 !important;
	color: #fff;
}

.lovely-peach .genesis-nav-menu .sub-menu .current-menu-item > a,
.lovely-peach .site-footer,
.lovely-peach .site-footer a {
	color: #333;
}

/* Lovely Green
--------------------------------------------- */

.lovely-green .enews-above-header,
.lovely-green .site-footer,
.lovely-green .genesis-nav-menu .sub-menu a,
.lovely-green .sidebar .enews-widget input[type="submit"],
.lovely-green .after-entry .enews-widget input[type="submit"],
.lovely-green .content .entry-meta .entry-comments-link a,
.lovely-green button,
.lovely-green input[type="button"],
.lovely-green input[type="reset"],
.lovely-green input[type="submit"],
.lovely-green .button,
.lovely-green .entry-content .button {
	background-color: #acd1b2 !important;
}

.lovely-green .genesis-nav-menu a:hover,
.lovely-green .genesis-nav-menu .current-menu-item > a {
	color: #acd1b2;
}

.lovely-green .genesis-nav-menu .sub-menu a:hover,
.lovely-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.lovely-green .content .entry-meta .entry-comments-link a:hover {
	background: #333 !important;
	background-color: #333 !important;
	color: #fff;
}

.lovely-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.lovely-green .site-footer,
.lovely-green .site-footer a {
	color: #333;
}

/* Lovely Brown
--------------------------------------------- */

.lovely-brown .enews-above-header,
.lovely-brown .site-footer,
.lovely-brown .genesis-nav-menu .sub-menu a,
.lovely-brown .sidebar .enews-widget input[type="submit"],
.lovely-brown .after-entry .enews-widget input[type="submit"],
.lovely-brown .content .entry-meta .entry-comments-link a,
.lovely-brown button,
.lovely-brown input[type="button"],
.lovely-brown input[type="reset"],
.lovely-brown input[type="submit"],
.lovely-brown .button,
.lovely-brown .entry-content .button {
	background-color: #bab2a6 !important;
}

.lovely-brown .genesis-nav-menu a:hover,
.lovely-brown .genesis-nav-menu .current-menu-item > a {
	color: #bab2a6;
}

.lovely-brown .genesis-nav-menu .sub-menu a:hover,
.lovely-brown .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.lovely-brown .content .entry-meta .entry-comments-link a:hover {
	background: #333 !important;
	color: #fff;
}

.lovely-brown .genesis-nav-menu .sub-menu .current-menu-item > a,
.lovely-brown .site-footer,
.lovely-brown .site-footer a {
	color: #333;
}

/* Lovely Black
--------------------------------------------- */

.lovely-black .enews-above-header,
.lovely-black .site-footer,
.lovely-black .genesis-nav-menu .sub-menu a,
.lovely-black .sidebar .enews-widget input[type="submit"],
.lovely-black .after-entry .enews-widget input[type="submit"],
.lovely-black .content .entry-meta .entry-comments-link a,
.lovely-black button,
.lovely-black input[type="button"],
.lovely-black input[type="reset"],
.lovely-black input[type="submit"],
.lovely-black .button,
.lovely-black .entry-content .button {
	background-color: #000 !important;
}

.lovely-black .genesis-nav-menu a:hover,
.lovely-black .genesis-nav-menu .current-menu-item > a {
	color: #999;
}

.lovely-black .genesis-nav-menu .sub-menu a:hover,
.lovely-black .content .entry-meta .entry-comments-link a:hover {
	background: #999 !important;
	color: #fff;
}

.lovely-black .genesis-nav-menu .sub-menu a {
	color: #fff;
}



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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1155px) {

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 550px;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-bottom-left,
	.home-bottom-middle,
	.home-bottom-right,
	.sidebar-primary,
	.title-area {
		width: 272px;
	}
	
	.footer-widgets {
		padding: 0;
	}

}

@media only screen and (max-width: 1023px) {

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area,
	.nav-primary,
	.nav-secondary,
	.enews-above-header .widget,
	.enews-above-header .enews-widget input,
	.site-title a, .site-title a:hover,
	.lovely-portfolio .portfolio {
		width: 100%;
	}

	.header-image .site-title a {
		float: none;
		margin: 0 auto 0;
		width: 100% !important;
	}
	
	.site-header {
		width: 100%;
	}
	
	.nav-primary, .nav-secondary {
		float: none;
		margin: 0px 0 5px;
	}
	
	.nav-primary {
		border-top: double #000;
		border-bottom: none;
	}
	
	.nav-secondary {
		border-top: none;
		border-bottom: double #000;
		margin-bottom: 10px !important;
		margin-bottom: 1rem !important;
	}
	
	.header-image .nav-primary, .header-image .nav-secondary {
		margin: 0;
	}

	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}
	
	.home-bottom-left,
	.home-bottom-middle,
	.home-bottom-right {
		float: left;
		width: 30%;
	}

	.content div.sharedaddy .sd-content ul {
		float: none;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}

}

@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.footer-widgets,
	.site-container {
		width: 94%;
	}

	.site-container {
		padding: 20px 5%;
		padding: 2rem 5%;
	}

	.five-sixths,
	.four-sixths,
	.home-bottom-left,
	.home-bottom-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}

	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 174px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 174px;
	}
	
	.home-bottom-left,
	.home-bottom-middle,
	.home-bottom-right {
		float: none;
		margin: 0;
		width: 100%;
	}

	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.footer-widgets {
		padding: 20px 5% 0;
		padding: 2rem 5% 0;
	}

}

@media only screen and (max-width: 320px) {

	.header-image .site-title a {
		background-size: 180px !important;
		margin: 0;
		padding: 0;
	}

	.header-image .title-area {
		height: 80px;
	}

	.site-title {
		font-size: 36px;
		font-size: 3.6rem;
	}
	

}
