/*
Theme Name: Averie NEW
Theme URI: http://averie.pixandhue.com/
Description: A Blog & Shop Theme for WordPress
Author: Pix & Hue
Author URI: http://www.pixandhue.com/
Version: 1.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: averie
*/

/*-----------------------------------------------------------------------------------
TABLE OF CONTENTS

1.   Global CSS Elements

2.   Header Elements
	  2.1 Navigation Menu
	  2.2 Mobile Menu
	  2.3 Featured Image & Slider
	  2.4 Promo Boxes

3.   Global Blog Styles
4.   Page Template: Blog Layout
5.   Page Template: Block Layout
6.   Page Template: Gallery Layout
7. 	 Page Template: Grid Layout
8.   Page Template: List Layout
9. 	 Page Template: Stack Layout

10.   Post Elements
	  10.1 Single Post
	  10.2 Related Posts
	  10.3 Comments Template

11.   Page Elements
      11.1 Single Page
	  11.2 Archive Page
	  11.3 Error Page
	  11.4 Search Form + Results

12.   WordPress Core Elements
	  12.1 Images + Gallery
	  12.2 Misc Elements

13.  Sidebar Widgets
14.  Footer

15. Styling of External Plugins
	 15.1 WooCommerce
	 15.2 Contact Form 7
	 15.3 MailChimp for WordPress
	 15.4 bxSlider


-----------------------------------------------------------------------------------*/

/* ------------------------------- 1. Global CSS Elements ------------------------------- */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
abbr { text-decoration: none; border-bottom: 1px dotted;}
img { max-width: 100%; height: auto; }
caption, code, dfn, strong, th { font-style:normal; font-weight:400; margin-bottom: 20px; }
cite, em, var { font-style: italic; margin-bottom: 20px; }
address { margin-bottom: 20px; font-style: normal; }
ins { text-decoration: none; background: #FFF9BD; }
pre { background: #f5f5f5; color: #666666; padding: 20px; margin-bottom: 20px; white-space: pre-wrap; -ms-word-wrap: break-word; word-wrap: break-word;}
blockquote, q {-webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; quotes: none;}
q:before, q:after { content:'';}
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
strong { font-family: 'Montserrat', sans-serif; font-size: 12px; letter-spacing: 2px; color: #000000; padding-left: 1px;}
em { font-style: italic; }
a img { border:none; }
body {
	font-family:'EB Garamond', serif;
	font-size:16px;
	line-height: 1.5;
	text-align: left;
	color:#222222;
	background:#fff;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	margin-bottom: 8px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
}
h1 {
	font-size:33px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:26px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:20px;
}
h6 {
	font-size:18px;
}
p {
	line-height:1.5;
	margin-bottom: 20px;
}

/* ------- Default Theme Links ------- */
a {
	color: #D08A18;
	text-decoration:none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}

/* ------- Link Hover ------- */
a:hover, .widget a:hover, .textwidget a:hover, .averie-read-more a:hover, .averie-cat a:hover, #averie-sidebar .null-instagram-feed .clear a:hover,
.more-link:hover, .averie-post-tags a:hover, .averie-item-related h3 a:hover, .averie-pagination-post a:hover, .averie-post-comments .reply a:hover,
.product_meta .posted_in a:hover, .product_meta .tagged_as a:hover, .woocommerce p.stars a:hover {
	cursor: pointer;
	color: #CECFD0;
}

/* ------- Accent Link Hover Color ------- */
.averie-post-comment-count a:hover, .averie-post-share-buttons a:hover, .averie-post-header h2 a:hover, .fa.fa-map-marker, .averie-read-more a,
.averie-older a:hover, .averie-newer a:hover, #averie-searchform .fa-search:hover, .is-sticky #averie-nav-wrapper .averie-sticky-social-media a:hover,
.averie-author-content h5 a:hover, #averie-sidebar .averie-social-widget a:hover, .comment .author a:hover, .pingback .thecomment .author a:hover,
#averie-sidebar .bx-prev .fa-angle-left:hover, .averie-glider-view-post, #averie-sidebar .bx-next .fa-angle-right:hover, #averie-footer .averie-social-widget a:hover,
.averie-post-location-url span:hover, .averie-gal-caption .averie-post-date, .woocommerce ul.products li.product h3:hover, .averie-woo-share-buttons a:hover,
.averie-gal-caption h2 a:hover {
	color: #D08A18;
	cursor: pointer;
}

/* ------- Form Styling ------- */
input, select, textarea {
	font-family: "Montserrat", sans-serif;
	border: 1px solid #CECFD0;
	padding: 14px;
	margin: 3px 0;
	font-size: 11px;
	color: #222222;
	max-width:100%;
	box-sizing:border-box;
	border-radius: 0px;
}
select {
	padding: 5px;
}
button:focus, input:focus, textarea:focus {
	outline:0;
}
input[type="checkbox"] {
	width: 20px;
}
input[type="submit"] {
	font-family:"Montserrat", sans-serif;
	width: auto;
	background-color: #CECFD0;
	color: #222222;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 0px;
	border-radius:0px;
	margin: 10px 0;
	padding: 15px;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
input[type="submit"]:hover {
	background: #A7A9AC;
	color: #FFFFFF;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222222;
  font-family:"Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222222;
  font-family:"Montserrat", sans-serif;
  font-size: 11px;
   letter-spacing: 2px;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222222;
  font-family:"Montserrat", sans-serif;
  font-size: 11px;
   letter-spacing: 2px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222222;
  font-family:"Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
}

/* ------- Container + Sidebar ------- */
#averie-content-container {
	position: relative;
}
.averie-container {
	width:1100px;
	margin: 0 auto;
	overflow: auto;
}
#averie-content {
	padding: 40px 40px 10px 0px;
	overflow: auto;
}
#averie-content.averie-full-width {
	padding: 40px 0px 10px 0px;
}
.averie-default-width {
	width: 760px;
	float:left;
}
#averie-sidebar {
	width: 300px;
	float:left;
	padding: 40px 0 0 0;
	margin-bottom: 40px;
	overflow: hidden;
	border-bottom: 1px solid #CECFD0;
}

/* ------- Loading Gif ------- */
.averie-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/loading.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* ------- Logo ------- */
#averie-header > .averie-container {
	overflow: visible;
}
.averie-site-logo {
	text-align: center;
	padding: 35px 0;
}
.averie-site-logo h1,
.averie-site-logo h2 {
	margin: 0px;
	text-align: center;
}
.averie-site-logo img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.averie-site-title a {
	color: #000000;
	font-size: 80px;
	line-height: 70px;
}
.averie-site-title a:hover {
	color: #000000;
}
.averie-site-description {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #D08A18;
	margin: 5px 0 0 0;
}

/* ------- Back to Top Button ------- */
#averie_back_to_top {
	position: fixed;
	height: auto;
	right: 25px;
	bottom: 25px;
	z-index: 9999;
	text-align: center;
	display: none;
}
#averie_back_to_top.off {
	display: none;
}
#averie_back_to_top.on {
	display: block;
}
#averie_back_to_top span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	border: 1px solid #222222;
	color: #222222;
	background: rgba(253,253,253,.5);
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
}

/* ------- Pin It Button ------- */
.averie-pin-it-wrapper {
	position: relative;
	display: inline-block;
	text-align: center;
	height: 100%;
	max-width: 100%;
	width: 100%;
	line-height: 1;
	overflow: hidden;
}
.single-averie-post .averie-post-entry .averie-pin-it-wrapper,
.averie-post-single-content .averie-pin-it-wrapper,
.page-template-default .averie-page-content .averie-pin-it-wrapper,
.page-template-page-fullwidth .averie-page-content .averie-pin-it-wrapper {
	width: auto;
	background: none;
}
.averie-pin-it-button {
	position: absolute;
	color: #000000;
	height: 30px;
	width: 30px;
	top: 20px;
	left: 20px;
	border: 1px solid #000000;
	padding: 10px 15px 12px;
	display: none;
}
.averie-pin-it-button:hover {
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.averie-pin-it-button .fa.fa-pinterest-p {
	font-size: 34px;
}

/* -- Image Alignment and Captions -- */
.averie-pin-it-wrapper.averie-left-pin-image {
	float: left;
	margin: 5px 20px 20px 0;
}
.averie-pin-it-wrapper.averie-left-pin-image.pin-image-caption {
	margin: 5px 20px 10px 0;
}
.averie-pin-it-wrapper.averie-right-pin-image {
	float: right;
	margin: 5px 0 10px 20px;
}
.averie-center-pin-wrapper {
	text-align: center;
}
.averie-center-pin-wrapper .averie-pin-it-wrapper {
	margin: 5px auto 20px auto;
}
.averie-pin-it-wrapper.averie-alignnone-pin-image {
	margin: 5px 20px 20px 0;
}
.averie-pin-it-wrapper.averie-right-pin-image .alignright,
.averie-pin-it-wrapper .aligncenter,
.averie-pin-it-wrapper div.aligncenter,
.averie-pin-it-wrapper .alignnone,
.averie-pin-it-wrapper .alignleft,
.averie-pin-image-caption .wp-caption.alignnone,
.averie-pin-image-caption .wp-caption.alignleft,
.averie-pin-image-caption .wp-caption.alignright,
.averie-pin-image-caption .wp-caption.aligncenter {
	margin: 0;
}

/* ------------------------------- END Global CSS Elements ------------------------------- */


/* ------------------------------- 2. Header Elements ------------------------------- */
.averie-header-wrapper {
	position: relative;
}
#averie-header {
	width:100%;
	border-top: 15px solid #CECFD0;
}
#averie-header.averie-no-top-border {
	border-top: 0px;
}

/* ------------------------------- 2.1 Navigation Menu ------------------------------- */
#averie-nav-wrapper {
	margin: 0 auto;
	width: 100%;
	position: relative;
	text-align: center;
	border: 1px solid #CECFD0;
	background: #FFFFFF;
	max-width: 1100px;
}
#averie-nav-wrapper .averie-sticky-social-media {
	display: none;
}
#averie-nav-wrapper .menu li {
	display:inline-block;
	margin: 0 11px 0;
	position:relative;
}
#averie-nav-wrapper .menu li a {
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	line-height:44px;
	font-size:10.5px;
	letter-spacing: 2px;
	text-transform:uppercase;
	display:block;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}
#averie-nav-wrapper .menu li a:hover {
	color:#D08A18;
}

/* ------- Sticky Menu ------- */
.is-sticky #averie-nav-wrapper {
	background: #ffffff;
	border: 0px;
	text-align: left;
	padding: 0 30px;
	max-width: 96%;
	border-bottom: 1px solid #CECFD0;
}
.is-sticky #averie-nav-wrapper > .menu {
	float: left;
	max-width: 850px;
}
.is-sticky #averie-nav-wrapper .averie-sticky-social-media  {
	display: inline-block;
	float: right;
	line-height: 42px;
	max-width: 150px;
	padding-right: 10px;
}
.is-sticky #averie-nav-wrapper .averie-sticky-social-media a {
	color: #222222;
	padding-left: 13px;
	font-size: 13px;
}

	/* ------- Dropdown ------- */
	#averie-nav-wrapper .menu .sub-menu,
	#averie-nav-wrapper .menu .children {
		background-color: #FFFFFF;
		border-top: 0px;
		border-bottom: 1px solid #CECFD0;
		text-align: left;
		display: none;
		padding: 0;
		position: absolute;
		margin-top:0;
		left: 0;
		z-index: 99999;
		-webkit-transition: all .2s ease 0s;
		-moz-transition: all .2s ease 0s;
		-o-transition: all .2s ease 0s;
	}
	#averie-nav-wrapper .menu .sub-menu {
		border-bottom: 1px solid #CECFD0;
	}
	#averie-nav-wrapper .menu .sub-menu li {
		border-top:1px solid;
		border-left:1px solid;
		border-right:1px solid;
		border-color:#CECFD0;
	}
	#averie-nav-wrapper ul.menu ul a,
	#averie-nav-wrapper .menu ul ul a {
		color: #222222;
		margin-right: 5px;
		font-size:10.5px;
		font-weight: 400;
		padding: 6px 0px 6px 10px;
		min-width: 185px;
		line-height:23px;
	}
	#averie-nav-wrapper .menu .sub-menu .sub-menu li:first-of-type a {
		margin-top:-1px;
		line-height: 24px;
	}
	#averie-nav-wrapper ul.menu .sub-menu .menu-item-has-children > a:after {
		font-family: "FontAwesome";
		content: "\f105";
		margin-left: 8px;
		font-size: 11px;
	}
	#averie-nav-wrapper ul.menu ul li,
	#averie-nav-wrapper .menu ul ul li {
		padding-right:0;
		margin-right:0;
		margin-left: 0;
		border-top: 1px solid;
		border-left: 1px solid;
		border-right: 1px solid;
		border-color: #CECFD0;
	}
	#averie-nav-wrapper ul.menu li:hover > ul,
	#averie-nav-wrapper .menu ul li:hover > ul {
		display: block;
	}
	#averie-nav-wrapper .menu .sub-menu ul,
	#averie-nav-wrapper .menu .children ul {
		left: 100%;
		top: 0;
	}
	#averie-nav-wrapper .menu .sub-menu .sub-menu {
		margin-top: -1px;
	}

/* ------- Cart Icon ------- */
.averie-top-cart-icon {
	display: none;
}
.is-sticky .averie-top-cart-icon {
	display: inline-block;
	float: right;
	margin: 2px 10px 0 35px;
}
.averie-top-cart-icon:before {
	position: absolute;
	content: '';
	border-left: 1px solid #CECFD0;
	height: 25px;
	top: 10px;
	right: 80px;
}
.averie-cart-count {
	margin-right: 6px;
}
.averie-cart-count:before {
	font-family: FontAwesome;
	content: "\f07a";
	font-size: 14px;
	line-height: 40px;
	right: 50px;
	color: #222222;
}
.averie-count-val {
	display: inline-block;
	text-align: center;
	position: absolute;
	background-color: #A7A9AC;
	color: #FFFFFF;
	width: 17px;
	height: 17px;
	line-height: 14px;
	border-radius: 100%;
	top: 8px;
	right: 28px;
	font-size: 13px;
}

/* ------------------------------- 2.2 Mobile Menu ------------------------------- */
#averie-menu-mobile {
	position:relative;
	z-index: 9999;
}
.is-sticky #averie-menu-mobile.averie-mobile-sticky-open {
	height: 100%;
	overflow-y: scroll;
}
.slicknav_nav {
	clear: both;
}
.slicknav_menu {
	*zoom: 1;
	text-align: left;
    display: none;
    background: #FFFFFF;
    border-bottom: 1px solid #CECFD0;
    border-top: 1px solid #CECFD0;
}
.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both
}
.slicknav_btn {
	position: relative;
    display: block;
    padding: 10px 0 10px 20px;
    vertical-align: middle;
    line-height: 27px;
    height:27px;
    cursor: pointer;
}
.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
	font-size:19px;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  background-color: #222222;
  width: 1.125em;
  height: 0.125em;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}
.slicknav_nav {
    margin: 0;
    padding: 0;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
}
.slicknav_nav ul,
.slicknav_nav li {
	display: block;
}
.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 20px;
}
.slicknav_nav > li,
.slicknav_nav .sub-menu > li {
	border-top: 1px solid #CECFD0;
}
.slicknav_nav .slicknav_row {
	display: block;
    padding: 8px 10px;
}
.slicknav_nav a {
	display: block;
    padding: 7px 10px;
    margin: 2px 5px;
    text-decoration:none;
    color: #222222;
	font-size: 10.5px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	display: inline;
    padding:0;
    margin:0;
}
.slicknav_nav a:hover{
    color: #D08A18;
}
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}
.slicknav_menu  .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_no-text {
	margin-top: 7px;
}
.slicknav_nav .slicknav_arrow {
	font-size: .8em;
	margin: 0 0 0 0.4em;
	-webkit-appearance:none;
}

/* ------------------------------- 2.3 Featured Image & Slider ------------------------------- */
#averie-featured-section {
	padding: 40px 0 0;
}
.averie-featured-container {
	width: 1200px;
}
.averie-slide-container {
	max-width: 1100px;
	margin: 0 auto;
}
.averie-feat-slide {
	position: relative;
}
.averie-feat-item {
	height: 515px;
	background-color: #E5E5E5;
	position: relative;
	overflow: hidden;
}
.averie-feat-item img {
	width: 100%;
}
.averie-feat-overlay {
	position: absolute;
	height: 100%;
	width: 90%;
	top: 0;
	left: 5%;
	display: table;
}
.averie-feat-overlay:hover {
	border-color: #FFFFFF;
}
.averie-feat-caption {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.averie-feat-slide-default .averie-feat-caption {
	padding: 0 30px;
}
.averie-feat-caption h2,
.averie-feat-caption h4,
.averie-feat-caption .averie-read-more {
	color: #FFFFFF;
}
.averie-feat-caption h2 {
	font-size: 42px;
}
.averie-feat-caption .averie-read-more {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	padding: 9px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #FFFFFF;
	display: inline-block;
	text-transform: uppercase;
}

/* ------- Featured Image ------- */
.averie-featured-image {
	max-width: 1100px;
	margin: 0 auto;
}
.averie-featured-image .averie-feat-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.averie-feat-caption h4 {
	padding: 9px 0 0 0;
	margin: 10px 0 0 0;
	line-height: 1.5;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px ;
	border-top: 1px solid;
	display: inline-block;
	text-transform: uppercase;
}

/* ------- Slider + External Box ------- */
.averie-feat-slide-box .averie-feat-slide {
	display: table !important;
}
.averie-feat-slide-box .averie-feat-item {
	width: 675px;
	float: right;
	margin-left: 20px;
}
.averie-slider-box {
	border: 1px solid #CECFD0;
	display: table-cell;
	vertical-align: middle;
	padding: 25px;
	text-align: center;
	min-width: 350px;
}
.averie-slider-box.averie-box-mobile {
	display: none;
}

/* ------- Slider + Glider ------- */
.averie-feat-slide-glider .averie-feat-slide {
	margin: 0 15px 0 0;
}
.averie-feat-slide-glider .averie-feat-slide.slick-active:nth-of-type(3n) {
	margin: 0;
}
.averie-feat-slide-glider .averie-feat-item {
	height: 400px;
}
.averie-feat-slide-glider .averie-feat-item img {
	min-height: 100%;
}
.averie-glider-caption {
	padding: 15px;
	border: 1px solid #CECFD0;
	border-top: 0px;
	text-align: center;
}
.averie-glider-caption h2,
.averie-glider-view-post {
	color: #222222;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.averie-glider-caption h2 {
	font-size: 18px;
	padding: 0;
	margin-bottom: 5px;
}
.averie-glider-view-post {
	font-size: 10.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #D08A18;
}
.averie-glider-caption h2:hover,
.averie-glider-view-post:hover {
	color: #CECFD0;
}
.averie-glider-mobile {
	display: none;
}

/* ------------------------------- 2.4 Promo Boxes ------------------------------- */
#averie-promo-box-section {
	overflow: auto;
	padding-top: 40px;
}
.averie-promo-box {
	position: relative;
	background-color: #e5e5e5;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 215px;
	width: 340px;
	display: table;
 }
.averie-promo-box-overlay {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}
.averie-promo-box-overlay:after {
	position: absolute;
	content: '';
	border: 1px solid #FFFFFF;
	height: 90%;
	width: 92%;
	top: 5%;
	left: 4%;
}
.averie-promo-box-title {
	text-transform: uppercase;
	max-width: 60%;
	display: inline-block;
	margin: auto;
	background: #ffffff;
	color: #222222;
	font-size: 11px;
	padding: 7px 9px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
}
.averie-promo-box.one, .averie-promo-box.two {
	margin-right: 40px;
}

/* ------------------------------- END Header Elements ------------------------------- */

/* ------------------------------- 3. Global Blog Styles ------------------------------- */
.post {
	margin-bottom: 50px;
	overflow: auto;
}

/* ------- Post Header ------- */
.averie-post-header {
	padding: 10px 0 0 0;
}
.averie-post-header.averie-no-post-img,
.averie-pin-disabled .averie-post-header.averie-no-post-img {
	padding: 0px;
	margin-top: -5px;
}
.averie-pin-disabled .averie-post-header {
	padding: 20px 0 0 0;
}
.averie-post-header h1,
.averie-post-header h2 {
	margin: 0;
	padding: 0;
	color: #000000;
}
.averie-post-header h1 a,
.averie-post-header h2 a {
	display: block;
	padding: 0;
	font-size: 33px;
	color: #000000;
	line-height: 1.15;
}
.averie-post-header strong {
	font-size: 31px;
	padding-left: 2px;
}
.averie-post-date,
.averie-cat {
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline;
	font-size: 10.5px;
	font-family: 'Montserrat', sans-serif;
	color: #222222;
	margin: 3px 4px 0;
}
.averie-modified-cat a {
	padding: 0 1px;
}
.averie-post-date a,
.averie-post-date a:hover {
	color: #222222;
}
.averie-post-bullet {
	color: #222222;
	font-size: 5px;
	vertical-align: 2px;
}

/* ------- Post Image ------- */
.averie-post-media  {
	position: relative;
	overflow: hidden;
}
.averie-post-img {
	position: relative;
	overflow: hidden;
	line-height: .5;
}
.averie-post-img img {
	max-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.averie-post-img.averie_image_zoom img:hover {
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
     transform:scale(1.05);
}
.averie-gallery-post .averie-post-img.averie_image_zoom img:hover {
	transform: none;
}

/* ------- Post Location ------- */
.averie-post-location {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 2;
	background: #FFFFFF;
	padding: 6px 8px;
}
.fa.fa-map-marker {
	padding-right: 5px;
	font-size: 20px;
	vertical-align: -3px;
}
.averie-post-location span {
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #222222;
}

/* ------- Post Content ------- */
.averie-post-entry {
	overflow: hidden;
}
.averie-post-excerpt {
	margin: 12px 0 0 0;
	overflow: hidden;
}
.averie-post-excerpt p {
	margin-bottom: 0px;
}
.averie-read-more {
	padding: 6px 0 0 0;
	line-height: 1;
}
.averie-read-more a {
	text-transform: uppercase;
	font-size: 10.5px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
}

/* ------- Post Footer ------- */
.averie-post-footer {
	overflow: hidden;
	clear:both;
	border: 1px solid #CECFD0;
	padding: 6px 8px;
	margin-top: 25px;
}

/* -- Comment Count -- */
.averie-post-comment-count {
	display: inline-block;
	text-transform: uppercase;
	float: left;
	line-height: 1;
}
.averie-post-comment-count a {
	font-size: 10.5px;
	letter-spacing: 2px;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
}
.averie-comment-num {
	font-family: 'EB Garamond', serif;
	font-size: 34px;
	line-height: 16px;
	vertical-align: -2px;
	padding-right: 2px;
}

/* -- Share Buttons -- */
.averie-post-share-buttons {
	display: inline-block;
	float: right;
	text-align: right;
	padding-top: 2px;
}
.averie-post-share-buttons a {
	color: #222222;
	padding-left: 13px;
	font-size: 14px;
}
.averie-share-label {
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
	color: #222222;
	text-transform: uppercase;
	vertical-align: 1px;
}

/* ------- Affiliate Items ------- */

/* -- Affiliate Item - Side -- */
.averie-affiliate-item {
	margin: 0 auto;
}
.averie-affiliate-item:hover {
	opacity: .8;
}

/* -- Affiliate Item - Below -- */
.averie-affiliate-widget {
	clear: both;
	border-top: 1px solid #CECFD0;
	margin: 25px 0 -23px;
}
.averie-affiliate-widget iframe {
	width: 95%;
	display: block;
	margin: 0 auto;
}
.averie-no-post-footer .averie-affiliate-widget {
	margin: 20px 0 -5px;
}
/* ------------------------------- END Global Blog Styles ------------------------------- */


/* ------------------------------- 4. Page Template: Blog Layout ------------------------------- */
.averie-blog-item .averie-post-entry {
	margin: 0;
	position: relative;
}
.averie-blog-item.averie-pin-disabled .averie-post-img {
	background: #CECFD0;
}
.averie-post-entry-left {
	width: 71%;
	float: left;
	overflow: auto;
}
.averie-post-entry-left-content {
	margin-right: 25px;
}
.averie-post-entry-left .averie-read-more {
	display: inline-block;
	padding: 0 0 0 5px;
}
.averie-post-entry-left .averie-no-post-footer.averie-post-excerpt {
	margin: 13px 0 25px;
}
.averie-post-entry-right {
	float: left;
	width: 28.8%;
	margin: 15px auto 25px;
	padding: 10px 0 0 0;
	text-align: center;
	border-left: 1px solid #CECFD0;
}
.averie-post-single-content {
	text-align: left;
	margin: 10px 0 0 0;
}
.averie-post-footer.averie-single-element .averie-post-share-buttons,
.averie-post-footer.averie-single-element .averie-post-comment-count {
	float: none;
}
.averie-post-footer.averie-single-element .averie-post-share-buttons {
	padding-left: 3px;
}
.averie-post-content.averie-no-post-footer {
	border-bottom: 1px solid #CECFD0;
	padding-bottom: 30px;
}
.averie-full-post-content.averie-post-content.averie-no-post-footer {
	padding-bottom: 10px;
}
.averie-has-aff-link .averie-post-content.averie-no-post-footer {
	padding-bottom: 0px;
}
.sticky .averie-post-content.averie-no-post-footer {
	border-bottom: 0px;
	padding-bottom: 0px;
}

/* -- Show Full Content -- */
.averie-blog-item .averie-full-post-content .averie-post-header {
	padding: 15px 0 3px 0;
}
.averie-blog-item .averie-full-post-content .averie-post-header.averie-no-post-img {
	padding: 0;
}

/* -- Full Width Styles -- */
.averie-full-width .averie-post-entry-left {
	width: 74%;
}
.averie-full-width .averie-post-entry-left-content {
	margin-right: 35px;
}
.averie-full-width .averie-post-entry-right {
	width: 25.8%;
	margin: 15px auto 30px;
}
/* ------------------------------- END Page Template: Blog Layout ------------------------------- */


/* ------------------------------- 5. Page Template: Block Layout ------------------------------- */
.averie-block-layout.post {
	overflow: hidden;
	margin-bottom: 60px;
}
.averie-block-layout .averie-post-content {
	display: table;
	width: 100%;
}
.averie-block-layout .averie-post-content {
	position: relative;
}
.averie-block-layout .averie-post-content:after {
	position: absolute;
	content: '';
	top: 15px;
	bottom: 15px;
	width: 54%;
	border: 1px solid #CECFD0;
}
.averie-post-content.averie-no-post-img {
	margin-top: -5px;
}
.averie-post-content.averie-no-post-img:after {
	display: none;
}
.averie-block-layout .averie-post-content.averie-odd-row:after {
	right: 0px;
}
.averie-block-layout .averie-post-content.averie-even-row:after {
	left: 0px;
}
.averie-block-layout .averie-post-location {
	top: 30px;
}
.averie-block-layout.averie-pin-disabled .averie-post-img {
	background: #CECFD0;
}
.averie-block-layout .averie-post-header {
	padding: 0;
}
.averie-block-layout .averie-post-header h2 {
	margin-bottom: -2px;
}
.averie-block-layout .averie-post-header h2 a {
	font-size: 30px;
}
.averie-block-layout .averie-post-header.averie-no-post-img {
	margin-top: 2px;
}
.averie-block-layout .averie-post-media,
.averie-block-layout .averie-post-entry {
	display: table-cell;
}
.averie-block-layout .averie-post-media {
	width: 48%;
}
.averie-block-layout .averie-post-entry.averie-no-post-img {
	width: 100%;
	padding: 0;
	text-align: center;
}
.averie-block-layout .averie-post-media.averie-no-post-img {
	padding: 0;
	display: none;
}
.averie-block-mobile-post-media {
	display: none;
}
.averie-block-layout .averie-post-entry {
	max-width: 50%;
	vertical-align: middle;
}
.averie-block-layout .averie-post-entry {
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
.averie-even-row .averie-post-location {
	left: 0;
	right: auto;
}
.averie-block-layout .averie-post-img img,
.averie-block-layout .averie-pin-it-wrapper {
	vertical-align: bottom;
}
.averie-even-row .averie-pin-it-button {
	right: 20px;
	left: auto;
}
.averie-block-layout .averie-post-comment-count {
	line-height: 22px;
}
.averie-block-contents {
	padding: 20px 25px 30px;
	text-align: center;
}
.averie-no-post-img .averie-block-contents {
	padding: 0;
}
.averie-block-layout .averie-comment-num {
	font-size: 30px;
	vertical-align: -1px;
}
.averie-block-layout.averie-no-post-img.averie-no-post-footer {
	border-bottom: 1px solid #CECFD0;
	padding-bottom: 25px;
}
.averie-block-layout .averie-no-post-footer .averie-read-more {
	padding: 10px 0 0 0;
}
.averie-block-layout .averie-pagination {
	margin-top: -10px;
}


/* ------------------------------- END Page Template: Block Layout ------------------------------- */


/* ------------------------------- 6. Page Template: Gallery Layout ------------------------------- */
.averie-gallery {
	margin-bottom: 35px;
	z-index: 999;
	overflow: hidden;
}
.averie-gallery-item.post,
.averie-gallery-item.type-page,
.averie-gallery-item.type-product {
	width: 372.5px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 1;
	margin: 0 0 15px 0;
	text-align: center;
}
.averie-gallery-item.averie-gal-excerpt {
	background: inherit;
}

/* -- Gallery Image -- */
.averie-gallery-post-img,
.averie-gallery-item:hover .averie-gallery-post-img {
	position: relative;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.averie_image_zoom.averie-gallery-post-img:hover,
.averie-gallery-item:hover .averie-gallery-post-img.averie_image_zoom {
	overflow: hidden;
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
     transform:scale(1.05);
}
.averie-gallery-post-img img {
	display: block;
	max-width: 100%;
	width: 100%;
}
.averie-gallery-post-img.averie-pin-it-gal:hover {
	opacity: 1;
}
.averie-gal-img-container {
	overflow: hidden;
}

/* -- Gallery Caption -- */
.averie-gal-caption {
	margin-top: -3px;
	overflow: hidden;
	padding: 12px 12px 14px;
	border: 1px solid #CECFD0;
	border-top: 0px;
	text-align: center;
}
.averie-gal-caption h2 {
	margin-bottom: 0px;
	font-size: 21px;
}
.averie-gal-caption h2 a {
	font-size: 18px;
	padding: 0 0 5px 0;
	color: #222222;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.averie-gal-caption .averie-post-date {
	display: block;
	margin-top: 7px;
}

/* -- Gallery Overlay -- */
.averie-gal-rollover .averie-gallery-post-img {
	height: auto;
}
.averie-gal-rollover .averie-gallery-post-img img {
	transition: none;
}
.averie-gal-rollover .averie-gallery-post-img img:hover {
	transform: none;
}
.averie-gallery-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	background: rgba(91, 91, 95, .50);
}
.averie-gal-overlay-container {
	display: table;
	table-layout: fixed;
	position: absolute;
	height: 93%;
	width: 93%;
	max-width: 93%;
	top: 3.5%;
	left: 3.5%;
	background: transparent;
	z-index: 1;
	border: 1px solid #FFFFFF;
}
.averie-gal-overlay-contents {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 40px;
}
.averie-gal-overlay-contents h2 {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 1.2;
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.averie-gal-overlay-contents .averie-read-more {
	margin: 25px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 12px;
	display: inline-block;
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

/* -- Fixed Gallery -- */
.averie-fixed-height-gal .averie-gallery-item {
	margin: 0 15px 15px 0;
}
.averie-fixed-height-gal.averie-two-cols .averie-gal-excerpt.averie-gallery-item:nth-of-type(2n+1),
.averie-fixed-height-gal.averie-two-cols-side .averie-gal-excerpt.averie-gallery-item:nth-of-type(2n+1),
.averie-fixed-height-gal.averie-three-cols .averie-gal-excerpt.averie-gallery-item:nth-of-type(3n+1),
.averie-fixed-height-gal.averie-three-cols-side .averie-gal-excerpt.averie-gallery-item:nth-of-type(3n+1),
.averie-fixed-height-gal.averie-four-cols .averie-gal-excerpt.averie-gallery-item:nth-of-type(4n+1) {
	clear: both;
}
.averie-fixed-height-gal.averie-three-cols .averie-gallery-item:nth-of-type(3n),
.averie-fixed-height-gal.averie-three-cols-side .averie-gallery-item:nth-of-type(3n),
.averie-fixed-height-gal.averie-two-cols .averie-gallery-item:nth-of-type(2n),
.averie-fixed-height-gal.averie-two-cols-side .averie-gallery-item:nth-of-type(2n),
.averie-fixed-height-gal.averie-four-cols .averie-gallery-item:nth-of-type(4n) {
	margin: 0 0 15px 0;
}
.averie-gallery.averie-gal-excerpt {
	margin-bottom: 15px;
}
.averie-fixed-height-gal .averie-gallery-item.averie-gal-excerpt {
	margin: 0 15px 35px 0;
}
.averie-fixed-height-gal.averie-three-cols .averie-gal-excerpt.averie-gallery-item:nth-of-type(3n),
.averie-fixed-height-gal.averie-two-cols .averie-gal-excerpt.averie-gallery-item:nth-of-type(2n),
.averie-fixed-height-gal.averie-two-cols-side .averie-gal-excerpt.averie-gallery-item:nth-of-type(2n) {
	margin: 0 0 35px 0;
}
.averie-fixed-height-gal .averie-gallery-post-img {
	background-size: cover;
	background-position: center;
	background-color: #E5E5E5;
}
.averie-fixed-height-gal .averie-gal-no-img .averie-gallery-post-img:hover {
	opacity: 1;
}

/* -- 2 Column Gallery -- */
.averie-two-cols .averie-gallery-item {
	width: 49.2%;
}
.averie-fixed-height-gal.averie-two-cols .averie-gallery-post-img {
	height: 540px;
}
.averie-two-cols .averie-gal-caption h2 a {
	font-size: 20px;
}

/* -- 2 Column + Sidebar Gallery -- */
.averie-fixed-height-gal.averie-two-cols-side .averie-gallery-post-img {
	height: 370px;
}

/* -- 3 Column Gallery -- */
.averie-three-cols .averie-gallery-item {
	width: 32.4%;
}
.averie-fixed-height-gal.averie-three-cols .averie-gallery-post-img {
	height: 350px;
}

/* -- 3 Column + Sidebar Gallery -- */
.averie-three-cols-side .averie-gallery-item {
	width: 32%;
}
.averie-fixed-height-gal.averie-three-cols-side .averie-gallery-post-img {
	height: 243px;
}
.averie-three-cols-side .averie-gal-caption,
.averie-four-cols .averie-gal-caption {
	padding: 9px 9px 14px;
}
.averie-three-cols-side .averie-gal-caption h2 a,
.averie-four-cols .averie-gal-caption h2 a {
	font-size: 17px;
}
.averie-three-cols-side .averie-gal-caption .averie-post-date,
.averie-four-cols .averie-gal-caption .averie-post-date {
	font-size: 10px;
}
.averie-three-cols-side .averie-gal-overlay-container {
	width: 92.5%;
}
.averie-three-cols-side .averie-gal-overlay-contents,
.averie-four-cols .averie-gal-overlay-contents {
	padding: 20px;
}
.averie-three-cols-side .averie-gal-overlay-contents h2,
.averie-four-cols .averie-gal-overlay-contents h2 {
	font-size: 18px;
}

/* -- 4 Column Gallery -- */
.averie-four-cols .averie-gallery-item {
	width: 23.9%;
}
.averie-fixed-height-gal.averie-four-cols .averie-gallery-post-img {
	height: 263px;
}

/* -- Masonry Gallery -- */
.averie-gallery.averie-gal-masonry {
	margin-bottom: 35px;
}
.averie-gal-masonry .averie-gal-img-container.averie-gal-no-img {
	margin-bottom: 0px;
}
.averie-gal-masonry .averie-no-post-img .averie-gallery-post-img {
	background: #E5E5E5;
	min-height: 200px;
}
.averie-gal-no-effect .averie-gallery-item.averie-pin-disabled.averie-no-post-img,
.averie-gal-excerpt .averie-gal-img-container.averie-gal-no-img {
	background: #E5E5E5;
}
.averie-three-cols.averie-gal-masonry .averie-gal-overlay-contents {
	padding: 20px;
}
.averie-three-cols.averie-gal-masonry .averie-gal-overlay-contents h2 {
	font-size: 20px;
}
/* ------------------------------- END Page Template: Gallery Layout ------------------------------- */

/* ------------------------------- 7. Page Template: Grid Layout ------------------------------- */
.averie-grid {
	overflow: auto;
	margin-bottom: 5px;
}
.averie-grid-item {
	width: 360px;
	margin: 0 40px 30px 0;
	float: left;
	overflow: hidden;
	position: relative;
}
.averie-grid-blog-first .averie-blog-item {
	margin-bottom: 40px;
}
.averie-grid-item:nth-of-type(even) {
	margin: 0 0 30px 0;
}
.averie-grid-img-container {
	overflow: hidden;
	background-color: #E5E5E5;
}
.averie-grid-item .averie-pin-it-wrapper {
	float: left;
}
.averie-grid-item .averie-post-img {
	height: 260px;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.averie-grid-item .averie_image_zoom.averie-post-img:hover {
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
     transform:scale(1.05);
}
.averie-grid-item .averie-post-img img {
	height: 100%;
}

/* -- Grid Caption -- */
.averie-grid-caption {
	overflow: hidden;
	float: left;
	margin-top: 7px;
}
.averie-grid-caption .averie-post-header {
	padding: 0;
}
.averie-grid-caption .averie-post-location {
	position: relative;
	padding: 0 0 3px 0;
	top: auto;
	right: auto;
}
.averie-grid-caption .averie-post-location span {
	vertical-align: -2px;
}
.averie-grid-caption .fa.fa-map-marker {
	font-size: 16px;
}
.averie-grid-caption h2 a {
	font-size: 26px;
	color: #222222;
	padding: 0;
}
.averie-grid-caption .averie-post-date,
.averie-grid-caption .averie-cat {
	font-size: 10.5px;
	margin: 0 3px 0;
}
.averie-grid-caption .averie-cat span {
	display: none;
}
.averie-grid-caption.averie-grid-no-date .averie-cat span {
	display: inline-block;
}
.averie-grid-caption .averie-post-excerpt {
	margin: 15px 0 0;
}
.averie-grid-caption .averie-read-more {
	padding: 15px 0 0;
}

/* -- Full-Width Grid -- */
.averie-full-width .averie-grid-item {
	width: 530px;
	margin: 0 40px 35px 0;
}
.averie-full-width .averie-grid-item:nth-of-type(even) {
	margin: 0 0 35px 0;
}
.averie-full-width .averie-grid-item .averie-post-img {
	height: 385px;
}
.averie-full-width .averie-grid-caption h2 a {
	font-size: 28px;
}
.averie-full-width .averie-grid-caption .averie-post-date,
.averie-full-width .averie-grid-caption .averie-cat,
.averie-full-width .averie-grid-caption .averie-post-location span {
	font-size: 11px;
}
/* ------------------------------- END Page Template: Grid Layout ------------------------------- */

/* ------------------------------- 8. Page Template: List Layout ------------------------------- */
.averie-list-item {
	margin-bottom: 40px;
	position: relative;
	display: table;
	width: 100%;
}

/* -- List Image -- */
.averie-list-img-container {
	overflow: hidden;
	position: relative;
}
.averie-list-img-container:after {
	position: absolute;
	content: '';
	border: 1px solid #CECFD0;
	height: 250px;
	width: 300px;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.averie-list-item .averie-post-img {
	height: 250px;
	width: 300px;
	margin-bottom: 25px;
	background-size: cover;
	background-color: #E5E5E5;
	background-position: center;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.averie-list-item .averie-post-img img {
	height: 100%;
}
.averie-pin-enabled .averie-list-img-container:hover .averie-post-img,
.averie-list-img-container:hover .averie-post-img {
	z-index: 2;
}
.averie-pin-enabled.averie-no-post-img .averie-list-img-container:hover .averie-post-img {
	z-index: -1;
}
.averie-list-img-container:hover .averie-post-img.averie_image_zoom img {
	-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
     transform:scale(1.05);
}
.averie-list-img-container:hover {
	overflow: hidden;
}
.averie-list-item .averie-pin-it-wrapper {
	height: 250px;
	width: 300px;
	margin-bottom: 25px;
}
.averie-list-item .averie-pin-it-button {
	z-index: 3;
}

/* -- List Caption -- */
.averie-list-caption {
	display: table-cell;
	vertical-align: middle;
	width: 54%;
	max-width: 410px;
	padding-top: 20px;
}
.averie-list-caption .averie-post-location {
	position: relative;
	padding: 0 0 4px 0;
	top: auto;
	right: auto;
}
.averie-list-caption .averie-post-header {
	padding: 0;
}
.averie-list-caption .averie-post-header h2 a {
	font-size: 26px;
}
.averie-list-caption .averie-cat span {
	display: none;
}
.averie-list-caption.averie-list-no-date .averie-cat span {
	display: inline-block;
}
.averie-list-caption .averie-read-more {
	padding: 15px 0 0 0;
}

/* -- Full Width -- */
.averie-full-width .averie-list-img-container:after,
.averie-full-width .averie-list-item .averie-post-img,
.averie-full-width .averie-list-item .averie-pin-it-wrapper {
	height: 375px;
	width: 450px;
}
.averie-full-width .averie-list-caption .averie-post-header h2 a {
	font-size: 28px;
}

/* ------------------------------- END Page Template: List Layout ------------------------------- */


/* ------------------------------- 9. Page Template: Stack Layout ------------------------------- */
.averie-stack {
	overflow: auto;
	margin-bottom: 10px;
}
.averie-stack-item {
	position: relative;
	margin-bottom: 40px;
	min-height: 200px;
	background: #CECFD0;
	overflow: hidden;
}
.averie-stack-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.averie-stack-overlay-container {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0%;
	left: 0%;
	background: transparent;
	z-index: 1;
}
.averie-stack-overlay-contents {
	display: table-cell;
	vertical-align: middle;
	padding: 40px;
	text-align: center;
}
.averie-stack-item .averie-stack-img-overlay {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.averie-post-img.averie_image_zoom .transform-stack {
	overflow: hidden;
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
     transform:scale(1.05);
}
.averie-stack-overlay-contents h2 {
	font-size: 35px;
	color: #FFFFFF;
	line-height: 1.2;
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.averie-stack-overlay-contents .averie-read-more {
	margin: 10px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 9px 0 0 0;
	display: inline-block;
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

/*Full-Width Styles*/
.averie-full-width .averie-stack-overlay-contents h2 {
	font-size: 42px;
}
/* ------------------------------- END Page Template: Stack Layout ------------------------------- */


/* ------------------------------- 10. Post Elements ------------------------------- */

/* ------------------------------- 10.1 Single Post ------------------------------- */
.single-averie-post {
	margin-bottom: 10px;
}
.single-averie-post .averie-post-header {
	padding: 15px 0;
	margin: 0;
}
.single-averie-post .averie-post-header h1 {
	padding: 0 0 5px 0;
}
.single-averie-post .averie-post-header.averie-no-post-img {
	padding: 0 0 15px 0;
}
.single-averie-post .averie-post-content {
	padding-bottom: 0px;
	overflow: hidden;
}
.single-averie-post .averie-post-media {
	position: relative;
	z-index: 1;
}
.single-averie-post .averie-post-footer {
	margin: 10px 0 27px 0;
}
.averie-audio-post.averie-post-img iframe {
	max-width: 100%;
}
.single-averie-post .averie-no-single-footer .averie-post-author-box {
	margin-bottom: 25px;
}
.averie-full-width .single-averie-post {
	margin-bottom: 20px;
}

/* -- Post Tags -- */
.averie-post-tags {
	margin: 0 0 30px;
	clear:both;
	font-size: 11px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	color: #222222;
}
.averie-post-tags-title {
	padding: 0 3px 0 0;
	color: #222222;
}
.averie-post-tags a {
	text-transform: lowercase;
}
.averie-post-tags-icon {
	font-size: 12px;
	line-height: 1;
	padding-right: 4px;
}
.averie-full-post-content.averie-no-post-footer .averie-post-tags {
	margin: 2px 0 20px 0;
}

/* -- Post Pagination -- */
.averie-post-pagination {
	overflow: auto;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #CECFD0;
	padding-bottom: 10px;
}
.averie-pagination-post {
	width: 49.7%;
	float: left;
	text-transform: uppercase;
	min-height: 10px;
}
.averie-pagination-post h4 {
	font-size: 12px;
}
.averie-next-post {
	text-align: right;
	margin-right: 3px;
}
.averie-pagination-post a {
	display: inline-block;
	padding: 6px 0 0 0;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-size: 11.5px;
	letter-spacing: 2px;
}
.averie-pagination-post i {
	padding: 0 2px;
}
.averie-pagination-post-title {
	font-size: 14px;
	color: #949494;
	font-style: italic;
	text-transform: none;
}
.averie-post-pagination span {
	line-height: 1;
}

/* -- Author-- */
.averie-post-author-box {
	margin: 10px 0 35px;
	padding: 12px 0 5px;
	clear:both;
	overflow: auto;
	text-align: left;
	border-top: 1px solid #CECFD0;
	border-bottom: 1px solid #CECFD0;
}
.averie-post-author-box.averie-post-has-tags {
	margin: 0 0 35px 0;
}
.averie-author-img {
	float: left;
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.averie-author-img:after {
	position: absolute;
	content: '';
	top: 1.5px;
	left: 1px;
	border: 1px solid #CECFD0;
	height: 80px;
	width: 80px;
	border-radius: 50%;
}
.averie-author-img img {
	padding: 0;
	margin: 5px 5px 0px;
	height: 75px;
	width: 75px;
	border-radius: 50%;
}
.averie-author-content h5 {
	display: inline-block;
	font-size: 14px;
	padding: 10px 0 7px 0;
	margin-bottom: 2px;
}
.averie-author-content h5 a {
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}
.averie-author-content p:first-of-type {
	margin-bottom: 15px;
	color: #808080;
}

/* ------------------------------- 10.2 Related Posts ------------------------------- */
.averie-related-posts {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	margin: 0 0 30px 0;
}
.averie-related-posts.averie-post-no-pagination {
	margin: 10px 0 30px 0;
}

/* ------- Related Posts Title ------- */
.averie-related-title {
	font-size: 18.5px;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 5px 0;
	text-align:left;
	color: #222222;
}

/* ------- Related Item ------- */
.averie-item-related {
	float: left;
	width: 32%;
	margin-right: 15px;
	position: relative;
	background: #FFFFFF;
}
.averie-full-width .averie-item-related {
	width: 23.97%;
}
.averie-item-related:first-of-type {
	clear: both;
}
.averie-item-related:last-of-type {
	margin: 0;
}

/* ------- Related Item Image + Caption ------- */
.averie-item-related img {
	width: 100%;
	height: 243px;
}
.averie-full-width .averie-item-related img {
	height: 260px;
}
.averie-item-related-img:hover {
	opacity: .8;
}
.averie-item-related-img a {
	height: 165px;
	display: block;
}
.averie-item-related-caption {
	border: 1px solid #CECFD0;
	border-top: 0px;
	padding: 10px 7px 7px;
	margin: -7px 0 0 0;
}
.averie-item-related-caption.averie-related-no-img {
	margin: 0;
	border-top: 1px solid #CECFD0;
}
.averie-item-related h3 {
	font-size: 16px;
	line-height: 17px;
	margin: 0;
}
.averie-item-related h3 a {
	color: #222222;
}
.averie-item-related-read-more {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* ------------------------------- 9.3 Comments Template ------------------------------- */
.averie-post-comments {
	clear: both;
	overflow: auto;
	margin: 0 0 5px 0;
}
.averie-comments-title {
	clear: both;
	display: inline-block;
	float: left;
	font-size: 18px;
	margin-top: 35px;
}
.averie-comments-title.averie-comm-no-author {
	margin-top: 30px;
}
.averie-comments-title.averie-top-comm,
.averie-comments-title.averie-top-comm.averie-comm-no-author {
	margin-top: 0px;
}
.averie-comments-title.averie-single-page-no-footer {
	margin-top: 10px;
}
.averie-comment-form-comment {
	margin-top: -10px;
}

/* ------- Comment Form ------- */
.comment-form input,
.comment-form textarea {
	display: block;
	font-size: 12px;
	border: 1px solid #CECFD0;
	padding: 23px;
	margin: 0;
	-webkit-appearance:none;
}
.comment-form input {
	width: 50%;
	text-transform: uppercase;
	line-height: 18px;
	float: left;
	border-bottom: 0px;
	border-right: 0px;
}
.averie-comment-form-comment textarea {
	max-height: 131px;
	overflow: auto;
	width: 50%;
	float: right;
}
.comment-form #url {
	border-bottom: 1px solid #CECFD0;
}
.form-submit {
	width: 49.7%;
	float: right;
	border: 1px solid #CECFD0;
	border-top: 0px;
	clear: both;
	margin: -65px 0 0 0;
}
.comment-form input[type="submit"] {
	letter-spacing: 2px;
	font-size: 11px;
	color: #222222;
	background: #CECFD0;
	border: 0px;
	float: right;
	padding: 17px 0;
	min-height: 54px;
	width: 97.5%;
	margin: 5px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-webkit-appearance: none;
}
/* Logged In */
.logged-in .averie-comment-form-comment textarea {
	width: 100%;
}
.logged-in .form-submit {
	float: left;
	width: 45%;
	margin: 5px 0 0 0;
	border-top: 1px solid #CECFD0;
}
.comment-form input[type="submit"]:hover {
	background: #A7A9AC;
	color: #FFFFFF;
	cursor: pointer;
}
.comment-respond {
	margin-bottom: 15px;
	overflow: auto;
}
.comment-reply-title {
	font-size: 18px;
	margin: 0;
	display: inline-block;
	color: #222222;
}
/*Full Width Styles*/
 .averie-full-width .comment-form input[type="submit"] {
	width: 98%;
}
.averie-full-width .form-submit {
	width: 49.8%;
}

/* ------- Comments ------- */
.thecomment {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.averie-post-content ul.comments,
.averie-page-content ul.comments {
	text-align: left;
	padding: 0;
	margin: 0;
	clear: both;
}
.comment {
	padding: 0 0 18px;
}
.averie-post-content ul.comments li,
.averie-page-content ul.comments li {
	border-top: 1px solid #CECFD0;
	padding-top: 20px;
	margin: 0;
	list-style-type: none;
	clear: both;
	overflow: hidden;
}
.averie-post-content ul.comments > li:last-of-type,
.averie-page-content ul.comments > li:last-of-type  {
	border-bottom: 1px solid #CECFD0;
	padding: 20px 0 0 0;
	margin-bottom: 30px;
}
.averie-page-content ul.comments > li:last-of-type {
	margin: 0 0 25px 0;
}
.averie-post-content ul.comments li:first-of-type,
.averie-page-content ul.comments li:first-of-type {
	border-top: 0px;
	padding-top: 0px;
}
.averie-post-content ul.comments .children,
.averie-page-content ul.comments .children {
	border-top: 1px solid #CECFD0;
	margin-left: 45px;
}
.averie-post-content ul.comments .children li:first-of-type,
.averie-page-content ul.comments .children li:first-of-type {
	padding-top: 20px;
}
.averie-post-content ul.comments .children li:last-of-type,
.averie-page-content ul.comments .children li:last-of-type {
	border-bottom: 0px;
	margin-bottom: 0px;
}
.comment p {
	padding: 18px 0;
	line-height: 18px;
	margin: 0;
	clear: both;
}
.comment-footer {
	display: inline;
}
.comment .date,
.averie-post-comments .reply a,
.comment .edit a,
.pingback .thecomment .date,
.pingback .thecomment .reply a,
.pingback .thecomment .edit a {
	text-transform: uppercase;
	margin: 0;
	color: #D08A18;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}
.depth-5.comment .edit a,
.depth-5.pingback .thecomment .edit a {
	padding: 0;
}
.comment .author,
.pingback .thecomment .author {
	font-size: 18px;
	display: inline-block;
	margin: 0;
	margin-bottom: 13px;
	max-width: 65%;
}
.comment .author a,
.pingback .thecomment .author a {
	color: #222222;
	font-size: 17px;
}
.comment-author-url {
	display: inline;
}
.comment-approval {
	color: #D08A18;
	line-height: 1;
}
.comment .date,
.pingback .thecomment .date {
	font-family: 'Montserrat', sans-serif;
	color: #222222;
	font-size: 10.5px;
	letter-spacing: 2px;
	display: inline-block;
	float: right;
	padding-top: 3px;
}
.comment .reply,
.comment .edit,
.pingback .thecomment .edit,
.pingback .thecomment .reply {
	float: left;
}
.averie-post-comments .reply a,
.pingback .thecomment .reply a {
	color: #D08A18;
	padding-right: 10px;
}
.children .comment:before {
	display: none;
}
.comment-edit-link .fa-circle {
	font-size: 4px;
	vertical-align: middle;
	padding-right: 6px;
	color: #808080;
}
.depth-5 .comment-edit-link .fa-circle {
	display: none;
}
.comment-parent {
	display: inline-block;
	color: #808080;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.comment-parent i {
	padding: 0 7px 0 5px;
}
.comment-reply-link {
	position: relative;
	padding-bottom: 5px;
}
#comments_pagination .page-numbers {
	margin: 0 0 20px 0;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}
.averie-post-content ul.comments .comment-text li,
.averie-page-content ul.comments .comment-text li {
	border: 0px;
}
.averie-post-content .comment-text p,
.averie-page-content .comment-text p {
	padding: 0px;
	line-height: 22px;
	margin-bottom: 11px;
	clear: none;
}
.averie-post-content .comment-text p:last-of-type,
.averie-page-content .comment-text p:last-of-type {
	margin-bottom: 8px;
}
.averie-post-content .comment-text blockquote p,
.averie-page-content .comment-text blockquote p {
	padding-left: 29px;
	margin-bottom: 20px !important;
}
.averie-post-content .comment-text blockquote p:before,
.averie-page-content .comment-text blockquote p:before {
	font-size: 42px;
}

/*Comment Avatar*/
.comment-author-avatar {
	float: left;
}
.comment-author-avatar img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin: 0 0 20px 0;
}
.comment-text {
	overflow: hidden;
	margin-left: 70px;
}
.pingback .comment-text {
	margin-left: 0px;
}
.pingback .comment-author-avatar img {
	margin: 0 20px 20px 0;
}
.pingback .comment-edit-link .fa-circle {
	display: none;
}

/* ------------------------------- END Post Elements ------------------------------- */


/* ------------------------------- 11. Page Elements ------------------------------- */

/* ------------------------------- 11.1 Single Page ------------------------------- */
.averie-page-content {
	text-align: left;
	margin-bottom: 40px;
}
.averie-template-title,
.averie-page-header h1 {
	margin-bottom: 15px;
	font-size: 33px;
}
.averie-page-header {
	text-align: left;
}
.averie-page-img {
	overflow: hidden;
	margin-bottom: 15px;
	line-height: .5;
}
.averie-page-img .averie-pin-it-wrapper {
	line-height: .5;
}
.averie-page-img img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.averie-page-img.averie_image_zoom img:hover {
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
     transform:scale(1.05);
}
.type-page .averie-post-footer {
	margin: 30px 0 35px 0;
	text-align: center;
}
.type-page .averie-post-footer.averie-single-comm-count {
	text-align: left;
}
.type-page .averie-post-comments {
	margin: 30px 0 5px 0;
}

/* ------- Pagination ------- */
.averie-pagination {
	clear:both;
}
.averie-older,
.averie-newer {
	line-height: 1;
}
.averie-older a,
.averie-newer a {
	text-transform: uppercase;
	margin: 0 0 40px;
	display: inline-block;
	letter-spacing: 2px;
	font-size: 10.5px;
	font-family: 'Montserrat', sans-serif;
	color: #222222;
}
.averie-older {
	float: right;
}
.averie-older i {
	padding-left: 5px;
}
.averie-newer {
	float: left;
}
.averie-newer i {
	padding-right: 5px;
}
.averie-pagination-wrapper {
	display: block;
}

/* ------------------------------- 11.2 Archive Page ------------------------------- */
.averie-archive-box {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 3px;
	margin-top: -5px;
}
.averie-archive-box span {
	padding-right: 5px;
	color: #D08A18;
	font-size: 21px;
}
.averie-archive-box h1 {
	display: inline;
	font-size: 18.5px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	border-left: 2px solid;
	padding-left: 10px;
}
.averie-archive.averie-archive-box span {
	padding-right: 10px;
}

/* ------------------------------- 11.3 Error Page ------------------------------- */
.averie-error-page {
	margin-bottom: 80px;
	text-align: center;
}
.averie-error-page h1 {
	font-size: 120px;
	padding: 20px 0 30px 0;
	text-decoration: underline;
	font-family: 'Montserrat', sans-serif;
}
.averie-post-header.nothing {
	text-align: center;
	margin-top:20px;
}
.averie-post-header.nothing h1 {
	font-size: 30px;
	margin-bottom: 10px;
}
.averie-post-entry.nothing {
	text-align: center;
}

/* ------------------------------- 11.4 Search Form + Results ------------------------------- */
#averie-searchform {
	border: 1px solid #CECFD0;
	padding: 5px;
	max-width: 100%;
}
.averie-error-page #averie-searchform {
	margin: 30px auto;
}
.averie-post-entry.nothing #averie-searchform {
	margin: 30px auto 0;
}
#averie-searchform input[type="text"] {
	border: none;
	border-right: 1px solid #CECFD0;
	font-size: 12px;
	padding: 5px;
	width: 75%;
}
#averie-searchform button {
	border: none;
	background: none;
	padding-left: 20px;
}
#averie-searchform .fa-search {
	font-size: 14px;
	display: inline-block;
	padding: 5px;
	color: #000000;
	-webkit-transform:rotateY(180deg);
  	-moz-transform:rotateY(180deg);
  	-o-transform:rotateY(180deg);
  	-ms-transform:rotateY(180deg);
}
#averie-searchform .screen-reader-text {
	display: none;
}

/* -- Search Results for Pages -- */
.search-results #averie-content .averie-blog-item.page,
.search-results #averie-content .averie-blog-item.product {
	margin-bottom: 50px;
}
.search-results .type-page .averie-post-header .averie-post-bullet,
.search-results .type-product .averie-post-header .averie-post-bullet {
	display: none;
}
.search-results #averie-content .averie-block-layout.page,
.search-results #averie-content .averie-block-layout.product {
	margin-bottom: 50px;
}
.averie-search-results .averie-blog-item:first-of-type .averie-post-header.averie-no-post-img,
.averie-search-results .averie-block-layout:first-of-type.type-page .averie-post-header.averie-no-post-img {
	margin-top: 15px;
}
.averie-search-results .averie-blog-item.type-page .averie-post-footer {
	margin-top: 25px;
}
/* ------------------------------- END Page Elements ------------------------------- */


/* ------------------------------- 12. WordPress Core ------------------------------- */

/* ------------------------------- 12.1 Images + Gallery ------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
   	margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
    width: auto;
	box-sizing:border-box;
}
.averie-pin-it-wrapper .wp-caption {
	width: 100% !important;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 7px 0;
}
.wp-caption.alignright {
   margin: 5px 0 7px 15px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
	color:#888;
    line-height: 17px;
    margin: 2px 10px 8px;
    clear: both;
}

/* ------- Gallery ------- */
.gallery {
	margin-bottom:20px !important;
}
.gallery .gallery-caption{
    font-size:12px;
	color:#888;
	margin-top:4px;
}
.gallery .gallery-icon img{
    border-radius:2px;
    border:1px solid #eee !important;
	padding:7px;
}
.gallery .gallery-icon img:hover {
	border:1px solid #ccc !important;
}

/* ------------------------------- 12.2 Misc Elements------------------------------- */

/* ------- "More" Tag ------- */
.more-link {
	display: block;
	position: relative;
	clear: both;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
	margin: 5px 0 25px;
}
.more-link:after {
	position: absolute;
	content: '\f105';
	font-family: 'FontAwesome';
	top: 0px;
	left: 90px;
}
.averie-wp-links {
	clear: both;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* ------- Blockquote ------- */
blockquote {
	margin-bottom: 10px;
	position: relative;
	width: 95%;
	clear: both;
}
blockquote p {
	position: relative;
	font-size: 19px;
	line-height: 26px;
	padding-left: 29px;
	color: #9a9a9a;
}
blockquote p:before {
	position: absolute;
	content: '\201C';
	font-size: 45px;
	letter-spacing: 0px;
	top: 5px;
	left: 0px;
	font-family: 'Playfair Display',serif;
	font-weight: bold;
	color: #000000;
}

/* ------- Sticky Posts ------- */
.averie-blog-item.sticky {
	position: relative;
	overflow: hidden;
	border: 1px solid #CECFD0;
	padding: 30px;
}
.averie-blog-item.sticky .averie-post-content {
	position: relative;
}
.averie-blog-item.sticky .averie-post-content:before {
	position: absolute;
	content:'\f08d';
	font-family: 'FontAwesome';
	font-size: 35px;
	line-height: 1;
	color: #D08A18;
	top: 6px;
	right: -8px;
	text-align: center;
	z-index: 4;
	margin-top: -22px;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

/* ------- Lists, Tables, & Dividers ------- */
.averie-post-content hr,
.averie-page-content hr {
	border:0;
	height:0;
	border-bottom:1px solid #000000;
	clear:both;
	margin-bottom: 20px;
}
.averie-post-content ul,
.averie-post-content ol,
.averie-page-content ul,
.averie-page-content ol {
	padding-left:45px;
	margin-bottom:20px;
}
.averie-post-content ul,
.averie-page-content ul {
	list-style: square;
}
.averie-post-content ol,
.averie-page-content ol {

}
.averie-post-content li > ul,
.averie-page-content li > ul,
.averie-post-content li > ol,
.averie-page-content li > ol {
	margin: 8px 0 0 0;
}
.averie-post-content ul > li,
.averie-page-content ul > li,
.averie-post-content ul.comments .comment-text li,
.averie-page-content ul.comments .comment-text li,
.averie-post-content ul.comments .comment-text li:first-of-type,
.averie-page-content ul.comments .comment-text li:first-of-type {
	margin: 0 0 12px 0;
	list-style:square;
	padding: 0;
	overflow: inherit;
}
.averie-post-content ul.comments .comment-text li:last-of-type,
.averie-page-content ul.comments .comment-text li:last-of-type {
	margin: 0;
}
.averie-post-content ol > li,
.averie-page-content ol > li,
.averie-post-content ul.comments .comment-text ol li,
.averie-page-content ul.comments .comment-text ol li,
.averie-post-content ul.comments .comment-text ol li:first-of-type,
.averie-page-content ul.comments .comment-text ol li:first-of-type   {
	margin: 0 0 12px 0;
	list-style:decimal;
	padding: 0;
	overflow: inherit;
}
.averie-post-content ul.children,
.averie-page-content ul.children {
	padding-left: 0px;
	margin: 0;
}
.averie-post-content ul.comments ul.children li:first-of-type,
.averie-page-content ul.comments ul.children li:first-of-type {
	margin-top: 0;
}
.averie-post-content pre {
	overflow:auto;
}
.averie-post-content dl,
.averie-page-content dl {
	margin: 10px 0 20px 0;
	padding-left: 25px;
	line-height: 1.4;
}
.averie-post-content dl dt,
.averie-page-content dl dt {
	margin-top: 12px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: #000000;
	text-transform: uppercase;
}
.averie-post-content dl dd,
.averie-page-content dl dd {
	margin-bottom: 12px;
}
.bypostauthor  {}
.mejs-container { margin-bottom: 20px; }
.averie-post-content table, .averie-page-content table { width:100%; margin-bottom:22px; border-collapse:collapse; border: 1px solid #CECFD0; }
.averie-post-content td, .averie-post-content th, .averie-page-content td, .averie-page-content th { padding: 12px; letter-spacing: .5px; border-bottom: 1px solid #CECFD0; border-left: 1px solid #CECFD0;}
.averie-post-content th, .averie-page-content th { font-size:11px; background:#f5f5f5; font-family: 'Montserrat', sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.averie-post-content tr:hover, .averie-page-content tr:hover  {
	background:#f9f9f9;
}
/* ------------------------------- END WordPress Core ------------------------------- */


/* ------------------------------- 13. Sidebar Widgets ------------------------------- */

/* ------- Generic Widget ------- */
.widget {
	border: 1px solid #CECFD0;
	border-bottom: 0px;
	padding: 0px 20px 20px;
	text-align: center;
	overflow: auto;
	clear: both;
}
.widget a {
	color: #222222;
	line-height: 1;
}
.widget-title {
	position: relative;
	text-transform: uppercase;
	font-size: 17px;
	padding: 18px 0 11px 0;
	margin-bottom: 0px;
}
.widget ul {
	margin: -2px 0 0 0;
}
.widget ul li {
	padding: 5px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
}
#averie-sidebar img {
	max-width: 100%;
	vertical-align: middle;
}
.widget .screen-reader-text {
	display:none;
}
.widget select {
	border:1px solid #ddd;
	padding:9px 10px;
	width:100%;
	box-sizing:border-box;
	height: 40px;
	font-size: 12px;
	outline: none;
}

/* ------- Averie Social Widget ------- */
#averie-sidebar .averie_social_widget {
	padding: 0 20px 16px;
}
#averie-sidebar .averie_social_widget .widget-title {
	padding: 18px 0px 8px;
}
#averie-sidebar .averie_social_widget .averie-icon-label {
	display: none;
}
#averie-sidebar .averie-social-widget {
	padding: 6px 0 0;
	text-align: center;
	line-height: 1.5;
}
#averie-sidebar .averie-social-widget a {
	display: inline-block;
	padding: 0 6px;
	font-size: 15px;
}

/* ------- Instagram Widget (Sidebar) ------- */
#averie-sidebar .null-instagram-feed .widget-title {
	padding: 17px 15px 16px;
}
#averie-sidebar .null-instagram-feed {
	overflow: hidden;
	padding: 0px;
}
#averie-sidebar .null-instagram-feed ul {
	margin: 0;
}
#averie-sidebar .null-instagram-feed ul li {
	padding: 0;
}
#averie-sidebar .instagram-pics img:hover {
	opacity: .8;
}
#averie-sidebar .bx-wrapper {
	position: relative;
}
#averie-sidebar .bx-controls-direction {
	position: absolute;
	width: 90%;
	top: -38px;
	left: 15px;
	z-index: 1;
}
#averie-sidebar .bx-prev .fa-angle-left,
#averie-sidebar .bx-next .fa-angle-right {
	font-size: 25px;
	color: #CECFD0;
}
#averie-sidebar .bx-prev .fa-angle-left {
	float: left;
}
#averie-sidebar .bx-next .fa-angle-right {
	float: right;
}
#averie-sidebar .null-instagram-feed .clear {
	padding: 14px 0;
	margin: 0;
}
#averie-sidebar .null-instagram-feed .clear a {
	position: relative;
	color: #D08A18;
	padding-left: 65px;
	font-style: italic;
}
#averie-sidebar .null-instagram-feed .clear a:before {
	position: absolute;
	content: 'follow me';
	top: 3.5px;
	left: 0px;
	color: #222222;
}

/* ------- Averie About Me Widget ------- */
.averie_about_widget .widget-title {
	padding: 18px 0px 16px;
}
.averie-about-img {
	position: relative;
	margin-bottom: 7px;
}
.averie-about-img:after {
	position: absolute;
	content: '';
	top: -4px;
	left: 17px;
	height: 98.5%;
	width: 86%;
	border: 1px solid #CECFD0;
	border-radius: 50%;
}
.averie-about-img img {
	margin-bottom: 10px;
	width: 215px;
	height: 215px;
	border-radius: 50%;
}
.averie-about-widget a {
	color: #D08A18;
	text-transform: none;
}
.averie-about-widget p {
	font-style: italic;
	font-size: 15px;
}
.averie-about-widget p:last-of-type {
	margin-bottom: 0px;
}

/* ------- Averie Recent Posts Widget ------- */
.averie_recent_posts_widget .widget-title {
	padding: 18px 0px 17px;
}
ul.averie-side-newsfeed {
	overflow: auto;
}
ul.averie-side-newsfeed li {
	text-align: left;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #CECFD0;
}
ul.averie-side-newsfeed li:last-of-type {
	margin: 0;
}
.averie-side-image {
	display: inline-block;
	float: left;
	height: 100px;
	width: 120px;
	margin-right: 10px;
	background: #E5E5E5;
}
.averie-side-image img {
	width: 100%;
	height: auto;
}
.averie-side-image:hover {
	opacity: .8;
}
.averie-side-title {
	font-family: 'EB Garamond', serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: -4px 0 0;
}
.averie-side-item-text .excerpt-more-link {
	color: #D08A18;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	padding: 10px 0 0 0;
}

/* ------- Averie Latest Products Widget ------- */
.averie-latest-products-widget .averie-product-image:hover {
	cursor: pointer;
}
.averie-latest-product-title {
	margin: 0;
	padding: 15px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#averie-sidebar .averie-latest-products-widget .bx-wrapper .bx-prev {
	left: -12px;
	margin-top: 6px;
}
#averie-sidebar .averie-latest-products-widget .bx-wrapper .bx-next {
	right: -12px;
	margin-top: 6px;
}

/* ------- Averie Custom List Widget ------- */
.averie-custom-list-widget div {
	display: inline-block;
	padding: 0 5px 2px;
	margin: 0 -2px 5px;
	line-height: 1.2;
	border-bottom: 1px solid #CECFD0;
}
.averie-custom-list-widget p {
	line-height: 1;
	position: relative;
	margin: 0;
}
.averie-custom-list-widget p:after {
	position: absolute;
	bottom: 0px;
	right: -6.5px;
	content: '.';
}
.averie-custom-list-widget a {
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
	color: #D08A18;
	text-transform: uppercase;
	position: relative;
}

/* ------- Averie Map Widget ------- */
.averie_map_widget .widget-title {
	padding: 18px 0px 16px;
}
.averie-map-img img {
	width: 270px;
	margin: 2px auto 0;
}
.averie_map_widget h5 {
	padding: 25px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
	margin: 0;
	line-height: 1.3;
}

/* ------- Averie Facebook Widget ------- */
.averie_facebook_widget .widget-title {
	padding: 18px 0px 16px;
}

/* ------- WordPress Widgets ------- */

/* -- WP Text Box -- */
.textwidget a {
	color: #D08A18;
	text-transform: none;
}
.textwidget p {
	line-height: 1.3;
}

/* -- WP Categories, WP Pages,  WP Recent Posts,
WP Recent Comments, WP Archive, WP Meta, WP Nav Menu  -- */
.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu {
	display: inline;
}
.widget_categories ul li,
.widget_archive ul li {
	display: inline;
	padding: 4px 4px 2px 4px;
	margin: 0 -2px 5px;
	line-height: 2;
	border-bottom: 1px solid #CECFD0;
	color: #808080;
	position: relative;
}
.widget_categories ul.children li  {
	border-bottom: 0px;
}
.widget_categories a,
.widget_archive a {
	text-transform: uppercase;
	color: #D08A18;
	position: relative;
	display: inline;
	padding: 0 3px 0 0;
	margin: 0 2px 0 0;
}
.widget_categories a:after,
.widget_archive a:after {
	position: absolute;
	bottom: 1px;
	content: '.';
	color: #D08A18;
}
.widget_categories select,
.widget_archive select {
	margin-top: 5px;
	font-size: 10.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li {
	margin: 0;
	padding: 0;
}
.widget_pages a,
.widget_meta a,
.widget_recent_entries li,
.widget_nav_menu a {
	display: block;
	padding: 8px 0 6px;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #CECFD0;
	line-height: 1.5;
}
.widget_recent_comments ul {
	margin: 0;
}
.widget_recent_comments ul li,
.recentcomments a {
	text-transform: uppercase;
	padding: 7px 0 6px;
}
.widget_recent_comments ul li {
	border-bottom: 1px solid #CECFD0;
}
.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
	color:grey;
	font-style:italic;
}
.widget_recent_entries .post-date {
	color:grey;
	display:block;
	font-size:10.5px;
	margin-top:2px;
}

/* -- Tag Cloud -- */
.widget_tag_cloud {
	padding: 0 20px 15px;
}
.tagcloud {
	margin-top: -2px;
}
.tagcloud a {
	font-size:11px !important;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	padding: 0 4px;
	margin: 0;
	display:inline-block;
	color: #D08A18;
	position: relative;
}
.tagcloud a:after {
	position: absolute;
	content: '.';
	bottom: 0px;
	right: -3px;
}

/* -- Searchform -- */
#averie-sidebar #averie-searchform {
	border: 0px;
}
.widget_search {
	padding: 0px;
}
.widget_search .widget-title {
	border-bottom: 1px solid #CECFD0;
	padding: 12px 10px;
}

/* -- WordPress Calendar -- */
#wp-calendar {width: 100%; font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: 2px; }
#wp-calendar caption { text-align: right; color: #777; font-size: 10.5px; margin-top: 10px; margin-bottom: 15px; border-bottom:1px solid #CECFD0; padding-bottom:8px; }
#wp-calendar thead { font-size: 10.5px;  }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody td { background: #e3e3e3; border: 1px solid #fff; text-align: center; padding:8px; font-size:10.5px; }
#wp-calendar tbody td a { font-weight:700; color:#222; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot { text-align: left; }
#wp-calendar tfoot #next { font-size: 10.5px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10.5px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar thead th { padding-bottom: 10px; text-align: center; }

/* -- RSS -- */
.widget_rss ul li {
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CECFD0;
}
.widget_rss ul li:last-of-type {
	margin: 0;
}
a.rsswidget {
	display: block;
	line-height: 1.35;
	font-family: 'EB Garamond', serif;
	font-size: 17px;
	letter-spacing: 1px;
}
.rss-date {
	display: block;
	color: grey;
	padding: 5px 0;
	text-transform: uppercase;
}
.rssSummary,
.widget_rss cite {
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	letter-spacing: 0px;
}
.widget_rss cite {
	color: #808080;
}
/* ------------------------------- END Sidebar Widgets ------------------------------- */


/* ------------------------------- 14. Footer ------------------------------- */
#averie-footer {
	clear: both;
	text-align:center;
}

/* ------- Social Widget (Footer) ------- */
#averie-footer .averie_social_widget {
	padding: 20px;
	border-top: 1px solid #CECFD0;
	border-bottom: 1px solid #FFFFFF;
}
#averie-footer .averie_social_widget .footer-title,
#averie-footer .averie-social-widget,
#averie-footer .averie-social-widget a {
	display: inline-block;
}
#averie-footer .averie_social_widget .footer-title,
#averie-footer .averie-social-widget h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
}
#averie-footer .averie_social_widget .footer-title {
	line-height: 2;
	border-right: 1px solid;
	padding-right: 29px;
	font-size: 11px;
	margin: 0 10px 0 0;
}
#averie-footer .averie-social-widget h6 {
	margin: 0;
	display: inline-block;
	padding: 0 20px 0 10px;
}
#averie-footer .averie-social-widget a {
	padding-left: 20px;
	color: #222222;
}
#averie-footer .averie-social-widget a:last-of-type h6 {
	padding-right: 0px;
}
#averie-footer .averie-social-widget i {
	font-size: 14px;
}

/* ------- Instagram Widget (Footer) ------- */
#averie-footer .null-instagram-feed {
	overflow: hidden;
	margin: 0;
	position: relative;
}
#averie-footer .instagram-pics li {
	width: 16.666667%;
	max-height: 210px;
	display: inline-block;
	float: left;
	border: none;
	margin: 0;
	overflow: hidden;
}
#averie-footer .instagram-pics img {
	max-width: 100%;
	display: block;
}
#averie-footer .instagram-widget p.clear {
	background: #CECFD0;
	margin: 0;
}
#averie-footer .instagram-widget p.clear a {
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
#averie-footer-copyright {
	padding: 22px 0;
	font-size: 10.5px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #CECFD0;
}
.ph-copyright {
	margin: 0 30px;
}
.ph-marketing a {
	color: #FFFFFF;
}
.ph-marketing a:hover {
	color: #D08A18;
}
/* ------------------------------- END Footer ------------------------------- */


/* ------------------------------- 15. Styling of External Plugins ------------------------------- */

/* ------------------------------- 15.1 WooCommerce ------------------------------- */
/* ------- Global Styles ------- */
.woocommerce .products ul,
.woocommerce ul.products {
	margin-bottom: 15px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 346.6666px;
	margin: 0 30px 30px 0;
}
.woocommerce .averie-full-width ul.products li.product.last,
.averie-full-width .woocommerce-page ul.products li.product.last {
	margin: 0 0 30px 0;
}
.woocommerce .averie-default-width ul.products li.product,
.averie-default-width .woocommerce-page ul.products li.product {
	width: 240px;
}
.woocommerce .averie-default-width  ul.products li.product,
.averie-default-width .woocommerce-page ul.products li.product {
	margin: 0 20px 30px 0;
}
.woocommerce .averie-default-width ul.products li.product.last,
.averie-default-width .woocommerce-page ul.products li.product.last {
	margin: 0 0 30px 0;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .star-rating {
	display: none;
}
.products h2 {
	font-size: 18px;
	margin-bottom: 12px;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price {
	text-align: center;
	padding: 0;
}
.woocommerce ul.products li.product h3 {
	color: #222222;
	font-size: 17px;
	border-left: 1px solid #CECFD0;
	border-right: 1px solid #CECFD0;
	padding: 15px 15px 3px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.woocommerce .averie-default-width ul.products li.product h3 {
	font-size: 15px;
}
.woocommerce ul.products li.product .price {
	color: #D08A18;
}
.woocommerce-page .averie-page-content ul > li {
	list-style-type: none;
}
.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select {
	height: 30px;
	text-transform: uppercase;
	color: #808080;
	border: 1px solid #CECFD0;
	letter-spacing: 2px;
	font-size: 10px;
	outline: none;
	padding: 5px;
}
.woocommerce div.product form.cart .variations select {
	margin-bottom:10px;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce a.button,
.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce input.button {
	background-color: #E3E3E3;
	color: #222222;
	font-size: 10px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	padding: 7px 10px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 400;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	padding: 8px 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce a.button:hover,
.woocommerce .cart .button, .woocommerce .cart input.button:hover,
.woocommerce input.button:hover {
	background: #A7A9AC;
	color: #FFFFFF;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce a.button:hover {
	background: #A7A9AC;
}
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
	position: relative;
	background: #CECFD0;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 11.5px 12px;
	margin-left: 5px;
	font-weight: normal;
}
.woocommerce button.button.alt:after,
.woocommerce a.button.alt:after,
.woocommerce input.button.alt:after {
	position: absolute;
	content: '';
	top: -4px;
	left: -4px;
	width: 100%;
	height: 100%;
	border: 1px solid #CECFD0;
	padding: 3px;
}
.woocommerce-cart .woocommerce a.button.alt:after {
	border: 1px solid #CECFD0;
}
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #A7A9AC;
	color: #FFFFFF;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
}
.woocommerce button.button.alt.disabled {
	background-color: #E5E5E5;
	color: #808080;
}
.woocommerce button.button.alt.disabled:hover {
	background-color: #E5E5E5;
	color: #808080;
}
.woocommerce-message a {
	color: #AF3833;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce a.remove {
	border: 1px solid #AF3833;
	background: #AF3833;
	color: #FFFFFF !important;
	height: 15px;
	width: 15px;
	line-height: 16px;
	padding-left: 1px;
	font-size: 16px;
	margin: 25px 0 0 20px;
}
.woocommerce a.remove {
	margin: 0 auto;
	padding-left: 2px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce a.remove:hover {
	background: #A7A9AC;
	border-color: #A7A9AC;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 0px;
	background: #F7F7F7;
}
.woocommerce nav.woocommerce-pagination {
	margin: 0 0 27px 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 1em;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #222222;
}
.woocommerce-pagination .next.page-numbers,
.woocommerce-pagination .prev.page-numbers {
	font-family: sans-serif;
}
.woocommerce .star-rating {
	color: #D08A18;
	float: none;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	background-color: #fcea9e;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	padding: 8px 9px;
	color: #444444;
	text-transform: uppercase;
	z-index: 1;
	margin: -5px 0 0 0;
	font-weight: 400;
}
.woocommerce span.onsale {
	left: 42.5%;
	top: -10px;
}
.averie-woo-footer {
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 15px 0 40px;
}
.averie-woo-footer .averie-post-share-buttons {
	float: none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background: #F7F7F7;
}
.woocommerce-info {
	border-top-color: #CECFD0;
	color: #222222;
}
.woocommerce-info:before {
	color: #222222;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	text-align: left;
}

/* ------- Shop Page ------- */
.woocommerce .page-title {
	line-height: 1;
	margin-bottom: 10px;
	text-align: left;
	font-size: 35px;
	font-weight: 800;
}
 .woocommerce .woocommerce-result-count {
 	font-size: 11px;
 	color: #808080;
 	text-transform: uppercase;
 	margin-top: 10px;
 	letter-spacing: 2px;
 	font-family: 'Montserrat', sans-serif;
 }
.woocommerce ul.products li.product .price {
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	margin: 0;
	border-left: 1px solid #CECFD0;
	border-right: 1px solid #CECFD0;
	border-bottom: 1px solid #CECFD0;
	padding: 0 15px 15px;
}

/* ------- Single Product Page ------- */
.woocommerce div.product {
	text-align: left;
}
.woocommerce div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce-main-image img {
	margin-bottom: 10px;
}
.woocommerce div.product div.images div.thumbnails {
	padding-top: 0px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 30px;
}
.woocommerce div.product .product_title {
	font-size: 33px;
	line-height: 1.2;
}
.woocommerce div.product p.price {
	color: #222222;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
}
.woocommerce div.product p.price .woocommerce-Price-amount {
	font-size: 13px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 15px;
}
.woocommerce-review-link {
	color: #808080;
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.woocommerce .quantity .qty,
.woocommerce .cart_item .quantity .qty {
	padding: 12.5px 4px;
	margin: 0;
	border: 1px solid #CECFD0;
	margin-top: -4px;
}
.posted_in,
.sku_wrapper {
	margin-bottom: 10px;
}
.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
	display: block;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	font-size: 11px;
	text-transform: uppercase;
}
.product_meta .posted_in a,
.product_meta .tagged_as a {
	color: #D08A18;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}
.woocommerce ul.products li.product .price del {
	line-height: 1;
	padding-top: 7px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin-top: 27px;
}
.woocommerce div.product form.cart table.group_table {
	margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0px;
	overflow: hidden;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	line-height: 1.75em;
}
.woocommerce div.product form.cart .variations td.label {
	padding-right: 7px;
}
.woocommerce div.product form.cart .variations label {
	display: inline-block;
	margin-top: 2px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
}
.woocommerce-variation p {
	color: #AF3833;
	margin-top: 15px;
}
.woocommerce-variation-price {
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
}
.woocommerce div.product form.cart .reset_variations {
	text-transform: uppercase;
	float: right;
	color: #808080;
	border: 1px solid #CECFD0;
	padding: 6px 6px 4px;
	border-radius: 3px;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	font-size: 10.5px;
}
.woocommerce div.product form.cart .reset_variations:hover {
	background-color: #A7A9AC;
	color: #FFFFFF;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.related.products,
.upsells.products {
	clear: both;
	margin-top: -10px;
}
.woocommerce div.product span.onsale {
	top: 0;
	left: 43%;
}
.woocommerce .averie-default-width div.product span.onsale {
	left: 40.5%;
}
.woocommerce div.product .related span.onsale,
.woocommerce .averie-default-width div.product .related span.onsale,
.woocommerce div.product .upsells span.onsale,
.woocommerce .averie-default-width div.product .upsells span.onsale {
	left: auto;
}
.woocommerce div.product p.stock {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* ------- Tabs ------- */
.woocommerce-tabs {
	border-bottom: 1px solid #CECFD0;
	margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #F1F1F1;
	padding: 8px 22px 5px;
	border-radius: 0px;
	border-color: #CECFD0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 10.5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #CECFD0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:last-of-type {
	border-bottom: 1px solid #FFFFFF;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	box-shadow: none;
	border-width: 0px;
}
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product h2 {
	font-size: 20px;
	margin-bottom: 12px;
}
.woocommerce table.shop_attributes th {
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.woocommerce table.shop_attributes td p,
.woocommerce table.shop_attributes td {
	font-style: normal;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

/* ------- Reivews ------- */
.woocommerce #reviews #comments ol.commentlist {
	margin-top: 25px;
}
.woocommerce #reviews #comments ol.commentlist li {
	border-bottom: 1px solid #CECFD0;
	padding-bottom: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0px;
	padding: 0 0 5px 30px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border: 0px;
	background: none;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin: 0;
	padding: 15px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
	text-transform: uppercase;
	font-weight: 400;
	color: #222222;
	font-size: 12px;
	letter-spacing: 2px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
	color: #808080;
	font-size: 16px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin-bottom: 20px;
	padding: 0;
}

/* ------- Review Form ------- */
.woocommerce #reviews h3 {
	font-size: 16px;
	margin-bottom: 12px;
}
.woocommerce #reviews h3.comment-reply-title {
	font-size: 16px;
	line-height: 1.3;
}
.woocommerce #review_form #commentform {
	overflow: auto;
	margin-bottom: 5px;
}
.woocommerce #review_form #respond p {
	margin: 0;
}
.woocommerce #review_form #respond p.comment-notes,
.woocommerce #review_form #respond p.stars {
	margin-bottom: 15px;
}
.woocommerce #review_form #respond .comment-form-rating {
	margin: 10px 0;
}
.woocommerce .comment-respond label {
	display: none;
}
.woocommerce #reviews .comment-form input {
	padding: 15px;
	line-height: 34px;
}
.woocommerce #review_form #respond textarea {
	float: right;
	width: 50%;
	height: 202px;
	text-transform: uppercase;
}
.logged-in.woocommerce #review_form #respond textarea {
	width: 100%;
	height: 150px;
}
.woocommerce #review_form #respond .form-submit {
	float: left;
	width: 49%;
	border-radius: 0;
	padding: 5px;
	border-top: 1px solid #CECFD0;
	border-right: 0px;
	margin: -73px 0 0 0;
}
.logged-in.woocommerce #review_form #respond .form-submit {
	margin: 5px 0 0;
	width: 40%;
	border-right: 1px solid #CECFD0;
}
.woocommerce #review_form #respond .form-submit input {
	font-size: 11px;
    padding: 25px;
    background: #CECFD0;
    color: #222222;
    width: 100%;
    border-radius: 0px;
}
.woocommerce #review_form #respond .form-submit input:hover {
	background: #A7A9AC;
	color: #FFFFFF;
}
.woocommerce .averie-default-width #review_form #respond .form-submit {
	width: 48.6%;
}

/* ------- Cart Page ------- */
.woocommerce table.shop_table {
	border-radius: 0px;
	border-left: 0px;
	border-bottom: 0px;
	margin: 0 0 30px 0;
	border-top: 1px solid #CECFD0;
	border-right: 1px solid #CECFD0;
}
.woocommerce table.shop_table td {
	border-top: 0px;
	padding: 12px;
}
.woocommerce table.shop_table th {
	font-size: 11px;
	padding: 11px;
	font-weight: 400;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
	border-top: 0px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout-review-order-table td {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}
.woocommerce-cart  .averie-page-content .woocommerce .cart-collaterals .cart_totals table.shop_table tbody:first-child tr:first-child td,
.averie-page-content .woocommerce table.shop_table.customer_details tbody:first-child tr:first-child td,
.averie-page-content .woocommerce table.shop_table.customer_details tbody:first-child tr:first-child th {
	border-bottom: 1px solid #CECFD0;
}
.woocommerce table.shop_table .cart_item {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	border-left: 1px solid #CECFD0;
}
.woocommerce table.shop_table .product-name a {
	color: #222222;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 180px;
}
.cart_totals h2,
.cross-sells h2 {
	font-size: 21px;
	padding-left: 2px;
	margin-bottom: 10px;
}
.woocommerce a.button.alt.checkout-button {
	font-size: 11px;
}
.woocommerce-cart.woocommerce-page .averie-post-footer,
.woocommerce-checkout.woocommerce-page .averie-post-footer,
.woocommerce-account.woocommerce-page .averie-post-footer {
	display: none;
}
.woocommerce td.product-name dl.variation dt {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
.woocommerce td.product-name dl.variation dd {
	margin: -3.8px 0 0 3px;
}
.woocommerce-cart .wc-proceed-to-checkout {
	padding: 1em 0 0;
}

/* ------- Checkout Page ------- */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
	font-size: 21px;
}
#order_review_heading {
	margin-top: 10px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	font-family: 'EB Garamond', serif;
	font-size:  16px;
	letter-spacing: 0px;
	padding: 10px;
}
.woocommerce form .form-row .select2-container {
	line-height: 2.65em;
}
.select2-container .select2-choice{
	border-radius: 0px;
}
.woocommerce-info a,
.wc-terms-and-conditions a {
	color: #AF3833;
}
.woocommerce-checkout.woocommerce-page input {
	padding: 7px;
}
.woocommerce-checkout #order_comments {
	padding: 10px 14px 14px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	margin-bottom: 20px;
}
.cart-subtotal .woocommerce-Price-amount,
.tax-rate .woocommerce-Price-amount,
.order-total .woocommerce-Price-amount {
	color: #222222;
}
.woocommerce form.checkout_coupon  .form-row-last {
	width: 50%;
	margin-top: 2px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0px;
	border-color: #CECFD0;
}
.woocommerce .wc-proceed-to-checkout .checkout-button {
	width: 91%;
}
.averie-full-width .woocommerce .wc-proceed-to-checkout .checkout-button {
	width: 93.5%;
}
.woocommerce .order_details li strong,
.woocommerce .cart_totals .woocommerce-Price-amount,
.woocommerce .cart_totals .order-total .woocommerce-Price-amount  {
	font-size: 12px;
}
.woocommerce .order_details.shop_table .woocommerce-Price-amount,
.woocommerce .my_account_orders .order-total .woocommerce-Price-amount {
	font-size: 16px;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 400;
}
.woocommerce form.checkout .form-row.wc-terms-and-conditions label {
	line-height: 1;
}
.woocommerce td.product-name dl.variation dd p:last-child {
	font-size: 11px;
	line-height: 2;
}

/* ------- Account Page ------- */
.woocommerce form.login {
	border-radius: 0px;
	margin: 0px;
}
.woocommerce form.login label {
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.woocommerce form.login .form-row label.inline {
	display: block;
}
.woocommerce form.login input[type="checkbox"] {
	margin-top:20px;
	padding: 0;
}
.woocommerce-LostPassword {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	padding-left: 5px;
}
.woocommerce-LostPassword a {
	color: #808080;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 24%;
}
.woocommerce-MyAccount-navigation ul {
	padding: 10px 0;
}
.woocommerce-MyAccount-navigation ul li {
	border-top: 1px solid #CECFD0;
	margin: 0;
	padding: 8px 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #CECFD0;
}
.woocommerce-MyAccount-content {
	padding: 4px 20px;
}
.woocommerce .col2-set .col-1.woocommerce-Address,
.woocommerce .col2-set .col-2.woocommerce-Address {
	width: 100%;
	float: none;
}
.woocommerce-EditAccountForm {
	margin-top: -5px;
}
.woocommerce table.my_account_orders {
	font-weight: 400;
	font-size: 15px;
}
.woocommerce-account .addresses .title .edit{
	font-family: 'Montserrat', sans-serif;
	font-size:  10.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
	font-weight: 400;
}
.woocommerce .woocommerce-MyAccount-content h2,
.woocommerce .woocommerce-MyAccount-content h3 {
	font-size: 22px;
}

/* ------- Sidebar Widgets ------- */

/* -- Product Categories  & Layered Nav -- */
.woocommerce.widget_product_categories ul.children,
.woocommerce .widget_layered_nav ul.children {
	display: inline;
}
.woocommerce.widget_product_categories ul li,
.woocommerce .widget_layered_nav ul li {
	display: inline;
	padding: 4px 4px 2px 4px;
	margin: 0 -2px 5px;
	line-height: 2;
	border-bottom: 1px solid #CECFD0;
	color: #808080;
	position: relative;
}
.woocommerce.widget_product_categories ul.children li,
.woocommerce .widget_layered_nav ul.children li {
	border-bottom: 0px;
}
.woocommerce.widget_product_categories a,
.woocommerce .widget_layered_nav a {
	text-transform: uppercase;
	color: #D08A18;
	position: relative;
	display: inline;
	padding: 0 3px 0 0;
	margin: 0 2px 0 0;
}
.woocommerce.widget_product_categories a:after,
.woocommerce .widget_layered_nav a:after {
	position: absolute;
	bottom: 1px;
	content: '.';
	color: #D08A18;
}
.woocommerce.widget_product_categories select,
.woocommerce .widget_layered_nav select {
	margin-top: 5px;
	font-size: 10.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
	display: none;
}
#averie-sidebar .woocommerce-Price-amount {
	color: #808080;
}

/* -- Products -- */
.woocommerce.widget_products,
.woocommerce.widget_recently_viewed_products,
.woocommerce.widget_recent_reviews,
.woocommerce.widget_top_rated_products {
	padding: 0 20px 14px;
}
.woocommerce ul.product_list_widget li {
	padding: 20px 0px 12px;
	border-bottom: 1px solid #CECFD0;
}
.woocommerce ul.product_list_widget li:first-of-type {
	margin-top: -20px;
}
.woocommerce ul.product_list_widget li:last-of-type {
	border-bottom: 0px;
	padding-bottom: 0px;
}
.woocommerce ul.product_list_widget li img {
	width: 100%;
}
.woocommerce ul.product_list_widget li .product-title,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	display: block;
	clear: both;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 400;
}
.woocommerce ul.product_list_widget li img {
	padding-bottom: 12px;
	margin: 0;
}
.woocommerce-Price-amount {
	font-size: 12px;
	font-weight: 400;
}
.woocommerce ul.product_list_widget li .star-rating {
	display: block;
	margin: 5px auto 1px;
}

/* -- Product Search -- */
.woocommerce-product-search input {
	-webkit-appearance: none;
	line-height: 24px;
}
.woocommerce-product-search input[type="search"] {
	padding: 12px;
}
.woocommerce-product-search input[type="submit"] {
	padding: 15px 10px;
	width: 100%;
}
.woocommerce-product-search input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/* -- Cart Widget -- */
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li:last-of-type,
.woocommerce.widget_shopping_cart .cart_list li:last-of-type {
	padding: 30px 30px 18px;
}
.woocommerce .widget_shopping_cart ul.cart_list li dl {
	text-align:center;
	border-left: 0px;
	font-size: 10.5px;
	text-transform: uppercase;
	padding: 4px 0 3px 0;
	line-height: 1;
	color: #808080;
}
.woocommerce .widget_shopping_cart ul.cart_list li dl dt,
.woocommerce .widget_shopping_cart ul.cart_list li dl dd {
	float: none;
	font-weight: 400;
	margin: 0;
}
.woocommerce .widget_shopping_cart ul.cart_list li dl dt p,
.woocommerce .widget_shopping_cart ul.cart_list li dl dd p {
	line-height: 1.2;
}
.woocommerce .widget_shopping_cart ul.cart_list li dl dt {
	position: relative;
}
.woocommerce .widget_shopping_cart ul.cart_list li dl dt:before {
	height: 4px;
	top: 5px;
	left: -11px;
	position: absolute;
	content: '\f111';
	font-family: FontAwesome;
	font-size: 4px;
}
.woocommerce .widget_shopping_cart ul.cart_list li dl dt:first-of-type:before {
	display: none;
}
.woocommerce .widget_shopping_cart ul.cart_list li dl dd {
	padding-bottom: 0;
	margin: 0 15px 0 0;
}
.woocommerce .widget_shopping_cart ul.cart_list li dl dd:last-of-type {
	margin: 0;
}
.mini_cart_item .quantity {
	color: #808080;
	font-size: 11px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	margin: 0 30px;
	border-top: 1px solid #CECFD0;
	padding-top: 15px;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
.woocommerce .widget_shopping_cart p.buttons {
	margin-bottom: 5px;
}
.woocommerce .widget_shopping_cart .total .woocommerce-Price-amount{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
}

/* -- Price Filter -- */
.woocommerce .widget_price_filter .widget-title {
	padding: 18px 0 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #CECFD0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #D08A18;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #A7A9AC;
}
.woocommerce .widget_price_filter .price_slider_amount {
	line-height: 1;
}
.woocommerce .widget_price_filter .price_label {
	text-transform: uppercase;
	color: #808080;
	display: inline-block;
	margin-top: 9px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 2px;
	font-size: 10.5px;
}
.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 18px;
}

/* -- Average Rating Filter -- */
.woocommerce .widget_rating_filter ul li:first-of-type {
	margin: 0;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating {
	font-size: 11.5px;
}

/* -- Active Filters -- */
.woocommerce.widget_layered_nav_filters .widget-title {
	padding: 18px 0 15px;
}
.woocommerce.widget_layered_nav_filters ul li:first-of-type {
	margin: 0;
}
.woocommerce .widget_layered_nav_filters ul li {
	float: none;
	margin: 3px 0;
	display: block;
}
.woocommerce .widget_layered_nav_filters ul li a {
	text-transform: uppercase;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
	color: #AF3833;
}

/* -- Recent Reviews -- */
.woocommerce .widget_recent_reviews .reviewer {
	text-transform: uppercase;
	display: block;
	margin-top: 4px;
	color: #808080;
	font-size: 11px;
}

/* ------------------------------- 15.2 Contact Form 7 ------------------------------- */
div.wpcf7 {
	margin: 0 0 45px 0;
	text-align: left;
	overflow: hidden;
}
.wpcf7 p {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
}
.wpcf7 p:last-of-type {
	margin-bottom: 0px;
}
.wpcf7 input {
	padding: 14px;
	border: 1px solid #CECFD0;
	width: 50%;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.2;
	-webkit-appearance: none;
}
.wpcf7 textarea {
	width: 90%;
	border: 1px solid #CECFD0;
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.2;
}
.wpcf7 input[type="submit"] {
	width: 50%;
	background-color: #CECFD0;
	border: none;
	padding: 14px;
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-appearance: none;
}
.wpcf7 input[type="submit"]:hover {
	background: #A7A9AC;
	color: #FFFFFF;
	cursor: pointer;
}
div.wpcf7 img.ajax-loader {
	display: block;
}
div.wpcf7-response-output {
	margin: 30px 0 20px 0;
	padding: 10px;
	letter-spacing: 1px;
	clear: both;
}
.wpcf7 input.wpcf7-not-valid {
	border: 1px solid #f00;
}

/* -- Theme Custom Contact Form 7 Form -- */
.wpcf7 .averie-custom-wpcf7 {
	overflow: hidden;
}
.wpcf7 .averie-custom-wpcf7 p {
	display: inline;
}
.averie-custom-wpcf7 input,
.averie-custom-wpcf7 textarea {
	text-transform: uppercase;
	margin: 0;
	float: left;
	-webkit-appearance: none;
}
.averie-custom-wpcf7 input {
	padding: 27.7px;
	border-bottom: 0px;
	border-right: 0px;
	line-height: 1.5;
}
.averie-custom-wpcf7 textarea {
	float: right;
	width: 50%;
	max-height: 150px;
}
.averie-custom-wpcf7 .your-subject > input {
	border-bottom: 1px solid #CECFD0;
}
.averie-custom-wpcf7 .wpcf7-submit-border {
	display: inline-block;
	float: right;
	max-height: 73px;
	width: 49.7%;
	border: 1px solid #CECFD0;
	margin-top: -1px;
}
.wpcf7 .averie-custom-wpcf7 input[type="submit"] {
	padding: 22px;
	width: 97%;
	margin: 5px;
}
.wpcf7-form.invalid .averie-custom-wpcf7 .wpcf7-submit-border {
	margin: -20px 0 0 0;
}
.averie-full-width .averie-custom-wpcf7 .wpcf7-submit-border {
	width: 49.78%;
}
.averie-full-width .wpcf7 .averie-custom-wpcf7 input[type="submit"] {
	width: 98.2%;
}


/* ------------------------------- 15.3 MailChimp for WordPress ------------------------------- */
.widget_mc4wp_form_widget {
	padding: 0 20px 10px;
}
.widget_mc4wp_form_widget .widget-title {
	padding: 15px 0px;
	background: #FFFFFF;
}
.mc4wp-form input {
	padding: 14px;
	font-size: 13px;
	width: 100%;
	margin-bottom: 20px;
	-webkit-appearance: none;
}
.mc4wp-form p {
	line-height: 1;
	margin: 0;
}
p.mc4wp-submit-border {
	margin-bottom: 0px;
}
.widget_mc4wp_form_widget a {
	color: #E9C2B1;
}
.mc4wp-form input[type="submit"] {
	font-size: 10.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #222222;
	color: #FFFFFF;
	padding: 16px;
	border: 0px;
	margin: 0px;
	-webkit-appearance: none;
}
.mc4wp-form input[type="submit"]:hover {
	background: #A7A9AC;
	color: #FFFFFF;
	cursor: pointer;
}
.mc4wp-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-transform: uppercase;
	padding-left: 5px;
}
.mc4wp-form ::-moz-placeholder { /* Firefox 19+ */
 	text-transform: uppercase;
	padding-left: 5px;
}
.mc4wp-form :-ms-input-placeholder { /* IE 10+ */
  	text-transform: uppercase;
	padding-left: 5px;
}
.mc4wp-form :-moz-placeholder { /* Firefox 18- */
 	text-transform: uppercase;
	padding-left: 5px;
}
.mc4wp-response {
	margin: 10px 0;
}
.mc4wp-success {
	color: #398f14;
}
.mc4wp-error p {
	margin-bottom: 0;
	padding: 5px 0 0;
	color: #cabd00;
}

/* Mailchimp comments */
#respond .mc4wp-checkbox-comment_form label {
	width:auto;
}
#respond #mc4wp-checkbox input {
	margin-bottom:0;
}

/* Footer */
#averie-footer .widget_mc4wp_form_widget {
	padding: 25px 0 15px;
	border-top: 1px solid #FFFFFF;
}
#averie-footer .mc4wp-form {
	overflow: auto;
	margin: 0 auto;
	max-width: 800px;
}
#averie-footer .mc4wp-form-fields {
	overflow: auto;
}
#averie-footer .averie-footer-mc4wp-text,
#averie-footer .mc4wp-form input {
	display: inline-block;
	float: left;
	border: 0px;
}
#averie-footer .mc4wp-form input[type="email"] {
	width: 405px;
	margin: 0 10px 0 15px;
	border: 1px solid #CECFD0;
}
#averie-footer .mc4wp-form input[type="submit"] {
	width: 125px;
}
#averie-footer .averie-footer-mc4wp-text {
	color: #222222;
	text-align: left;
}
#averie-footer .averie-footer-mc4wp-text h6 {
	font-size: 17px;
	margin: 6px 0 5px;
}
#averie-footer h6.averie-footer-mc4wp-msg {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 10.5px;
	letter-spacing: 2px;
}

/* ------------------------------- 15.4 bxSlider ------------------------------- */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
  	touch-action: pan-y;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .averie-feat-item img {
	height: 100%;
}
.averie-post-content ul.bxslider {
	padding: 0;
	margin: 0;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	left: 0;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
/*.averie-feat-slide-glider div.bx-wrapper {
	max-width: 98.5% !important;
}*/
.gallery .bx-wrapper .bx-viewport {
	box-shadow: none;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/* -- LOADER -- */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(css/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* -- PAGER -- */
.bx-wrapper .bx-pager {
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding: 20px 0 0 30px;
	max-width:85%;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 6px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: grey;
}
.averie-post-content ul.bxslider > li {
	overflow: hidden;
}

/* -- DIRECTION CONTROLS (NEXT / PREV) -- */
.bx-wrapper .bx-prev {
	left: 22px;
}
.bx-wrapper .bx-next {
	right: 22px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	color:#fff;
	outline: 0;
	z-index: 999;
	height:35px;
	width:35px;
	font-size:35px;
	line-height:35px;
	text-align:center;
	border-radius:50%;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	opacity:0;
}
.bx-wrapper:hover .bx-controls-direction a {
	opacity:1;
}

/* -- Feature Sliders -- */
#averie-featured-section .bx-wrapper .bx-prev {
	left: -50px;
}
#averie-featured-section .bx-wrapper .bx-next {
	right: -50px;
}
.bx-wrapper .bx-controls-direction a {
	color: #CECFD0;
	font-size: 30px;
}

/* --  Gallery Post -- */
.averie-gallery-post .bx-wrapper .bx-prev {
	left: 15px;
}
.averie-gallery-post .bx-wrapper .bx-next {
	right: 15px;
}
.averie-gallery-post .bx-wrapper .bx-controls-direction a {
	color: #FFFFFF;
	margin-top: -25px;
}

/* -- In Sidebar -- */
#averie-sidebar .bx-wrapper .bx-controls-direction a {
	font-size: 30px;
	margin-top: 1px;
	color: #CECFD0;
}
#averie-sidebar .bx-wrapper .bx-prev {
	left: 3px;
}
#averie-sidebar .bx-wrapper .bx-next {
	right: 3px;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* -- PAGER WITH AUTO-CONTROLS HYBRID LAYOUT -- */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* -- IMAGE CAPTIONS -- */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* ------------------------------- END Styling of External Plugins ------------------------------- */

input#email {
border-bottom: 1px solid #CECFD0;
}
.comment-form-captcha {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.comment-form-captcha label {
padding: 23px;
display: inline-block;
line-height: 1.2;
}
.comment-form-captcha .comment-captcha {
float: right;
border: 1px solid #CECFD0;
border-top: none;
}
.form-submit {
float: right;
border: 1px solid #CECFD0;
clear: none;
margin: 0;
}
.comment-respond .comment-form input[type="submit"] {
float: none;
}
.comment-error {
color: #f12626;
}
.comment-added {
color: #35922b;
}