/*
	Theme Name: Green Tara Flower Essences Theme
	Theme URI: http://www.jstuartj.com/
	Description: A custom theme built for Green Tara Flower Essences, based on the Genesis Framework.
	Author: James Stuart Johnson
	Author URI: http://www.jstuartj.com/

	Version: 3.0.0

	Tags: one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/* Colors

    #619ddc -   Sky Blue
    #E7F9FE -   Lt. Blue
    #11447b -   Dark Blue
    #c2d7ce -   Seafoam Green
    #94298e -   Plum
    #641B60 -   Plum Dark
    #235136 -   Grass Green
    #FB8C04 -   Orange
    #e28b21 -   Orange Dark


*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

/* Disable media queries.
	@import url('media-queries.css');
*/

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	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-style: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: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;
}

.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
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #11447b;
	font-family: 'Yanone Kaffeesatz', Corbel, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
    background: #619ddc url(images/grad.png) top left repeat-x;

}

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: #94298e;
	font-weight: 400;
	text-decoration: none;
}

p a {
    border-bottom: 1px dotted #94298e;
}

p a:hover {
	color: #641B60;
	border-bottom: 1px dotted  #641B60;
}

a.more-link {
    font-size: .8em;
    border-bottom: none;
}

a.more-link:hover {}

p {
	margin: 0 0 14px;
	margin: 0 0 1.4rem;
	padding: 0;
}

strong {
	font-weight: 600;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #fff;
	text-shadow: 1px 1px 3px #11447b;
}

blockquote {
    font-size: 1.2em;
	margin: 20px 40px;
	margin: 2.0rem 4.0rem;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

hr {
	margin: 20px 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #11447b;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 8px;
	margin: 0 0 .8rem;
}

h1 {
	font-size: 30px;
	font-size: 3rem;

}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

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;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.image-frame,
.post img {
    border: 4px solid #FFFFFF;
    border-radius: 4px
}

.image-feature {
  width: 250px;
  height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size:  1.6rem;
	font-weight: 300;
	padding: 4px;
	padding: .4rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-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 {
	color: #fff;
	cursor: pointer;
    border-radius: 3px;
    font-family: 'Yanone Kaffeesatz', Corbel, Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", sans-serif;
	font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 4px 10px;
	padding: .4rem 1.0rem;
	width: auto;
    -moz-box-shadow:inset 0px 1px 0px 0px #cc7ac8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cc7ac8;
	box-shadow:inset 0px 1px 0px 0px #cc7ac8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #94298f), color-stop(1, #641b60) );
	background:-moz-linear-gradient( center top, #94298f 5%, #641b60 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#94298f', endColorstr='#641b60');
    background-color:#94298f;
    text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #471244;
    border:1px solid #641b60;


}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #641b60), color-stop(1, #94298f) );
	background:-moz-linear-gradient( center top, #641b60 5%, #94298f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#641b60', endColorstr='#94298f');
	background-color:#641b60;
    color: #E6A3E2 !important;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
    border: none !important;
}

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 {
    min-width: 1080px;
}

.wrap {
    width: 1024px;
	margin: 0 auto;
    padding: 0 20px;
}

body.home .site-subhead .wrap {
    width: 1024px;
}

.site-subhead .wrap {
    width: auto;
}

.site-inner {
	background: #fff url(images/paper-80.png);
	clear: both;
	padding-top: 20px;
	padding-top: 2.0rem;
}

.gtfe-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

.home-featured {
	margin-bottom: 10px;
	margin-bottom: 6rem;
	padding: 10px 0;
	padding: 1rem 0;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
	padding: 0 20px;
	padding: 0 2rem;
}

.home-featured p:last-child {
	padding: 0 0 2.4rem;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
	float: left;
	text-align: center;
	width: 25%;
}

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
	padding: 4rem !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
	margin: 0 0 3rem !important;
}

.site-subhead {
    background: url(images/mask-left-65.png) top left repeat-x;
    padding-top: 75px;
	min-height: 150px;
}

.site-subhead-bkdg {
    position: relative;
}

.head-img-home,
.head-img-site {
    position: absolute;
    top: -98px;
    left: 0;
    width: 100%;
    height: 640px;
    z-index: -10;
}

.head-img-site {
    background: url(images/grape_hyacinth_tile.jpg) center -16px repeat-x;
}

.site-subhead p {
	margin: 0;
}

.site-subhead-left,
.site-subhead-right {
    box-sizing: border-box;
    min-height: 100px;
}

.site-subhead-left {
	float: left;
    width: 25.84745%;
    margin-top: -30px;
}

.site-subhead-right {
    width: 74.15254%;
    float: right;
}

.site-subhead-right {
    text-align: center;
}

.gtfe .site-subhead {
	margin-top: 600px;
	margin-top: 60rem;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

/* Column Widths and Positions
--------------------------------------------- */

.content {
	float: right;
	width: 63.55932%;
}

.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: 63.55932%;
}

.full-width-content .content {
	width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.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 {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	margin: 0 auto 1.0rem;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 8px 0;
	margin: 0 2.0rem 0.8rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 8px 20px;
	margin: 0 0 0.8rem 2.0rem;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	text-align: left;
}

.widget ol > li {
	list-style-position: outsidee;
	list-style-type: decimal;
	padding-left: 5px;
	padding-left: .5rem;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	margin: 0 0 0 3rem;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px 40px 16px 20px;
	padding: 4rem 4rem 2.0rem;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	color: #333;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Featured Post Grid
------------------------------------------------------------ */
.genesis-feature {
    border-bottom: 1px dotted white;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
	width: 47%;
    min-height: 100px;
    margin-bottom: 500px;
    padding-bottom: -500px;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Titles
--------------------------------------------- */

.entry-title,
.page-title {
    font-family: VinerHandITCStd, 'Arial Bold', Gadget, sans-serif;
    color: #94298e;
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.2;
    padding: 0 0 .2em 0;
}

body.home .entry-title {
	font-size: 3.2px;
	font-size: 3.2rem;
}


body.home .genesis-grid  .entry-title {
    font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 4px;
	margin: 0 0 .4rem;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a.post-edit-link {
    font-family: Corbel, Arial, Helvetica;
    font-size: 12px;
    font-size: 1.2rem;
    color: #FB8C04;
    margin-left: 6px;
    border-bottom: 1px dotted #FB8C04;
    color: #FB8C04;
}

.entry-title a.post-edit-link a.post-edit-link:hover {
    color: #FB8C04;
}

.genesis-grid .grid-feature{
    width: 250px;
    height: auto;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
	color: #94298e;
}

.entry-title a:hover {
	color: #641B60;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

#home-featured .widget-title {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #0ebfe9;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
	padding: 3rem;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

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;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.pre-header{
	position: absolute;
	top: 10px;
	right: -20px;
	z-index: 110;
}

.pre-header .widget-title {
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-bottom: 1.0rem;
}

.pre-header .widget-wrap {
	float: right;
}


.site-header {
    background: #c2d7ce url(images/paper-80.png);
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
    width: 100%;
}

.site-header .wrap {
    position: relative;
}

.gtfe-logo {
    position: absolute;
    display: block;
    top: 0px;
    right: 40px;
    z-index: 100;
}

.gtfe-logo, .gtfe-logo:hover{
    border: none;
    margin: none;
    padding: 0;
}

/* Title Area
--------------------------------------------- */



.title-area {
	position: relative;
	/* float: left; */
	padding: 20px 0 5px 0;
	padding: 2.0rem 0 .5rem rem 0;
	Width: 100%;
	/* width: 81.355593%; */
	/* 768 / (1024 - (40 + 40)) */
}


.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: VinerHandITCStd, 'Arial Bold', Gadget, sans-serif;
	font-size: 59px;
	font-size: 5.9rem;
    font-weight: 500;
	line-height: 1.2;
	margin: 0;
    text-shadow: -1px -1px 1px #641B60, 0 0 #dff6ec;
}


.site-title a,
.site-title a:hover {
	border: none;
	color: #94298e; ;
}

.site-description {
	font-size: 18px;
	font-size: 1.8rem;
    padding: 0px 240px 0 40px;
	line-height: 1.2;
	margin: -5px 0 0 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Custom header */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	height: 60px;
	display: block;
	text-indent: -9999px;
	max-width: 320px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.2;
	width: 100%;
    padding-bottom: 5px;
    list-style-type: none;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	padding: 18;
	padding: 1.8rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #EFC3EC;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: normal;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	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: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 160px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary  {
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

.home .nav-primary {
    text-align: left;
    margin-top: -20px; /* Match to site-subhead-left */
}

.menu-primary {
    width: 1024px;
    padding: 0 0 0 200px;
    margin: 0 auto;
}

body.home .menu-primary {
    float: left;
    width: auto;
    margin-left: 230px;
    padding: 10px 0px;
}


.nav-primary .first a,
.nav-primary .menu-primary li:nth-child(2) a{
	font-size: 38px;
	font-size: 3.8rem;
}

.nav-primary .newline a,
.nav-primary .menu-primary li:nth-child(7) a{
    margin-left: 20px;
}

.nav-primary .spacer {
    display: block;
    float: right;
    width: 180px;
    height: 1.5em;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
    text-shadow: 0px 0px 4px rgba(100, 27, 96, .95),
    0px 0px 10px rgba(0,0, 0, .95);
    padding: 1px 12x;
    padding: .1rem 1rem;

}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 0;
}

.site-footer .nav-secondary a:hover {
	color: #999;
}

.site-footer .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
	padding: 16px;
	padding: 1.6rem;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* lily Edges & Grass Edges
--------------------------------------------- */

.lily-edge-down {
    background: url(images/mask-left-65.png) bottom left repeat-x;
    height: 98px;
}


.lily-edge-up {
    background: url(images/mask-right-65.png) 0 -28px repeat-x;
    height: 70px;
}

body.home .lily-edge-up {
    margin-top: -30px;
}

.grass-edge-top {
    background: url(images/grass_tile.png) top left repeat-x;
    height: 20px;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

img.frame {
    border: 4px solid #FFFFFF;
    border-radius: 4px
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
	padding-left: 3rem;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
	padding-right: 3rem;
}

.single-portfolio .entry {
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 1.4px;
	margin-bottom: 1.4rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 20px;
	margin-left: 2rem;
}

.entry-content ol > li {
	list-style-type: decimal;

}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}



div.lily-text ol ul {
    margin: 0;
    padding: 0;
}

div.lily-text ol ul li {
    list-style-type: none;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	margin-bottom: 6rem;
	padding: 40px;
	padding: 4rem;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.after-entry .featured-content .entry:last-child,
.after-entry .widget:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.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-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar,
.sidebar-content .sidebar {
    width: 33.8983%;
}

.sidebar {
	float: right;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {}

.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	margin: 0 0.5rem 0.5rem 0;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

/*
After Content
---------------------------------------------------------------------------------------------------- */
.after-content {
    height: 10em;
    color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background: #235136;
	color: #E3EDE9;
	clear: both;
}

.footer-widgets blockquote {
	color: #E3EDE9;
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1 {
	width: 600px;
    float: left;
}

.footer-widgets-2 {
	width: 340px;
    float: right;
}

.footer-widgets a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.footer-widgets a:hover {
	color: #999;
}

.footer-widgets .widget {
	margin-bottom:10px;
	margin-bottom: 1rem;
}

.footer-widgets .widget-title {
	color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #235136;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 10px 0;
	padding: 1rem 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #c2d7ce;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

/*
Meteor Slide
---------------------------------------------------------------------------------------------------- */
.site-subhead-right .widget_meteor-slides-widget {
    background: url(images/lily-left.png) top left no-repeat;
    display: inline-block;
    margin-right: -40px;
}

.site-subhead-right .widget_meteor-slides-widget .lily-wrap {
    background: url(images/lily-right.png) bottom right no-repeat;
    padding: 20px 20px 29px 51px;
    margin: 0 auto;
}

.site-subhead-right .widget_meteor-slides-widget .widget-wrap{
    width: 400px;
    border: 6px solid #FFFFFF;
    margin: auto;
    border-radius: 10px;
    box-shadow: #808080;
    background: #fff;

}

.attachment-featured-slide.wp-post-image {
    border-radius: 10px;
}

/*
Quote Collection
---------------------------------------------------------------------------------------------------- */

/* Remove large single quote from blockquote. */

.footer-widgets .quotescollection-quote {
    margin: 0;
}

.after-content .quotescollection-quote {
    display: block !important;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: 1px;
    color: #F0FBFE;
    text-shadow: 0px 1px 3px #11447b;

}

.after-content .quotescollection-quote p {
    margin: 0 0 0 8px;
    margin: 0 0 0 .8rem;
}

.after-content .quotescollection-quote .attribute{
    color: #fff;
    text-align: right;
}

.quotescollection-quote cite.source {
    display: block;
}



/*
Mail Chimp
---------------------------------------------------------------------------------------------------- */

div.footer-widgets-2 #mc_signup {
    position: relative;
}

div.footer-widgets-2 .widget_mailchimpsf_widget .widget-title {
    margin-bottom: 0;
}

div.footer-widgets-2 #mc_signup br {
    display: none;
}

div.footer-widgets-2 #mc_subheader {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
}

div.footer-widgets-2 .mc_var_label {
    margin-bottom: 0;
}

div.footer-widgets-2 .mc_merge_var {
    margin-bottom: .2em;
}

div.footer-widgets-2  #mc-indicates-required {
    display: none;
}

div.footer-widgets-2  #mc_signup_submit,
div.footer-widgets-2 #mc_unsub_link,
div.footer-widgets-2 .footer-mc_display_rewards {
    margin-top: 4px;
}

div.footer-widgets-2 #mc_signup_submit{
    width: 60%;
    float: left;
}

div.footer-widgets-2 #mc_unsub_link {
    position: absolute;
    right: 0;
    top: -32px;
    z-index: 100;
}

div.footer-widgets-2 #mc_unsub_link a{
    color: #FB8C04;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px dotted #FB8C04;
}

div.footer-widgets-2 #mc_unsub_link a:hover {
    color: #e28b21;
    border-bottom: 1px dotted #e28b21;
}

div.footer-widgets-2 #mc_display_rewards {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
}


div.footer-widgets-2  .mc_success_msg,
div.footer-widgets-2  .mc_error_msg {
    padding: 2px 4px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 3px;
}

/* Event Styles
--------------------------------------------- */
.event-country {
    border-bottom: 2px double #E3EDE9;
}

.keywords {
	font-size: .9em;
	color: #94298e;
}

/* Editor Styles
--------------------------------------------- */
.viner-hand {
    font-family: VinerHandITCStd, 'Arial Bold', Gadget, sans-serif;
}

.viner-hand-plum {
    font-family: VinerHandITCStd, 'Arial Bold', Gadget, sans-serif;
    color: #94298e;
}

/* Formatable forms styles
--------------------------------------------- */

table#recaptcha_table {
width: auto;
}

#recaptcha_area table.recaptchatable {
	border: none !important;
}


#recaptcha_area .recaptcha_input_area {
	margin-top: 10px;
}


input#recaptcha_response_field {
	border: 1px solid #11447b !important;
}


