/*
     Theme Name: Olive & Ivy Design custom theme
     Theme URI: http://www.oliveandivydesign.com/
     Description: A custom theme.
     Author: Olive & Ivy
     Author URI: http://www.oliveandivydesign.com/

     Version: 1.0

     Tags: two columns, mobile-responsive, custom
     Template: genesis
     Template Version: 1.0
*/ 

 
/* Table of Contents

     - 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
          - Genesis Grid Loop
          - Column Classes
     - Common Classes
          - WordPress
          - Genesis
          - Headings
     - Widgets
          - Featured Page and Featured Post
     - Site Header
          - Title Area
          - Widget Area
     - Site Navigation
          - Header Navigation
          - Primary Navigation
          - Secondary Navigation
     - Content Area
          - Entries
          - Pagination
          - Comments
     - Sidebars
     - Footer Widgets
     - Site Footer
     - Media Queries
          - max-width: 1139px
          - max-width: 1023px
          - max-width: 767px

*/


/*
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:none}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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-comments: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,
.wrap:before {
     content: " ";
     display: table;
}

.author-box:after,
.clearfix:after,
.entry-comments: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,
.wrap:after {
     clear: both;
     content: " ";
     display: table;
}


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

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

@font-face {
    font-family: 'Jennifer Lynne';
    src: url('fonts/JenniferLynne.eot'),
        url('fonts/JenniferLynne.eot#iefix') format('embedded-opentype'),
        url('fonts/JenniferLynne.woff') format('woff'),
        url('fonts/JenniferLynne.ttf') format('truetype'),
        url('fonts/JenniferLynne.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

body {
     color: #000;
     font-family: 'Lato', sans-serif;
     font-size: 13px;
     line-height: 1.625;
     letter-spacing: 1px;
     font-weight: 300;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
     -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: #222;
     color: #fff;
}

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

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

a:hover {
     color: #000;
}

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

strong {
     font-weight: 700;
}

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

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

blockquote {
     margin: 40px 40px 24px;
}

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

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

cite {
     font-style: normal;
}

#featured-post-3 .entry-title,
#featured-post-3 .entry-header p {
	text-align: center;
}

#featured-post-3 .entry-meta {
	clear: none;
}

#featured-post-3 .alignleft img {
	margin-bottom: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
     color: #333;
     font-family: 'Playfair Display', sans-serif;
     font-weight: 700;
     line-height: 1.2;
	 margin: 0 0 16px;
	 text-transform: uppercase;
	 	letter-spacing: 2px;
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

#text-25 h2 {
   position: absolute; 
   top: 42%; 
	width: 100%;
}
	
.homebutton { 
   position: relative; 
	display: inline-block;
}

#text-25 h2 span {
   color: #000; 
   font-family: 'Playfair Display', serif;
	font-weight: 700;
   letter-spacing: 2px;  
	font-size: 12px;
   background: rgb(255, 255, 255); /* fallback color */
   background: rgba(255, 255, 255, 0.7);
   padding: 10px 35px; 
}

h3 {
     font-size: 20px;
}

h4 {
     font-size: 18px;
}

h5 {
     font-size: 16px;
}

h6 {
     font-size: 14px;
}

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

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

img {
	height: auto;
}

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

input,
select,
textarea {
     background-color: #fff;
     border: 1px solid #000;
     color: #000;
     font-size: 11px;
     padding: 5px;
     width: 100%;
     text-align: center;
     text-transform: uppercase;
     letter-spacing: 2px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
     background-color: #fff;
     border: none;
     box-shadow: none;
     color: #000;
     font-weight: 300;
     letter-spacing: 1px;
     padding: 16px 24px;
     text-transform: uppercase;
     width: auto;
}

input[type="search"] {
     font-weight: 300;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
     background-color: #fff;
}

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

input:focus {
	outline: 0;
}

#subscribe-email input{
     width: 100% !important;
}

#subscribe-text,
#subscribe-submit {
     text-align: center;
}

#subscribe-submit input {
     font-size: 12px;
     padding: 0px;
     margin-top: -15px;
     color: #d0aad5;
}


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

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

th,
td {
     text-align: left;
}

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

td {
     padding: 6px 0;
}


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

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

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

.site-inner {
     clear: both;
     margin-top: -30px;
}

.oliveandivy-home .site-inner {
	overflow: visible;
}

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

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

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

/* Content */

.content {
     float: right;
     padding: 32px 40px 24px;
     width: 800px;
}

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

.content-sidebar .content {
     border-left: none;
     float: left;
     padding-left: 0;
}

.content-sidebar-sidebar .content {
     border-left: none;
     float: left;
     padding-left: 0;
}

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

.sidebar-content .content {
     border-right: none;
     padding-right: 0;
}

.sidebar-sidebar-content .content {
     border-right: none;
     padding-right: 0;
}

.full-width-content .content {
     border: none;
     padding: 40px 0 0;
     width: 100%;
}

/* Primary Sidebar */

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

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

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

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
     margin-bottom: 20px;
     width: 100%;
}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
     line-height: 1.2;
}


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

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

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

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

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

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

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

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

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

.widget_calendar table {
     width: 100%;
}

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

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

.breadcrumb {
     background-color: #fff;
     font-size: 13px;
     margin-bottom: 20px;
}

.archive-description,
.author-box {
     color: #000;
     margin-bottom: 40px;
     padding: 40px;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
     margin: 0 -40px 40px;
}

.archive-description h1,
.author-box h1 {
     color: #000;
     font-size: 14px;
     font-weight: 300;
     margin-bottom: 4px;
}

.archive-description p,
.author-box p {
     font-size: 12px;
     margin-bottom: 0;
}

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

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

.entry-title {
     font-size: 16px;
     line-height: 1;
     text-transform: uppercase;
     letter-spacing: 2px;
     color: #000;
}

.entry-title a,
.sidebar .widgettitle a {
     color: #000;
}

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

.widgettitle {
     font-size: 10px;
     letter-spacing: 2px;
	font-family: 'Lato', sans-serif;
     margin: 0px auto 10px;
     text-transform: uppercase;
     text-align: center;
     color: #000;
	font-weight: 300;
	background: #fef1ed;
	padding: 10px;
	width: 50%;
}

h4.widgettitle {
	margin-top: -33px;
}

.archive-title {
     font-size: 20px;
     margin-bottom: 24px;
}

/* ## Home Product View
--------------------------------------------- */

.home-products {
	clear: both;
	display: flex;
	display: inline-flex;	   /* fallback for Firefox */
}

.product-excerpt {
	align-self: flex-end;
}

.product-image {
	max-height: 200px;
}

.product-view {
	text-align: center;
	align-self: flex-end;
}

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

	.home-products {
		display: inline-block;
	}

}

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

.featuredpage .entry {
	background: transparent;
	margin: 0;
	padding: 0;
}

.featuredpage h4.widgettitle {
	margin: 0;
	background: #fff;
	font-size: 12px;
	opacity: 0.8;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

a.more-link {
	color: #decadc;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 10px;
	display: block;
}

a.more-link:hover {
	color: #000;
}


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

.site-header {
     min-height: 91px;
     width: 100%;
	margin: 80px auto 30px;
     z-index: 999;
     background: url('../../uploads/logo.png') center center no-repeat;
	background-size: 350px 91px;
}

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

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

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

.title-area {
     float: left;
     width: 320px;
}

.site-title {
     text-indent: -9999px;
}

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

.site-description {
     display: none;
}

.site-title a,
.site-title a:hover {
     color: #fff;
     text-decoration: none;
}


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

/* Logo, hide text */

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

.header-image .site-title a {
     float: left;
     min-height: 91px;
     width: 100%;
}


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

.site-header .widget-area {
     color: #fff;
     float: right;
     width: 800px;
}

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

.site-header .widget_text {
     margin-top: 12px;
}


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

.genesis-nav-menu {
     clear: both;
     color: #000;
     font-size: 12px;
     letter-spacing: 2px;
     line-height: 1.5;
     padding: 0;
     width: 100%;
     text-align: left;
}

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

.genesis-nav-menu a {
     border: none;
     color: #000;
     display: block;
	 padding: 7px 14px 9px;
     position: relative;
}

.sm-images a {
	display: inline;
	padding: 4px 6px;
}

#menu-item-7836,
#menu-item-7831,
#menu-item-7825,
#menu-item-11535,
#menu-item-9610 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

#menu-item-11535,
#menu-item-7838 {
	margin-top: 8px;
}

#menu-item-11534,
#menu-item-7830,
#menu-item-7845 {
	font-family: 'Jennifer Lynne', 'Lato', sans-serif;
	letter-spacing: 0px;
	font-size: 27px;
}

.simple-social-icons ul li a {
	padding: 4px !important;
	margin-top: 3px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
     color: #000;
     text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
     text-transform: none;
}

.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: 190px;
     z-index: 99;
}

.genesis-nav-menu .sub-menu a {
     background-color: #f0f1ff;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
     padding: 15px;
     position: relative;
     width: 160px;
     margin-left: 10px;
     letter-spacing: 2px;
	margin-bottom: 6px;
	font-weight: 300;
}

.genesis-nav-menu .sub-menu .sub-menu {
     margin: -54px 0 0 189px;
}

.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: 22px 18px;
     text-transform: uppercase;
}

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

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

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

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

.genesis-nav-menu .widget-area {
	float: right;
	padding-top: 16px;
}

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


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

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


.nav-primary .wrap {
     border: none;
}

.nav-primary {
	background: #f0f1ff;
	width: 100%;
	position: fixed;
	z-index: 99999;
}

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

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

/* Secondary Navigation
--------------------------------------------- */


.nav-secondary .wrap {
     border: none;
}

.nav-secondary {
	background: #f0f1ff;
}

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

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

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "MENU";
	display: inline-block;
	margin: 0 auto;
	padding: 10px;
	letter-spacing: 2px;
	font-size: 11px;
	font-family: 'Playfair Display', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}


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

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

.entry {
     margin-bottom: 40px;
	background: #fff4f1;
	padding: 25px;
}

.single .entry {
     margin-bottom: 16px;
}

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

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

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

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

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

.entry-meta {
     clear: both;
     color: #000;
     font-size: 10px;
}

.entry-time {
	text-transform: uppercase;
     color: #d0aad5;
}

.entry-header .entry-meta {
     margin-bottom: 10px;
     	margin-top: -10px;
     	margin-top: -1rem;
}

.blog .entry-header,
.category .entry-header {
	text-align: center;
}

.blog .entry-header p,
.category .entry-header p {
	text-align: left;
}

.blog .entry-title,
.category .entry-title {
	text-align: left;
	padding-top: 10px;
}

.entry-footer,
.entry-comments-link {
     text-transform: uppercase;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	letter-spacing: 2px;
}

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

.page .entry-title {
	padding-bottom: 30px;
}

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

.archive-pagination,
.entry-pagination {
     clear: both;
     font-size: 12px;
     margin: 40px 0;
     text-transform: uppercase;
}

.archive-pagination li {
     display: inline;
}

.archive-pagination a {
     background-color: #fff;
     color: #000;
     display: inline-block;
     padding: 8px 12px;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
     background-color: #fff;
     text-decoration: none;
}

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

.entry-comments,
.ping-list {
     margin-bottom: 40px;
}

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

.comment-list li,
.ping-list li {
     list-style-type: none;
     margin-top: 24px;
     padding: 32px;
}

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

.comment {
     background-color: #fcfef3;
     border: 2px solid #fff;
     border-right: none;
}

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

.form-allowed-tags {
     display: none;
}

#commentform input,
#commentform textarea {
     text-align: left;
     letter-spacing: 1px;
     padding: 0px;
     font-size: 13px;
     font-weight: 400;
     	text-transform: none;
}

#commentform input[type="submit"]:hover { 
	 color: #d0aad5;
}


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

.sidebar {
     display: inline;
     font-size: 13px;
     padding-top: 22px;
}

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

.sidebar li {
     list-style-type: none;
     margin-bottom: 8px;
     padding-bottom: 8px;
     word-wrap: break-word;
}

.widget ul > li:last-child {
     border-width: 0;
     margin-bottom: 0;
     padding-bottom: 0;
}

.sidebar .widget {
     margin-bottom: 40px;
	background: #fcfef3;
}

#text-24,
#text-23,
#text-22 {
	background: #fff;
}

#text-22 .widget-wrap {
	padding: 20px 0px 0px;
}

#text-24 {
	margin-bottom: 0px;
}

#featured-post-2 img {
	width: 100px;
	height: 100px;
}

#featured-post-2 .entry-title {
	font-family: 'Lato', sans-serif;	
	text-align: left;
	font-size: 11px;
	font-weight: 300;
	line-height: 1.4;
}

#featured-post-2 .entry {
	background: transparent;
	margin: 0;
	padding: 0;
}

.sidebar .widget-wrap {
	padding:20px 20px 10px;
}

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


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

.footer-widgets {
	background: #fff;
	color: #999;
	clear: both;
	font-size: 14px;
}

.footer-widgets .widget-container {
	margin: 0px auto !important;
}

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

.footer-widgets .widget {
	margin-bottom: 32px;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px solid #333;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	word-wrap: break-word;
}

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

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}



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

.site-footer {
     font-size: 11px;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
     padding: 24px 0;
     padding: 2.4rem 0;
     text-align: center;
     	text-transform: uppercase;
     	letter-spacing: 2px;
	background: #fcfef3;
}

.site-footer {
     color: #000;
}

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

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

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

.flex-control-nav li a {
	background: url(../../uploads/flexnav.png) no-repeat !important;
}


.flex-control-nav li a.active {
    background-position: 0 -26px !important;
}

.after-header li {
	margin: 0;
	padding: 0;
}

.after-header #genesis-responsive-slider {
	border: 0;
	margin: 0 auto;
	position: relative;
	padding: 0 60px;
}

.after-header .flexslider {
	background: transparent;
    max-height: auto;
    max-width: 100%;
}

.after-header .slide-excerpt {
	background: #fcfef3;
	margin: 0 20px 0 0;
	padding: 20px;
	opacity: 1;
}

.after-header .slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.after-header .slide-excerpt-border h2 {
	margin: 0;
	text-align: left;
	width: 100%;
	padding-bottom: 10px;
}

.after-header #genesis-responsive-slider h2 a {
	font-size: 14px;
	margin: 0;
	overflow: visible;
	text-align: center;
	width: 100%;
}


/* CTA Enews
--------------------------------------------- */

#enews-ext-2 {
	background: #f0f1ff;
	margin: 25px auto 30px;
	padding: 30px 20px 70px;
}

#enews-ext-2 {
	text-align: center;
}

#enews-ext-2 a {
	color: #fff;
	text-decoration: underline;
}

#enews-ext-2 p {
	color: #333;
	float: left;
	width: 40%;
	margin-top: 8px;
	margin-bottom: 0;
	text-align: center;
}

#enews-ext-2 #subscribe {
	float: right;
	width: 60%;
}

#enews-ext-2 input {
	border: none;
	float: left;
	width: 17%;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 13px;
}

#enews-ext-2 input[type="submit"] {
	background: #fcfef3;
	width: auto;
}

#enews-ext-3 #subbox1 {
margin-bottom: 10px;
}

#enews-ext-3 p {
	margin-bottom: 5px;
}

#enews-ext-3 #subbutton {
width: 100%;
	background: transparent;
}


/* Desktop and phones
--------------------------------------------- */

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

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

     .sidebar-primary,
     .title-area {
          width: 300px;
     }

	.site-header {
		margin-top: 130px;
	}

	.after-header .slide-excerpt {
		margin: 0;
	}
}


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

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

	.genesis-nav-menu .widget-area {
		float: none;
	}

     .wrap {
          max-width: 768px;
     }


	.site-header {
		margin-top: 190px;
	}

     .content,
     .content-sidebar-sidebar .content,
     .content-sidebar-sidebar .content-sidebar-wrap,
     .footer-widgets-1,
     .sidebar-content-sidebar .content,
     .sidebar-content-sidebar .content-sidebar-wrap,
     .sidebar-primary,
     .sidebar-sidebar-content .content,
     .sidebar-sidebar-content .content-sidebar-wrap,
     .site-header .widget-area,
     .title-area {
          width: 100%;
     }

     .site-header {
          position: relative;
     }

     .site-inner {
          margin-top: 10px;
          padding-left: 5%;
          padding-right: 5%;
     }

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

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

     .genesis-nav-menu,
     .site-header .title-area,
     .site-header .search-form,
     .site-header .widget-area,
     .site-title {
          text-align: center;
     }

     .site-header .search-form {
          margin: 16px auto ;
     }

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

     .content {
          border: none;
          padding-left: 0;
          padding-right: 0;
     }

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

     .author-box {
          padding: 20px;
     }

     .sidebar-content-sidebar .author-box {
          margin-left: 0;
          margin-right: 0;
     }

     .footer-widgets {
          padding: 40px 5% 16px;
     }

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

}


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

	#featured-post-3 .entry-meta,
	#featured-post-3 .entry-title {
	clear: both;
}
	
	#menu-item-11535,
#menu-item-7838 {
	margin-top: 0px;
}
	
	#featured-post-3 .alignleft img,
	#featured-post-3 .alignleft {
		float: none;
		text-align: center;
		max-width: 100%;
		margin: 0 auto 24px;
		display: block;
	}
	
     .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%;
     }

	#enews-ext-2 p {
		float: none;
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}

	#enews-ext-2 input {
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}

	#enews-ext-2 {
		padding: 10px 20px 20px;
	}

	#enews-ext-2 input[type="submit"] {
		width: 100%;
		float: none;
	}

	.after-header .slide-excerpt {
		display: none;
	}

	.site-header {
		margin-top: 60px;
	}

	.after-header #genesis-responsive-slider {
		padding: 0;
	}

     .genesis-grid-even,
     .genesis-grid-odd {
          width: 100%;
     }

	.genesis-nav-menu a {
	padding: 9px 5px 9px;
   	  position: relative;
	}

	.site-header,
	.header-image .site-title a {
	min-height: 106px;
	background-size: contain;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

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

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}

	#menu-item-7828,
	#menu-item-7827,
	#menu-item-7829 {
		margin-left: 16px;
		margin-bottom: 4px;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sm-images a {
	display: inline;
	padding: 4px 6px;
}


}

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

	.site-header,
	.header-image .site-title a {
  	   min-height: 71px;
	}

}

.metaslider .caption-wrap {
	display: none !important;
}

#text-15 {
	padding: 0 15px;
}

#mc_embed_signup input[type="submit"] {
	background: transparent;
}

.single .nav-secondary,
.single #metaslider_widget-2,
.single #metaslider_widget-3,
.single #text-25,
.category .nav-secondary,
.category #metaslider_widget-2,
.category #metaslider_widget-3,
.category #text-25,
.archive .nav-secondary,
.archive #metaslider_widget-2,
.archive #metaslider_widget-3,
.archive #text-25 {
	display: none;
}

.page .after-header {
	display: none;
}

.home .after-header { 
	display: block !important;
}

.buttontitle a {
	padding: 12px;
	background: rgba(255,255,255, 0.9);
	text-align: center;
	font-weight: 700;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	z-index: 9999;
}

.addtoany_share_save_container {
	clear: none !important;
	margin: 0 !important;
}

.addtoany_list a img {
	height: 42px !important;
}