/*
Theme Name: Tulamama 2017
Theme URI: https://tulamama.com
Author: Michael G. Favia
Author URI: https://mjcube.com/
Description: Tulamama 2017 is a custom theme specifically designed for Tulamama Website.
Version: 1
Text Domain: tulamama
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This is a test comment to test git
*/


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

@font-face {
  font-family: 'AmerTypewriter';
  src: url('fonts/AmerTypewriterITCbyBT-Medium-new.eot?#iefix') format('embedded-opentype'),  url('fonts/AmerTypewriterITCbyBT-Medium-new.woff') format('woff'), url('fonts/AmerTypewriterITCbyBT-Medium-new.ttf')  format('truetype'), url('fonts/AmerTypewriterITCbyBT-Medium-new.svg#AmerTypewriterITCbyBT-Medium-new') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
	background: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color:#231F20;
}

.title {
	background:url(img/leaf.png) top center no-repeat;
	padding-top:70px;
	font-family: 'MagnoliaSky', serif;
	font-size:46px;
	color:#231F20;
	text-align:center;
	margin:0px 0px 40px;
	line-height:36px;
}

.title-v2 {
    font-family: 'AmerTypewriter', serif;
    font-size: 30px;
    font-weight: normal;
    color: #242627;
    background: url(img/h2-bg.png) bottom left no-repeat;
    padding-bottom: 20px;
    margin: 30px 0px;
}

.title-v2 span {
	color: #7FB295;
}

header {
	margin-bottom:40px;
}

header .topbar {
	background: url(img/topbar-bg.png) bottom center repeat-x #7eb194;
	height:75px;
	color:#ffffff;
	padding-top:20px;
	font-weight:500;
	font-size:13px;
}

header .logo-column {
	text-align: center;
}

header .tools {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}

header .tools a {
	display:inline-block;
	width: 25px;
	height: 25px;
	text-indent: 9999px;
	position: relative;
	margin-left: 10px;
	overflow: hidden;
	background-image: url(img/sprites.png);
	background-repeat: no-repeat;
}

header .tools a.cart {
	background-position: -5px -5px;
}

header .tools a.search {
	background-position: -36px -5px;
}

header .social-icons {
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:right;
}

header .social-icons li {
	display:inline-block;
	margin:0px 5px;
}

header .social-icons li a {
	display:block;
	background-image:url(img/social-icons-top-4.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width:24px;
	height:24px;
}

header .social-icons li a.facebook:hover {
	background-position: 0px -24px;
}

header .social-icons li a.twitter {
	background-position: -24px 0px;
}

header .social-icons li a.twitter:hover {
	background-position: -24px -24px;
}

header .social-icons li a.pinterest {
	background-position: -48px 0px;
}

header .social-icons li a.pinterest:hover {
	background-position: -48px -24px;
}

header .social-icons li a.bloglovin {
	background-position: -72px 0px;
}

header .social-icons li a.bloglovin:hover {
	background-position: -72px -24px;
}

header .social-icons li a.feed {
	background-position: -144px 0px;
}

header .social-icons li a.feed:hover {
	background-position: -144px -24px;
}

header .social-icons li a.googleplus {
	background-position: -96px 0px;
}

header .social-icons li a.googleplus:hover {
	background-position: -96px -24px;
}

header .social-icons li a.instagram {
	background-position: -120px 0px;
}

header .social-icons li a.instagram:hover {
	background-position: -120px -24px;
}

header .email {
	padding-top:8px;
}

header .offer {
	text-align:left;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	padding-top:5px;
}

header .content {
	background:url(img/logo-bg.png) bottom center no-repeat;
	color:#7FB295;
	font-weight:500;
	font-size:12px;
}

header .logo {
	margin:40px auto -10px;
	position:relative;
}

header ul {
	list-style:none;
	margin:60px 0px 0px;
	padding:0px;
	text-transform:uppercase;	
}

header ul li {
	display:inline-block;	
	position: relative;
}

header ul li a {
	padding:10px 15px;
}

header ul li:hover .sub-menu {
	display: block;
}

header ul li:first-child a {
	padding-left: 0px !important;
}

header ul ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 110;
	margin: 8px 0px 8px 10px;
	border: 2px solid #bbddc9;
	background: #ffffff;
	padding: 0px;
}

header ul ul.sub-menu li {
	margin: 0px !important;
	display: block;
}

header ul ul.sub-menu li:first-child a {
	padding-left: 18px !important;
}

header ul ul.sub-menu li a {
	background: #ffffff;
	display: block;
	padding: 10px 18px;
	font-size: 11px;
	color: #8fbba2;
	width: 100%;
	white-space: nowrap;
}

header ul ul.sub-menu li a:hover {
	background: #bbddc9;
	color: #ffffff;
}

header #menu-secondary-menu {
	text-align:right;
}

header #menu-secondary-menu li:first-child {
	margin-right:0px;
}

header #menu-secondary-menu li:last-child {
	margin-right:0px;
}

header ul li a {
	color:#7FB295;
}

header ul li a:hover {
	color:#bcddca;
	text-decoration:none;
}

header #search-bar {
	position: absolute;
    right: 15px;
	top: 25px;
	display: none;
}

@-webkit-keyframes slideInRight {
	from {
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	  visibility: visible;
	}
  
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }
  
  @keyframes slideInRight {
	from {
	  -webkit-transform: translate3d(100%, 0, 0);
	  transform: translate3d(100%, 0, 0);
	  visibility: visible;
	}
  
	to {
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  }

header #search-bar.open {
	display: block;

	-webkit-animation-name: slideInRight;
	 animation-name: slideInRight;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

header #search-bar input[type="text"] {
	background:  #f5f0ed;
	height: 30px;
	padding: 0px 10px;
	line-height: 30px;
	outline:none;
	border:none;
	color: #231F20;
	font-size: 12px;
	width: 300px;
}

header #search-bar input[type="submit"] {
	position: absolute;
    right: 0px;
    top: 42px;
    background: none;
    border:none;
    height: 25px;
    width: 25px;
    outline: none;
    text-indent: 9999px;
}


footer {
	background:#7eb194;
	color:#ffffff;
	margin-top:30px;
	padding-bottom: 50px;
}

footer hr {
	display:block;
	background:url(img/white-bar.png) top center no-repeat;
	width:406px;
	height:11px;
	margin:20px auto;
	border:none;
}

footer .about {
	text-align:center;
	font-size:14px;
	max-width:1200px;
	margin:0px auto 30px;
	line-height:24px;	
	padding-top: 50px;
}

footer .disclaimer {
	text-align:center;
	font-size: 12px;
}

footer .disclaimer a {
	color:#ffffff;
	font-weight:700;
	text-decoration:underline;
}

footer .disclaimer a:hover {
	color:#bbddc9; 
}

footer .disclaimer h4 {
	font-size:18px;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
	margin:0px 0px 25px;
	text-align:center;
	background:url(img/white-line.gif) 50% repeat-x;
	letter-spacing: 5px;
}

footer .disclaimer h4 span {
	display:inline-block;
	padding:0px 35px;
	background:#7eb194;
}

footer .disclaimer p {
	margin-bottom: 15px;
}

footer .copyright {
	font-size:13px;
	color:#ffffff;
	text-align:center;
	padding:10px 0px 50px;
}

footer .copyright span {
	margin: 0px 5px;
}

footer .copyright a {
	color: #ffffff;
	text-decoration: underline;
}

footer .copyright a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer .newsletter {
	background:#ef7685;
	display: block;
	border-bottom: 5px solid #ffffff;
	margin-bottom: 60px;
}

footer .newsletter .wrap {
	padding:30px 15px 10px;
	text-align:center;
	margin: 0px auto;
	max-width: 1200px;
}

footer .newsletter .col-md-2 {
	width: 18.66666667%;
}

footer .newsletter .col-md-4 {
	width: 31.33333333%;
}

footer .newsletter input[type="submit"] {
	background: #ffffff;
	height:50px;
	padding:0px 25px;
	font-weight:bold;
	color:#F07686;
	text-transform:uppercase;
	letter-spacing: 1px;
	border:none;
	outline:none;
	margin-top:5px;
}

footer .newsletter input[type="text"] {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom:1px solid #f398a4;
	background:none;
	width:100%;
	text-align:center;
	padding-bottom:15px;
	outline:none;
	font-size:13px;
	color:#ffffff;
	margin-top:15px;
}

footer .newsletter input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color:#ffffff;
}

footer .newsletter input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  	color:#ffffff;
}

footer .newsletter input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  	color:#ffffff;
}

footer .newsletter input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color:#ffffff;
}

footer .newsletter h4 {
	font-family: 'MagnoliaSky', serif;
	font-size:42px;
	margin-bottom:25px;
}

footer .social-icons {
	display: block;
	text-align: center;
	margin: 30px 0px 20px;
	padding: 0px;
	list-style: none;
}

footer .social-icons li {
	display: inline-block;
	margin: 6px;
}

footer .social-icons li a {
	background: url(img/social-icons-footer.png) top left no-repeat;
	display: block;
	width: 36px;
	height: 36px;
}

footer .social-icons .facebook:hover {
	background-position: 0px -36px;
}

footer .social-icons .twitter {
	background-position: -36px 0px;
}

footer .social-icons .twitter:hover {
	background-position: -36px -36px;
}

footer .social-icons .pinterest {
	background-position: -72px 0px;
}

footer .social-icons .pinterest:hover {
	background-position: -72px -36px;
}

footer .social-icons .instagram {
	background-position: -180px 0px;
}

footer .social-icons .instagram:hover {
	background-position: -180px -36px;
}

footer .social-icons .googleplus {
	background-position: -144px 0px;
}

footer .social-icons .googleplus:hover {
	background-position: -144px -36px;
}

footer .social-icons .feed {
	background-position: -216px 0px;
}

footer .social-icons .feed:hover {
	background-position: -216px -36px;
}

footer .footer-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

footer .footer-menu li {
	display: inline-block;
	padding: 10px 20px;
}

footer .footer-menu li a {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;	
	text-decoration: underline;
}

footer .footer-menu li a:hover {
	text-decoration: none;	
}

#get-social {
	margin:50px 0px;
}

#get-social .social-icons {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
}

#get-social .social-icons li {
	display:inline-block;
	margin:0px 9px;
}

#get-social .social-icons li a {
	display:block;
	width:73px;
	height:73px;
	background-image:url(img/social-icons-2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#get-social .social-icons li a.facebook:hover {
	background-position: 0px -73px;
}

#get-social .social-icons li a.twitter {
	background-position: -90px 0px;
}

#get-social .social-icons li a.twitter:hover {
	background-position: -90px -73px;
}

#get-social .social-icons li a.pinterest {
	background-position: -182px 0px;
}

#get-social .social-icons li a.pinterest:hover {
	background-position: -182px -73px;
}

#get-social .social-icons li a.instagram {
	background-position: -269px 0px;
}

#get-social .social-icons li a.instagram:hover {
	background-position: -269px -73px;
}

#get-social .social-icons li a.googleplus {
	background-position: -354px 0px;
}

#get-social .social-icons li a.googleplus:hover {
	background-position: -354px -73px;
}

#get-social .social-icons li a.feed {
	background-position: -439px 0px;
}

#get-social .social-icons li a.feed:hover {
	background-position: -439px -73px;
}



#newsletter-block {
	background:#ef7685;
	margin:90px 0px;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	overflow:hidden;	
}

#newsletter-block .padding {
	padding:60px 100px 60px 0px;
}


#newsletter-block h4 {
	font-family: 'MagnoliaSky', serif;
	font-size:46px;
	margin-bottom:25px;
}


#newsletter-block .right {
	position:relative;
}

#newsletter-block .right div {
	position:absolute;
	background:url(img/birthday-party.jpg) top left no-repeat;
	height:500px;
	background-size:cover;
	left:0px;
	width:150%;
}

#newsletter-block strong {
	display:block;
}

#newsletter-block p {
	line-height:25px;
}

#newsletter-block input[type="text"] {
	background:none;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #f398a4;
	outline:none;
	text-align:center;
	max-width:360px;
	width:100%;
	display:block;
	margin:30px auto;
	color:#ffffff;
	font-size:13px;
	padding-bottom:18px;
}

#newsletter-block input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color:#ffffff;
}

#newsletter-block input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  	color:#ffffff;
}

#newsletter-block input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  	color:#ffffff;
}

#newsletter-block input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color:#ffffff;
}

#newsletter-block input[type="submit"] {
	background:#ffffff;
	height:60px;
	border:none;
	font-size:14px;
	color:#F07686;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 25px;
	font-weight:bold;
	display:block;
	margin:30px auto;
}

#latest-blogs {
	text-align:center;
}

#latest-blogs .excerpt {
	font-size:16px;
	color:#231F20;
	font-weight:500;
	line-height:28px;
	margin-top:30px;
}

#latest-blogs .more {
	color:#A7A9AC;
	font-size:13px;
	font-weight:700;
}

#latest-blogs .more:hover {
	color:#d1d2d3;
	text-decoration:none;
}

#latest-blogs h3 {
	font-family: 'AmerTypewriter', serif;
	color:#7FB295;
	font-size:28px;
	line-height:33px;
	font-weight:normal;
	margin:0px 0px;
}

#latest-blogs h3 a {
	color:#7FB295;
	text-decoration:none;
}

#latest-blogs h3 a:hover {
	color:#bbddc9;
}

#latest-blogs .thumb {
	background: #f0f1f1;
	/*padding:20px;*/
	overflow: hidden;
	height: 224px;
}

#latest-blogs .thumb a {
	position:relative;
	display:block;
}

#latest-blogs .thumb .frame {
	background:url(img/latest-blog-frame-4.png) top left no-repeat;
	background-size:contain;
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
}

#latest-blogs .button {
	border:5px solid #dfd6d1;
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
	color:#E0D7D1;
	text-align:center;
	font-weight:700;
	padding:25px 60px;
	letter-spacing: 2px;
	background:#ffffff;
	margin:70px 0px;
}

#latest-blogs .button:hover {
	background:#f9f6f4;
}

#latest-blogs .date {
	color:#A7A9AC;
	font-size:13px;
	font-weight:700;
	margin:25px 0px 0px;
}

#latest-blogs .category {
	font-size:13px;
	color:#F07686;
	font-weight:700;
	text-transform:capitalize;
	margin:10px 0px;
}

#latest-blogs .category a {
	color:#F07686;
}

#latest-blogs .category a:hover {
	color:#eaacb6;
	text-decoration:none;
}

.breadcrumbs {
	font-size:13px;
	text-transform:uppercase;
	font-weight:500;
	color:#BCDDCA;
	text-align:center;
	line-height:26px;
	display:block;
	margin:30px 0px;
}

.breadcrumbs a {
	color:#7FB295;
}

.breadcrumbs .sep {
	margin:0px 20px;
}

.widget_search h2,
.widget_search label {
	display:none !important;
}

.widget_search input[type="text"] {
	border:5px solid #f5f0ed;
	height:70px;
	padding:0px 70px 0px 20px;
	outline:none;
	width:100%;
}

.widget_search input[type="submit"] {
	border:none;
	background:url(img/sprites.png) -5px -35px no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	text-indent: -99999px;
	right: 20px;
    top: 10px;
	outline:none;
}

.widget {
	text-align:center;
}

.widget h2,
.widget.widget_yarpp_widget h3 {
	font-family: 'AmerTypewriter', serif;
	font-weight:normal;
	font-size:28px;
	color:#231F20;
	display:block;
	background:url(img/widget-bar.png) bottom center no-repeat;
	padding-bottom:30px;
	margin:40px 0px 30px;
}

.widget_recent_entries ul,
.widget.popular-posts ul,
.widget_yarpp_widget ol  {
	list-style:none;
	margin:0px;
	padding:0px 20px;
	display:block;
}

.widget_recent_entries ul li,
.widget.popular-posts ul li,
.widget_yarpp_widget ol li {
	display:inline-block;
	margin:5px 0px;
}

.widget_recent_entries a,
.widget.popular-posts a,
.widget_yarpp_widget a {
	color:#7FB295;
}

.widget_follow_us {
	margin: -10px 0px 10px;
}

.widget_follow_us ul {
	list-style:none;
	padding:0px;
	margin:0px;
	display: block;
	text-align: center;
}

.widget_follow_us ul li {
	margin:10px 0px;
	line-height:36px;
	font-size:16px;
	font-weight:500;
	color:#231F20;
	display: inline-block;
}

.widget_follow_us ul li .icon {
	display:block;
	width:36px;
	height:36px;
	background-image:url(img/social-icons-aside-4.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	margin: 1px;
}

.widget_follow_us ul li .icon.facebook:hover {
	background-position: 0px -36px;
}


.widget_follow_us ul li .icon.twitter {
	background-position: -36px 0px;
}

.widget_follow_us ul li .icon.twitter:hover {
	background-position: -36px -36px;
}

.widget_follow_us ul li .icon.pinterest {
	background-position: -72px 0px;
}

.widget_follow_us ul li .icon.pinterest:hover {
	background-position: -72px -36px;
}

.widget_follow_us ul li .icon.bloglovin {
	background-position: -108px 0px;
}

.widget_follow_us ul li .icon.bloglovin:hover {
	background-position: -108px -36px;
}

.widget_follow_us ul li .icon.feed {
	background-position: -216px 0px;
}

.widget_follow_us ul li .icon.feed:hover {
	background-position: -216px -36px;
}

.widget_follow_us ul li .icon.googleplus {
	background-position: -144px 0px;
}

.widget_follow_us ul li .icon.googleplus:hover {
	background-position: -144px -36px;
}

.widget_follow_us ul li .icon.instagram {
	background-position: -180px 0px;
}

.widget_follow_us ul li .icon.instagram:hover {
	background-position: -180px -36px;
}

#blog-list {
	text-align:center;
}

#blog-list .loading {
	display:none;
}
#blog-list .thumb a {
	display:block;
	position:relative;
}

#blog-list .thumb .frame {
	background:url(img/latest-blog-frame-5.png) top left no-repeat;
	background-size:contain;
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
}

#blog-list .date {
	color:#A7A9AC;
	font-size:13px;
	font-weight:700;
	margin:15px 0px 0px;
}

#blog-list .category {
	font-size:13px;
	color:#F07686;
	font-weight:700;
	text-transform:capitalize;
	margin:24px 0px 10px;
}

#blog-list .category a {
	color:#F07686;
}

#blog-list .category a:hover {
	color:#eaacb6;
	text-decoration:none;
}


#blog-list .excerpt {
	font-size:16px;
	color:#231F20;
	font-weight:500;
	line-height:28px;
	margin-top:30px;
}

#blog-list .more {
	color:#A0CBB4;
	font-size:13px;
	font-weight:400;
}

#blog-list .more:hover {
	color:#d1d2d3;
	text-decoration:none;
}

#blog-list h2 {
	font-family: 'AmerTypewriter', serif;
	color:#7FB295;
	font-size:28px;
	line-height:33px;
	font-weight:normal;
	margin:0px 0px;
}

#blog-list h2 a {
	color:#7FB295;
	text-decoration:none;
}

#blog-list h2 a:hover {
	color:#bbddc9;
}

#blog-list .row {
	margin-bottom:50px;
}

#blog-list .button {
	border:5px solid #dfd6d1;
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	text-transform:uppercase;
	color:#E0D7D1;
	text-align:center;
	font-weight:700;
	padding:25px 60px;
	letter-spacing: 2px;
	background:#ffffff;
	margin:70px 0px;
}

#blog-list .button:hover {
	background:#f9f6f4;
}

#single-post .post-header .meta {
	font-weight: 700;
	font-size: 13px;
	color: #A7A9AC;
	font-family: 'Raleway', sans-serif;
	margin: 10px 0px 5px;
	line-height: 30px;
}

#single-post .post-header .meta img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 15px;
}

#single-post .post-header .date {
	margin:5px 0px;	
}

#single-post .post-header .disclosure {
	margin-bottom:20px;
	font-size:10px;
	color: #A7A9AC;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

#single-post .post-header .disclosure a {
	color: #A7A9AC;
	text-decoration: underline;
}

#single-post .post-header .disclosure a:hover {
	text-decoration: none;
}

#single-post .post-header .tags {
	color: #A0CBB4;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin: 15px 0px;	
	padding-left: 25px;
	position: relative;
}

#single-post .post-header .tags .icon {
	background: url(img/sprites.png) -60px -40px no-repeat;
	width: 19px;
	height: 17px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#single-post .post-header .tags a {
	color: #A0CBB4;
}

#single-post .post-header h1 {
	font-family: 'AmerTypewriter', serif;
	font-size:34px;
	color:#7FB295;
	font-weight:normal;
	line-height:40px;
	margin:0px 0px 15px;
}

#single-post .content h1:first-child {
	margin-top: 0px;
}

#single-post .content h1 {
	font-family: 'AmerTypewriter', serif;
	font-size:38px;
	color:#7FB295;
	font-weight:normal;
	line-height:40px;
	margin:30px 0px 15px;
}

#single-post .entry-content p {
	line-height:30px;
	margin:30px 0px;
}

#single-post .entry-content p a {
	color:#7FB295;
	font-weight:700;
	text-decoration:underline;
}

#single-post .entry-content p a:hover {
	color:#BCDDCA;
}

#single-post .entry-content img {
	display: block;
    max-width: 100%;
	height: auto;	
}

#single-post .entry-content figure {
	max-width: 100%;
}

#single-post .entry-content [id*="amznPsBmPixel"] {
	display:inline-block !important;
}

#single-post .featured-image {
	/*padding:20px;*/
	background:#f0f1f1;
	margin-bottom: 40px;
}

#single-post .featured-image img {
	min-width: 100% !important;
	height: auto;	
}

#single-post .featured-image div {
	position:relative;
}

#single-post .featured-image .frame {
	background:url(img/featured-frame-3.png) top left no-repeat;
	background-size: 100% 100%;
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
}

#single-post .categories {
	font-size:13px;
	color:#F07686;
	font-weight:700;
	margin:5px 0px 5px;
}

#single-post .categories a {
	color:#F07686;
	text-decoration:none;
}

#single-post .categories a:hover {
	color:#eaacb6;
	text-decoration:none;
}

#single-post .content .date {
	font-weight:700;
	font-size:13px;
	color:#A7A9AC;
	margin:10px 0px;
}

#single-post .content h2,
#product-page .entry-content h2 {
	font-family:'AmerTypewriter', serif;
	font-size:30px;
	font-weight:normal;
	color:#242627;
	background:url(img/h2-bg.png) bottom left no-repeat;
	padding-bottom:20px;
	margin:30px 0px;
}

#single-post .content h3,
#product-page .entry-content h3 {
	font-family: 'AmerTypewriter', serif;
	font-size: 24px;
	color:#C2B59B;
	font-weight:normal;
	background:url(img/h3-bg.png) 0px 50% no-repeat;
	padding-left:40px;
	margin:30px 0px;
}

#single-post .content h4,
#product-page .entry-content h4 {
	font-size:26px;
	font-weight:700;
	color: #7FB295;
	margin:30px 0px;
}

#single-post .content blockquote {
	background:url(img/quote.png) top left no-repeat;
	padding-left:50px;
	border:none;
	padding-top:0px;
	margin-left:15px;
	padding-bottom:0px;
	font-size:14px;
	line-height:25px;
}

#single-post .content blockquote cite {
	display:block;
	margin-top:30px;
	font-size:14px;
	font-weight:500;
	color:#BCBEC0;
	font-style:normal;
}

#search-result h2 {
	font-family: 'AmerTypewriter', serif;
    color: #7FB295;
    font-size: 28px;
    line-height: 33px;
    font-weight: normal;
    margin: 0px 0px;
}

#search-result h2 a {
	color:#7FB295;
}

#search-result h2 a:hover {
	color:#BCDDCA;
}

#search-result .date {
    color: #A7A9AC;
    font-size: 13px;
    font-weight: 700;
    margin: 15px 0px 0px;
}

#search-result .link {
	font-size:13px;
	color:#F07686;
	font-weight:700;
}

#search-result .link a {
	color:#F07686;
}

#search-result .link a:hover {
	color:#EAACB6;
}

#search-result .excerpt {
    font-size: 14px;
    color: #231F20;
    font-weight: 500;
    line-height: 28px;
    margin-top: 15px;
}

#search-result .thumb a {
	display:block;
	position:relative;
}


#search-result .thumb .frame {
    background: url(img/latest-blog-frame-5.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}

#search-result .jpibfi_container {
    overflow: hidden;
    height: 303px;
}

#search-result .row {
	margin-bottom:50px;
}

#search-result .more {
    color: #A0CBB4;
    font-size: 13px;
    font-weight: 400;
}

#contact-page {
	text-align:center;
}

#contact-page p {
	line-height:27px;
	margin:30px 0px;
}

#contact-page p a {
	color:#F07686;
	font-weight:700;
}

#contact-page p a:hover {
	color:#eaacb6;
}

#contact-form {
	max-width: 800px;
	margin:30px auto;
}

#contact-form .error {
	color:#F07686;
	font-weight:700;
	margin-bottom:20px;
}

#contact-form input[type="text"] {
	width:100%;
	background:#f5f0ed;
	border:none;
	outline:none;
	height:90px;
	margin:10px 0px;
	padding:0px 40px;
	font-size:13px;
	color:#231F20;
}

#contact-form textarea {
	width:100%;
	background:#f5f0ed;
	border:none;
	outline:none;
	margin:10px 0px;
	height:290px;
	padding:40px;
	resize:none;
	font-size:13px;
	color:#231F20;
}

#contact-form input[type="submit"] {
	background:#7eb194;
	border:none;
	outline:none;
	height:85px;
	padding:0px 85px;
	color: #ffffff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin:25px auto;
	display:block;
}

#contact-form input[type="submit"]:hover {
	background:#8fc9a8;
}

.error-404 {
	text-align:center;
}

#searchform {
	max-width:600px;
	margin:30px auto;	
}

aside #searchform {
	margin-top:0px;
}

#searchform div {
	position:relative;
}

#searchform label {
	display:none;
}

#searchform input[type="text"] {
	border:5px solid #f5f0ed;
	height:70px;
	padding:0px 70px 0px 20px;
	outline:none;
	width:100%;
}

#searchform input[type="submit"] {
	border:none;
	background:url(img/sprites.png) -5px -35px no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	text-indent: -99999px;
	right: 20px;
    top: 10px;
	outline:none;
}

.link-block {
	border:5px solid #bbddc9;
	display:block;
	padding:15px;
	margin:15px 0px;
}

.link-block a  {
	color:#7FB295;
	font-weight:700;
	text-decoration:underline;
	margin-left:5px;
}

.link-block a:hover {
	color:#BCDDCA;
}

.embed-block {
	margin:15px 0px;
}

.embed-block .wrapper {
	background:url(img/embed-bg.png);
	padding:10px;
	margin:5px 0px 20px;
}

.embed-block textarea {
	background:#ffffff;
	padding:20px 28px;
	margin:0px;
	border:none;
	width:100%;
	outline:none;
	resize:none;
	font-size:12px;
	color:#BCBEC0;
	height:130px;
}

.embed-block strong {
	font-size:18px;
	display:block;
	margin:0px;
}

.entry-content ol {
	list-style:none;
	counter-reset: mycounter attr(start);
	margin-left: 20px;
}

.entry-content ol:first-of-type {
  counter-reset: mycounter;
}

.entry-content ol li::before {
	counter-increment: mycounter ;
	content: counter(mycounter) ".";
	color: #BCDDCA;
	display: inline-block;
	font-size:21px;
	font-family: 'AmerTypewriter', serif;
	font-weight:normal;	
	margin-left: -1.5em;
    margin-right: 5px;
    width: 56px;
    text-align: right;
    position: absolute;
    left: 30px;
	margin-top: -6px;	
}

.entry-content ol li.restart {
	counter-reset: mycounter 0;
}

.entry-content ol li li::before {
	counter-increment: none ;
	content: none;
}

.entry-content ol li {
	margin-bottom:10px;
}

.entry-content ol li a {
	color: #7FB295;
    font-weight: 700;
    text-decoration: underline;
}

.entry-content ul {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 20px;
}

.entry-content ul li {
	background:url(img/list-bullet.png) 0px 8px no-repeat;
	padding-left: 22px;
	margin-bottom:10px;
	line-height: 25px;
}

.entry-content ul.checklist li {
	background: none;
}

.entry-content ul li a {
	color: #7FB295;
    font-weight: 700;
    text-decoration: underline;
}

#subscribe-page {
	text-align:center;
}

#subscribe-form {
	max-width: 800px;
	margin:30px auto;
}

#subscribe-form .error {
	color:#F07686;
	font-weight:700;
	margin-bottom:20px;
}

#subscribe-form input[type="text"] {
	width:100%;
	background:#f5f0ed;
	border:none;
	outline:none;
	height:90px;
	margin:10px 0px;
	padding:0px 40px;
	font-size:13px;
	color:#231F20;
}

#subscribe-form textarea {
	width:100%;
	background:#f5f0ed;
	border:none;
	outline:none;
	margin:10px 0px;
	height:290px;
	padding:40px;
	resize:none;
	font-size:13px;
	color:#231F20;
}

#subscribe-form input[type="submit"] {
	background:#7eb194;
	border:none;
	outline:none;
	height:85px;
	padding:0px 85px;
	color: #ffffff;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin:25px auto;
	display:block;
}

#subscribe-form input[type="submit"]:hover {
	background:#8fc9a8;
}

.widget_newsletter p {
	padding:0px;
	line-height:26px;
	font-size:16px;
	margin:20px 0px;
}

.widget_newsletter form {
	max-width:320px;
	margin:0px auto;
}

.widget_newsletter input[type="email"] {
	height:60px;
	background:#f5f0ed;
	padding:0px 20px;
	display:block;
	border:none;
	outline:none;
	margin:20px auto;
	width:100%;
	text-align:center;
}

.widget_newsletter input[type="submit"] {
	background:#ef7685;
	height:60px;
	padding:0px 25px;
	text-align:center;
	margin:20px auto;
	display:block;
	outline:none;
	border:none;
	font-size:14px;
	color:#ffffff;
	letter-spacing: 2px;
	text-transform:uppercase;
}

.widget_newsletter input[type="submit"]:hover {
	background:#d66976;
}


#comments {
	margin:40px 0px;
}

#comments h3,
#comments h2 {
	font-family: 'AmerTypewriter';
	font-size:30px;
	text-transform:uppercase;
}

#comments ul {
	list-style:none;
}

#comments li {
	background:none;
	padding-left:0px;
	border-bottom:1px solid #f5f0ed;
}

#comments li li {
	border-bottom:none;
	border-top:1px solid #f5f0ed;
}

#comments a {
	color:#7FB295;
	font-weight:700;
}

#comments article {
	margin:20px 0px;
}

#comments p {
	margin:15px 0px !important;
}

#comments .comment-content,
#comments .reply {
	padding-left:66px;
}

#comments .comment-author img {
	display:inline;
	max-width:none;
	margin-right:10px;
}

#comments .comment-metadata {
	padding-left:66px;
	font-size:12px;
}

#comments li ul {
	padding-left:66px;
}

#comments footer {
	background:none;
	color:#231F20;
	margin-top:0px;
	padding-top:0px;
}

#comments input[type="submit"] {
	background: #ef7685;
	height:60px;
	padding:0px 30px;
	display:block;
	border:0px;
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
}

#comments form {
	width:100%;
	max-width:800px;
}

#comments input[type="text"] {
	background: #f5f0ed;
	height:90px;
	line-height:90px;
	padding:0px 30px;
	border:none;
	color:#231F20;
	font-size:13px;
	font-weight:500;
	outline:none;
	width:100%;
	margin:15px 0px;
}

#comments textarea {
	background: #f5f0ed;
	padding:40px 30px;
	border:none;
	color:#231F20;
	font-size:13px;
	font-weight:500;
	outline:none;
	width:100%;
	height:295px;
	resize:none;
	margin:15px 0px;
}

#product-page h1 {
	font-family:'AmerTypewriter';
	font-size:36px;
	color:#231F20;
	line-height:42px;
}

#product-page .button-group {
	border-top:1px solid #faf7f6;
	border-bottom:1px solid #faf7f6;
	padding:25px 0px;
	margin:20px 0px;
}

#product-page .button-group .button-buy-now {
	background:#ef7685;
	height:60px;
	padding:0px 30px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:60px;
	display:inline-block;
	text-decoration:none;
	margin:0px 0px 20px;
	font-size:14px;
	font-weight:700;
}

#product-page .button-group .button-buy-now img {
	margin-left:15px;
	vertical-align:middle;
}

#product-page .button-group .button-buy-now:hover {
	background:#d66976;
	text-decoration:none;
}

#product-page .button-group .note {
	color:#242627;
	font-weight:700;
	font-size:12px;
	text-transform:uppercase;
	margin-top: 15px;
}

#product-page .button-group .note span {
	margin:0px 15px;
}

#product-page .excerpt {
	margin:20px 0px;
}

#product-page .product-header  {
	margin-bottom:50px;
}

#product-page .product-header .stock {
	display: none !important;
}

#product-page .product-header .slide a {
	outline:none;	
}

#product-page .product-header .slide a.current img {
	border-width:4px;
}

#product-page .product-header .slide img {
	border:1px solid #f5f0ed;
}

#product-page .product-header .preview {
	position:relative;
	height:620px;
	margin-bottom:10px;
	width:100%;
	border:2px solid #f9f7f5;
}

#product-page .product-header .preview .zoom {
	display:block;
	width:25px;
	height:25px;
	background:url(img/expand-icon.png) top left no-repeat;
	position:absolute;
	z-index:99;
	bottom:10px;
	right:10px;
	outline:none;
}

#product-page .product-header .preview .image {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 98;
}

#product-page .product-header .preview .image img {
	max-width:100%;
	height:auto;
}

#product-page .product-header .preview .image.current {
	display:block;
}

#product-page .product-header .product-data {
	color:#F07686;
	font-weight:700;
	font-size:16px;
}

#product-page .product-header .price ins {
	text-decoration:none;
}

#product-page .product-header .price del {
	color: #dbd7d5;
	margin-right: 10px;
}

#product-page .product-content .swp_social_panel {
	display: none;
}

#product-page .product-content a {
	color: #7FB295;
	font-weight:700;
	text-decoration: underline;
}

#product-page .product-content a:hover {
	text-decoration: none;
	color: #91ccaa;
}

#product-page .product-content .product-meta {
	display:block;
	border-top:1px solid #f7f4f1;
	border-bottom:1px solid #f7f4f1;
	padding:24px 0px;
	font-size: 12px;
	font-weight: 700;
	color: #231F20;
	margin: 30px 0px;
}

#product-page .product-content p {
	margin: 0px 0px 30px;
	line-height: 26px;
}

#product-page .product-content .discount-promo {
	background: #ef7685;
	padding: 9px;
	max-width: 940px;
	text-align: center;
	color: #fff;
	margin: 40px auto;	
}

#product-page .product-content .discount-promo .border {
	border: 1px solid #fff;
	padding: 15px;	
}

#product-page .product-content .discount-promo h3 {
	font-size: 24px;
	color: #ffffff;	
	font-weight: 700;
	background: none;
	font-family: 'Raleway', verdana, sans-serif;
	margin: 0px;
}

#product-page .product-content .discount-promo p {
	margin: 8px 0px 0px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Raleway', verdana, sans-serif;
}

#product-page .product-content .product-video {
	margin: 50px 0px;
}

#product-page .product-content .product-video .video {
	border: 10px solid #f5f0ed;
}

#product-page .product-content .product-video .video iframe {
	max-width: 100%;
	min-width: 100%;
	height: 360px;
}

#product-page .product-content .product-video h2 {
	font-family:'AmerTypewriter', serif;
	color: #7FB295;
	font-size: 28px;
	font-weight: 400px;
	background: none;
	margin: 20px 0px;
	line-height: 30px;
}


#product-page .product-content .product-video {
	font-size: 16px;
	color: #231F20;
}

#product-page .product-content .product-video p {
	line-height: 28px;
	margin: 20px 0px;
}

#product-page .product-content .product-features {
	margin: 40px auto;
	text-align: center;
}

#product-page .product-content .product-features .heading {
	border-bottom: 1px solid #c8c7c7;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

#product-page .product-content .product-features .heading h2 {
	font-family:'AmerTypewriter', serif;
	color: #7FB295;
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	background: none;
	margin: 30px 0px;
	padding: 0px;
}

#product-page .product-content .product-features .heading p {
	font-size: 16px;
	line-height: 24px;
	margin:20px auto;
}

#product-page .product-content .product-features .image {
	background: #f8f8f7;
	height: 260px;
	margin-bottom: 20px;
}

#product-page .product-content .product-features h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #C2B59B;
	font-weight: 700;
	background: none;
	padding: 0px;
}

#product-page .product-content .product-features  p {
	font-size: 16px;
    line-height: 26px;	
	margin: 30px 0px;
}

#product-page .product-content .product-features .row {
	margin-bottom: 30px;
}

#product-page .product-content .icon-features {
	background: #7eb194;
	padding: 50px 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0px;
	position: relative;
  	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
}

#product-page .product-content .icon-features .icon {
	width: 100px;
	height: 100px;
	border: 1px solid #7eb194;
	margin: 0px auto 20px;
	/*
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	*/
	overflow: hidden;
}

#product-page .product-content .icon-features .container {
	max-width: 1050px;
}

#product-page #product-reviews {
	margin: 50px 0px;
}

#product-page #product-reviews h2 {
	font-family:'AmerTypewriter', serif;
	color: #7eb194;
	font-size: 28px;
	text-align: center;
	font-weight: 400;
	margin: 0px 0px 18px;
	background: none;
	padding: 0px;	
}

#product-page #product-reviews .average-rating {
	text-align: center;
	margin: 20px 0px 30px;
	font-size: 12px;
	line-height: 20px;	
}

#product-page #product-reviews .average-rating a {
	text-decoration: underline;
	color: #6D6E71;
}

#product-page #product-reviews .average-rating .rating {
	background: url(img/0-star-rating.png) no-repeat;
	width: 119px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	text-indent: -9999px;
}

#product-page #product-reviews .slick-prev {
	background: url(img/prev-arrow-c.png) no-repeat;
	width: 20px;
	height: 34px;
	top: 50%;
	margin-top:-17px;
	left: 30px;
}

#product-page #product-reviews .slick-prev:hover {
	background-position: bottom left;
}

#product-page #product-reviews .slick-next {
	background: url(img/next-arrow-c.png) no-repeat;
	width: 20px;
	height: 34px;
	top: 50%;
	margin-top:-17px;
	right: 30px;
}

#product-page #product-reviews .slick-next:hover {
	background-position: bottom left;
}

#product-page #product-reviews .average-rating .rating.rating-0-5 {	
	background: url(img/0-5-star-rating.png) no-repeat;	
} 

#product-page #product-reviews .average-rating .rating.rating-1 {	
	background: url(img/1-star-rating.png) no-repeat;	
}

#product-page #product-reviews .average-rating .rating.rating-1-5 {	
	background: url(img/1-5-star-rating.png) no-repeat;	
}

#product-page #product-reviews .average-rating .rating.rating-2 {	
	background: url(img/2-star-rating.png) no-repeat;	
}

#product-page #product-reviews .average-rating .rating.rating-2-5 {	
	background: url(img/2-5-star-rating.png) no-repeat;	
}

#product-page #product-reviews .average-rating .rating.rating-3 {	
	background: url(img/3-star-rating.png) no-repeat;	
}

#product-page #product-reviews .average-rating .rating.rating-3-5 {	
	background: url(img/3-5-star-rating.png) no-repeat;	
}

#product-page #product-reviews .average-rating .rating.rating-4 {	
	background: url(img/4-star-rating.png) no-repeat;	
}

#product-page #product-reviews .average-rating .rating.rating-4-5 {	
	background: url(img/4-5-star-rating.png) no-repeat;	
}

#product-page #product-reviews .average-rating .rating.rating-5 {	
	background: url(img/5-star-rating.png) no-repeat;	
}

#product-page #product-reviews .slide {
	padding: 0px 20px;
}

#product-page #product-reviews .review {
	border: #f8f8f7 10px solid;
	padding: 20px;
}

#product-page #product-reviews .review h3 {
	color: #242627;
	font-size: 12px;
	font-weight: 700;
	background: none;
	padding: 0px;
	margin: 0px 0px 5px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700px;
}

#product-page #product-reviews .review .date {
	color: #808285;
	font-size: 12px;
}

#product-page #product-reviews .review .name {
	text-transform: uppercase;
	font-weight: 700;
	color: #242627;
}

#product-page #product-reviews .review p {
	color: #414042;
	font-size: 12px;
	line-height: 20px;
}

#product-page #product-reviews .review .rating {
	background: url(img/0-star-rating.png) no-repeat;
	width: 119px;
	height: 20px;
	margin: 6px 0px 25px;
	text-indent: -999999px;	
}

#product-page #product-reviews .review .rating.rating-0-5 {	
	background: url(img/0-5-star-rating.png) no-repeat;	
} 

#product-page #product-reviews .review .rating.rating-1 {	
	background: url(img/1-star-rating.png) no-repeat;	
}

#product-page #product-reviews .review .rating.rating-1-5 {	
	background: url(img/1-5-star-rating.png) no-repeat;	
}

#product-page #product-reviews .review .rating.rating-2 {	
	background: url(img/2-star-rating.png) no-repeat;	
}

#product-page #product-reviews .review .rating.rating-2-5 {	
	background: url(img/2-5-star-rating.png) no-repeat;	
}

#product-page #product-reviews .review .rating.rating-3 {	
	background: url(img/3-star-rating.png) no-repeat;	
}

#product-page #product-reviews .review .rating.rating-3-5 {	
	background: url(img/3-5-star-rating.png) no-repeat;	
}

#product-page #product-reviews .review .rating.rating-4 {	
	background: url(img/4-star-rating.png) no-repeat;	
}

#product-page #product-reviews .review .rating.rating-4-5 {	
	background: url(img/4-5-star-rating.png) no-repeat;	
}

#product-page #product-reviews .review .rating.rating-5 {	
	background: url(img/5-star-rating.png) no-repeat;	
}


#product-page #product-reviews .review .excerpt {
	font-size: 12px;
	line-height: 22px;
}

.widget .product-cats {
	list-style: none;
	font-size: 16px;
	color: #7FB295;
	margin: 0px;
	padding: 0px;
}

.widget .product-cats li {
	margin: 10px 0px;
}

.widget .product-cats i {
	display: inline-block;
	background: url(img/bullet-arrow.png) no-repeat;
	width: 8px;
	height: 7px;
	margin-right: 5px;
}

.widget .product-cats a {
	color: #7FB295;
    font-weight: 700;
    text-decoration: underline;
}

.widget .product-cats a:hover {
	text-decoration: none;
	color: #91ccaa;
}

#product-page .feature {
	margin:40px 0px;
	font-size:16px;
}

#product-page .feature h2 {
	color:#7FB295;
	font-size:28px;
	font-family:'AmerTypewriter', serif;
	font-weight:normal;
	line-height:34px;
	margin:0px 0px 30px;
	background: none;
	padding-bottom: 0px;
}

#product-page .feature p {
	margin:30px 0px;
	line-height:26px;
}

#product-page .feature li {
	margin:10px 0px;
}

#product-page .feature .div-border {
	border-left:4px solid #f5f0ed;
	padding-left:34px;
}

#product-page .feature.img-right .div-border {
	border-right:4px solid #f5f0ed;
	padding-right:34px;
	padding-left:0px;
	border-left:0px;
}

#product-page .faqs .faq-header {
	background:#7eb194;
	padding:40px 20px;
	color:#ffffff;
	text-align:center;
	margin-right:-30px;
}

#product-page .faqs .faq-header h2 strong {
	font-family: 'AmerTypeWriter', serif;
	font-size:83px;
	font-weight:500;
	display:block;
	color:#ffffff !important;
}

#product-page .faqs .faq-header h2 {
	font-size:13px;
	text-transform:uppercase;
	margin:0px;
	color:#ffffff !important;
	background: none;
}

#product-page .faqs .faq-header h2 .name {
	background:url(img/leaf-v2.png) top center no-repeat;
	display:block;
	font-family: 'AmerTypewriter', serif;
	font-size: 21px;
	font-weight: normal;
	text-transform:capitalize;
	margin-top:17px;
	padding-top:40px;
}

#product-page .faqs .questions {
	border:4px solid #f5f0ed;
	padding: 10px 30px;
}

#product-page .faqs .questions h3 {
	color:#7FB295;
	font-weight:700;
	font-size:16px;
	outline:none;
	padding-left:30px;
	line-height:23px;
	background:url(img/bullet-open.png) no-repeat;
	margin:20px 0px;
	border: none;
	background-position: 0px 8px;
}

#product-page .faqs .questions .ui-icon {
	display: none;
}

#product-page .faqs .questions h3.ui-state-active {
	background:url(img/bullet-close.png) no-repeat;	
	background-position: 0px 8px;
}

#product-page .faqs .questions .ui-accordion-content {
	margin-left:50px;
	border-left:4px solid #f5f0ed;
	padding-left:24px;
	line-height:23px;
	border-bottom: none;
	border-right: none;
	font-size: 16px;
}

#product-page .buy-now-banner {
	background:#f5f0ed;
	padding:60px 0px;
	text-align:center;
	margin:75px 0px;
}

#product-page .buy-now-banner h3 {
	font-family: 'AmerTypewriter', serif;
	color:#231F20;
	font-size: 28px;
	font-weight:500;
	margin:0px;
}

#product-page .buy-now-banner .price {
	color:#F07686;
	font-weight:700;
	font-size:16px;
	margin:15px 0px;
}

#product-page .buy-now-banner .price ins {
	text-decoration: none;
}

#product-page .buy-now-banner .price del {
	color: #c2bebc;
	margin-right: 10px;
}

#product-page .buy-now-banner a {
	background:#ef7685;
	height:60px;
	line-height:60px;
	padding:0px 30px;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}

#product-page .buy-now-banner a:hover {
	background:#f05d6f;	
}

#product-page .buy-now-banner a img {
	margin-left:15px;
}

#product-page .share-block {
	position: relative;
	padding: 15px 0px;
	border-top: 1px solid #f7f3f0;
	border-bottom: 1px solid #f7f3f0;
}

#product-page .share-block .share-label {
	font-weight: 700;
	color: #242627;
	font-size: 12px;
	position: absolute;
	top: 10px;
}

#product-page .share-block .swp_social_panel:not(.nc_floater):not(.swp_social_panelSide) {
    width: 100%!important;
    padding-left: 146px;
}

#product-page table.variations {
	margin: 0px 0px 15px;
}

#product-page table.variations td {
	padding: 5px 0px;
}

#product-page table.variations label {
	font-size: 12px;
	color: #231F20;
	margin-right: 10px;
    margin-top: 40px;
}

#product-page .quantity {
	display: none !important;
}

#product-page .woocommerce-variation-add-to-cart {
	margin-top: 20px;
}

.product-header select {
	height: 30px;
	font-size: 14px;
}

#product-page .reset_variations {
	margin-left: 10px;
	font-size: 10px;
}

#product-page .addtoany_content_bottom {
	display: none;
}


#product-page .other-products {
	text-align: center;
	margin-bottom: 80px;
}

#product-page .other-products h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	color: #231F20;	
	background: url(img/h3-line.png) 50% repeat-x;
	margin: 0px 0px 40px;
	letter-spacing: 4px;
}

#product-page .other-products h3 span {
	display: inline-block;
	padding: 0px 35px;
	background: #ffffff;	
}

#product-page .other-products .slide {
	padding: 0px 10px;
}

#product-page .other-products .product {
	font-size: 14px;
	background: #f8f8f7;
	color: #414042;
	padding: 20px;
}

#product-page .other-products .product h4 {
	font-size: 16px;
	line-height: 20px;
}

#product-page .other-products .product a {	
	color: #414042;
}

#product-page .other-products .slick-prev {
	background: url(img/prev-arrow-c.png) no-repeat;
	width: 20px;
	height: 34px;
	top: 50%;
	margin-top:-17px;
	left: 30px;
}

#product-page .other-products .slick-prev:hover {
	background-position: bottom left;
}

#product-page .other-products .slick-next {
	background: url(img/next-arrow-c.png) no-repeat;
	width: 20px;
	height: 34px;
	top: 50%;
	margin-top:-17px;
	right: 30px;
}

#product-page .other-products .slick-next:hover {
	background-position: bottom left;
}

#product-page .other-digital-product {
	margin: 60px 0px;
	text-align: center;
}

#product-page .other-digital-product h3 {
	font-size: 18px;
	color: #231F20;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 10px 0px;
	font-weight: 700;
}

#product-page .other-digital-product h2 {
	color: #7FB295;
	font-family: 'AmerTypewriter';
	font-size: 28px;
	font-weight: 400;
	margin: 10px 0px 40px;
}

#product-page .other-digital-product h4 {
	margin:10px 0px 0px;
	font-size:16px;
	color: #231F20;
}

#product-page .other-digital-product h4 a  {
	color: #231F20;
	text-decoration:none;
}

#product-page .other-digital-product .product {
	border: 10px solid #f8f8f7;
	padding: 20px;
}

#product-page .other-digital-product .slides {
	margin-bottom: 30px;
}

#product-page .other-digital-product .slide {
	padding: 0px 10px;
}

#product-page .other-digital-product .slick-prev {
	background: url(img/prev-arrow-c.png) no-repeat;
	width: 20px;
	height: 34px;
	top: 50%;
	margin-top:-17px;
	left: 30px;
}

#product-page .other-digital-product .slick-prev:hover {
	background-position: bottom left;
}

#product-page .other-digital-product .slick-next {
	background: url(img/next-arrow-c.png) no-repeat;
	width: 20px;
	height: 34px;
	top: 50%;
	margin-top:-17px;
	right: 30px;
}

#product-page .other-digital-product .slick-next:hover {
	background-position: bottom left;
}

#product-page .other-digital-product .btn-more {
	height: 58px;
	line-height: 58px;
	color: #C2B59B;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin: 25px 0px;
	padding: 0px 25px;
	text-transform: uppercase;
	letter-spacing: 4px;
	border: 1px solid #c6b9a1;
	text-decoration: none;
}

#product-page .other-digital-product .btn-more:hover {
	color: #ada28c;
	border-color: #ada28c;
	text-decoration: none;
}

#product-page .other-digital-product .btn-more i {
	display: inline-block;
	width: 14px;
	height: 5px;
	background: url(img/link-arrow-brown.png) no-repeat;
	vertical-align: middle;
}

#products .product-thumb img {
	min-width:100%;
}

#products .product-info {
	background:#f5f0ed;
	text-align:center;
	padding:65px;
	min-height:540px;
}

#products .product-info .wrap {
	padding:50px;
	background:#ffffff;
	background:url(img/product-info-bg.png) top left no-repeat;
	background-size:cover;
}


#products .product-info .excerpt {
	font-size:16px;
	line-height:27px;
	margin:30px 0px;
}

#products .product-info .buy-now {
	display:inline-block;
	background:#ef7685;
	height:58px;
	padding:0px 55px;
	line-height:58px;
	text-decoration:none;
	font-weight:700;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
}

#products .product-info .buy-now:hover {
	background:#d66976;
}

#products .product-info .price {
	color:#F07686;
	font-weight:700;
	font-size:16px;
}

#products .product-info .price del {
	color: #d3d3d3;
    margin-right: 5px;
}

#products .product-info .price ins {
	text-decoration: none;
}

#products .product-info h2 {
	font-family: 'AmerTypewriter', serif;
	font-size:28px;
	color:#7FB295;
	font-weight:normal;
	margin:0px 0px 30px;
}

#products .product-info h2 a {
	color:#7FB295;
	text-decoration:none;
}

#products .row {
	margin:30px 0px;
}

.slick-slider {
	padding-left: 50px;
	padding-right: 50px;	
}

.slick-next {
	background:url(img/arrow-right.png) 50% 50% #dfd6d1 no-repeat;
	border:none;
	height:70px;
	width:40px;
	text-indent: -9999px;
	outline:none;
	position:absolute;
	top:0px;
	right:0px;
	z-index: 99;
}

.slick-next:hover {
	background-color:#f0e4de;
}

.slick-prev {
	background:url(img/arrow-left.png) 50% 50% #dfd6d1 no-repeat;
	border:none;
	height:70px;
	width:40px;
	text-indent: -9999px;
	outline:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 99;
}

.slick-prev:hover {
	background-color:#f0e4de;
}

.slick-list {
	margin-left:5px;
	margin-right:5px;
}

.featured-products {
	margin:50px 0px;
	text-align:center;
}

.featured-products h2 {
	margin-bottom:45px;
}

.featured-products .thumb {
	min-width:100%;
	height:auto;
}

.featured-products .more-button {
	border:4px solid #dfd6d1;
	height:74px;
	line-height:74px;
	padding:0px 70px;
	font-size:16px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#E0D7D1;
	display:inline-block;
	text-decoration:none;
	margin:70px auto 0px;
}

.featured-products .more-button:hover {
	background: #f9f6f4;
}

.featured-products .wrap {
	position:relative;
}

.featured-products .border {
	width:100%;
	height:10px;
	background:url(img/border.png) top center no-repeat;
	position:absolute;
	left:0px;
	z-index:99;
	border: none !important;
}

.featured-products .border.top {
	top:24px;
}

.featured-products .border.bottom {
	bottom:24px;
}

.featured-products .overlay {
	background:url(img/overlay.png);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:97;
	padding:75px;
	opacity: 0;
	-webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
}

.featured-products .overlay:hover {
	opacity: 1;
}

.featured-products .overlay:hover .data {
	opacity: 1;
}

.featured-products .data {
	background:url(img/product-info-bg.png) top left no-repeat;
	padding:40px;
	width:100%;
	height:100%;
	text-align:center;
	background-size:cover;
	opacity:0;
	-webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}

.featured-products h3 {
	font-family: 'AmerTypewriter', serif;
	font-weight:normal;
	color:#7FB295;
	font-size:28px;
	line-height:34px;
	margin:0px 0px 30px;
}

.featured-products h3 a {
	color:#7FB295;
}

.featured-products .excerpt {
	font-size: 12px;
    line-height: 18px;
    margin: 30px 0px;
}

.featured-products .buy-now {
	background:#ef7685;
	height:60px;
	padding:0px 56px;
	display:inline-block;
	line-height:60px;
	text-decoration:none;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
}

.featured-products .buy-now:hover {
	background:#d66976;
}

.featured-products .price {
	font-size:16px;
	color:#F07686;
	font-weight:700;
}

.featured-products .price del {
	color: #E0D7D1;
}

.widget-products .product {
	padding:10px 20px;
}

.widget-products .thumb {
	display:inline-block;
	background: url(img/product-frame.gif) top left no-repeat;
	width: 260px;
	height: 260px;
	padding: 20px;
	margin: 0px auto;
}

.widget-products h4 {
	font-size:14px;
	font-weight:normal;
    color: #414042;
}

.widget-products h4 a {
	color: #414042;
}

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}

#single-post #filter h3 {
	font-weight:700;
	font-size:18px;
	color:#f07686;
	font-family: 'Raleway', verdana, sans-serif;
	background:none;
	padding:0px;
	margin:20px 0px 10px;
}

#filter {
	margin:20px 0px;
}

#filter .form-block {
	background:#ef7685;
	padding:10px;
	font-size:14px;
	text-align:center;
	color:#ffffff;
}

#filter .form-block .border {
	border:1px solid #ffffff;
	padding:10px 20px;
}

#filter .form-block .row {
	margin-top:10px;
}

#filter .form-block ul {
	list-style:none;
	padding:0px 0px 10px;
	margin:0px;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
	display:block;
	text-align:left;
}

#filter .form-block ul li {
	background:none;
	width:49%;
	padding:0px;
	margin:0px;
	text-align:left;
	display:inline-block;
	vertical-align:top;
}

#filter .form-block ul li input {
	margin-right:5px;
}

#filter .show-results {
	display:inline-block;
	background:#ffffff;
	color:#f07686;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:0px 38px;
	height:50px;
	line-height:50px;
	text-decoration:none;
}

#filter .show-results:hover {
	text-decoration:none;
}

#filter .results {
	background:#f5f0ed;
	padding:25px 40px;
	display:none;
}

#filter .results ul {
	list-style:none;
	padding:0px;
	margin:0px;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
	display:block;
}

#filter .results ul li {
	background:none;
	width:50%;
	padding:0px 2px;
	margin:0px;
	text-align:left;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	color:#231f20;
	margin:5px 0px;
	vertical-align:top;
}

#filter .results ul li a {
	color:#231f20;
	text-decoration:none;
}

#filter .results ul li a:hover {
	color:#231f20;
	text-decoration:none;
}

#filter .results ul li a span {
	color:#7fb295;
	text-decoration:underline;
}


#filter .results ul li a:hover span {
	color:#bcddca;
}

.filter .tags {
	color:#bcddca;
	font-weight:700;
	font-size:14px;
	margin:5px 0px 10px;
}


.filter .tags span {
	font-weight:700;
	color:#a7a9ac;
}

.top-button {
	background:url(img/up-btn.png) top left no-repeat;
	width:64px;
	height:63px;
	display:block;
	/*
	position:fixed;
	bottom:20px;
	left:50%;
	margin-left:418px;
	*/
	z-index:99;
	display:none;
}

.is-sticky .top-button {
	top:auto !important;
	bottom:40px !important;
	left:50%;
	margin-left:0px;
	display:block;	
}

.top-button:hover {
	background-position: bottom left;
}

.entry-content {
	position:relative;
}

#page .content h2 {
    font-family: 'AmerTypewriter', serif;
    font-size: 34px;
    color: #7FB295;
    font-weight: normal;
    line-height: 40px;
    margin: 20px 0px 10px; 
}

#page .content h3 {
	font-family: 'AmerTypewriter', serif;
    font-size: 28px;
    font-weight: normal;
    color: #242627;
    background: url(img/h2-bg.png) bottom left no-repeat;
    padding-bottom: 20px;
    margin: 30px 0px;
}

#page .content p {
    margin: 20px 0px;
    line-height: 20px;
}

#amazon-ads,
#amazon-ads-2 {
	text-align:center;
	margin:20px 0px;
}

#amazon-ads img,
#amazon-ads-2 img {
    margin: 0px auto;
}

#google-ads {
	margin:30px 0px 15px;
	padding:0px 20px;
}

#pagination {
	display:block;
	margin:30px auto;
	padding-top:20px;
	border-top:1px solid #f5f0ed;
	vertical-align:top;
}

#pagination .page-numbers {
	display:inline-block;
	height:40px;
	text-align:center;
	width:40px;
	line-height:40px;
	font-family: 'AmerTypewriter', Verdana;	
	font-size: 14px;
	background:#ffffff;
	color:#7eb194;
	font-weight:400;
	margin-top:1px;
	background:#f5f0ed;
}

#pagination .page-numbers.dots {
	background: none;
    font-weight: 700;
}

#pagination .page-numbers.next,
#pagination .page-numbers.prev {
	width:auto;
	padding-left:10px;
	padding-right:10px;
}

#pagination a.page-numbers {
	background:#7eb194;
	color:#ffffff;
	text-decoration:none;
}

#pagination a.page-numbers:hover {
	background:#8fc9a8;
}

#pinterest-board {
	display:block;
	padding:30px 20px;
	text-align:center;
}

#pinterest-board h3 a {
	color:#7eb194;
}

#pinterest-board [class*="_embed_grid"] {
	width:100% !important;
	box-shadow:none !important;
}

#pinterest-board [class*="_bd"] {
	height:770px !important;
}

#pagination-top {
	margin-top: 0px;
}

.page-links {
	border-top: 2px solid #f9f7f5;
	border-bottom: 2px solid #f9f7f5;
	padding: 10px 20px;
	margin: 20px 0px;
	text-align: left;
}

.page-links .page-numbers {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color:#A7A9AC;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
}

.page-links .page-numbers:hover {
	color: #9fbe9f;
}

.page-links .page-numbers.current {
	background: #dfd6d1;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
}

.page-links .page-numbers.prev {
	background: url(img/page-arrows.png) top left no-repeat;
	height: 34px;
	font-size: 12px;
	color: #A7A9AC;
	width: auto;
	padding-left: 42px;
	text-align: left;
	line-height: 34px;
	font-weight: 700;
}

.page-links .page-numbers.prev:hover {
	text-decoration: none;
	background-position: 0px -34px;
	padding-left: 42px;
	padding-right: 3px;
}

.page-links .page-numbers.next {
	background: url(img/page-arrows.png) 100% -68px no-repeat;
	height: 34px;
	font-size: 12px;
	color: #A7A9AC;
	width: auto;
	padding-right: 42px;
	text-align: right;
	line-height: 34px;
	font-weight: 700;
}

.page-links .page-numbers.next:hover {
	text-decoration: none;
	padding-right: 39px;
	padding-left: 3px;
	background-position: 100% -102px;
}

.ad-block {
	margin: 30px 0px;
}

.ad-block.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	font-size: 16px;
}

#sidebar #google-ads {
	padding: 0px;
	margin: 20px 0px;
	text-align: center;
}

#sidebar #adsense-skyscraper {
	text-align: center;
}

.yarpp-thumbnails-horizontal{
	text-align: left;
	padding: 0px;
	vertical-align: middle;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border:none !important;
    width: auto !important;
    height: auto !important;
    margin: 0px !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail > img {
	display: inline-block !important;
}

.yarpp-thumbnail {
	color: #7FB295;
	line-height: 28px;
}

.yarpp-thumbnail > img {
    width: 80px !important;
    height: 80px !important;
    margin: 5px 15px 5px 5px !important;
}

.yarpp-thumbnail-title {
	font-size: 12px !important;
    max-height: auto !important;
    line-height: 18px !important;
    margin: 0px !important;
    margin-top: 0px !important;
    width: 200px !important;
    text-decoration: inherit;
    overflow: hidden;
}

.woocommerce-tabs .tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom:5px #f5f0ed solid;
	font-size: 14px;
	color: #231F20;
}

.woocommerce-tabs .tabs li {
	display: inline-block;
	margin: 0px;
	padding: 10px 20px;
	border:1px #f5f0ed solid;
}

.woocommerce-tabs .tabs li a {
	color: #231F20;
	text-decoration:none;
}

.woocommerce-tabs .tabs li a:hover {
	color: #231F20;
	text-decoration:none;
}

.woocommerce-tabs .tabs li.active {
	background:#f5f0ed;
}

.woocommerce-Tabs-panel h2 {
	font-family: 'AmerTypewriter', serif;
    font-size: 30px;
    font-weight: normal;
    color: #242627;
    background: url(img/h2-bg.png) bottom left no-repeat;
    padding-bottom: 20px;
    margin: 30px 0px;
}

.single_add_to_cart_button {
	background: #7eb194 !important;
    height: 60px;
    padding: 0px 30px !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 60px !important;
    display: inline-block;
    text-decoration: none;
    margin: 0px 0px 20px;
    font-size: 14px !important;
	font-weight: 700 !important;
	border-radius: 0px !important;
	outline: none;
}


.single_add_to_cart_button:hover {
	background-color: #6b967e !important;
}

#button-buy-now.single_add_to_cart_button {
	background: #ef7685 !important;
    height: 60px;
    padding: 0px 30px !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 60px !important;
    display: inline-block;
    text-decoration: none;
    margin: 0px 0px 20px 10px;
    font-size: 14px !important;
	font-weight: 700 !important;
	border-radius: 0px !important;
	outline: none;
}


#button-buy-now.single_add_to_cart_button:hover {
	background-color: #d66976 !important;
}

.single_add_to_cart_button.look-inside span {
	text-transform: lowercase;
	font-style: italic;
	display: inline-block;
	font-weight:normal;
	height: 26px;
	background: url(img/amazon-logo.png) no-repeat 100% 50%;
	padding-right: 100px;
	margin-left: 10px;
	line-height: 60px;
	height: 60px;
}

.single_add_to_cart_button.look-inside span i {
	display: none;
}

.woocommerce-tabs .panel {
	background-color:transparent !important;
    border: none !important;
    border-radius: 0px !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}

.woocommerce-message {
	border-top-color: #7eb194;
}

.woocommerce-message::before {
	color: #7eb194;
}

.woocommerce .checkout-button {
	background: #ef7685 !important;
    height: 58px;
    padding: 0px 55px !important;
    line-height: 58px !important;
    text-decoration: none;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0px !important;
	margin-bottom: 0px;
	font-size: 18px;
}

.woocommerce .checkout-button:hover {
	background-color: #f18391 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: 18px;
}

.menu-secondary-menu-container {
	display: inline-block;
}

.woocommerce-variation-price {
	color: #F07686;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0px 20px;
}

#single-post .resources-block {
	background: #f5f0ed;
	padding: 10px;
	margin: 60px 0px;
}

#single-post .resources-block .wrap {
	border: 2px dotted #ffffff;
	padding: 30px;
}

#single-post .resources-block h2,
#single-post .resources-block h4 {
	color: #7FB295;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	display: block;
	background: none;
	border-bottom: 1px solid #c0bcb9;
	margin: 0px 0px 15px;
}

#single-post .resources-block h3,
#single-post .resources-block h5 {
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #231F20;
	background:none;
	padding: 0px 15px;
	margin: 15px 0px;
}

#single-post .resources-block p {
	color: #414042;
	font-size: 14px;
	line-height: 27px;
	margin: 20px 0px;
	clear: both;
}

#single-post .resources-block ul {
	padding: 0px 15px;
}

#single-post .resources-block ul li {
	font-size: 16px;
	padding: 0px;
	background: none;
	font-weight: 400;
	margin-bottom: 5px;
}

#single-post .resources-block ul li a {
	color: #7FB295;
	text-decoration: none;
	font-weight: 400;
}

#single-post .resources-block ul li a:hover {
	text-decoration: underline;
}

#single-post .metabox {
	border-top: 2px solid #f9f7f5;
	border-bottom: 2px solid #f9f7f5;
	padding:10px 0px;
	margin: 0px 0px 20px;
}

#single-post .metabox .prev,
#single-post .metabox .next {
	display: inline-block;
}

#single-post .metabox .next {
	margin-left: 10px;
}

#single-post .metabox .prev a {
	display: block;
	height: 34px;
	background: url(img/page-arrows.png) no-repeat;
	line-height: 34px;
	padding-left: 45px;
	color: #A7A9AC;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

#single-post .metabox .prev a:hover {
	background-position: 0px -34px;
}

#single-post .metabox .next a {
	display: block;
	height: 34px;
	background: url(img/page-arrows.png) 38px -68px no-repeat;
	line-height: 34px;
	padding-right: 45px;
	color: #A7A9AC;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

#single-post .metabox .next a:hover {
	background-position: 38px -102px;
}

#single-post .metabox .share-block {
	position: relative;
}

#single-post .metabox .share-label {
	font-weight: 700;
	counter-reset: #242627;
	font-size: 12px;
	position: absolute;
	top:10px;
	left:0px;
}

#single-post .metabox .share-buttons {
	padding-left: 120px;
}

#share-love {
	background: #221f1f;
	padding: 25px 30px;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 3px;
	margin: 20px 0px;
}

#share-love .icon {
	display: inline-block;
	width: 33px;
	height: 30px;
	background: url(img/sprites.png) -65px -5px no-repeat;	
}

#share-love img {
	display: inline-block !important;
	margin-right: 20px;
}

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

.swp_social_panel {
	margin-bottom: 0px!important;
    margin-top: 0px!important;
}

#adsense-leaderboard {
	text-align: center;
	margin: 30px 0px;
	overflow: hidden;
}

#related-posts {
	margin: 40px 0px;
}

#related-posts h3 {
	display: block;
    background: url(img/related-header-bg.png) 2px repeat-x;
    font-size: 18px;
    font-weight: 700;
    color: #231F20;
    text-transform: uppercase;
	height: 18px;
    margin-bottom: 35px;
}

#related-posts h4 {
	font-family: 'Raleway', sans-serif;
	color: #7FB295;
	font-size: 16px;		
	margin-bottom: 20px;
	line-height: 26px;
}

#related-posts h4 a {
	color: #7FB295;
	font-weight: 400;
}

#related-posts h4 a:hover {
	text-decoration: underline;
}

#related-posts h3 span {
	display: inline-block;
	background: #ffffff;
	padding-right: 15px;	
}

.widget-recent-pins [class*="_hd"] {
	display: none;
}

.widget-recent-pins [class*="_embed_grid"] {
	box-shadow: none;
    border-radius: 0px;
}

.widget-recent-pins [class*="_button"] {
	background: url(img/follow-us-on-pinterest.png) 50% no-repeat #ef7685 !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	height: 60px !important;
	line-height: 60px !important;	
}

.widget-recent-pins [class*="_button"]:hover {
	background-color: #d66976 !important;
}

.widget-recent-pins [class*="_label"] {
	display: none !important;
}

.widget-recent-pins [class*="_ft"] {
	padding: 11px 0px 11px 11px !important;
}

.widget-recent-pins {
	margin: 30px auto;
}

#digital-product-list .row {
	margin-bottom: 30px;
}

#digital-products-list h2 {
	font-size: 14px;
	font-weight: 700;
	color: #7eb194;
	margin: 15px 0px 30px;
	line-height: 20px;
}

#digital-products-list h2 a {
	color: #7eb194;
	text-decoration: none;
}

#digital-products-list h2 a:hover {
	color: #77b58e;
}

#digital-products-list h2 del {
	color: #d7d9d9;
}

#digital-products-list h2 ins {
	text-decoration: none;
}

.adsense.adsense-right {
	float: right;
	margin: 20px 0px 20px 20px;
}

.adsense.adsense-left {
	float: left;
	margin: 20px 20px 20px 0px;
}

.adsense.adsense-centered {
	margin: 20px 0px;
	text-align: center;
}

.amazon-element-wrapper {
	position: relative;	
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 40px;
}

.amazon-element-wrapper:before,
.amazon-element-wrapper:after {
	clear: both;
	display: table;
    content: " ";
}

.amazon-image-wrapper {
	max-width: 100% !important;
}

.amazon-element-title {	
	padding-left: 15px;
	padding-right: 15px;
}

.amazon-element-button {
	position:absolute;
	width: 33.33333333% !important; 
	text-align: center;
	bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.amazon-element-button a img {
	display: none !important;
}

.amazon-element-button a {
	display: inline-block;
	background: url(img/amazon-icon.png) 10px 10px no-repeat #7eb194;
	height: 40px;
	color: #ffffff;
	font-size: 14px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration:none;	
	line-height: 40px;
	width: 200px;
    text-align: center;
	margin-top: 20px;	
}

/*
.amazon-element-button a:after {
	content: 'Shop Now';
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

*/

.amazon-element-button a:hover {
	background-color: #8fc9a8;
	text-decoration: none;
}

.amazon-element-lg-image {
	width: 33.33333333% !important; 
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.amazon-element-desc {
	width: 66.66666667% !important;
	float:left;
	padding-left: 15px;
	padding-right: 15px;
}

.hidden {
	display: none;
}

.col-images {
	margin: 20px 0px;
}

.col-images .img-block {
	border: 1px solid #e4e4e4;
	padding: 15px;	
	text-align: center;
}

.col-images .img-block .thumb {
	margin: -15px -15px 30px;
}

.col-images h3 {
	font-family: 'AmerTypewriter', serif;
    font-size: 30px !important;
    font-weight: normal;
	color: #242627 !important;	
	background: none !important;	
	margin: 15px 0px !important; 
	padding: 0px !important;   
}

.col-images p {
	margin: 15px 0px !important;
	line-height: 20px !important;
}

.col-images .button {
	display: block;
	background: #7eb194;
	padding: 16px;
	text-align: center;
	color: #ffffff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 15px 0px 0px;
}

.col-images .button:hover {
	background-color: #96c0a8 !important;
}


#blog-list .thumb {
	overflow: hidden;
	height: 247px;
}

#blog-list .jpibfi_container {
	overflow: hidden;
	/*height: 303px;*/
}

ul.wprm-recipe-ingredients {
	list-style: none;
}

html body .wprm-recipe-container li.wprm-recipe-ingredient {
	list-style-type: none !important;
}

ol.wprm-recipe-instructions {
	list-style: none;
}

html body .wprm-recipe-container li.wprm-recipe-instruction {
	list-style-type: none !important;
}

.wprm-recipe-simple ol li, .wprm-recipe-simple ul li {
    margin: 10px 0px !important;
}

.woocommerce-grouped-product-list {
	margin-bottom: 20px;
}

.woocommerce-grouped-product-list label {
	font-weight: normal;
	font-size: 12px;
}

.woocommerce-grouped-product-list tr {
	border-bottom: 1px solid #faf7f6;
}

.woocommerce-grouped-product-list td {
	padding: 0px 10px 10px;
}

.woocommerce-grouped-product-list .woocommerce-Price-amount {
	color: #F07686;
	font-size: 12px;
}

#printable-landing {
	text-align: center;
}

#printable-landing h1 {
	font-family: 'AmerTypewriter', 'Times New Roman', Times, serif;
	color: #7FB295;
	font-size: 34px;
	text-align: center;
	margin: 40px 0px 30px;
}

#printable-landing h4  {
	font-size: 21px;
	color: #231F20;
	margin: -15px 0px 30px !important;
	font-weight: bold;
}

#page #printable-landing p {
	line-height: 24px;
}

#printable-landing h4 span {
	color: #F07686;
}

#printable-landing h5 {
	color: #7FB295;
	font-weight: bold;
	margin: 15px 0px;
	font-size: 24px;
}

#printable-landing .note {
	font-size: 11px;
	color: #414042;
}

#printable-landing .note a {
	color: #7FB295;
	font-display: bold;
	text-decoration: none;
}

#printable-landing ol {
	list-style: none;
	line-height: 24px;
}

#printable-landing li span {
	font-size: 21px;
	color: #BCDDCA;
	font-family: 'AmerTypewriter', 'Times New Roman', Times, serif;
}

#product-page .instructions h3 {
	color:#7FB295;
	font-weight:700;
	font-size:16px;
	outline:none;
	padding-left:30px;
	line-height:23px;
	background:url(img/bullet-open.png) no-repeat;
	margin:20px 0px;
	border: none;	
    background-position: 0px 8px;
}

#product-page .instructions h3 .ui-accordion-header-icon {
	display: none;
}

#product-page .instructions h3.ui-state-active {
	background:url(img/bullet-close.png) no-repeat;	
	background-position: 0px 8px;
}

#product-page .instructions .ui-accordion-content {
	margin-left:50px;
	border-left:4px solid #f5f0ed;
	padding-left:24px;
	line-height:23px;
	border-right: none;
	border-bottom: none;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	float: none !important;
	width: 100% !important;
}

#table-cart .product-name a {
	color: #7FB295;
}

.woocommerce-cart-form .coupon #coupon_code {
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	padding: 0px 5px;
	height: 31px;
	line-height: 31px;
}
.woocommerce-cart-form .coupon .button {
	width: 100%;
}

.woocommerce-cart-form #update_cart {
	display: none;
}

.woocommerce table.shop_table {
	border-radius: 0px;
}

.woocommerce form .form-row input.input-text {
	border: 1px solid #e5e5e5;
	height: 35px;
    line-height: 35px;
    padding: 0px 10px;
}

.woocommerce form .form-row textarea {
	border: 1px solid #e5e5e5;
	padding: 10px;
}

.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
	border: 1px solid #e5e5e5 !important;
	height: 35px;
	border-radius: 0px !important;
	padding-top: 3px;
}

#order_comments {
	height: 150px;
}

.woocommerce #amazon-checkout-button {
	background:#edc758 no-repeat !important;			
	height: 58px;
	width: 100%;
    padding: 0px 55px !important;
    line-height: 58px !important;
	text-decoration: none;
	font-size: 17.5px;
    font-weight: 700 !important;
    color: #000000 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
	border-radius: 0px !important;
	border: 0px;
	outline: none;	
	display: block;
	text-align: center;
}

.woocommerce #amazon-checkout-button span {
	display: inline-block;
	background: url(img/amazon-logo-blk.png) no-repeat;
	width: 87px;
	height: 26px;
	text-indent: -99999px;
	vertical-align: middle;
	margin-left: 5px;
}

.woocommerce #amazon-checkout-button:hover {
	background-color: #ffd75e !important;
}

.woocommerce #amazon-checkout-form {
	margin: 0px;
	padding: 0px;
	height: auto !important;
}

.woocommerce .wc-proceed-to-checkout {
	padding-bottom: 0px !important;
}

.woocommerce-checkout #payment {
	border-radius: 0px !important;
}

.woocommerce button#place_order {
	background:#ef7685 no-repeat !important;			
	height: 58px;
	width: 100%;
    padding: 0px 55px !important;
    line-height: 58px !important;
	text-decoration: none;
	font-size: 17.5px;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
	border-radius: 0px !important;
	border: 0px;
	outline: none;	
	display: block;
}

.woocommerce button#place_order:hover {
	background-color: #f18391 !important;
}

.woocommerce .woocommerce-checkout-payment {
	background: #ffffff !important;
}

#single-post ol li .wprm-recipe-instruction-text p {
	line-height: 20px !important;
}

#single-post ol li.wprm-recipe-instruction {
	padding-left: 30px;
}

.variable-item:not(.radio-variable-item) {
    width: 68px !important;
    height: 68px !important;
}


.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	box-shadow: 0 0 0 2px rgba(250,247,246,1) !important;
	margin: 8px 8px 8px 0 !important;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, 
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: 0 0 0 3px rgba(245,240,237,1) !important;
}

.woocommerce nav.woocommerce-pagination {
	border-top: 2px solid #f9f7f5;
    border-bottom: 2px solid #f9f7f5;
    padding: 10px 20px;
    margin: 20px 0px;
    text-align: left;
}

.woocommerce nav.woocommerce-pagination ul {
	border:none;
}

.woocommerce nav.woocommerce-pagination ul li {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #A7A9AC;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	border:none;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #A7A9AC;
	position: relative;
    margin-top: -3px;
    line-height: 18px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #dfd6d1;
    font-size: 18px;
    color: #ffffff;
	font-weight: 700;
	line-height: 18px;
    display: block;
    position: relative;
    margin-top: -5px;
}

.variable-items-wrapper .variable-item {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-color: #f5f0ed !important;
}

#empty-cart-page {
	text-align: center;
	padding-top: 20px;
}

#empty-cart-page .btn-continue-shopping {
	background: #ef7685;
	height: 58px;
	padding: 0px 55px;
	line-height: 58px;
	text-decoration: none;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0px;
	margin-bottom: 0px;
	display: inline-block;
	margin-top: 20px;
}

#empty-cart-page .btn-continue-shopping:hover {
	background-color:#f18391;
}

#button-look-inside {
	display: none;
}

#button-look-inside.show {
	display: inline-block !important;
}

.button-variable-item span {
	font-size: 10px !important;
}

#single-post .row.grid p {
	margin: 5px 0px;
	line-height: 22px;
}

#single-post .row.grid p a {
	margin: 5px 0px;
	color: #7FB295;
	font-weight: 700;
	text-decoration: underline;
}

#single-post .row.grid p a:hover {
	text-decoration: none;
}

#ship-to-different-address {
	padding: 5px 20px;
	background: #f7f6f7;
	cursor: pointer;
}

#ship-to-different-address input[type="checkbox"] {
	margin-left: 0px;
}

#ship-to-different-address span {
	margin-left: 20px;
}

#pay_with_amazon img {
	display: block;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* background: url('img/amazon-logo-blk.png') no-repeat; */
	width: 100%;
	height: auto;
	/* padding-left: 296px; */
	margin-bottom: 1em;
}

#amazon_customer_details .col-1,
#amazon_customer_details .col-2 {
	width: 100%;
	float: none;
}

.amazon_pay #payment h3,
.amazon_pay #payment ul {
	display: none;
}

.woocommerce-info,
.woocommerce.info {
	border-top-color: #7eb194 !important;
}

.woocommerce-info::before,
.woocommerce-info.info::before {
	color:#7eb194 !important;
}

.woocommerce-info a,
.woocommerce-info.info a {
	color:#7eb194 !important;
}

#product-page .btn-customize {
	background: #ef7685 !important;
    height: 60px;
    padding: 0px 30px !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 60px !important;
    display: inline-block;
    text-decoration: none;
    margin: 0px 0px 20px;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
	outline: none;
	margin-top:20px;
}

#product-page .btn-customize:hover {
	background-color: #f05d6f !important;
}

#page .category-landing-content {
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
}

#page .category-landing-content p {
	line-height: 25px;
}

.category-landing-content .category {
	background: url('img/category-bg.png') bottom repeat-x #f9f8f7;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.category-landing-content .category img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
}

.category-landing-content .category .link {
	border: 1px solid #c2b59b;
	display: block;
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin-left:auto;
	margin-right: auto;
	width: 350px;
	height: 60px;
	line-height: 60px;
	color: #C2B59B;
	-webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out,  background-image  250ms ease-in-out;
    -ms-transition: background-color 250ms ease-in-out, color 250ms ease-in-out, background-image  250ms ease-in-out;
	transition: background-color 250ms ease-in-out,  color 250ms ease-in-out, backgrount-image  250ms ease-in-out;
	text-transform: uppercase;	
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	background: rgba(255,255,255,0.85);
	text-align: center;
}

.category-landing-content .category .link:hover {
	background: #e8dcc5;
	border-color: #e8dcc5;
	text-decoration: none;
	color: #ffffff;
}

.category-landing-content .category .link span {
	padding-right: 24px;
	display: inline-block;
	background: url(img/link-arrow-brown.png) 100% 50%  no-repeat;	
}

.category-landing-content .category .link:hover span {
	background-image: url(img/link-arrow-white.png);
}

#physical-products .container {
	max-width:1200px;	
}

#physical-products .main-categories {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #414042;	
	font-family: 'Raleway', sans-serif;
}

#physical-products .main-categories li {
	display: inline-block;
	margin: 10px 25px;
	padding: 0px;
}

#physical-products .main-categories li a {
	text-decoration: none;
	color: #414042;
}

#physical-products .sub-categories {
	list-style: none;
	margin: 15px 0px 50px;
	padding: 0px;
	text-align: center;	
	font-size: 12px;
	font-weight: 700;
	color: #7FB295;	
	font-family: 'Raleway', sans-serif;
}

#physical-products .sub-categories li {
	display: inline-block;
	margin: 10px 0px;
	padding: 0px;
}

#physical-products .sub-categories li a {
	text-decoration: underline;
	color: #7FB295;
	padding: 5px 15px;
}


#physical-products .sub-categories li a.current {
	background: #7eb194;
	color: #ffffff;
	text-decoration: none;
}

#physical-products .product {
	background: url(img/product-list-bg.png) no-repeat;
	background-size:cover;
	text-align:center;
	padding:50px;
	margin: 15px 0px;	
	position: relative;
}

#physical-products .product.cover {	
	padding:0px;
	background: none;
}

#physical-products .product.cover img {
	position: relative;
	z-index: 98;
}

#physical-products .product.cover .buttons {
	position: absolute;
    z-index: 99;
    top: 40%;
    text-align: center;
    width: 100%;
}

#physical-products .product .thumb {
	padding: 10px 75px;
}

#physical-products .product h2 {
	color: #C2B59B;
	font-size:24px;
	font-family: 'AmerTypewriter';
	line-height:25px;
	font-weight: 400;
	margin-bottom: 20px;
}

#physical-products .product h2 a {
	color: #C2B59B;
}

#physical-products .product.cover h2,
#physical-products .product.cover h2 a {
	color: #ffffff;	
}

#physical-products .product .shop-now {
	border: 1px solid #c2b59b;
	display: inline-block;
	height: 58px;
	line-height: 58px;
	width: 198px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #C2B59B;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

#physical-products .product .shop-now:hover {
	border: 2px solid #c2b59b;
}

#physical-products .product.cover .shop-now {
	border-color: #ffffff;
	color: #ffffff;
}

#physical-products .product.cover .shop-now:hover {
	border-color: #ffffff;
}

#physical-products .product .shop-now span {
	padding-right: 24px;
	display: inline-block;
	background: url(img/link-arrow-brown.png) 100% 50%  no-repeat;	
}


#physical-products .woocommerce-pagination {
	text-align: center;
}

#product-page .subcategory-products {
	text-align: center;
	background: #f8f8f7;
	padding: 50px 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 50px;
	position: relative;
  	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
}

#product-page .subcategory-products .container {
	max-width: 1220px;
}

#product-page .subcategory-products h3 {
	font-size: 18px;
	color: #231F20;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	font-weight:700;
	background: url(img/subcategory-h3-line.png) 50% repeat-x; 
}

#product-page .subcategory-products h3 span {
	background: #f8f8f7;
	display: inline-block;
	padding: 0px 40px;
}

#product-page .subcategory-products .slick-prev {
	background: url(img/prev-arrow-b.png) no-repeat;
	width: 64px;
	height: 65px;
	top: 50%;
	margin-top: -32px;
}

#product-page .subcategory-products .slick-prev:hover {
	background-position: bottom;
}

#product-page .subcategory-products .slick-next {
	background: url(img/next-arrow-b.png) no-repeat;
	width: 64px;
	height: 65px;
	top: 50%;
	margin-top: -32px;
}

#product-page .subcategory-products .slick-next:hover {
	background-position: bottom;
}

#product-page .subcategory-products .slides {
	padding: 0px 100px;
}

#product-page .subcategory-products .slide {
	padding: 0px 5px;
}

#product-page .subcategory-products .product {
	background:none;
	height: 160px;	
}


#product-list.all .product h2 {
	font-family: 'Raleway', sans-serif;
	color: #414042;
	font-weight: 700;
	font-size: 14px;
	margin: 10px 0px 0px;
}

#product-list.all .product h2 a {
	color: #414042;
}

#product-list.all .product {
	padding: 40px;
}

#product-list.all .product .thumb {
	padding: 0px;
}


#product-list .meta {
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}

#product-list .meta .promo {
	width:60px;
	height: 60px;
	background: #ef7685;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: 12px;	
}

#product-list .meta .promo div {
	font-size: 24px;
	line-height: 18px;	
}

#product-list .meta .variants {
	width:60px;
	height: 60px;
	background: #221f1f;
	border-radius: 30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: 12px;
	margin-left: 19px;
}

#product-list .meta .variants div {
	font-size: 24px;
	line-height: 18px;
	margin-bottom: 2px;
}


#top-products {
	margin: 40px 0px;
}

#top-products h2 {
	font-size: 18px;
	color:#231F20;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-weight:700;
	letter-spacing: 1px;
	background: url('img/top-product-title-bg.png') center repeat-x;
	height: 18px;
	margin-bottom: 20px;
}

#top-products h2 span {
	background: #ffffff;
	padding: 0px 60px;
}

#top-products .slides {
	margin: 20px -68px;
}

#top-products .product {
	margin: 13px;
    text-align: center;
	padding: 30px 60px;
	min-height: auto !important;
}

#top-products .slides .slick-prev,
#top-products .slides .slick-next {
	top: 50%;
	margin-top: -45px;
}

#top-products .slides .slick-prev {
	width: 64px;
	height: 65px;
	background: url('img/prev-arrow-b.png') top no-repeat;
	left: -20px;
}

#top-products .slides .slick-next {
	width: 64px;
	height: 65px;
	background: url('img/next-arrow-b.png') top no-repeat;	
	right: -20px;
}

#top-products .slides .slick-prev:hover,
#top-products .slides .slick-next:hover {
	background-position: bottom;
}


#top-products .slides a {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;	
	color: #414042;
	text-decoration: none;
}

#physical-products .woocommerce-pagination {
	text-align: center;
}

.woo_discount_rules_variant_table,
.woo_discount_rules_table {
	display:none;
}

#product-page #social-gallery {
	text-align: center;
	margin: 50px 0px;
}

#product-page #social-gallery h2 {
	font-size: 18px;
	color: #231F20;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	margin: 25px 0px;
	letter-spacing: 4px;
	background: url(img/social-gallery-h2-bg.png) 50% repeat-x;
}

#product-page #social-gallery h2 span {
	padding: 0px 15px;
	background: #ffffff;
}

#product-page #social-gallery .hashtag {
	color: #7FB295;
	font-weight: 700;
}

#product-page #social-gallery .facebook {
	background: url(img/social-gallery/icon-facebook.png) no-repeat;
	padding-left: 18px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

#product-page #social-gallery .twitter {
	background: url(img/social-gallery/icon-twitter.png) no-repeat;
	padding-left: 22px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
}

#product-page #social-gallery .pinterest {
	background: url(img/social-gallery/icon-pinterest.png) no-repeat;
	padding-left: 22px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
}

#product-page #social-gallery .instagram {
	background: url(img/social-gallery/icon-instagram.png) no-repeat;
	padding-left: 22px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
}

#product-page #social-gallery .slide {
	height: 300px;
	overflow: hidden;
	position: relative;
}

#product-page #social-gallery .slide .credit {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: #ffffff;
	padding: 8px;
	font-size:10px;
}

#product-page #social-gallery .slide .photo {
	background-position: 50%;
	background-size:cover;
	background-repeat:no-repeat;
	width: 100%;
	height: 300px;
	background-color: #f8f8f7;
}

#product-page #social-gallery .slide:nth-child(even) .photo {
	background-color: #f1f0ef;
}	

#product-page #social-gallery .slide .credit {
	line-height: 15px;
}

#product-page #social-gallery .slide .icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

#product-page #social-gallery .slick-prev {
	background: url(img/prev-arrow-c.png) no-repeat;
	width: 20px;
	height: 34px;
	top:50%;
	margin-top: -17px;
}

#product-page #social-gallery .slick-prev:hover {
	background-position: bottom left;
}

#product-page #social-gallery .slick-next {
	background: url(img/next-arrow-c.png) no-repeat;
	width: 20px;
	height: 34px;
	top:50%;
	margin-top: -17px;
}

#product-page #social-gallery .slick-prev:hover {
	background-position: bottom left;
}

#AdThrive_Content_1_phone {
	display:none !important;
}


.woocommerce-account #page .woocommerce-MyAccount-navigation {
	width: 100%;	
}

.woocommerce-account #page .woocommerce-MyAccount-navigation ul {	
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.woocommerce-account #page .woocommerce-MyAccount-navigation li {
	display: block;
	margin-bottom: 2px;
	background: none;
}

.woocommerce-account #page .woocommerce-MyAccount-navigation li a {
	display: block;
	color: #ffffff;
	background: #7fb295;
	padding: 10px 15px;
	outline: none;
	text-decoration: none !important;
}

.woocommerce-account #page .woocommerce-MyAccount-navigation li a:hover {
	text-decoration: none;
	background: #cbddcd;
}

.woocommerce-account #page .woocommerce-MyAccount-navigation li a:active,
.woocommerce-account #page .woocommerce-MyAccount-navigation li a:focus {
	text-decoration: none;
}


.woocommerce-account #page .woocommerce-MyAccount-navigation li.is-active a {
	background: #cbddcd;
}

.woocommerce-account #page .woocommerce-MyAccount-content {
	width: 100%;    
}

.woocommerce-account #page .woocommerce table.my_account_orders {
	font-size: 12px;
	border: 1px solid #e5e5e5;
}

.woocommerce-account #page .woocommerce table.my_account_orders a {
	color: #7fb295;
}


.woocommerce-account #page .woocommerce-pagination .woocommerce-button {
	background: #f07686;
	color: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0px 15px;
	display: inline-block;
	min-width: 125px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.woocommerce-account #page .button {
	background: #f07686;
	color: #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0px 20px;
	display: inline-block;
	min-width: 125px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.woocommerce-account #page .woocommerce-pagination .button:hover,
.woocommerce-account #page .button:hover {
	background: #fc7c8b;
}

#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img {
	width: 40px;
}

.woocommerce-account #page .woocommerce-Addresses .title {
	background:none;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

.woocommerce-account #page h1.title {
	display: none;
}

.woocommerce-account .addresses .title .edit {
	font-size: 12px;	
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}

.woocommerce-account .addresses .woocommerce-Address address {
	border: 1px solid #e5e5e5;
	padding: 20px;
}

.woocommerce-MyAccount-navigation .account-name {	
    padding: 14px 0px 20px;
    font-size: 14px;
    text-align: center;
}

#page .woocommerce-MyAccount-content {
	font-size: 14px;
	font-weight: normal;
}


#page .woocommerce-MyAccount-content h1 {
	font-family: 'AmerTypewriter', serif;
    font-size: 34px;
    color: #7FB295;
    font-weight: normal;
    line-height: 40px;
	margin: 0px 0px 15px;
}

#page .woocommerce-MyAccount-content h2 {
	font-family: 'AmerTypewriter', serif;
    font-size: 30px;
    font-weight: normal;
    color: #242627;
    background: url(img/h2-bg.png) bottom left no-repeat;
    padding-bottom: 20px;
    margin: 30px 0px;
}

#page .woocommerce-MyAccount-content strong {
	font-weight: normal;
}

.woocommerce-account #page table .button {
	background: #cbddcd;
	color: #ffffff !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0px 20px;
	display: inline-block;
	min-width: 75px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.woocommerce-account #page  table .button:hover {
	background: #7fb295;
}

#page .woocommerce-Message .button {
	background: #7eb194;
	color: #ffffff !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0px 20px;
	display: inline-block;
	min-width: 75px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;	
}

#page .woocommerce-Message .button:hover {
	background: #cbddcd;
}

#login-form {
	max-width: 600px;
	margin: 40px auto;
}

#login-form strong {
	font-weight: 500;
}

#login-form .form-row {
	padding: 0px;
}


#login-form .forgot-password a {
	color: #7FB295;
	font-size: 14px;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius:0px !important;
}

#password-form {
	max-width: 600px;
	margin: 40px auto;
}

#password-form strong {
	font-weight:500;
}

.product-header .woosb-wrap {
	display: none !important;
}

.woocommerce-account-fields .create-account {
	padding: 11px 20px !important;
    background: #f7f6f7;
    cursor: pointer;
}

.woocommerce-account-fields .create-account label span {
	margin-left: 20px;
}

.woocommerce-account-fields .create-account .input-checkbox {
	margin: 8px 8px 0 0 !important;
}

.fpd-module[data-module=designs].fpd-single-cat .fpd-head {
	display: none;
}

.fpd-content>div.fpd-active {
	padding-top: 30px;
}

.product-header .free-shipping-badge {
	background: url(img/free-shipping-badge.png) no-repeat;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 20px;
	left: 20px;
	z-index: 100;
}

.product-header .out-of-stock-badge {
	background: url(img/out-of-stock-badge.png) no-repeat;
	position: absolute;
	width: 100px;
	height: 100px;
	top: 20px;
	left: 20px;
	z-index: 100;
}

.woocommerce ul.order_details li {
	background: none !important;
}

table.order_details a {
	color: #7FB295;
}

.woocommerce a.button.alt {
	background-color: #7FB295;
}

.woocommerce a.button.alt:hover {
	background-color: #91ccaa !important;
}

.table .thead-dark th {
	background-color: #7eb194;
    border-color: #7eb194;
}

#mobile-landing-page {
	text-align: center;
	max-width: 520px;	
	padding: 20px;
	margin: 0px auto;
	font-size: 16px;
	color:#7eb194;
}

#mobile-landing-page p {
	margin: 15px 0px;
	line-height: 25px;
}

#mobile-landing-page img {
	max-width: 100%;
	display: block;
	height: auto;	
	margin: 0px auto 20px;
}

#mobile-landing-page a.button {
	background: #7fb093;
	text-align: center;
	padding: 0px 15px;
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	margin: 15px 0px;
	height: 80px;
	text-decoration: none;
	line-height: 80px;
}

#mobile-landing-page .logo {
	margin-top: -20px;
	width: 78%;
}

#mobile-landing-page a.button:first-child {
	background-color: #EF7685;
}

#mobile-landing-page a.button:first-child:hover {
	background-color: #f05d6f;
}

#mobile-landing-page a.button:hover {
	background-color: #91c9a9;
	text-decoration: none;
}

#mobile-landing-page a.button span {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

#mobile-landing-page .hashtag {
	color:#e37b8d;
	font-size: 18px;
	margin: -20px 0px 10px;
	letter-spacing: 2px;
}

#mobile-landing-page .link {
	color:#e37b8d;
	font-size: 18px;
}

body.page-template-mobile-landing-page {
	background: url(img/instagram-landing-bg.jpg) 50% 50% no-repeat ;
	background-size: cover;
}

body.page-template-mobile-landing-page .adthrive-comscore {
	display: none;
}

body.page-template-mobile-landing-page.page-id-20057 {
	background-image: none !important;
}

.tula-product {
	background: url(img/product-list-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 20px;
    margin: 15px 0px;
    position: relative;
}

.tula-product .thumb {
	padding: 20px;
}

.tula-product h2 {
	color: #C2B59B;
    font-size: 24px;
    font-family: 'AmerTypewriter';
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}

.tula-product h2 a {
	color: #C2B59B;
}

.tula-product .shop-now {
    border: 1px solid #c2b59b;
    display: inline-block;
    height: 58px;
    line-height: 58px;
    width: 198px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #C2B59B;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.tula-product .shop-now span {
	padding-right: 24px;
    display: inline-block;
    background: url(img/link-arrow-brown.png) 100% 50% no-repeat;
}

.tula-product .shop-now:hover {
	border: 2px solid #c2b59b;
}

#top-products .slides .slick-next,
#top-products .slides .slick-prev {
	outline: none;
}

#ez-toc-container {
	border-radius: 0px;
	-webkit-border-radius: 0px;
    -webkit-box-shadow: none;
	box-shadow: none;
	color: #7FB295;
	width: 100%;
}

#ez-toc-container a {
	color: #7FB295;
	text-decoration: none;
	font-weight: normal;
}

#ez-toc-container ul ul {
	margin-left: 14px;
}

#ez-toc-container ul li {
	font-size: 12px;
	margin: 2px 0px;
}

#ez-toc-container a:hover {
	text-decoration: underline;
}

div#ez-toc-container p.ez-toc-title {
	color: #000000;
	margin-bottom: 20px;
}

.woocommerce-cart table.cart .product-thumbnail img {
	width: 68px;
    height: auto;
    min-width: 68px;
}

.woocommerce ul#shipping_method li {
	background: none;
	padding-left: 0px;
}

.amzn-native-product  {
	border: 2px solid #ff0000 !important;
}

.amzn-native-product-title {
	color: #ff0000 !important;
}

#main-blog-categories {
	margin: 0px -5px 20px;
	padding: 0px 0px;
	list-style: none !important;
	height: 50px;
}

#main-blog-categories li {
	display: block;
	margin: 0px 0px 15px;
	padding: 0px 5px;
	float: left;
	width: 25%;
	background: none !important;
	line-height: normal !important;
}

#main-blog-categories li a {
	display: block;
	background: #9fcab4;
	color: #ffffff;	
	text-align: center;
	height: 50px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Raleway';
	letter-spacing: 2px;
	padding:0px 10px;
	font-weight: 700;
	line-height: 50px;
	text-decoration: none !important;
}

#main-blog-categories li.multi-line a {
	line-height: normal;
	padding:10px;
}

#main-blog-categories li a:hover {
	text-decoration: none !important;
	background-color: #8bb09d;
}

.widget-categories h3 {
	font-size: 16px !important;
	color: #7fb295 !important;
	font-weight: 700 !important;
	font-family: 'Raleway' !important;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
	background: none !important;
}

.widget-categories h3 a {
	color: #7fb295 !important;
}

.widget-categories ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 35px !important;
	background: none !important;
	border: none !important;
}

.widget-categories ul .ui-accordion-header-icon {
	display: none;
}

.widget-categories li {
	text-align: left;
	background: url(img/arrow-cat-widget.png) no-repeat 0px 50%;
	padding-left: 10px;
	margin: 10px 0px;
}

.widget-categories li a {
	color: #a0cbb4 !important;
	font-weight: 400 !important;
	text-decoration: none !important;
	font-size: 16px !important;
	font-family: 'Raleway' !important;
}

.widget-categories li a:hover {
	text-decoration: none;
	color: #8baf9a !important;
}

.widget-categories .ui-accordion-content {
	border: none;
	padding: 0px;
}

.widget-categories .ui-accordion-header-icon {
	margin-right: 5px;
}

.widget-categories .ui-icon-triangle-1-e {
	background: url(img/arrow-cat-widget-open.png) 50% no-repeat;
}

.widget-categories .ui-icon-triangle-1-s {
	background: url(img/arrow-cat-widget-close.png) 50% no-repeat;
}


.amzn-native-products-list .amzn-native-product  {
	border: 10px solid #f8f8f7 !important;
	padding: 10px !important;
	text-align: center !important;
	height: 300px !important;
}

.amzn-native-content {
	height: 300px !important;
}

.amzn-native-products-list .amzn-native-product-title-text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #686465;
	display: block;
	text-align: center !important;
}

.amzn-native-product-image-container {
	margin-bottom: 15px !important;
}

.amzn-native-products-list .amzn-native-product-title-container {
	display: block !important;
	text-align: center !important;
	padding-top: 50px !important;
	background: url(img/buy-now-button.png) top center no-repeat !important;	
}

.amzn-native-products-list .amzn-native-product-offer-price {
	color:#7fb295 !important;
	font-size: 15px !important;
	font-weight:normal !important;
}

.amzn-native-products-list .amzn-native-product-list-price,
.amzn-native-products-list .amzn-native-product-rating,
.amzn-native-products-list .amzn-native-product-prime {
	display: none !important;	
}

.amzn-native-products-list .amzn-native-product-price {
	text-align: center !important;
	margin: 0px 0px 5px !important;
}

.amzn-native-products-list .amzn-native-product-attr-container {
	margin: 0px !important;
}

.amzn-native-header { 
	display: none !important;
}