/*
	Theme Name: Anna Griffin
	Description: A mobile responsive and HTML5 theme built for Anna Griffin, based on Minimum Pro from StudioPress.
	Author: GreenMellen Media
	Author URI: http://www.greenmellenmedia.com/

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


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

*/


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

/* FONTS
font-family: "copperplate";
font-family: "proxima-nova";
font-family: "adobe-garamond-pro";
font-family: 'Cinzel', serif;
font-family: "compendium";
*/

body {
	background-color: #fff;
	color: #9f7f34;
	font-family: "proxima-nova";
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

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

.alert_container button {
  padding: 15px 25px;
}

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

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

a {
	color: #9f7f34;
/* 	font-weight: 400; */
	text-decoration: none;
}

.single-post a {
  text-decoration: underline;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #dac8a3;
}

.post-edit-link {
	display: none;
}

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

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #9f7f34;
}

blockquote {
	margin: 0 0 25px;
  background: #f9f4f1;
  padding: 40px 40px 40px 60px;
	color: #9f7f34; 
	    font-family: "adobe-garamond-pro";
	    font-size: 22px;
    line-height: 30px;
/* 	margin: 40px; */
}

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

blockquote p {
	margin-bottom: 0!important;
}

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

cite {
	font-style: normal;
}

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

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

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	color: #9f7f34;
}

h3 {
	color: #9f7f34;
	line-height: 30px;
	font-size: 24px;
	font-family: "adobe-garamond-pro";
	text-transform: uppercase;
}

h4 {
	color: #9f7f34;
	font-size: 20px;
	font-family: 'Cinzel', serif;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
    height: auto;
}

.jp-carousel-overlay {
	background: rgba(159, 127, 52, .95)!important;
}

.jp-carousel-close-hint,
a.jp-carousel-image-download,
.jp-carousel-info h2{
	color: #FFF!important;
}

.jp-carousel-close-hint span {
	background-color: #9f7f34!important;
}

.jp-carousel-image-meta {
	background: #9f7f34!important;
  border: 1px solid #9f7f34!important;
}

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

.gallery img {
	border: 0!important;
}

.gallery-columns-3 .gallery-item {
	padding: 0 15px;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	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="reset"],
.button,
.entry-content .button {
	color: #9f7f34; 
	text-transform: uppercase;
	font-weight: 700;
  font-family: "proxima-nova";
  font-size: 12px;
	border: none;
	box-shadow: none;
	cursor: pointer;
}

.entry-content .button {
	background: url(images/homebutton-background.png) no-repeat;
  padding: 0 0 0 115px;
  background-position: center left;
}

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

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

input[type="button"],
input[type="submit"] {
	border: 2px solid #9f7f34;
  width: auto!important;
  color: #9f7f34!important;
  text-transform: uppercase!important;
  font-weight: 700!important;
  font-family: "proxima-nova"!important;
  background-color: transparent!important;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #9f7f34!important;
  color: #FFF!important;
}

#custom-login input:hover[type="submit"] {
	background: url(images/homebutton-background.png) no-repeat!important;
	color: #dac8a3!important;
}

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

h2.tablepress-table-name {
  font-size: 22px!important;
  border-top: 1px solid #9f7f34;
  margin-top: 55px;
  padding-top: 45px;
}

h2.tablepress-table-name:nth-of-type(1) {
  border-top: 0;
  padding-top: 0;
  margin-top: 35px;
}

.tablepress tfoot th, .tablepress thead th {
  background-color: #9f7f34!important;
  color: #FFF!important;
}

.tablepress .odd td {
    background-color: #f4eee3!important;
}

.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #f4eee3!important;
}


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

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

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

.site-inner {
	background-color: #fff;
	clear: both;
/* 	padding-top: 80px; */
}

.home .site-inner {
	padding-top: 30px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	padding: 60px 60px 20px;
	width: 800px;
}

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

.home .content-sidebar-wrap {
	display: none;
}

.home-featured {
	padding: 0 0 80px;
}

.home-featured li {
	list-style-type: none;
}

.home-featured .widget {
/* 	padding: 0 20px; */
}

.home-featured p:last-child {
	padding: 0 0 24px;
}

.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4,
.home-events-section {
	float: left;
	width: 100%;
}

.home-featured-1 h1,
.home-featured-2 h1,
.home-featured-3 h1 {
  font-family: "compendium";
  color: #9f7f34;
  font-size: 45px;
  margin: 0;
}

.home-featured-1 h2 {
	font-size: 26px;
	margin: 0;
}

.home-featured-1 h3,
.home-featured-2 h3,
.home-featured-3 h3,
.home-events-section h3 {
	font-size: 16px;
	margin: 0 0 15px
}

.home-featured {
	font-family: "adobe-garamond-pro";	
}

.home-featured-1 .widget-first {
	height: 450px;
}

.home-events-section .widget-last {
	height: 515px;
}

.home-featured-1 .widget-first::before,
.home-events-section .widget-last::before {
	content: '';
	height: 100%;
}

.home-featured-1 .widget-first:before, 
.home-featured-1 .widget-first > *,
.home-events-section .widget-last:before, 
.home-events-section .widget-last > * {
    display: inline-block;
    vertical-align: middle;
}

.home-featured-1 .widget-first .textwidget,
.home-events-section .widget-last .textwidget {
	display: inline-block;
	vertical-align: middle;
}

.home-featured-1 .button,
.home-events-section .button {
  background: url(images/homebutton-background.png) no-repeat;
  padding: 0 0 0 115px;
  background-position: center left;
}

.home-events-section .button {
  margin: 15px 0 0;
}

.home-events-section p,
.home-events-section img {
  margin: 0;
}

.home-events-section p {
  font-size: 18px;
}

.home-featured-2 {
	padding: 100px 0;	
	text-align: center;
}

.home-featured-2 .widget-2 {
	background: #f9f4f1;
	height: 565px;
  padding: 100px;
}

.home-featured-2 .widget-2::before {
	content: '';
	height: 100%;
}

.home-featured-2 .widget-2:before, .home-featured-2 .widget-2 > * {
    display: inline-block;
    vertical-align: middle;
}

.home-featured-2 .widget-2 .textwidget {
	display: inline-block;
	vertical-align: middle;
}

.home-events-section {
  padding: 0 0 100px;
}

.home-events-section h2 {
	font-size: 26px;
	margin: 0 0 5px;
}

.home-featured-3 {
	text-align: center;	
}

.home-featured-3 #custom_html-4 .widget-title {
	text-align: center;
	font-size: 26px;
	width: 100%;
  border-bottom: 1px solid #9f7f34;
  line-height: 0px;
  margin: 10px 0 40px;
}

.home-featured-3 #custom_html-4 .widget-title span {
	background: #fff;
  padding: 0 10px;
}

.home-featured-3 .widget-first {
	margin-bottom: 40px;
}

/* .widget_ag_content_widget {
	width: 23.076923076923077%;
	float: left;
	margin-left: 2.564102564102564%;	
}
 */
/* .widget_ag_content_widget:nth-of-type(1) {
	margin-left: 0;
	clear: both;
}
 */

.widget_ag_content_widget .widget-title {
	display: none;
}

.gallery .gallery-item {
  padding: 10px!important;
}

.gallery-hover,
.gallery .gallery-item .gallery-hover {
	display: none;
}

.widget_ag_content_widget .gallery-item:hover > a .gallery-hover,
.gallery .gallery-item:hover > a .gallery-hover{
	display: block;
  width: 238px;
  height: 238px;
  position: absolute;
  background: rgba(255, 255, 255, .5);
  margin: 15px;
}

/* .home-featured-4 {} */

.home-featured .simple-social-icons ul li a {
	padding: 40px !important;
}

.home-featured .simple-social-icons ul li {
	margin: 0 0 30px !important;
}

.site-tagline {
	margin-top: 195px;
	padding: 0;
}

.site-tagline p {
	margin: 0;
}

.site-tagline-right {
	float: left;
  background: url(images/homehero-border.png) no-repeat;
  width: 100%;
  background-position: bottom;
  padding: 0 0 90px;
}

.site-tagline .one-third {
	background: #f9f4f1;
	font-family: "adobe-garamond-pro";
	text-align: center;
}

.site-tagline .one-third .widget-wrap {
	border: 3px solid #FFF;
  padding: 60px 30px;
	margin: 15px;
  height: 490px;
}

.site-tagline .one-third.video .widget-wrap {
  height: 400px;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #9f7f34!important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #f9f4f1!important;
}

.site-tagline .two-thirds.none,
.site-tagline .one-third.video.none {
  display: none;
}

.site-tagline .one-third .widget-wrap::before {
	content: '';
	height: 100%;
}

.site-tagline .one-third .widget-wrap:before, .site-tagline .one-third .widget-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.site-tagline .one-third .widget-wrap .textwidget {
	display: inline-block;
	vertical-align: middle;
	max-width: 250px;
}

.site-tagline .one-third h1 {
	font-family: "compendium";
	color: #9f7f34;
	font-size: 45px;
	text-align: center;
	margin: 0;
}

.site-tagline .one-third h2 {
	color: #9f7f34;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Cinzel', serif;
	font-size: 26px;
}

.site-tagline .one-third .button,
.home-featured-2 .button {
	background: url(images/sitetagline_buttonborder.png) no-repeat;
	background-position: top center;
	padding: 15px 0 0;
  margin: 15px 0 0;
	width: 100%;
}

.minimum .site-tagline {
	margin-top: 600px;
}

a.cta-button {
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	padding: 15px 20px;
}

a.cta-button:hover {
	background-color: #0ebfe9;
}

/* Error Page */

.error404 .entry-content h4,
.error404 .entry-content ul {
  display: none;
}

/* Gallery Page Template */

.anna-gallery .content {
	margin-top: 0;
}

.anna-gallery .entry {
	background: url(images/pagebreak-border.png) no-repeat;
  background-position: bottom center;
}

.page-header h1 {
	font-family: 'Cinzel', serif;
  text-transform: uppercase;
  color: #9f7f34;
  text-align: center;
  font-size: 25px;
  border-bottom: 2px solid #dac8a3;
  line-height: 0;
  margin: 70px 0 40px;
  letter-spacing: 2px;
}

.page-header h1 span {
	background: #FFF;
	padding: 0 15px;
}

.anna-gallery h3 {
	margin-bottom: 30px;
	text-transform: none;
}

.anna-gallery .entry-content {
  max-width: 850px;
  margin: 60px auto 50px;
}

.gallery-cta {
	text-transform: uppercase;
	float: left;
	width: 100%;
	text-align: center;
	margin: 80px auto;
}

.gallery-cta h4 {
	margin: 0 0 5px;
}

.gallery-cta a {
	text-transform: uppercase;
  color: #9f7f34;
  font-weight: 700;
  font-family: "proxima-nova";
  font-size: 12px;
  border: 1px solid #9f7f34;
  padding: 5px 25px;
  margin: 10px 0 0;
}

.gallery-cta a:hover {
	background: #9f7f34;
	color: #FFF;
}

.gallery.page-header {
  max-height: 1100px;
    max-width: 1100px;
    float: left;
  width: 100%;
}

.gallery.page-header .wrap {
  text-align: center;
}

.page-template-page_gallery_products .entry-title,
.page-template-page_gallery_products .entry-content,
.page-template-page_gallery_products .personalizep.button.product_type_simple,
.page-template-page_gallery_products .add_to_cart_button{
  display: none!important;
}

.arrow-left,
.arrow-right {
  width: 30px;
  float: left;
  margin-top: 550px;
}

.page-template-page_gallery_products .gallery-title h1 {
      font-family: 'Cinzel', serif;
    text-transform: uppercase;
    color: #9f7f34;
    text-align: center;
    font-size: 25px;
    border-bottom: 2px solid #dac8a3;
    line-height: 0;
    margin: 70px 0 40px;
    letter-spacing: 2px;
}

.page-template-page_gallery_products .gallery-title h1 span {
    background: #FFF;
    padding: 0 15px;
}

.page-template-page_gallery_products.anna-gallery .entry {
  background: none;
}

.page-template-page_gallery_products .button.gallery {
  border: 2px solid #9f7f34!important;
    width: auto!important;
    border-radius: 0px!important;
    /* color: #FFF!important; */
    color: #9f7f34!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    font-family: "proxima-nova"!important;
    background-color: transparent!important;
  font-size: 16px;
    padding: 10px 20px;
    margin: 0 auto 100px;
  display: table;
}

.page-template-page_gallery_products .button.gallery:hover {
  background:  #9f7f34!important;
}

/* NEW BLOG */

  body.anna-blog .post-excerpt {
        font-family: "adobe-garamond-pro";
    font-size: 18px;
    line-height: 26px;
  }

  .anna-blog .site-inner .wrap {
    max-width: 1060px;
  }

  .blog-header {
    position: relative;
    background: url(images/ag-header-pattern.png) repeat-x;
    width: 100%;
    background-position: 0px 50px;
    float: left;
    background-size: 1600px;
    margin-bottom: 75px;
  }

  .blog-nav {
    float: left;
    width: 100%;
    padding: 15px 25px 20px;
    position: relative;
        text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      font-size: 14px;
  }

  .blog-nav ul li {
    list-style-type: none;
  }

  .blog-nav ul li:nth-of-type(1) {
    float: left;
  }

  .blog-nav ul li:nth-of-type(1) a {
    background: url(images/icon-bag.svg) no-repeat;
    padding: 0 0 0 20px;
  }

  .blog-nav ul li:nth-of-type(2) {
    float: right;
  }

  .blog-nav ul li:nth-of-type(2) a {
    background: url(images/icon-search.svg) no-repeat;
      padding: 0 0 0 20px;
  }

  .blog-name {
    float: left;
    width: 100%;
    text-align: center;
    z-index: 9;
    margin: -60px 0 0;
  }

  .blog-name .wrap {
    max-width: 410px;
  }

  .blog-name .floral {
    position: relative;
    top: 0px;
    left: -265px;
  }

  .blog-name .name-type {
  /*   float: left; */
        width: 420px;
      margin: -120px auto 20px;
  }

  .blog-name h2 {
  /*   float: left; */
    width: 100%;
    font-family: "compendium";
  /*   font-family: "adobe-garamond-pro"; */
  /*   font-style: italic; */
    text-transform: none;
    font-size: 45px;
    margin: 0;
  /*   letter-spacing: .5px; */
  }

  .anna-blog .sidebar {
    width: 375px;
    font-family: "adobe-garamond-pro";
    text-align: center;
  }

  .anna-blog .sidebar .widget-title {
    font-family: "proxima-nova";
    font-weight: 700;
  }

  .anna-blog .sidebar .widget.border {
    border: 6px double #f8c8d2;
    padding: 20px;
  }

  .anna-blog .sidebar #archives-3 select {
    background-color: #fff;
    font-family: 'Cinzel', serif;
    background: url(images/arrow.png) 97% no-repeat;
    border-bottom: 2px solid #9f7f34;
    border-radius: 0;
    box-shadow: none;
    color: #9f7f34;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 0 5px;
    width: 100%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    text-transform: uppercase;
  }

  .anna-blog .sidebar .wpp-list li {
    border-bottom: 1px solid;
      padding: 9px 0 15px;
  }

  .anna-blog .sidebar .wpp-list li:last-child {
    border-bottom: 0px;
    padding: 9px 0 0;
  }

  .anna-blog .content {
  /*   width: 590px; */
    width: 650px;
  }

  .post-info,
  .comments {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: "proxima-nova";
  }

  .anna-blog .post-excerpt {
    float: left;
    width: 100%;
    margin: 25px 0 5px;
  }

  .anna-single-blog .post-excerpt {
    margin: 25px 0;
  }

  .anna-blog .more-link {
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #9f7f34;
    max-width: 95px;
    font-family: "proxima-nova";
    
     font-size: 16px;
  }

  .anna-blog .post-divider {
    margin: 0 0 40px;
    width: auto;
  }

  .anna-blog .share-post {
    float: left;
    width: 100%;
    margin: 20px 0 0;
  }

  .anna-blog .add_to_cart_button {
    display: none!important;
  }

  .anna-archive-blog .archive-title {
        text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
      color: #9f7f34;
      border-bottom: 1px dotted #9f7f34;
      padding-bottom: 15px;
  }

  .anna-blog .pagination a {
        border: 2px solid #9f7f34;
      width: auto!important;
      color: #9f7f34!important;
      text-transform: uppercase!important;
      font-weight: 700!important;
      font-family: "proxima-nova"!important;
      background-color: transparent!important;
    padding: 10px;
  }

  .anna-blog .pagination a:hover {
        background-color: #9f7f34!important;
      color: #FFF!important;
  }

  .page-template-posts-search-php .post-13229 .entry-header {
    display: none;
  }

  .shop-this-project {
    float: left;
    width: 100%;
    margin: 0 0 40px;
  }

  .shop-this-project .personalizep {
    display: none!important;
  }

  .shop-this-project h3 {
    text-align: center;
  }

  .shop-this-project a.hsn.button {
    padding: 10px 25px;
      color: #9f7f34;
      display: table;
      margin: 30px auto;
      font-size: 15px;
      border: 2px solid #9f7f34;
  }


/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 860px;
	margin-top: 30px;
/* 	width: 720px; */
}

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

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

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

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	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;
	width: 100%;
}

body.woocommerce .blog-search {
  display: none;
}

.sticky {
}

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

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

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

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

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
/* 	font-size: 14px; */
	font-weight: 400;
	text-align: center;
	font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}

.gallery-caption {
	text-transform: uppercase;
	margin-top: 5px;
}

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

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	text-align: left;
}

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

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	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,
.woocommerce-breadcrumb {
	background: url(images/border-top.png) no-repeat top right;
  margin-bottom: 0!important;
  color: #9f7f34!important;
  font-family: "copperplate";
  text-transform: uppercase;
  /* border-top: 1px solid #9f7f34; */
  padding: 10px 0!important;
  font-size: 12px!important;
  font-weight: 700;
}

.breadcrumb a,
.woocommerce-breadcrumb a {
	color: #9f7f34!important;
	font-weight: 700!important;
}

/* .archive-description, */
.author-box {
	background-color: #f5f5f5;
}

/* .archive-description {
	margin-bottom: 40px;
	padding: 40px 40px 16px;
} */

.author-box {
	margin-bottom: 40px;
	padding: 40px;
}

.single .author-box {
	margin-bottom: 60px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

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

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
	padding: 0;
	width: 47%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


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

.entry-title {
	font-size: 26px;
	line-height: 1;
	font-family: 'Cinzel', serif;
  text-transform: uppercase;
  color: #9f7f34;
}

.page-template-page_gallery .entry-title {
	display: none;
}

.genesis-grid .entry-title {
	font-size: 24px;
	margin: 0 0 10px;
}

.single-portfolio .entry-title {
	margin-bottom: 20px;
}

.entry-title a {
	font-size: 26px;
  line-height: 1;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  color: #9f7f34;
}

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

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

#home-featured .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget-title a {
	border: none;
}

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

.search .archive-title {
	color: #9f7f34;
    font-size: 33px;
    font-family: "adobe-garamond-pro";
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Woocommerce Styles
--------------------------------------------- */

.woocommerce div.product p.stock {
    font-size: 20px!important;
    text-transform: uppercase!important;
}

.pswp .pswp__caption {
	display: none!important;
}

h1.product_title {
	color: #9f7f34;
	font-size: 33px;
	font-family: "adobe-garamond-pro"; 
	text-transform: uppercase;
	margin-bottom: 0;
}

.p-sku {
	font-size: 16px;
}

.price,
#wcqv_contend .woocommerce-Price-amount {
	color: #9f7f34!important;
	font-size: 20px!important;
}

.woocommerce .woocommerce-ordering {
/*     margin: 0 0 30px; */
/*     clear: both; */
    float: right;
/*     width: 100%; */
	  width: 250px;
    clear: none;
    margin: 0 10px 30px!important;
}

.woocommerce-ordering select {
	max-width: 250px;
    float: right;
}

form.products-per-page {
	width: 200px;
  float: right;
  clear: none;
}

form.products-per-page:nth-of-type(2) {
  margin-top: 10px!important;
}


/* .woocommerce .products ul,  */
.archive.woocommerce ul.products {
	float: right;
  width: 100%;
  max-width: 860px;
	clear: none;
}

.woocommerce .shop-sidebar {
  float: left;
  width: 100%;
  max-width: 270px;
  margin-top: 35px;
}

.shop-sidebar .menu-header {
	float: left;
  width: 100%;
  border-bottom: 1px solid #d9c8a3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.shop-sidebar .menu-header h4 {
	float: left;
	margin-bottom: 0;
	width: 75%;
	font-size: 18px;
}

.shop-sidebar .menu-header .viewall {
	float: right; 
	width: 20%;
	font-size: 12px;
	text-transform: uppercase;
}

.woocommerce .shop-sidebar-menu,
.mobile-filter {
	display: none;
}

.woocommerce.product_parent_cat_crafts .shop-sidebar-menu.crafts {
	display: block;
}

.woocommerce.product_parent_cat_sewing .shop-sidebar-menu.sewing {
	display: block;
}

.woocommerce.product_parent_cat_stationery .shop-sidebar-menu.stationery {
	display: block;
}

.woocommerce.product_parent_cat_gifts .shop-sidebar-menu.gifts {
	display: block;
}

.woocommerce.product_parent_cat_gift-wrap .shop-sidebar-menu.gift-wrap,
.woocommerce.product_parent_cat_gift-bags-wrap .shop-sidebar-menu.gift-bags-wrap {
	display: block;
}

.woocommerce.product_parent_cat_invitations .shop-sidebar-menu.invitations {
	display: block;
}

.woocommerce.term-16 .shop-sidebar-menu,
.term-description {
	display: none!important;
}

.shop-sidebar-menu {
	margin-bottom: 30px;
}

.shop-sidebar-menu ul {
  margin: 0 0 0 25px;
  font-size: 16px;
  line-height: 25px;
}

.widget_layered_nav {
	float: left;
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #d9c8a3;
  padding: 20px 0;
}

.widget_layered_nav:first-of-type {
	padding: 0 0 20px;
}

.widget_layered_nav:last-of-type {
	border-bottom: 0;
}

.widget_layered_nav h4 {
	font-family: "proxima-nova";
	font-weight: 700;
	text-transform: none;
	margin-bottom: 10px;
}

.woocommerce-pagination {
	float: left;
  text-align: right!important;
  width: 50%;
}

.archive.woocommerce ul.products li.product {
  width: 30.80%!important;
}

.woocommerce .sidebar-primary {
	display: none;
}

.woocommerce.archive-no-results p.woocommerce-info {
	float: left;
	width: 100%;
}

.woocommerce h1.woocommerce-products-header__title {
	display: none;
}

.woocommerce.post-type-archive .page-header,
.woocommerce .category-featured-img {
	float: left;
  width: 100%;
  padding: 125px 90px;
	margin: 0 0 30px;
}

.woocommerce .cat-desc {
	background: rgba(159, 127, 52, .75);
	color: #FFF;
	float: right;
  width: 100%;
  max-width: 400px;
	text-align: center;
	font-family: "adobe-garamond-pro";
	padding: 15px;
}

.woocommerce .category-featured-wrap {
	border: 1px solid #FFF;
  padding: 30px;
  float: right;
	height: 330px;
}

.woocommerce .category-featured-wrap::before {
	content: '';
	height: 100%;
}

.woocommerce .category-featured-wrap:before, .woocommerce .category-featured-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce .category-featured-wrap .archive-description {
	display: inline-block;
	vertical-align: middle;
}

.woocommerce .cat-desc .archive-description h1 {
	color: #FFF;
	font-family: "adobe-garamond-pro"; 
	text-transform: uppercase;
	font-size: 30px;
}

.woocommerce .cat-desc .archive-description p {
	margin: 0;
}

.ag_after_products {
	border-top: 1px solid #d9c8a3;
  padding-top: 15px;
	float: left;
	width: 100%;
}

.woocommerce .woocommerce-result-count {
	font-size: 16px;
  float: left;
  width: 50%;
  margin-bottom: 80px!important;
}

.wc-layered-nav-term .count {
	display: none;
}

.woocommerce-loop-product__title {
	font-family: "proxima-nova";
	font-size: 16px!important;
	padding: 0 0 5px!important;
}

.woocommerce ul.products li.product .price {
	font-size: 16px!important;
}

.product_meta {
	display: none;
}

.woocommerce div.product form.cart .button {
  background-color: transparent;
  border: 2px solid #9f7f34;
  border-radius: 0;
  color: #9f7f34;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0!important;
}

div.sharedaddy h3.sd-title {
	font-family: "proxima-nova";
	text-transform: uppercase;
  margin: 0!important;
	color: #9f7f34!important;
  line-height: 13px!important;
  font-size: 13px!important;
	width: 60px;
	float: left;
}

div.sharedaddy h3.sd-title:before {
	border-top: 0px!important;
}

  .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button,
  .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button,
  .sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button,
  .sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button,
  .sd-social-icon .sd-content ul li[class*=share-].share-print a.sd-button {
    background: #9f7f34!important;
    color: #FFF!important;
  }

.ag_shippinglink {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.related.products {
	float: left;
	width: 100%;
	margin-top: 80px;
}

.related.products h2 {
	text-align: center;
  font-size: 26px;
  width: 100%;
  border-bottom: 1px solid #9f7f34;
  line-height: 0px;
  margin: 10px 0 40px;
}

.related.products h2 span {
	background: #fff;
  padding: 0 10px;
}

.related.products .products li h2.woocommerce-loop-product__title {
	border-bottom: 0;
	text-align: left;
    line-height: 20px;
}

.related.products .add_to_cart_button {
	display: none;
}

.wcqv_next .wcqv_next_title h4,
.wcqv_prev .wcqv_prev_title h4 {
	font-size: 13px!important;
	text-transform: none!important;
	font-family: "proxima-nova"!important;
}

.woocommerce #wcqv_contend .product .cart .button {
  font-size: 17px!important;
  float: left!important;
}

.woocommerce input.button,
.woocommerce a.button {
  border: 2px solid #9f7f34!important;
	width: auto!important;
	border-radius: 0px!important;
/* 	color: #FFF!important; */
	color: #9f7f34!important;
  text-transform: uppercase!important;
  font-weight: 700!important;
  font-family: "proxima-nova"!important;
	background-color: transparent!important;
/* 	background-color: #9f7f34!important; */
/*   font-size: 12px!important; */
/* 	padding: 0 0 0 115px!important; */
	margin-top: 25px!important;
/* 	background-image: url(images/homebutton-background.png)!important; */
/*   background-repeat: no-repeat!important; */
}

.woocommerce a.button,
.woocommerce input.button {
	margin-top: 0!important;
}

.woocommerce a.button:hover,
.woocommerce input.button:hover {
	background: #9f7f34!important;
	color: #FFF!important;
}

.woocommerce .quick_view.button {
	background-image: none!important;
	border: 0!important;
}

.woocommerce .quick_view.button:hover {
	background: none!important;
	color: #dac8a3!important;
}

.woocommerce-info {
    border-top-color: #9f7f34!important;
}

.woocommerce-info::before {
    color: #9f7f34!important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #f9f4f1!important;
	color: #9f7f34!important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-top: 3px solid #9f7f34!important;
}

.woocommerce-message {
    border-top-color: #9f7f34!important;
	float: left!important;
	width: 100%!important;
}

.woocommerce-message::before {
    color: #9f7f34!important;
}

.checkout-button {
	background: #9f7f34!important;
  color: #FFF!important;
  padding: 15px!important;
  border-radius: 0;
  font-size: 20px!important;
  width: 300px!important;
} 

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 140px!important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none!important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #FFF!important;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0!important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background: #FFF!important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none!important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	padding: 0!important;
}

.payment_method_authorize_net_cim_credit_card fieldset {
	border: 0!important;
	padding: 0!important;
	margin: 0!important;
}

li.wc_payment_method label[for=payment_method_authorize_net_cim_credit_card] {
	font-weight: 700!important;
	text-transform: uppercase!important;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #9f7f34!important;
}

.woocommerce span.onsale {
    background-color: #9f7f34!important;
}


/* Quick View */

.remodal {
/* .woocommerce-product-details__short-description p  */
	color: #9f7f34!important;
  box-shadow: 0px 0px 0px 9px rgba(249,244,241,0.3)!important;
}

.remodal .remodal-close {
	color: #9f7f34!important;
}

.remodal .remodal-close:hover {
	background: transparent!important;
	color: #dac8a3!important;
}

.woocommerce a.quick_view {
	background-color: transparent!important;
	color: #9f7f34!important;
	text-transform: lowercase!important;
  padding: 0!important;
  font-size: 16px!important;
}

.remodal-wrapper .remodal {
  display: block;
  max-width: 1130px;
  margin: 0 auto;
}

.remodal-wrapper .remodal .product {
  padding: 50px;
}

.remodal-wrapper .remodal .type-product {
	padding: 0;
}

#wcqv_contend .summary {
    padding: 25px 10px 3em 50px!important;
}

#wcqv_contend .product_title.entry-title {
	color: #9f7f34!important;
	font-size: 33px;
	font-family: "adobe-garamond-pro"; 
	text-transform: uppercase;
}

/* My Account Page */

.woocommerce-MyAccount-navigation {
	font-family: "adobe-garamond-pro"; 
}

.woocommerce-MyAccount-navigation ul {
	margin: 0!important;
}

.woocommerce-MyAccount-navigation ul li {
	list-style-type: none!important;
}



/* Events */

.event-item {
	margin: 0 0 15px;
	border-bottom: 1px solid #dac8a3;
	padding: 0 0 15px;
}

.event-item .date {
	
	
}

.event-item .title {
	font-weight: bold;
	
}

div.css-search div.em-search-main .em-search-submit {
	background: #9f7f34!important;
}

.single-event .entry-meta {
	display: none;
}


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 24px;
	padding: 0 0 24px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
	padding: 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	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;
}

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

.sidebar .enews-widget {
	background-color: #333;
	padding: 30px;
}

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

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

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

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

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 16px;
}

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

img#wpstats {
	display: none;
}

.jp-carousel-left-column-wrapper,
.jp-carousel-titleanddesc {
	display: none!important;
}


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

.promo-header {
	float: left;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #9f7f34;
  color: #FFF;
  text-transform: uppercase;
	font-size: 14px;
}

.promo-header .widget-title {
	display: none;
}

.site-header {
	float: left;
	margin-top: 0;
	padding: 15px 0;
	background-color: #fff;
	left: 0;
	letter-spacing: 1px;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 999;
}

/* .admin-bar .site-header {
	top: 32px;
}
 */
/* Title Area
--------------------------------------------- */

/* .fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; 
} */

.title-area {
	float: left;
	padding: 0;
	width: 120px;
	margin: 0 auto;
}

.title-area img {
	max-width: 140px!important;
}

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

.site-title {
	font-family: "proxima-nova";
	font-size: 24px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
	color: #333;
}

.site-description {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.2;
	margin: 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;
}

/* Store Locator */

.wpsl-search {
    margin-bottom: 10px!important;
    padding: 20px!important;
    background: #f9f4f1!important;
}

#wpsl-wrap {
    margin-bottom: 50px!important;
}

#wpsl-search-btn, #wpsl-search-wrap div {
    margin-right: 20px!important;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: auto!important;
}

#wpsl-category, .wpsl-input, .wpsl-select-wrap {
    margin-bottom: 0!important;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    width: 33%!important;
    float: left!important;
}

#wpsl-result-list li p {
  margin: 0 0 10px!important;
}

/* Search Results */

.aws-search-result ul {
    max-height: 400px!important;
}

.aws-search-result .aws_result_image img {
    width: 130px!important;
    height: 130px!important;
}

.aws-search-result .aws_result_title {
    color: #9f7f34!important;
    font-size: 18px!important;
    margin: 50px 30px!important;
}

.aws-search-result ul li {
  border-bottom: 0!important;
  width: 50%!important;
  float: left!important;
	height: 170px!important;
}

/* Standard Search Page */

.search .content {
  width: 100%;
}

.search .sidebar {
  display: none;
}

.search-content .post-type {
  float: left;
  width: 100%;
  margin: 0 0 25px;
}

.search-content .post-type-heading {
  border-bottom: 2px solid #dac8a3;
}

.search ul.products li:nth-of-type(4n+1) {
  clear: both;
  margin-left: 0;
}

.search .products li.product {
  list-style: none outside;
  margin-bottom: 2.992em;
}

.search .price {
  font-size: 16px!important;
}

.search a.quick_view {
    background-color: transparent!important;
    color: #9f7f34!important;
    text-transform: lowercase!important;
    padding: 0!important;
    font-size: 16px!important;
}

.search .post-type .search-result {
  margin-bottom: 30px;
}

.search .product a h2:hover,
.search-result a h3:hover {
  color: #dac8a3;
}


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

.top-nav {
	font-family: "copperplate";
	text-transform: uppercase;
	float: right;
  width: 100%;
  max-width: 500px;
  text-align: right;
	font-size: 13px;
}

.top-nav ul {
	margin: 0;
	padding: 0;
}

.top-nav ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 25px;
}

.top-nav ul li:last-child {
	margin-right: 0;
}

.top-nav ul li.stores a {
	background: url(images/icon-stores.svg) no-repeat;
	padding: 0 0 0 20px;

}

.top-nav ul li.search a {
	background: url(images/icon-search.svg) no-repeat;
	padding: 0 0 0 20px;
	
}

.top-nav ul li.bag a {
	background: url(images/icon-bag.svg) no-repeat;
	padding: 0 0 0 20px;

}

.top-nav ul li.signin a {
	background: url(images/icon-signin.svg) no-repeat;
	padding: 0 0 0 20px;

}

.top-nav a {
	color: #9f7f34;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 1000px;
	margin-top: 20px;
}

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


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-family: "proxima-nova";
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	border: none;
	color: #9f7f34;
	display: block;
	font-size: 14px;
	padding: 20px 12px;	
	font-family: "copperplate";
	text-transform: uppercase;
}

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

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

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	padding: 10px 20px;
	position: relative;
	width: 280px;
	font-family: "adobe-garamond-pro"; 
	text-transform: none;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover{
	background-color: #9f7f34!important;
  color: #FFF;
}

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

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

.site-header .sub-menu {
	border-top: 1px solid #9f7f34;
}

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

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

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

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

.site-footer .nav-secondary a {
	color: #fff;
	margin: 0 30px;
	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;
}

.site-footer .nav-secondary .sub-menu a:hover {
	color: #0ebfe9;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #9f7f34;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}


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

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

.entry {
	margin-bottom: 40px;
}

.post-type-archive-portfolio .entry {
	float: left;
	margin-bottom: 60px;
	width: 50%;
}

.post-type-archive-portfolio .entry:nth-of-type(2n) {
	float: right;
	padding-left: 30px;
}

.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
	clear: left;
	padding-right: 30px;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	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 {
	margin-bottom: 0;
}

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

.entry-meta {
  display: none;
	font-family: "proxima-nova";
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

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

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 60px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

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

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova";
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

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

 .comment-respond,
  .entry-comments,
  .entry-pings {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

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

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

 li.comment {
    background-color: #f9f4f1;
    border: 2px solid #fff;
    border-right: none;
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 20px;
  }

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

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

 .bypostauthor {
    border-left: 2px solid #9f7f34!important;
    border-top: 0px!important;
    border-bottom: 0px!important;
    border-right: 0px!important;
    margin: 15px 0 0!important;
    padding: 0 0 0 10px!important;
  }

  .comment-metadata {
    font-size: 12px;
    text-transform: uppercase;
  }

  a.comment-reply-link {
    font-weight: 700;
    text-transform: uppercase;
  }


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 30px;
/* 	width: 340px; */
	width: 260px;
}

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

.sidebar img {
	margin-bottom: 15px;
}

.sidebar .featured-content img {
	margin-bottom: 0;
}

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

.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "proxima-nova";
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #0ebfe9;
	color: #fff;
}

.sidebar .widget_nav_menu {
	font-family: "adobe-garamond-pro";
	font-size: 17px;
  line-height: 25px;
}

.anna-blog .sidebar .widget-title {
	    float: left;
    width: 100%;
    border-bottom: 1px solid #d9c8a3;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.anna-blog .sidebar .widget_media_image {
	text-align: center;
	margin-bottom: 0;
}

.anna-blog .sidebar .widget_media_image .widget-title {
	text-align: left;
}

/* Back to Top */

.backtotop {
	display: none;
/* 	display: block; */
  float: right;
  position: fixed;
  bottom: 40px;
  width: 50px;
  text-align: center;
  background: rgba(188, 164, 116, .75);
  padding: 10px 10px 0;
  right: 30px;
  z-index: 9999;
  border-radius: 25px;
  height: 50px;
  padding: 14px 0 0;
}

.backtotop a {
	color: #FFF;
}

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

.footer-widgets {
	background-color: #9f7f34;
	color: #FFF;
	clear: both;
	font-family: "adobe-garamond-pro"; 
	font-size: 17px;
	line-height: 25px;
}

.footer-widgets .wrap {
	border-bottom: 1px solid #444;
	padding: 80px 0 25px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	width: 23.076923076923077%;
	margin-left: 2.564102564102564%;
}

.footer-widgets-4 {
	float: left;
	width: 30%;
	margin-left: 2.564102564102564%;
}

.footer-widgets-1 {
	clear: both;
	margin-left: 0;
	width: 14.52991452991453%;
}

.footer-widgets-1 img {
	max-width: 120px;
}

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

.footer-widgets a:hover {
	color: #f9f4f1;
}

.footer-widgets .widget {
	margin-bottom: 20px;
	float: left;
    width: 100%;
}

.footer-widgets .widget-title {
	color: #fff;
	font-family: "copperplate";
	font-size: 18px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/* .simple-social-icons ul li a, .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
	padding: 0!important;
} */

.e2ma_signup_form {
	padding: 0!important;
}

.e2ma_signup_form_label {
	color: #FFF!important;
	font-family: "adobe-garamond-pro"!important;
	padding-top: 0!important;
	font-size: 17px!important;
	font-weight: 300!important;
}

#e2ma_signup_submit_button,
.footer-widgets-4 input[type="submit"] {
	    border: 2px solid #FFF!important;
    border-radius: 0;
    color: #FFF!important;
    margin: 10px 0 !important;
    float: left;
}

.e2ma_signup_form_required_asterix,
.e2ma_signup_form_required_footnote,
#e2ma_signup_reset_button,
.emmaFormLabelSmall {
	display: none!important;
}


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

.site-footer {
	display: none;
/* 	background-color: #333;
	letter-spacing: 1px;
	padding: 60px 0;
	text-align: center; */
}

.site-footer a,
.site-footer p {
	color: #999;
}

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

.site-footer a {
	border: none;
	font-weight: 300;
}

.site-footer p {
	font-family: "proxima-nova";
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}


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

 @media only screen and (max-width: 1250px) {
    
    .blog-nav ul li:nth-of-type(1) {
      float: right;
      margin-left: 15px;
  }
    
  }

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

	.wrap {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 620px;
	}

	.site-tagline .one-third .widget-wrap {
    height: 401px;
		padding: 60px 0px;
	}
	
	.content {
		width: 680px;
	}

	.sidebar {
		width: 280px;
	}
	
	.footer-widgets-2 {
    width: 18%;
}

	.footer-widgets-3, 
	.footer-widgets-4 {
    float: left;
    width: 25%;
    margin-left: 2.564102564102564%;
}
	
	.widget_ag_content_widget .gallery-item:hover > a .gallery-hover {
  width: 191px;
  height: 191px;
	}
	
	.archive.woocommerce ul.products {
    max-width: 650px;
	}

}

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

	.wrap {
		max-width: 768px;
	}
	
	.site-inner .wrap {
		max-width: 100%;
	}
	
	.site-tagline .two-thirds,	
	.site-tagline .one-third {
    width: 100%;
    margin: 0;
	}
	
	.site-tagline .one-third .widget-wrap {
    height: auto;
	}
	
	.home-featured-1 .widget-first,
	.home-featured-2 .one-half {
    height: auto;
    width: 100%;
	}
	
	.home-featured-1 .two-thirds {
		width: 100%;
    max-width: 850px;
    margin: 0 auto;
	}

	.content,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: static;
	}
	
	.top-nav {
		max-width: 100%;
    text-align: center;
    margin: 20px auto 0;
	}

	.site-inner {
		padding: 40px 5%;
	}

	.post-type-archive-portfolio .entry,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.header-image .site-title a {
		margin: 0 auto 10px;
	}

	.site-header .search-form {
		float: none;
		margin: 0 auto;
		width: 50%;
	}
	
	.site-header .widget-area {
		padding: 0 5%;
	}

	.site-description {
		font-size: 30px;
	}

	.site-tagline {
		margin-top: 0;
		padding: 20px 0;
	}

	.minimum .site-tagline {
		margin-top: 400px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.footer-widgets .wrap {
  	max-width: 900px;
	}
	
	.footer-widgets .widget,
	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.footer-widgets-1 {
    width: 100%;
    margin: 0;
    text-align: center;
	}
	
	.footer-widgets-2 {
    width: 25%;
	}
	
	.footer-widgets-3, .footer-widgets-4 {
    width: 33%;
  }
	
	.widget_ag_content_widget .gallery-item:hover > a .gallery-hover {
    width: 147px;
    height: 147px;
	}
	
	.woocommerce .shop-sidebar {
    max-width: 100%;
	}
	
	.archive.woocommerce ul.products {
    max-width: 100%;
	}
	
	.mobile-filter {
		display: block;
    background-color: #f9f4f1;
    padding: 20px 0;
    margin: -40px 0 30px;
    color: #9f7f34;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
	}
	
	.mobile-filter .icon:before {
		color: #9f7f34;
    content: "\f140";
    font: normal 25px/0.5 'dashicons';
    display: inline;
    vertical-align: top;
  }
	
	.mobile-filter.open .icon:before {
		color: #9f7f34;
		content: "\f142";
		font: normal 25px/0.5 'dashicons';
    display: inline;
    vertical-align: top;
	}
	
/* 	color: #9f7f34;
    content: "\f333";
    font: normal 24px/1 'dashicons';
    margin: 0 auto; */
	
	.mobile-sidebar {
		display: none;
	}
	
	.mobile-sidebar.open {
		display: block;
	}
  
      .anna-blog .content {
      width: 100%;
  }
    
    .anna-blog .sidebar {
      width: 100%;
      text-align: center;
  } 


}

@media only screen and (max-width: 850px) {
	
	.widget_ag_content_widget {
	width: 48.717948717948715%!important;
	}
	
	.widget_ag_content_widget.one-fourth:nth-of-type(1),
	.widget_ag_content_widget.one-fourth:nth-of-type(4) {
		clear: both; 
		margin-left: 0;
	}
	
	
}

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

	.site-header {
		padding-bottom: 10px;
	}

	.title-area {
		padding-bottom: 6px;
	}

	.minimum .site-tagline {
		margin-top: 200px;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.home-featured .simple-social-icons ul li a {
		font-size: 36px !important;
		padding: 20px !important;
	}

	.genesis-grid-even,
	.genesis-grid-odd,
	.post-type-archive-portfolio .entry {
		width: 100%;
	}

	.post-type-archive-portfolio .entry:nth-of-type(2n),
	.post-type-archive-portfolio .entry:nth-of-type(2n+1) {
		float: none;
		padding: 0;
	}

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

}

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

	
  .home-featured .widget-area:nth-of-type(2n+1) {
		clear: left;
	}
	
	.top-nav ul li {
		margin-bottom: 15px;
	}
	
	.footer-widgets .widget {
		padding: 0!important;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	.footer-widgets li,
	.footer-widgets .alignleft {
		text-align: center;
		width: 100%;
    float: none;
    display: block;
	}
	
	.footer-widgets .simple-social-icons ul li {
		float: none;
		display: inline;
	}
	
	.woocommerce.post-type-archive .page-header, 
	.woocommerce .category-featured-img {
    padding: 58% 0 0;
    background-size: 100%!important;
	}
	
	.woocommerce .cat-desc {
    max-width: 600px;
  }
	
	.woocommerce .category-featured-wrap {
    height: auto;
	}

}

@media only screen and (max-width: 450px) {
  
  .blog-name .name-type {
    width: 350px;
    margin: 60px auto 20px;
  }
  
  .blog-name .floral {
    position: relative;
    top: 57px;
    left: 0;
  }
  
  .blog-nav {
    padding: 15px 0 20px;
  }
  
  .blog-nav ul li {
    list-style-type: none;
    float: none!important;
    text-align: center;
    width: 100%;
    display: inline;
    margin: 0 10px;
}
  
  .blog-header {
    margin-bottom: -45px;
}
    
}

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

	.page-header h1 {
    border-bottom: 0px;
    line-height: 30px;
}

}

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}

}

/* to make the background gold when viewing more images for items in the store, 2018-02-26, mm */
.pswp__bg {
/* 	background: #9f7f34 !important;  Changed to White since they changed their mind ;) */
  background: #FFF!important;
}