/*
	Theme Name: Addison's Wonderland
	Theme URI: https://addisonswonderland.com
	Description: A mobile responsive and HTML5 WordPress theme built for the Genesis Framework.
	Author: Amanda Grove / Alpine Lane
	Author URI: https://www.alpinelanecreative.com/
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.1

	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
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
		- After Entry
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Simple Social Icons
		- Simply Instagram
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Easy Recipe
		- WooCommerce 
	- Site Header
		- Widget Above Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Recipe Index
		- Custom Archives
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Widget Before Footer
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/


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

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

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin solid}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px solid}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:#555}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
--------------------------------------------- */

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

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


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


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

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

body {
	color: #000;
	font-family: 'Gentium Basic', sans-serif;
	font-size: 14px;
	line-height: 1.625;
	letter-spacing: 0.25px;
	font-weight: normal;
}

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

::-moz-selection {
	background-color: #f3ece9;
	color: #000;
}

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

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

.content a {
		background:#e6b7b0;
}

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

a:hover {
	color: #000;
	text-decoration: none;
}

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

strong {
	font-weight: 700;
}

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

li {
	list-style-type: none;
}

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

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

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

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

cite {
	font-style: normal;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Didot', serif;
	padding: 0 0 7px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

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

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

img {
	height: auto;
}

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

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

input,
select,
textarea {
	background-color: #f3ece9;
	border: 0;
	color: #000;
	font-size: 12px;
	padding: 16px;
	width: 100%;
	outline: 0;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	box-shadow: none;
	border: 0;
	cursor: pointer;
	font-weight: 400;
	width: auto;
	margin-top: 20px;
	font-size: 16px;
	font-family: 'Didot', serif;
	color: #fff;
	padding: 10px 30px;
	background: #000;
	letter-spacing: 0.5px;
	text-decoration: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #f3ece9;
	color: #000;
	text-decoration: none;
}

.button {
	display: block;
	text-align: center;
}

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

a.more-link  {
	color: #000;
	text-transform: uppercase;
}

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

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

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

tbody {
	border-bottom: double #ddd;
}

th,
td {
	text-align: left;
}

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

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


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

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

.site-container {
	background: #fff;
	display:table;
	margin: 0 auto;
}

.glam-landing .site-container {
	max-width: 800px;
	width: 100%;
}

.site-inner {
	clear: both;
	margin: 0px auto;
	max-width: 900px;
	width: 100%;
}

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

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

/* Content  */

.content-sidebar-wrap {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	float: none;
}

.content {
	float: none;
	width: 100%;
}

.home .content img{
	margin: 0px auto 10px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 352px;
	font-size: 12px;
}

.sidebar-primary .simple-social-icons ul li a {
	padding: 12px !important
}

.sidebar-primary .widget.simple-social-icons {
	border: 0;
	padding: 0;
}

.sidebar-primary .widget.enews-widget {
	background: #f3ece9;
	padding: 30px;
}

.sidebar-primary .enews-widget input[type="submit"] {
	background: #000;
	color: #fff;
	padding: 12px;
	text-transform:none;
}

.sidebar-primary .enews-widget input:hover[type="submit"] {
	background:#f3ece9;
	color: #000;
}
.sidebar-content .sidebar-primary {
	float: left;
}

/* 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 {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	padding: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #000;
	font-family: FontAwesome;
	font-size: 13px;
	background: transparent;
	margin-top: 4px;
}

.search-form input[type="submit"]:hover {
	color: #000;
}

.search-div {
position: relative;
}

.search-form input[type="search"] {
	border: none;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	padding: 0px;
	width: 100%;
	text-transform: none;
	background: transparent;
}

/*
Images
---------------------------------------------------------------------------------------------------- */

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

.teaser .aligncenter{
	margin-bottom: 10px;
}

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

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

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

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

.home-top-slider a.alignleft {
	width: 68%;
}

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

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

.entry-content .wp-caption-text {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

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

.widget_calendar caption {
	font-size: 12px;
	padding: 2px 6px 0 0;
	text-align: right;
}

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

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: 0 0 30px;
}

.glam-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
	overflow: hidden;
	padding: 30px 0;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.author-box-title {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

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

.widget-area li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}


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

.entry-title,
.page-title {
	font-family: 'Didot', serif;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: normal;
}

.home .entry-title,
.archive .entry-title,
.search .entry-title {
	text-align: center;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 5px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	background: #fff;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #000;
	text-decoration: none;
}

.archive-title,
.widget-title {
	font-family: 'Didot', serif;
	font-size: 20px;
	text-align: center;
	color: #000;
}

.home-top .widget-title {
	font-family: 'Didot', serif;
font-size: 32px;
text-align: center;
color: #000;
text-transform: uppercase;
margin-bottom: 5px;
margin-top: 10px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 20px;
}


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

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

.home-top {
	position: relative;
	padding-top: 60px;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
	text-align:center;
}

.home-top .widget {
	position:relative;
	width: 100%;
	display:inline-block;
}

.home-top li {
	margin: 0;
	padding: 0;
}

.category-widget {
    margin-top: 50px;
}

.category-widget .widget {
	width: 49%;
	float:left; }

.category-widget .widget-odd {
    margin-right: 1%;
}

.category-widget .widget-even {
    margin-left: 1%;
}

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

.category-widget p a {
	position: absolute;
bottom: 60px;
background: #fff;
left: 0;
margin-left: 30%;
width: 40%;
margin-right: 30%;
text-transform: uppercase;
color: #000;
padding: 5px;
}

.categories1 {
	margin: 0 auto;
	background: #f2dddb;
	max-width: 1080px;
	width: 100%;
	padding: 25px 0px 60px;
}

.categories1 .wrap::before {
    content:'Shop AW';
    font-family:'Didot', serif;
    font-size: 24px;
    text-align:center;
    width: 100%;
    margin-bottom: 10px;
}

.categories1 .wrap {
	max-width: 825px;
	width: 100%;
	margin: 0 auto;
}

.categories1 .widget {
	float: left;
	width: 33.3%;
	padding: 0px 10px;
	position:relative;
}

.categories1 .widget-title {
position: absolute;
bottom: 0;
width: 80%;
margin: -25px 10%;
font-family: 'Gentium Basic', serif;
font-size: 14px;
font-weight: 300;
letter-spacing: 0.5px;
}

.secondcategories {
	max-width: 1080px;
	width: 100%;
	margin: 60px auto 50px;
	padding-top: 30px;
	padding-bottom: 0px;
}

.secondcategories .widget {
	float:left;
	width: 50%;
	padding: 0px 10px;
	position:relative;
}

.secondcategories .widget-title {
	font-family: 'lato', sans-serif;
font-weight: 300;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 0.5px;
position: absolute;
width: 96.5%;
top: -40px;
padding: 20px 0px;
padding-top: 0;
background: #fff;
}

#media_image-5 {
	margin-top: -40px;
}

.secondcategories #media_image-5 .widget-title {
	bottom: -40px;
	top: auto;
	padding-bottom: 0;
	padding-top: 20px;
}
}



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

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

.enews-widget input {
	background-color: #fff;
	border: 0;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	width: 20%;
	margin-right: 1%;
	line-height:15px;
	padding: 13px;
}

.enews-widget input[type="submit"] {
	background-color: #23303d;
	border: 0;
	color: #fff;
	margin: 0;
	width: 20%;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 17px;
}

.enews-widget input:hover[type="submit"] {
	background-color: transparent;
	color: #fff;
}

.enews-widget .widget-title {
	font-size: 25px;
	float: left;
	display: inline-block;
	color: #fff;
	margin-right: 1%;
	width: 37%;
}



/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons ul li {
	border: none !important;
}

.sidebar .simple-social-icons ul li a,
.sidebar .simple-social-icons ul li a:hover, 
.sidebar .simple-social-icons ul li a:focus {
	padding: 3px;
}

.sidebar .simple-social-icons ul li {
	margin: 0 4px 12px !important;
}

.genesis-nav-menu .simple-social-icons ul li {
	margin:0 !important;
}

.genesis-nav-menu .simple-social-icons ul li a {
	margin:0 !important;
}

.genesis-nav-menu .widget-area {
   float: none;
	display: inline-block;
	vertical-align:bottom;
	margin-bottom:-2px;
}

.header-widget-area {
	float:right;
	margin-top: 35px;
}

.single .header-widget-area,
.page .header-widget-area,
.archive .header-widget-area,
.search .header-widget-area,
.blog .header-widget-area{
	float: right;
margin-top: 25px;
}


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

.site-header {
	margin: 0 auto;
	padding: 10px 0px;
	width: 100%;
	background: #fff;
}

.site-header .wrap {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}

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

.title-area {
	float: left;
	margin: 5px;
	overflow: hidden;
	margin: 0 auto;
	width: 387px;
	padding: 0px 10px;
	text-align: left;
}

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

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

.site-description {
display:none
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	float: none;
	margin: 0 auto;
	text-align: center;
}

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

.header-image .site-description {
	display: none;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	margin: 0 auto;
	width: 387px;
}

.header-image .site-title::after {
	border: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	display: block;
	margin: 0 auto;
	min-height: 48px;
	width: 100%;
}

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

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

.genesis-nav-menu {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	margin: 17px 30px;
	position: relative;
	letter-spacing: 0.5px;
	line-height: 12px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	background: #7a998e;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 175px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	border-top: none;
	color: #fff;
	font-size: 12px;
	position: relative;
	width: 100%;
	padding: 8px 8px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a{
text-decoration:underline;
	border:0;
	background: #7a998e;
}

.site-header .genesis-nav-menu .sub-menu li:last-child a {
	padding: 10px 18px;
}

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 15px;
}

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

.genesis-nav-menu > .search {
	display: inline-block;
	width: 60px;
	width: 100%;
	margin: 0px 20px 0px !important;
	vertical-align: bottom;
}

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

.genesis-nav-menu .search-form input[type="search"] {
	background: transparent;
	border: none;
	color: #000;
	font-size: 10px;
	letter-spacing: 0px;
	padding: 0px;
	padding-right: 15px;
	text-transform: none;
	width: 100%;
}

.genesis-nav-menu *::-moz-placeholder {
	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;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Lato', serif;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px;
	color: #000;
	font-weight: 300;
}


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

.nav-primary {
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	float: none;
	width: 100%;
	text-align: left;
}

.nav-primary .wrap {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.nav-primary a {
	margin: 0px 20px;
	background: none;
	color: #000;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .current-menu-item > a:hover{
	background:#e6b7b0;
}

.nav-primary .sub-menu a:hover{
	color: #000;
}

.nav-primary {
	padding-top: 0;
}

/*@media only screen and (min-width: 960px) {*/

	.site-header {
		padding-top: 35px;
		padding-bottom: 55px;
	}

	.genesis-responsive-menu {
		padding-top: 0;
	}


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

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

.home-top-slider {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.home-top-slider p {
	text-align:center !important;
}

.home-top-slider .entry-header {
	text-align:center;
	display:inline-block;
}

.home-top-slider .entry-content {
	border: 1px solid #000 !important;
	padding: 60px !important;
	width: auto;
	width: 32%;
	display: inline-block;
	text-align: center !important;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 430px;
	position:relative;
}

.home-top-slider .entry-content::before {
	content: 'Currently on the Blog';
		display:inline-block;
	width: 100%;
	text-align:center;
	text-transform: uppercase;
	color: #000;
	font-family:'Lato', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.home-top-slider .entry-title {
	font-family: 'Didot', serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	font-style: italic;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px 0px;
	width: 100%;
	display: inline-block;
	margin: 40px 0px;
}

.home-top-slider .more-link {
	color: #000;
	text-transform: uppercase;
	text-align: center !important;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 300;
	float: none;
	width: 90px;
	display: inline-block;
	background: #e6b7b0;
	line-height: 12px;
}

.home-top-slider .more-link:hover {
	background: #fff;
}

.sidebar .wpp-thumbnail {
	float: none !important;
	clear: both;
	margin: 0 auto;
	display: table;
}

.sidebar .wpp-list li {
	overflow: hidden;
	clear: none !important;
	text-align: center;
	display: inline-block;
	position: relative;
}

.sidebar .wpp-list li{
	position: relative;
}

 .sidebar a.wpp-post-title {
	background: #fff;
	color: #000;
	padding: 5px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center !important;
	display:inline-block;
	font-size: 12px;
	 font-family: 'Century Gothic',sans-serif;
}

/* Category Index
--------------------------------------------- */

.category-index .featured-content .entry {
	float: left;
	padding: 0px 5px;
	width: 33%;
}

.category-index .widget {
	padding: 20px 0px;
}

.category-index .widget-title {
	margin-bottom: 40px;
}

.category-index .entry-title a {
	color: #555;
}

.category-index ul li {	
	float: left;
	font-size: 13px;
	margin: 3px 5px;
	width: 23%;
}

/* Custom Archives 
------------------------------------------------------------ */
	
.grid-thumbnail {
	position: relative;
}

.posts-archive .entry .entry-content {
	padding: 20px 4px;
}

.posts-archive a {
	text-decoration: none;
}

.posts-archive .entry p {
	margin-bottom: 0;
}

.posts-archive .entry-title {
	font-size: 12px;
	margin: 10px 0 0;
}

.glam-featured-image img {
	vertical-align: top;
}

.glam-featured-image:hover img {
	opacity: 0.7;
}

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

.entry {
	margin-bottom: 40px;
	padding: 0px;
	position: relative;
}


.archive .entry,
.search .entry,
.blog .entry{
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
	width: calc(100% / 3);
	float: left;
	padding: 30px;
	border: 1px solid #000;
	margin: 10px;
}

.entry .entry-content {
   padding: 0px 0 0px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 22px;
    text-align: justify;
}

.home .entry-content p {
	margin-bottom: 22px;
	text-align: center;
	line-height: 19pt;
}

.entry-content ol li,
.entry-content ul li {
	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-header {
	color: #ba964b;
	font-size: 11px;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.entry-header .entry-meta {
	margin-bottom: 0 !important;
	background: #f3ece9;
	text-align: center;
	font-size: 9px;
	display: inline-block;
}

.entry-footer {
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 2px 6px 2px;
	text-align: left;
}

.entry-meta {
	padding: 10px 0;
	text-align:center;
}

.entry-content .entry-meta {
	margin-bottom: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	background: #f3ece9;
	display: inline-block;
	padding: 0px 5px;
}

.home .entry-meta,
.search .entry-meta,
.archive .entry-meta {
	display:none;
}

.entry-content .entry-meta a {
	color: #669e8a;
}

.entry-footer{
	display:none;
}

.entry-comments-link {
	padding: 5px 0;
	text-align: left;
	text-transform: uppercase;
}

.entry-meta a:hover {
	text-decoration: underline;
}

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

.archive-pagination {
font-size: 13px;
padding: 0px 0 30px;
text-align: center;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f3ece9;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	line-height: 2;
	margin-bottom: 4px;
	text-transform: uppercase;
	padding: 5px 16px;
	text-decoration: none;
}

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

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

.adjacent-entry-pagination {
	font-size: 16px;
	font-family: 'Didot', serif;
	margin: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 20px;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 0px;
	overflow: hidden;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 20px;
	padding: 0 0 7px;
	text-align: center;
	text-transform: uppercase;
}

.entry-comments .comment-author {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

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

.comment-respond label {
	display: block;
	font-weight: 300;
	margin-right: 12px;
	text-transform: uppercase;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

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

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #fff;
	float: left;
	font-weight: 300;
	font-size: 11px;
	padding: 0px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}

.comment-content {
	clear: both;
	padding: 10px 48px;
}

.comment-content p,
.comment-header p.comment-meta {
    margin: 0;
}

p.form-submit {
margin-top: -20px;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #fff;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 18px;
	border-bottom: 1px solid #e6e5e5;
}

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

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

.logged-in-as {
	text-align: center;
}

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

.sidebar {
	position:relative;
	display: inline;
	text-align: center;
	border: 1px solid #000;
	padding: 25px;
	background: #fff;
}

.sidebar p {
	margin-bottom: 16px;
}

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

.sidebar li {
	margin-bottom: 15px;
	text-align: center;
}

.sidebar li a {
	text-decoration: none;
}

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

.sidebar .widget {
	margin-bottom: 35px;
	word-wrap: break-word;
}

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


/*
Widget Before Footer
---------------------------------------------------------------------------------------------------- */

.cta-widget {
	position: relative;
	padding:30px;
	background: #4b5f73;
	color: #fff;
}

.cta-widget .wrap {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}

.cta-widget p {
	margin-bottom:0;
}

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

.footer-widgets {
	clear: both;
	color: #000;
	letter-spacing: 0;
	background: #f3ece9;
	padding: 25px 0px 40px;
	display:table;
	width: 100%;
}

.archive .footer-widgets,
.search .footer-widgets,
.single .footer-widgets,
.blog .footer-widgets{
	margin-top: 50px;
}

.footer-widgets .wrap {
margin: 0 auto;
	max-width:1080px;
	width: 100%;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets .widget-title {
	font-family: 'Didot', serif;
	font-size: 24px;
}

.footer-widgets p {
	text-align: justify;
}

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

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
	display:inline;
}

.footer-widgets li a:hover{
	text-decoration:underline
}

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

.site-footer {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	letter-spacing: 0.5px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #000;
	display:table;
	width: 100%;
}

.site-footer .widget-title {
	font-family: 'Didot', serif;
	font-size: 24px;
}

.site-footer .wrap {
	margin: 0 auto;
	padding: 20px;
	max-width: 1080px;
	width: 100%;
}

.site-footer a {
	color: #000;
	background: #e6b7b0;
}

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

.site-footer p {
	margin: 0;
}


/* Genesis Simple Share
--------------------------------------------- */
.sharrre {
	padding: 10px 20px;
	background: #f7f4c1 !important;
	text-transform: uppercase;
}


.share-small .share {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
padding: 0 0 0 13px;
width: 100%;
	background: transparent !important;
border-radius: 0 !important;
	color: #000 !important;
}

.share-small .share:before {
	top: 13px !important;
	left: 13px !important;
}

.share-small .count {
	display:none;
}

.share-small .sharrre:hover .share,
.share-small .no-count .share{
	width: 100% !important;
}

.instagram {
	display: inline-block;
	width: 100%;
	background: url(http://test3.alpinelanecreative.com/wp-content/uploads/2018/10/concrete_seamless.png);
	background-size: 200px 200px;
	padding: 50px;
	margin-bottom: 70px;
}

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

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

	.content {
		width: 66%;
	}

	.sidebar {
		width: 30%;
	}
	
		.content-sidebar-wrap {
	padding: 0px 30px;
	}

}
	

@media only screen and (max-width: 1024px) {
	
	.header-image .title-area, 
	.header-image .site-title, 
	.header-image .site-title a {
	    float: none;
	    margin: 0 auto;
	}
	
	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}
	
	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
	}
	
}

@media only screen and (max-width:960px) {
	
	.cta-widget .enews-widget .widget-title {
		width: 100%;
	}
	
	.enews-widget input {
		width: 32%;
	}
	
	.enews-widget input[type="submit"] {
		width: 33%;
	}
}

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

	.site-header .widget-area {
		width: 100%;
	}
	
	.content {
		max-width: 660px;
		width: 100%;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.breadcrumb {
		margin: -30px -40px 30px;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 38px 14px 40px;
	}
	
	.content,
	.genesis-nav-menu .widget-area,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap,
	.site-footer .wrap,
	.cta-widget .wrap,
	.widget-above-header .wrap,
	.footer-widgets .wrap {
		width: 100%;
	}
	
	.sidebar-primary {
		margin-top: 60px;
	}
	
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .search-form,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}
	
	.cta-widget .enews-widget p {
		float: none;
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}

	.cta-widget .enews-widget input {
		width: 30%;
	}
	
	.home-triple-bottom .featured-content .entry {
		min-height: 350px;
	}
	
	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom {
		float: none;
		width: 100%;
	}
	
	.sidebar-split-left .widget {
		padding: 0;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}

}


@media only screen and (max-width: 767px) {
	
	.top-widget {
		padding: 0;
	}
	
	.site-inner {
		overflow: hidden;
	}
	
	.archive .entry,
	.search .entry,
	.blog .entry{
		width: 90%;
		margin: 5%;
		
	}
	
	.category-widget .widget-even {
		margin-left: 0;
	}

	.site-header {
		padding-top: 50px;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle-left,
	.home-middle-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.sidebar-split-left,
	.sidebar-split-right,
	.sidebar-split-bottom,
	.widget-above-header .wrap,
	.site-footer .wrap {
		margin: 0;
		width: 100%;
	}
	
	.home-middle,
	.home-top {
		text-align: center;
	}
	
	.home-top .widget .entry {
		margin-bottom: 0px;
	}
	
	.home-top .widget .aligncenter,
	.archive .aligncenter,
	.search .aligncenter{
		margin: 5px;
		margin: 0 auto;
		margin-bottom: 5px;
	}
	
	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
	}
	
	.creds{
		float: none;
		width: 100%;
		text-align:center;
	}
	
	.widget-above-header .enews-widget p, 
	.cta-widget .enews-widget p, 
	.before-content .enews-widget p {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.footer-widgets .widget {
		width: 100%;
	float: left;
	margin-bottom: 30px;
	}
	
	.widget-above-header .enews-widget input, 
	.cta-widget .enews-widget input, 
	.before-content .enews-widget input {
		width: 100%;
		margin-bottom: 20px;
	}

	.cta-widget .enews-widget input[type="submit"],
	.before-content .enews-widget input[type="submit"],
	.footer-widgets .featured-content .entry,
	.before-content .entry,
	.cta-widget #subscribe,
	.before-content #subscribe,
	.before-content .featuredpage {
		float: none;
		width: 100%;
	}
	
	.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: 10px 20px;
		border:0;
	}
	
		.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:hover {
		text-decoration: underline;
	}

	.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: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 99999;
		position:relative;
	}

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

	.site-title::after {
		display:none;
	}

	.entry-header .entry-meta {
		margin-top: 0; 
}
	
	.genesis-nav-menu > .search {
		float:left;
		max-width: 100px;
	}
	
	.genesis-nav-menu .widget-area {
		margin-left: 35px;
	}
	
	a.alignleft img, img.alignleft, .wp-caption.alignleft {
		margin:0;
	}
	
	.home-top-slider {
		padding:20px;
	}
	
	.home-top-slider .entry-content {
		width: 100%;
	display: inline-block;
	height: auto;
	max-width: 100%;
		border:none !important;
		padding: 20px;
	}
	
	.footer-widgets {
		padding: 25px 25px 40px;
	}
}

@media only screen and (max-width: 560px) {
	
	.content-sidebar-wrap {
		padding: 0px 0px;
	}

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

	.site-title {
		font-size: 50px;
}

	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}
	
	.widget-title:after, .widget-title:before {
		border: none;
		margin: 0;
		width: 0;
	}
	
	.category-index .featured-content .entry,
	.footer-widgets .featured-content .entry {
		width: 100%;
	}
	
	.featured-content .entry {
		text-align: center;
	}
	
	.entry {
		margin-bottom: 60px;
	}
	
	.category-index ul li {	
		font-size: 13px;
		text-align: center;
		width: 100%;
	}
	
	.more-from-category a, 
	a.more-link {
		width: 100%;
	}
	
	.sidebar .featured-content .entry-title {
		text-align: center;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.post .entry-image-link {
		width: 100%;
		margin: 0;
		float:none;
	}
	
	.home .entry {
		width: calc(100% / 1);
	}
	
}

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

    .site-title {
        font-size: 26px;
    }

}

/* Sticky Primary nav */

.nav-primary.fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    overflow: visible;
	padding: 0;
	margin-top: 0px;
	border-bottom: 1px solid #000;
}

.admin-bar .nav-primary.fix {
    top: 28px;
}