/*---------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.	Structure
	3.	Header
	4.	Navigation
	5.	Blog
	6.	Single Post
	7.	Post Content
	8.	Comments
	9.	Respond
	10.	Page & Page Templates
	11.	Pagination
	12.	Sidebar
	13.	Footer
	14.	Credits
	15.	WooCommerce
	16.	Media Queries

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

/* BEGIN puravida */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/puravida/OpenSans-puravida.eot?v=1.1.0");
  src: url("../fonts/puravida/OpenSans-puravida.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/puravida/OpenSans-puravida.woff2?v=1.1.0") format("woff2"), url("../fonts/puravida/OpenSans-puravida.woff?v=1.1.0") format("woff"), url("../fonts/puravida/OpenSans-puravida.ttf?v=1.1.0") format("truetype"), url("../fonts/puravida/OpenSans-puravida.svg?v=1.1.0#puravida") format("svg");
  font-weight: normal;
  font-style: normal; }
/* END puravida */
/* BEGIN Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Italic/OpenSans-Italic.eot?v=1.1.0");
  src: url("../fonts/Italic/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Italic/OpenSans-Italic.woff2?v=1.1.0") format("woff2"), url("../fonts/Italic/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("../fonts/Italic/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("../fonts/Italic/OpenSans-Italic.svg?v=1.1.0#Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
/* END Italic */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/Bold/OpenSans-Bold.eot?v=1.1.0");
  src: url("../fonts/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2"), url("../fonts/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../fonts/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../fonts/Bold/OpenSans-Bold.svg?v=1.1.0#Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/BoldItalic/OpenSans-BoldItalic.eot?v=1.1.0");
  src: url("../fonts/BoldItalic/OpenSans-BoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0") format("woff2"), url("../fonts/BoldItalic/OpenSans-BoldItalic.woff?v=1.1.0") format("woff"), url("../fonts/BoldItalic/OpenSans-BoldItalic.ttf?v=1.1.0") format("truetype"), url("../fonts/BoldItalic/OpenSans-BoldItalic.svg?v=1.1.0#BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
/* END Bold Italic */

/*# sourceMappingURL=open-sans.css.map */


html, body {
	margin:0; 
	padding:0;
	font-size: 16px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
	font-family:inherit;
	text-align:left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  	font-family: 'Droid Serif', serif;
    font-weight: bold;
    color: rgb(17, 17, 17);
  	font-variant-ligatures: common-ligatures;
  	margin-top: 0;
  	margin-bottom: 0;
}
h1,
.h1 {
  	font-size: 4em;
  	line-height: 1.615625em;
  	margin-bottom: 0.40625em;
}
h2,
.h2 {
  	font-size: 2.8125em;
  	line-height: 1.65555556em;
  	margin-bottom: 0.57777777777778em;
}
h3,
.h3 {
  	font-size: 2em;
  	line-height: 1.421875em;
  	margin-bottom: 0.8125em;
}
h4,
.h4 {
  	font-size: 1.4375em;
  	line-height: 1.9375em;
  	margin-bottom: 1.1304347826087em;
}
h5,
.h5 {
  	font-size: 1em;
  	line-height: 1.625em;
  	margin-bottom: 1.625em;
}
h6,
.h6 {
	font-size: 0.625em;
  	line-height: 2.6em;
  	margin-bottom: 2.36363636363636em;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	font-weight: 400;
  	margin-bottom: 2.36363636363636em;
  	font-size: 0.625em;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none; 
}

blockquote:before, 
blockquote:after { content:""; }

a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a,
a:focus { outline: none; text-decoration: none; }

input,
textarea { 
	-webkit-font-smoothing: antialiased; 
}

input[type=search] {
   -moz-appearance:none;
   -webkit-appearance:none;
}

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

* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

p {
	margin: 0 auto 1.875rem;
    font-size: 1rem;
    line-height: 1.75;
	font-family: 'Open Sans', sans-serif;
    color: #333333;
}

.drop-cap::first-letter {
  	float: left;
  	font-family: 'Droid Serif', serif;
  	font-size: 92px;
  	line-height: 60px;
  	padding-top: 14px;
  	padding-right: 16px;
}

blockquote {
	font-size: 20px;
	font-style: italic;
	margin-bottom: 30px;
}

blockquote p {
	color: #000;
    font-size: 20px !important;
    font-style: italic;
    font-family: 'Droid Serif', serif;
    font-weight: bold;
}

blockquote p:last-child {
	padding-bottom: 0;
}


/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	border: none;
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
    color: #000;
	font-size: 1rem;
    line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

body.puravida-width-boxed {
	float: left;
	width: 100%;
	background: url(../images/patterns/symphony.png);
	background-color: #f1f1f1;
	text-align: center;
}

body a {
	color: #6abf60;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

body a:hover {
	color: #60a557;
	text-decoration: none;
}

* {
	
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

img {
	max-width: 100%;
	height: auto;
}

.main-wrapper {
	border-top: solid 3px #6abf60;
	float: left;
	width: 100%;
	background-color: #fff;
}

.puravida-width-boxed .main-wrapper {
	max-width: 1400px;
	max-width: calc(1220px + 1220px * .25);
    margin: 50px auto 50px auto;
    background-color: #fff;
    padding: 0 60px;
    display: inline-block;
    float: none;
}

.hidden {
	display: none; 
}

.clear {
	clear: both; 
}

.fleft {
	float: left; 
}

.fright {
	float: right; 
}

::selection {
	background: #1d1d1d;
	color: #FFF;
}

::-webkit-input-placeholder {
	color: #666; 
}
:-ms-input-placeholder {
	color: #666; 
}


/* Transitions --------------------------------------- */


body a,
.post-tags a,
.post-tags a:before,
.tagcloud a,
.tagcloud a:before {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.main-menu a,
.main-menu li::after,
.blog-title a,
.content form input,
.content form textarea,
.sticky-post,
.search-submit,
.more-link,
#infinite-handle span,
.main-menu > .menu-item-has-children a,
.main-menu > .menu-item-has-children > a::after,
.main-menu > .page_item_has_children a,
.main-menu > .page_item_has_children > a::after {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.nav-toggle .bar {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
    color: #565656;
    padding: 7px 15px 7px;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 40px;
    margin: 0 0 13px;
    border-radius: 0;
    border: 3px solid #000;
    margin-bottom: 30px !important;
    -webkit-appearance: none;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    margin-bottom: 0;
    background: #f4f4f4;
    border-radius: 0;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    font-size: 16px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
textarea:focus {
    outline: 0px;
   	border-color: #6abf60 !important;
}

.input-with-icon i {
    position: absolute;
    font-size: 20px;
    margin-right: 50px;
    top: 18px;
    right: 0;
    color: #fff;
}


/* Screen Reader Text --------------------------------------- */


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* -------------------------------------------------------------------------------- */
/*	2. Structure
/* -------------------------------------------------------------------------------- */


.section {
	padding: 60px 0; 
	display: block;
}

.wrapper {
	overflow-x: hidden;
	width: 100%;
	padding-top: 0;
}

.puravidat-front-page {
	padding-top: 60px;
}

.big-padding {
	padding: 80px 0; 
}

.medium-padding {
	padding: 40px 0; 
}

.small-padding {
	padding: 20px 0; 
}

.no-padding {
	padding: 0; 
}

.bg-white {
	background: #FFF; 
}

.bg-light {
	background-color: #fafafa; 
}

.bg-red {
	background-color: #6abf60; 
}

.bg-graphite {
	background-color: #222; 
}

.bg-dark {
	background-color: #000; 
}

.bg-image {
	
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    background-position: center;
}

.section-inner {
	display: block;
	width: auto;
    max-width: 62.5rem;
    max-width: 1200px;
	margin: 0 auto;
	z-index: 2;
}

.section-inner.light {
	width: 900px; 
}

.section-inner.thin {
	width: 700px; 
}

.wrapper-inner {
	position: relative; 
}

.post-header {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}


/* gridiriffic */


.one-fourth {
	width: 22%; margin-left: 4%; float: left; 
}

.one-third {
	width: 30%; margin-left: 5%; float: left; 
}

.one-half {
	width: 47.5%; margin-left: 5%; float: left; 
}

.two-thirds {
	width: 65%; margin-left: 5%; float: left; 
}

.one-fourth:first-child,
.one-third:first-child,
.one-half:first-child,
.two-thirds:first-child {
	margin-left: 0; 
}


/* -------------------------------------------------------------------------------- */
/*	3. Header
/* -------------------------------------------------------------------------------- */
.page-title-wrapper {
	float: left;
    width: 100%;
    background-color: #c8c4c4;
    background: url(../images/patterns/symphony.png);
    padding: 60px;
    margin-bottom: 60px;
    position: relative;
}

.page-title-wrapper:before {
	content: "";
	z-index: 1;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(69,69,69,.7);
}

.page-title-wrapper h1.page-title {
	margin-bottom: 0;
	font-size: 40px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 99;
}

.header {
	display: block;
}

.header .section-inner {
	text-align: center; 
}

.header-wrapper {
	background-color: #ffffff;
	border-bottom: 1px solid #f1f1f1;
	position: fixed;
    width: 100%;
    z-index: 999;
    margin-top: -300px;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header-wrapper.navbar-fixed {
	margin-top: 0;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	border-top: solid 3px #6abf60;
}

.puravida-fixed-navbar-hide .header-wrapper.navbar-fixed {
	display: none !important;
}

.header-top-menu,
.menu-wrapper {
	width: 100%;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #f1f1f1;
}

.header-top-menu {
	border-bottom: 1px solid #f1f1f1;
}

.header-top-menu .top-menu {
	float: left;
	display: block;
    padding: 20px 0;
}

.header-top-menu .top-menu li {
	padding-right: 30px;
	line-height: 32px;
	color: #bcbcbc;
	font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

.header-top-menu .top-menu li.top-menu-blog-description .fa {
	color: #6abf60;
}

.header-top-menu .top-menu li a {
	color: #bcbcbc;
}

.header-top-menu .top-menu li a:hover {
	color: #6abf60;
}


/* Blog title --------------------------------------- */


.blog-title {
	display: block;
	font-size: 2.25em;
	line-height: 110%;
	font-weight: 700;
	text-align: center;
	text-rendering: optimizeLegibility;
}

.blog-title a {
	color: #fff;
}

.blog-title a:hover {
	color: #6abf60; 
}

.blog-tagline {
	margin-top: 15px;
	font-size: 1.1em;
	line-height: 120%;
	text-align: center; 
	font-style: italic;
	color: #eee;
	font-weight: normal;
	font-family: 'Playfair Display', 'Georgia', serif;
}


/* Blog logo --------------------------------------- */

.puravida-header-version4 #main-logo {
	display: none;
}

.menu-style-version1 #main-logo {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 60px;
}

.menu-style-version1 #main-logo .blog-logo {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: none;
}

.menu-style-version4 #main-logo {
	display: none;
}

.menu-style-version3 #main-logo {
	float: right;
}

.blog-logo {
	display: block; 
	float: left;
	margin: 20px;
	margin-left: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.menu-style-version2 .blog-logo {
	margin: 35px;
	margin-left: 0 !important;
}

.menu-style-version3 .blog-logo {
	margin: 35px;
	margin-right: 0;
}

.header .blog-logo {
	margin: 5px;
}

.puravida-header-version4 ul.main-menu li.logo a,
.header-wrapper-floating ul.main-menu li.logo a {
	padding: 0;
	margin: 0;
	float: inherit;
}

.puravida-header-version4 ul.main-menu li.logo a img,
.header-wrapper-floating ul.main-menu li.logo a img {
	display: inline-block;
}

.puravida-header-version3 .blog-logo {
	position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 600;
    margin: 0;
}

.puravida-header-version1 .blog-logo img {
	max-height: 50px;
	margin-left: 20px;
}

.blog-logo img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


/* Header image --------------------------------------- */

#puravida-hero-slider {
	float: left;
	width: 100%;
	padding-bottom: 60px !important;
	margin-bottom: 60px;
	border-bottom: solid 4px #6abf60;
	border-radius: 0 !important;
	background: transparent !important;
}

#puravida-hero-slider .flexslider {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	border-radius: 0;
	-o-box-shadow: none;
    box-shadow: none;
}

.header-image {
	height: 670px; 
	padding: 60px;
	float: left;
	width: 100%;
	background-color: #eee;
	position: relative;
}

.has-featured-image .header-image {
	/*max-height: none;*/ 
}

.header-image img {
	margin: 0 auto;
	max-height: 100%;
	width: auto;
	visibility: hidden;
}

.puravida-page-title-image-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-post-container {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translateY(-44%) translateX(-50%);
	padding: 60px;
	width: calc(100% - 120px);
	max-width: 570px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.flex-active-slide .hero-post-container,
.owl-hero-posts .owl-item.active .hero-post-container {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
  	transition-delay: 0.2s;
  	transform: translateY(-50%) translateX(-50%);
}

.hero-post-container:before {
	content: "";
	position: absolute;
	top: 0;
	margin-top: 20px;
	left: 0;
	margin-left: 20px;
	bottom: 0;
	margin-bottom: 20px;
	right: 0;
	margin-right: 20px;
	border: solid 3px #6abf60;
	z-index: -1;
}

.hero-post-category {
	margin-bottom: 15px;
	position: relative;
}

.small-post-blog-image-bg-main .hero-post-category {
	padding-left: 30px;
}

.small-post-blog-image-bg-main .hero-post-category:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	border-bottom: solid 1px #fff;
}

.puravida-module-three {
	margin-bottom: 60px;
}

.puravida-module-three .hero-post-category {
	background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    padding-bottom: 0;
    margin-top: -60px;
    position: relative;
    z-index: 99;
    border-radius: 4px;
	margin-bottom: 15px;
}

.hero-post-category a {
	padding-right: 10px;
}

.small-post-blog-image-bg-main .hero-post-category a {
	color: #fefefe;
}

.small-post-blog-image-bg-main .hero-post-category a:hover,
.small-post-blog-image-bg-main .hero-post-category a:focus,
.small-post-blog-image-bg-main .hero-post-category a:active {
	color: #fff;
}

.hero-post-category a:last-child {
	padding-right: 0;
}

.hero-post-container .post-title {
	text-align: center;
	width: 100%;
	font-size: 32px;
}

.hero-post-container .puravida-post-read-more {
	margin-top: 30px;
}

.puravida-module-four,
.puravida-module-five,
.puravida-module-six,
.puravida-module-seven,
.puravida-module-eight {
	margin-bottom: 60px;
    float: left;
    width: 100%;
}

.blog-posts-default-module {
	margin-bottom: 120px;
}

.puravida-module-eight .big-post-blog-image-bg {
	margin-bottom: 30px;
}

.big-post-blog-image-bg {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.big-post-blog-image-bg:hover {
	transform: translateY(-7px);
}

.puravida-module-five .owl-carousel.owl-loaded .owl-stage-outer,
.puravida-module-six .owl-carousel.owl-loaded .owl-stage-outer {
	overflow: hidden;
}

.owl-posts-five .owl-dots,
.owl-posts-six .owl-dots {
	display: none !important;
}

.owl-posts-five .owl-controls,
.owl-posts-six .owl-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 999;
}

.owl-posts-five .owl-controls .owl-nav .owl-prev,
.owl-posts-six .owl-controls .owl-nav .owl-prev {
	float: left;
    margin-left: -100px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 4px;
}

.owl-posts-five .owl-controls .owl-nav .owl-prev:hover,
.owl-posts-six .owl-controls .owl-nav .owl-prev:hover {
	background-color: rgba(0,0,0,0.1);
	color: #60a557;
}

.owl-posts-five .owl-controls .owl-nav .owl-prev:before,
.owl-posts-six .owl-controls .owl-nav .owl-prev:before {
	content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    z-index: 999;
    height: 50px;
    top: 0;
    left: 0;
    text-indent: 0;
}

.owl-posts-five .owl-controls .owl-nav .owl-next,
.owl-posts-six .owl-controls .owl-nav .owl-next {
	float: right;
    margin-right: -100px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 4px;
}

.owl-posts-five .owl-controls .owl-nav .owl-next:hover,
.owl-posts-six .owl-controls .owl-nav .owl-next:hover {
	background-color: rgba(0,0,0,0.1);
	color: #60a557;
}

.owl-posts-five .owl-controls .owl-nav .owl-next:before,
.owl-posts-six .owl-controls .owl-nav .owl-next:before {
	content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    z-index: 999;
    height: 50px;
    top: 0;
    left: 0;
    text-indent: 0;
}

.owl-posts-five .owl-controls .owl-nav .owl-next:hover:before,
.owl-posts-five .owl-controls .owl-nav .owl-prev:hover:before,
.owl-posts-six .owl-controls .owl-nav .owl-next:hover:before,
.owl-posts-six .owl-controls .owl-nav .owl-prev:hover:before {
	color: #60a557;
}

.modul-five-big-post {
	position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.modul-five-big-post:hover {
	transform: translateY(-7px);
}

.modul-five-small-post {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.modul-five-small-post .small-post-blog-image-bg-thumb {
	float: left;
    margin-right: 24px;
    width: 60px;
}

.modul-five-small-post .small-post-blog-image-bg-main {
	position: relative;
    float: left;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 84px);
}

.modul-five-small-post .small-post-blog-image-bg-main .post-title {
	color: #484848;
	margin-bottom: 10px;
	font-size: 20px;
}

.modul-five-small-post .small-post-blog-image-bg-main .post-title  a {
	color: #484848;
}

.view-all-from-category {
	float: left;
	width: 100%;
	padding: 15px 20px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: #6abf60;

	-webkit-box-shadow: inset 1px -30px 250px -85px rgba(0,0,0,0.68);
	-moz-box-shadow: inset 1px -30px 250px -85px rgba(0,0,0,0.68);
	box-shadow: inset 1px -30px 250px -85px rgba(0,0,0,0.68);
}

.view-all-from-category:hover,
.view-all-from-category:active,
.view-all-from-category:focus {
	background-color: #60a557;
	color: #fff;
}

.module-seven-sidebar-left .content,
.puravida-post-style-2 .content {
	float: right;
}

.module-seven-sidebar-left .blog-sidebar-fixed,
.puravida-post-style-2 .blog-sidebar-fixed {
	float: left;
}

.puravida-single-post-page .post-header {
	margin-top: 60px;
}

.puravida-single-post-page .post-meta-details {
	text-align: left;
}

.puravida-post-style-3 .post-header {
	text-align: center;
}

.puravida-post-style-3 .post-header h1.post-title {
	text-align: center;
}

img.puravida-post-style-3-image {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.main-page-wrapper {
	margin-top: 60px;
}

/* -------------------------------------------------------------------------------- */
/*	4. Owl SLider
/* -------------------------------------------------------------------------------- */

#owl-main-wrapper {
	width: 100%;
	display: block;
    overflow: hidden;
    padding-bottom: 60px;
}

#owl-inner-wrapper {
	width: calc(100% - 400px);
	margin: 0 200px;
	float: left;
}

.owl-carousel.owl-loaded {
    display: block;
    float: left;
    width: 100%;
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
}

#owl-main-wrapper .header-image:before {
	position: absolute;
	content: "";
	z-index: 999;
	background-color: rgba(255,255,255,0.7);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#owl-main-wrapper .owl-item.active .header-image:before,
#owl-main-wrapper .owl-dots {
	display: none !important;
}

#owl-main-wrapper .owl-theme .owl-controls {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
}

#owl-main-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev {
	float: left;
    margin-left: -130px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#owl-main-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
	background-color: rgba(0,0,0,0.2);
	color: #60a557;
}

#owl-main-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev:before {
	content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    z-index: 999;
    height: 50px;
    top: 0;
    left: 0;
    text-indent: 0;
}

#owl-main-wrapper .owl-carousel .owl-controls .owl-nav .owl-next {
	float: right;
    margin-right: -130px;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#owl-main-wrapper .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background-color: rgba(0,0,0,0.2);
	color: #60a557;
}

#owl-main-wrapper .owl-carousel .owl-controls .owl-nav .owl-next:before {
	content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    z-index: 999;
    height: 50px;
    top: 0;
    left: 0;
    text-indent: 0;
}



#owl-main-wrapper .owl-carousel .owl-controls .owl-nav .owl-next:hover:before,
#owl-main-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev:hover:before {
	color: #60a557;
}


/* -------------------------------------------------------------------------------- */
/*	4. Navigation
/* -------------------------------------------------------------------------------- */


.toggles,
.mobile-search,
.mobile-menu {
	display: none; 
}

.navigation {
	border-top: solid 1px rgba(136,136,136,0.15); 
}

.main-menu,
.puravida-header-social-links {
	float: right;
	padding: 21px 0 22px 0;
	text-align: center;
	font-size: 0.9em;
	margin-right: 30px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.puravida-header-version4 .main-menu,
.header-wrapper-floating .main-menu {
	float: left;
	width: 100%;
    padding: 30px 0 27px 0;
    margin: 0;
}

.header-wrapper-floating.menu-style-version2 .main-menu {
	float: right;
	width: auto;
}

.header-wrapper-floating.menu-style-version3 .main-menu {
	float: left;
	width: auto;
}

.header-wrapper-floating .main-menu {
	padding: 60px 0;
}

.header-wrapper-floating.menu-style-version1 .main-menu {
	padding-top: 10px;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: 30px;
}

.puravida-header-social-links {
	display: none;
	padding: 28px 0;
}

.header-wrapper-floating .puravida-header-social-links {
	display: block;
	padding: 20px 0;
	margin-right: 12px;
}

.header-wrapper-floating #menu-search-button {
	padding: 21px 0;
	border: none;
}

.header-wrapper-floating #menu-search-button a {
	padding: 0 25px;
	border-left: 1px solid #f1f1f1;
	height: 30px;
	line-height: 30px;
}

.navbar-fixed .puravida-header-social-links {
	padding: 13px 0;
}

ul.puravida-header-social-links li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 0.3125rem 0 0;
    float: right;
}

ul.puravida-header-social-links li a {
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    display: block;
    width: 2rem;
    height: 2rem;
    padding: 50% 0;
    position: relative;
    background-color: transparent;
}

ul.puravida-header-social-links li a i.fa {
	color: #bcbcbc;
	position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul.puravida-header-social-links li a:hover i.fa,
ul.puravida-header-social-links li a:focus i.fa {
	color: #ffffff;
}

ul.puravida-header-social-links li a:hover.link-facebook, 
ul.puravida-header-social-links li a:focus.link-facebook {
    background-color: #3b5998;
}

ul.puravida-header-social-links li a:hover.link-twitter, 
ul.puravida-header-social-links li a:focus.link-twitter {
    background-color: #4099ff;
}

ul.puravida-header-social-links li a:hover.link-youtube, 
ul.puravida-header-social-links li a:focus.link-youtube {
    background-color: #cc181e;
}

ul.puravida-header-social-links li a:hover.link-dribbble, 
ul.puravida-header-social-links li a:focus.link-dribbble {
    background-color: #C73B6F;
}

ul.puravida-header-social-links li a:hover.link-pinterest, 
ul.puravida-header-social-links li a:focus.link-pinterest {
    background-color: #cb2028;
}

ul.puravida-header-social-links li a:hover.link-instagram, 
ul.puravida-header-social-links li a:focus.link-instagram {
    background-color: #630;
}

ul.puravida-header-social-links li a:hover.link-linkedin, 
ul.puravida-header-social-links li a:focus.link-linkedin {
    background-color: #0e76a8;
}

.puravida-header-version2 .puravida-header-social-links {
	display: block;
}

.puravida-header-version2 .main-menu,
.puravida-header-version3 .main-menu {
	display: none;
}

.navbar-fixed .main-menu {
	padding-top: 5px;
	padding-bottom: 5px;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu > li + li {
	margin-left: 40px; 
}

.menu-style-version1 .main-menu > li + li,
.menu-style-version4 .main-menu > li + li {
	margin-left: 60px;
}

.main-menu a {
	display: inline-block;
	color: #7b7b7b;
	position: relative;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 16px 0;
    -webkit-font-smoothing: antialiased;
}

.main-menu > .menu-item-has-children > a,
.main-menu > .page_item_has_children > a {
	padding-right: 18px; position: relative; 
}

.main-menu > .menu-item-has-children > a::after,
.main-menu > .page_item_has_children > a::after {
	font-family: "Genericons";
    content: '\f431';
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    margin-right: -15px;
    top: 0;
    margin-top: 15px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.menu-style-version1 .main-menu > .menu-item-has-children > a::after,
.menu-style-version1 .main-menu > .page_item_has_children > a::after,
.menu-style-version4 .main-menu > .menu-item-has-children > a::after,
.menu-style-version4 .main-menu > .page_item_has_children > a::after {
	right: 50%;
	margin-right: -7px;
	top: auto;
	bottom: 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.menu-style-version1 .main-menu > .menu-item-has-children:hover > a::after,
.menu-style-version1 .main-menu > .page_item_has_children:hover > a::after,
.menu-style-version4 .main-menu > .menu-item-has-children:hover > a::after,
.menu-style-version4 .main-menu > .page_item_has_children:hover > a::after {
	bottom: -5px;
}

.menu-style-version1 .main-menu > li > a::before,
.menu-style-version4 .main-menu > li > a::before {
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f069";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: -36px;
    font-size: 6px;
    color: #6abf60;
}

.menu-style-version1 .main-menu > li:last-child > a::before,
.menu-style-version4 .main-menu > li:last-child > a::before {
	display: none;
}

.menu-style-version1 .main-menu > .menu-item-has-children > a, 
.menu-style-version1 .main-menu > .page_item_has_children > a,
.menu-style-version4 .main-menu > .menu-item-has-children > a, 
.menu-style-version4 .main-menu > .page_item_has_children > a {
	padding-right: 0;
}

.sub-menu > .menu-item-has-children > a::after,
.children > .menu-item-has-children > a::after,
.sub-menu > .page_item_has_children > a::after,
.children > .page_item_has_children > a::after {
    font-family: "Genericons";
    content: '\f431';
	display: block;
	position: absolute;
	z-index: 1001;
	left: 0;
	top: 1px;
	margin-top: 10px;
	margin-left: 15px;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
	 -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.header-wrapper-floating .sub-menu > .menu-item-has-children > a::after,
.header-wrapper-floating .children > .menu-item-has-children > a::after,
.header-wrapper-floating .sub-menu > .page_item_has_children > a::after,
.header-wrapper-floating .children > .page_item_has_children > a::after {
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 15px;
}

.header-wrapper-floating.menu-style-version2 .sub-menu > .menu-item-has-children > a::after, 
.header-wrapper-floating.menu-style-version2 .children > .menu-item-has-children > a::after, 
.header-wrapper-floating.menu-style-version2 .sub-menu > .page_item_has_children > a::after, 
.header-wrapper-floating.menu-style-version2 .children > .page_item_has_children > a::after {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: 15px;
}

.sub-menu > .menu-item-has-children:first-child > a::after,
.children > .menu-item-has-children:first-child > a::after,
.sub-menu > .page_item_has_children:first-child > a::after,
.children > .page_item_has_children:first-child > a::after {
	margin-top: 24px;
}

.main-menu li:hover > a {
	cursor: pointer; 
	color: #6abf60; 
}

.main-menu li:hover > a::after { 
	border-top-color: #6abf60; 
}

.main-menu ul li:hover > a { cursor: pointer; color: #fff; }
.main-menu ul li:hover > a::after { border-top-color: #fff; }


/* Sub menus --------------------------------------- */


.main-menu ul.sub-menu,
.main-menu ul.children {
	position: absolute;
	z-index: 10000;
	display: block;
	left: -9999px;
	top: 61px;
	opacity: 0;
	z-index: 999;
	padding-top: 16px;
	-webkit-transition: opacity 0.2s ease, top 0.2s ease;
	-moz-transition: opacity 0.2s ease, top 0.2s ease;
	-ms-transition: opacity 0.2s ease, top 0.2s ease;
	-o-transition: opacity 0.2s ease, top 0.2s ease;
	transition: opacity 0.2s ease, top 0.2s ease;
}

.main-menu li.td-has-megamenu {
	position: static;
}

.main-menu ul.td-mega-menu {
	right: 0;
	width: 100%;
	min-width: 600px;
	margin-left: 0 !important;
    background: #222;
    top: 47px !important;
    padding: 25px 10px 20px 10px;
}

.main-menu > li:hover > ul.td-mega-menu {
    left: initial !important;
}

.header-wrapper.navbar-fixed .main-menu > li:hover > ul {
	top: 40px;
}

.main-menu ul.td-mega-menu ul.sub-menu,
.main-menu ul.td-mega-menu ul.children {
	position: relative;
	left: 0;
	top: 0;
	opacity: 1;
	display: inline;
}

.main-menu ul.td-mega-menu ul.sub-menu li a,
.main-menu ul.td-mega-menu ul.children li a {
	padding-top: 7px;
	padding-bottom: 7px;
}

.main-menu ul.td-mega-menu li {
	width: 33.333% !important;
    width: -webkit-calc(100%/3) !important;
    width: calc(100%/3) !important;
    min-width: 240px;
}

.main-menu ul.td-mega-menu li:first-child > a {
	padding-top: 10px !important;
}

.main-menu ul.td-mega-menu li:last-child > a {
    padding-bottom: 14px !important;
}

.main-menu ul.td-mega-menu li a:after {
	display: none;
}

.main-menu ul.td-mega-menu > li > a {
	color: #fff !important;
	cursor: default;
	padding-bottom: 14px;
	position: relative;
}

.main-menu ul.td-mega-menu > li > a span {
	float: left;
}

.main-menu ul.td-mega-menu > li > a:before {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	margin-left: 30px;
	height: 1px;
	width: 65%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
	background-color: rgba(255,255,255,0.05);
}

.main-menu ul.td-mega-menu > li > a:hover {
	color: #fff !important;
}

.main-menu ul.td-mega-menu ul.sub-menu li,
.main-menu ul.td-mega-menu ul.children li {
	background: #222 !important;
}

.main-menu ul.td-mega-menu li a.td-hidetitle {
	display: none;
}

.main-menu ul .menu-item-has-children:last-child::after,
.main-menu ul .page_item_has_children:last-child::after {
	margin-top: -14px;
}

.main-menu ul .menu-item-has-children:first-child::after,
.main-menu ul .page_item_has_children:first-child::after {
	margin-top: 0;
}

.main-menu ul .menu-item-has-children:hover::after,
.main-menu ul .page_item_has_children:hover::after { 
	border-right-color: #6abf60; 
	left: -12px;
}

.main-menu ul.sub-menu li,
.main-menu ul.children li { 	
	width: 240px; 
	background: #6abf60;
}

.main-menu ul.sub-menu a,
.main-menu ul.children a {
	display: block;
	padding: 10px 30px 10px 40px;
	line-height: 130%;
	color: rgba(255,255,255,0.7);
	width: 100%;
	letter-spacing: 0;
}

.main-menu li ul li.current-menu-item a,
.main-menu li ul li.current_page_item a {
	color: #fff;
}

.main-menu ul.sub-menu li:first-child > a,
.main-menu ul.children li:first-child > a {
	padding-top: 25px;
}

.main-menu ul.sub-menu li:last-child > a,
.main-menu ul.children li:last-child > a {
	padding-bottom: 25px;
}

.main-menu ul.sub-menu a:hover,
.main-menu ul.children a:hover { color: #6abf60; }

.main-menu ul.sub-menu li a:hover,
.main-menu ul.children li a:hover { color: #fff; }

.main-menu ul.sub-menu > li:last-child > a,
.main-menu ul.children > li:last-child > a { border-bottom-width: 0; }

.main-menu > li:hover > ul {
	opacity: 1;
	left: 50%;
	margin-left: -120px;
	top: 45px;
}

.header-wrapper-floating.menu-style-version3 .main-menu > li:hover > ul {
	left: 0;
	margin-left: -40px;
}

.header-wrapper-floating.menu-style-version2 .main-menu > li:hover > ul {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -40px;
}


#menu-search-button {
	float: right;
    position: relative;
    padding: 25px;
    border-left: 1px solid #f1f1f1;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.puravida-header-version4 #menu-search-button {
	display: none;
}

.navbar-fixed #menu-search-button {
	padding: 10px;
}

#menu-search-button a {
	display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    color: #bcbcbc;
}

#menu-search-button a:hover {
	color: #000;
}

/* Deep down --------------------------------------- */


.main-menu ul ul { 
	padding-top: 0;
	top: 10px;
}

.main-menu ul ul li { background: #333 !important; }
.main-menu ul ul .menu-item-has-children:hover::after { border-left-color: #333; }
.main-menu ul ul ul li { background: #444; }
.main-menu ul ul ul .menu-item-has-children:hover::after { border-left-color: #444; }
.main-menu ul ul ul ul li { background: #555; }
.main-menu ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #555; }
.main-menu ul ul ul ul ul li { background: #666; }
.main-menu ul ul ul ul ul .menu-item-has-children:hover::after { border-left-color: #666; }

.main-menu li > ul > li:hover > ul {
	opacity: 1;
	top: -15px;
	width: 240px;
	left: -241px;
	margin-left: 0;
	padding-top: 0;
}

.header-wrapper-floating .main-menu li > ul > li:hover > ul{
	left: 241px;
}

.header-wrapper-floating.menu-style-version2 .main-menu li > ul > li:hover > ul {
	left: -241px;
}

.main-menu li > ul > li:first-child:hover > ul {
	top: 0;
}


.top-menu-icons {
    padding: 14px 0;
    position: relative;
    cursor: pointer;
    color: #7b7b7b;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.top-menu-icons:hover {
	color: #6abf60 !important;
}

.top-menu-icons a.wishlist-button {
	padding: 0;
}

.top-menu-icons a.wishlist-button .fa {
	font-size: 16px;
} 

.top-menu-icon-cart {
	font-size: 16px;
    line-height: 17px;
}

.mini-cart-content {
	display: none;
    z-index: 999;
    position: absolute;
    right: 0;
    margin-right: -30px;
    margin-top: 0;
    padding-top: 28px;
}

.header-wrapper.navbar-fixed .mini-cart-content {
	padding-top: 24px;
}

.mini-cart-content.show-cart {
	display: block
}

.cart-dropdown {
    width: 300px;
    background: #ffffff;
    padding: 30px;
    cursor: default;
    float: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.cart-dropdown .fa-refresh {
	font-size: 24px;
	color: #b59f65;
}

ul.product_list_widget {
    max-height: 450px;
    max-height: 60vh;
    overflow-y: auto;
    z-index: 99;
    position: relative;
    left: 0;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
}

ul.product_list_widget li {
    display: block;
    width: 100%;
    min-width: 170px;
    margin: 0;
    float: none;
    position: relative;
    white-space: normal;
    border-bottom: 1px solid #EEE;
    padding: 10px 30px 10px 50px !important;
    position: relative;
    overflow: hidden;
    text-align: left;
    line-height: 1em;
}

ul.product_list_widget li.empty {
	color: #999999;
	padding: 0 !important;
	border: none;
}

ul.product_list_widget li .quantity {
	line-height: 1em;
}

.mini-cart-content ul.product_list_widget li a:hover,
.mini-cart-content ul.product_list_widget li:hover > a {
	color: #6abf60;
}

.mini-cart-content ul.product_list_widget li .quantity {
	float: left;
	width: 100%;
	margin-top: 0;
}

ul.product_list_widget .quantity {
	margin-top: 10px;
	color: #999999;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

ul.product_list_widget li a {
	position: initial;
	color: #000;
	padding-bottom: 7px;
}

ul.product_list_widget li a img {
	position: absolute;
    left: 0;
    width: 40px !important;
	height: auto;
	display: block;
	margin-left: 0 !important;
}

.product_list_widget a.remove {
    border: 2px solid #f1f1f1;
    display: block;
    font-weight: bolder;
    height: 25px;
    width: 25px;
    padding: 0;
    line-height: 22px;
    text-align: center;
    color: #f1f1f1 !important;
    border-radius: 99px;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 10px;
    margin: 0;
    margin-top: 25px;
    right: 0;
    font-size: 16px;
    line-height: 21px;
}

.product_list_widget a.remove:hover {
	color: #fff !important;
	background: #f1f1f1 !important;
}

.mini-cart-content p.total span.amount {
	color: #999999;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}

.mini-cart-content p.buttons {
	margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

.mini-cart-content p.total {
	text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.mini-cart-content p.buttons a {
	width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
    background: #6abf60;
    border-radius: 4px;
    color: #fff;
}

.mini-cart-content p.buttons a:hover {
	background: #60a557;
	color: #fff;
}

.top-menu-icons span.count-wishlist, .top-menu-icons span.count-cart {
    padding: 0;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #6abf60;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    top: 8px;
    right: -10px;
}


.puravida-menu-wrapper {
    float: left;
    position: relative;
    padding: 25px;
    border-right: 1px solid #f1f1f1;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: none;
}

.puravida-header-version2 .puravida-menu-wrapper,
.puravida-header-version3 .puravida-menu-wrapper {
	display: block
}

.navbar-fixed .puravida-menu-wrapper {
	padding: 10px;
}

.icon-mobile-menu {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    text-indent: -900em;
    z-index: 2;
    position: relative;
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.icon-mobile-menu span.icon-wrap {
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 9px;
}

.icon-mobile-menu span.icon-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #6abf60;
	-webkit-transform: inherit;
    transform: inherit;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.icon-mobile-menu span.icon-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #6abf60;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.icon-mobile-menu span.icon-wrap.puravida-bottom-line:after {
	display: none;
}

.icon-mobile-menu span.icon-wrap.puravida-middle-line:before {
	width: 4px;
}

.icon-mobile-menu span.icon-wrap.puravida-middle-line:after {
	width: 14px;
    right: 0;
    left: initial;
}

.icon-mobile-menu span.icon-wrap.puravida-top-line:after {
	width: 4px;
	right: 0;
    left: initial;
}

.icon-mobile-menu span.icon-wrap.puravida-top-line:before {
	width: 14px;
}

.icon-mobile-menu:hover span.icon-wrap.puravida-middle-line:before {
	width: 14px;
}

.icon-mobile-menu:hover span.icon-wrap.puravida-middle-line:after {
	width: 4px;
}

.icon-mobile-menu:hover span.icon-wrap.puravida-top-line:after {
	width: 14px;
}

.icon-mobile-menu:hover span.icon-wrap.puravida-top-line:before {
	width: 4px;
}

.icon-mobile-menu span.icon-wrap.puravida-middle-line {
    width: 20px;
}

.icon-mobile-menu span.icon-wrap.puravida-top-line {
    margin-top: -5px;
}

.icon-mobile-menu span.icon-wrap.puravida-bottom-line {
    margin-top: 5px;
}

.puravida-side-menu {
    display: none;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100%;
    z-index: 99999;
    width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    background: #191919;
    color: rgba(255,255,255,0.5);
    -webkit-overflow-scrolling: touch;
}

.puravida-side-menu .puravida-side-top {
    position: relative;
    overflow: hidden;
    padding: 20px 50px 0px 30px;
}

.puravida-side-menu .puravida-side-top .blog-title {
	padding: 0 !important;
}

.puravida-side-menu .puravida-side-top .logo-for-panel {
    float: left;
}

.puravida-side-menu .puravida-side-top .logo-for-panel .blog-logo {
	margin: 0;
	margin-top: 40px;
}

.puravida-side-menu .puravida-side-top .logo-for-panel .dark-logo {
	display: none;
}

.puravida-side-menu .puravida-side-inner {
	float: left;
	width: 100%;
	padding: 20px 30px;
}

.puravida-side-inner ul.puravida-side-inner-menu {
    margin-bottom: 20px;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 1px dotted rgba(255,255,255,0.1);
    border-bottom: 1px dotted rgba(255,255,255,0.1);
}
.puravida-side-inner ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

.puravida-side-inner ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    float: left;
    width: 100%;
    -webkit-transition: background .3s ease, border-top .3s ease;
    -moz-transition: background .3s ease, border-top .3s ease;
    transition: background .3s ease, border-top .3s ease;
}

.puravida-side-inner ul li:first-child {
    border-top-color: transparent;
}

.puravida-side-inner ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    padding-right: 10px;
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
}

.puravida-side-inner ul li a:hover {
	color: rgba(255,255,255,0.7);
}

.puravida-side-inner ul li.current_page_item > a,
.puravida-side-inner ul.sub-menu li.current_page_item > a,
.puravida-side-inner ul.children li.current_page_item > a,
.puravida-side-inner ul li.current-menu-item > a,
.puravida-side-inner ul.sub-menu li.current-menu-item > a,
.puravida-side-inner ul.children li.current-menu-item > a {
	color: rgba(255,255,255,1);
}

.puravida-side-inner ul li ul {
    margin: 0;
    border-bottom: none;
}

.puravida-side-inner ul li a i.open-sub-menu {
	float: right;
    padding: 18px 0px 18px 20px;
}

.puravida-side-inner ul li .sub-menu,
.puravida-side-inner ul li .children {
	height: auto;
    width: 100%;
    overflow: hidden;
    display: none;
}

.puravida-side-inner .sub-menu > .menu-item-has-children > a::after,
.puravida-side-inner .children > .menu-item-has-children > a::after,
.puravida-side-inner .sub-menu > .page_item_has_children > a::after,
.puravida-side-inner .children > .page_item_has_children > a::after {
	display: none;
}

.puravida-side-inner .sub-menu li a,
.puravida-side-inner .children li a {
	padding-left: 15px;
	line-height: 40px;
	font-size: 13px;
}

.puravida-side-inner ul li.opened-subm-menu a {
	background: #252525;
	transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
}

.puravida-side-inner ul li.opened-subm-menu {
	transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
}

.puravida-side-inner .sub-menu li ul.sub-menu a,
.puravida-side-inner .children li ul.children a {
	padding-left: 42px;
	position: relative;
}

.puravida-side-inner .sub-menu li ul.sub-menu a:before,
.puravida-side-inner .children li ul.children a:before {
	content: "\f105";
	position: absolute;
	top: 0;
	margin-top: 11px;
	left: 0;
	margin-left: 25px;
	font: normal normal normal 14px/1 FontAwesome;
	color: rgba(255,255,255,0.2);
}

.puravida-side-close {
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    background-color: rgba(0,0,0,0.1);
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

body.puravida-side-opened .puravida-side-close {
    display: block;
    background-color: rgba(0,0,0,0.5);
}

#searchform-sidebar, 
.shop-sidebar-buttons {
    float: left;
    width: 100%;
    padding: 0 30px;
    position: relative;
    margin-bottom: 20px;
}

.shop-sidebar-buttons .top-menu-icons {
	float: left;
	margin-right: 20px;
	margin-top: 0;
	color: rgba(255,255,255,0.5);
}

.shop-sidebar-buttons .top-menu-icons a.wishlist-button {
	color: rgba(255,255,255,0.5);
}

.shop-sidebar-buttons .top-menu-icons a.wishlist-button:hover,
.shop-sidebar-buttons .top-menu-icons:hover {
	color: #fff;
}

#searchform-sidebar .input-with-icon i {
	font-size: 14px;
	top: 14px;
}

input#small-search-box {
    padding: 0 20px;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    border-radius: 50px;
    background: rgba(255,255,255,1);
    color: #000;
    margin-bottom: 30px !important;
}

input#small-search-box::-webkit-input-placeholder {
	color: #484848;
}


/* -------------------------------------------------------------------------------- */
/*	5. Blog
/* -------------------------------------------------------------------------------- */


.content {
	width: 65%;
	float: left;
}

.post {
	display: block;
	position: relative;
	margin-bottom: 60px;
}

.infinite-wrap .post:first-child {
	margin-top: 60px; 
}


/* Sticky Post --------------------------------------- */


.sticky-post {
	display: inline-block;
	width: 34px;
    height: 34px;
    font-size: 24px;
    line-height: 34px;
    background-color: #6abf60;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
}

.sticky-post .fa {
	width: 34px;
	text-align: center;
}

.sticky-post .fa:before {
	width: 35px;
    float: left;
    line-height: 35px;
}


/* Post Image --------------------------------------- */


.post-image,
.post-image img {
	display: block;
}


/* Post Inner --------------------------------------- */
.puravida-post-preview {
	border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    text-align: center;
}


.post-inner,
.page-inner {
	width: 100%;
	padding-bottom: 60px;
	margin: 0 auto;
}


/* Post Header --------------------------------------- */
.puravida-post-preview-content {
	position: relative;
}

.puravida-post-preview-content.big-preview-excerpt {
	padding: 0 60px;
    text-align: center;
    padding-top: 30px;
}

.puravida-post-preview-content.big-preview-excerpt p {
	text-align: center;
}

.puravida-post-preview-title {
	margin-bottom: 0;
	text-align: center;
}

.puravida-post-preview-title a {
	color: #000;
}

.puravida-post-preview-title a:hover {
	color: #60a557;
}

.post-header + .post-content {
	margin-top: 50px; 
}

.puravida-post-preview-image {
	margin-bottom: 20px;
}

.puravida-post-preview-image a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.puravida-post-preview-image a:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f06c";
	position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 40px;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.puravida-post-preview-image a:hover:before {
	opacity: 0;
}

.puravida-post-preview-image a img {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 4px;
}

.puravida-post-preview-image a:hover {
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.post-title {
    font-size: 3.75rem;
	line-height: 1.15;
	font-weight: 700;
	color: #000;
}

.post-title a {
	color: #111; 
}

.shadow-box {
    position: absolute;
    top: 88px;
    height: 90px;
    width: 100%;
    margin-left: -60px;
    z-index: -1;
}

.shadow-box:before {
    content: url(../images/shadow.png);
    left: -8px;
    position: absolute;
}

.shadow-box:after {
    content: url(../images/shadow-inverse.png);
    right: -8px;
    position: absolute;
}

/* Post Meta */
.post-meta-details {
	margin-bottom: 30px;
	text-align: center;
}

.post-meta p {
	display: inline-block;
	font-size: 0.75em;
	line-height: 200%;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #adadad;
	padding-bottom: 0;
	margin-right: 15px;
	margin-bottom: 0;
	padding: 13px 0;
}

.puravida-post-preview .post-meta p.post-categories {
	padding-top: 0;
	display: block;
	text-align: center;
	margin: 0;
}

.post-meta a {
	color: #6abf60;
}

.post-meta a.post-author-avatar {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}

.post-meta a.post-author-avatar img {
	width: 100%;
	height: auto;
}

.puravida-search-card {
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.puravida-search-card-list {
	background-color: #fff;
}

.puravida-search-card-image {
	float: left;
	width: 100%;
	overflow: hidden;
	z-index: 9999;
    position: relative;
    z-index: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single .puravida-search-card-image {
	margin-bottom: 60px;
	float: inherit;
}

.single .puravida-search-card-image img {
	width: auto;
}

.single.post .puravida-search-card-image .flexslider,
.single.post .puravida-search-card-image .flexslider .flex-viewport,
.single.post .puravida-search-card-image .flexslider ul,
.single.post .puravida-search-card-image .flexslider ul li {
    height: 540px;
}

.puravida-search-card-image .flexslider {
    border: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    height: 460px;
}

.puravida-search-card-image .flexslider .flex-viewport,
.puravida-search-card-image .flexslider .flex-viewport ul,
.puravida-search-card-image .flexslider .flex-viewport ul li {
	width: 100%;
    height: 460px;
}

.puravida-search-card-image .flexslider .flex-control-nav {
	bottom: 10px;
}

.puravida-search-card-image .flex-control-paging li a {
	background: rgba(255,255,255,1);
}

.puravida-search-card-image .flex-control-paging li a.flex-active,
.puravida-search-card-image .flex-control-paging li a:hover {
	background-color: #6abf60 !important;
}

.puravida-flexslider-bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.puravida-search-card-image .puravida-search-card-link,
.puravida-search-card-image .puravida-search-card-quote {
	width: 100%;
	float: left;
	padding: 30px;
	background-color: rgb(17, 17, 17);
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	color: #fff;
}

.puravida-search-card-image .puravida-search-card-link:hover {
	color: #6abf60;
}

.puravida-search-card-image .puravida-search-card-quote h2 {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
    font-family: Libre Baskerville;
    margin-bottom: 20px;
    margin-top: 0;
}

.puravida-search-card-image .puravida-search-card-quote p {
	padding-bottom: 0;
	color: #828282;
}


.puravida-search-card.cards-has-shadow {
	-webkit-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
    box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
}

.puravida-search-card:hover {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    z-index: 9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.puravida-full-width-post .puravida-magazine-image-card {
	padding-bottom: 40%;
}

.puravida-search-card-body {
	width: 100%;
	padding: 30px;
	background: #fff;
	display: inline-block;
}

.puravida-full-width-post .puravida-search-card-body {
	padding: 60px;
}

.puravida-search-card-list .puravida-search-card-body {
	padding-left: 0;
}

.puravida-related-posts .puravida-search-card-body {
	padding: 0;
	padding-top: 30px;
	background: transparent;
}

.puravida-search-card-body h2 {
	font-size: 16px;
	line-height: 24px;
}

.puravida-search-card-body.blog-card-body h2 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 32px;
	display: inline-block;
    width: 100%;
}

.puravida-related-posts .puravida-search-card-body.blog-card-body h2 {
	font-size: 16px;
	line-height: 24px;
}

.puravida-search-card-body h2 a,
.puravida-search-card-body-meta a {
	color: rgb(17, 17, 17);
}

.puravida-search-card-body h2 a:hover,
.puravida-search-card-body-meta a:hover {
	color: #6abf60;
}

.puravida-search-card-body-meta {
	width: 100%;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.puravida-search-card-body-meta span {
    display: inline-block;
    color: #767676;
    text-transform: initial;
    letter-spacing: 0;
    font-weight: normal;
}

.puravida-search-card-body-meta span.puravida-post-comments,
.puravida-search-card-body-meta span.puravida-post-views {
	font-size: 12px;
    text-align: left;
    color: #111;
    margin-left: 7px;
}

.puravida-search-card-body p {
	font-size: 16px;
}

.puravida-categories-post {
	font-size: 16px;
    text-align: left;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.puravida-categories-post a,
.puravida-categories-post span {
	color: #fff;
    background-color: #6abf60;
    padding: 5px 12px;
    border-radius: 3px;
    float: left;
    font-size: 13px;
    line-height: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.puravida-categories-post a:hover {
	color: #ffffff;
	background-color: #1f1f1f;
}

.puravida-post-read-more {
    font-weight: bold;
    position: relative;
    color: #000;
    padding: 16px 32px;
    border: 3px #000000 solid;
    display: inline-block;
    line-height: 18px;
    overflow: hidden;
}

.puravida-post-read-more:hover {
	color: #fff !important;
	background-color: #000;
}

.puravida-post-read-more .read-more-after-arrow-hover,
.puravida-post-read-more .read-more-after-arrow {
	display: inline-block;
    float: left;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.puravida-post-read-more .read-more-after-arrow-hover {
	transform: translateY(200%);
    position: absolute;
    right: 32px;
}

.puravida-post-read-more:hover .read-more-after-arrow {
    transform: translateY(-200%);
}

.puravida-post-read-more:hover .read-more-after-arrow-hover {
    transform: translateY(0);
}

.puravida-post-read-more .read-more-text {
	padding-right: 10px;
	display: inline-block;
    float: left;
}

.hero-post-container .puravida-post-read-more .read-more-text {
	padding-right: 0;
}

#puravida-hero-slider .flex-control-nav {
	display: none;
}

#puravida-hero-slider .flex-direction-nav a {
	border-radius: 0;
	width: 50px;
    height: 50px;
    margin: -13px 0 0;
    display: block;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    line-height: 50px;
    color: #fff;
    z-index: 999;
    filter: alpha(opacity=@opacity * 100);
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    text-shadow: none;
}

#puravida-hero-slider .flex-direction-nav a:before {
	font-size: 20px;
}

#puravida-hero-slider .flex-direction-nav a:hover {
	color: #6abf60;
}

#puravida-hero-slider .flex-direction-nav .flex-next {
    right: 30px;
}

#puravida-hero-slider .flex-direction-nav .flex-prev {
    left: 30px;
}

.puravida-related-posts {
	display: block;
	padding-top: 60px;
	border-top: 1px solid #f1f1f1;
}

.puravida-search-card-body .entry-title {
	margin-bottom: 0;
	color: #b7b7b7;
	font-size: 16px;
	text-align: left;
}

.puravida-search-card-body .entry-title:before {
	height: 13px;
    margin-top: 6px;
}

.puravida-search-card-body .entry-title a {
	color: #b7b7b7;
}

.puravida-search-card-body .entry-title a:hover {
	color: #6abf60;
}


/* -------------------------------------------------------------------------------- */
/*	6. Single Post
/* -------------------------------------------------------------------------------- */


/* Post Links -------------------------------------------- */


.post-content p.page-links {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 0.75em;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.page-links a,
.page-links > span {
	display: inline-block;
	padding: 10px;
}

.page-links a:first-child,
.page-links span:first-child {
	margin-left: 0;
}

.post-content .page-links a:hover {
	background: #6abf60;
	color: #fff;
	text-decoration: none;
}

.page-links > span:nth-of-type(2) {
	background: #ccc;
	color: #111;
}


/* Post Tags --------------------------------------------- */

.post-tags-heading {
	margin-top: 60px;
	margin-bottom: 10px;
}

.post-tags,
.tagcloud {
	line-height: 1;
	color: #bcbcbc;
}

.post-tags {
	margin-bottom: 0;
}

.post-tags a,
.tagcloud a {
	display: inline-block; 
	margin-bottom: 10px;
	line-height: 1;
	letter-spacing: 1px;
	color: #bcbcbc;
	position: relative;
}

.footer .tagcloud a {
	background: #eee; 
}

.post-tags a:hover,
.tagcloud a:hover { 
	color: #6abf60;
}


/* Post Navigation --------------------------------------- */


.post-navigation {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.post-navigation-inner {
	width: 629px;
	max-width: 85%;
	padding: 30px 0;
	margin: 0 auto;
}

.post-navigation:before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #f1f1f1;
	position: absolute;
	left: 50%;
}

.post-nav-prev,
.post-nav-next {
	display: block;
	float: left;
	width: 47.5%;
}

.post-navigation p {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 2px solid #ccc;
	margin-bottom: 8px;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

.post-navigation h4 {
	display: block;
	font-size: 1em;
	line-height: 130%;
	font-weight: 700;
}

.post-navigation h4 a {
	color: #111; 
}

.post-navigation h4 a:hover {
	color: #6abf60; 
}

.post-nav-next {
	float: right; 
}

.post-nav-next,
.post-nav-next h4 {
	
	text-align: right; 
}


/* -------------------------------------------------------------------------------- */
/*	7. Post Content
/* -------------------------------------------------------------------------------- */


.post-content {	
	font-size: 1.05em;
}

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content pre {
    font-size: 1rem;
    line-height: 1.75;
    width: 100%;
    margin: 0 auto 1.875rem;
    padding: 0;
    position: relative;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 0 0 25px;
	line-height: 110%;
	font-weight: 700; 
}

.post-content h1 {
	font-size: 2em; 
}

.post-content h2 {
	font-size: 1.75em; 
}

.post-content h3 {
	font-size: 1.5em; 
}

.post-content h4 {
	font-size: 1.25em; 
}

.post-content h5 {
	font-size: 1em; 
}

h5.attached-images-post-gallery-title {
	margin-top: 60px;
	float: left;
    width: 100%;
}

.post-content h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 25px;
}

.post-content .more-link {
	display: inline-block;
	padding: 15px 18px;
	margin: 0;
	border: 2px solid #111;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
	-webkit-appearance: none;
}

.post-content .more-link:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}

.post-content blockquote {
	position: relative;
	font-size: 0.95em;
	font-style: italic;
}

.post-content blockquote p {
	font-style: italic;
	color: #6abf60; 
}

.post-content blockquote:after {
	content: '“';
	width: 120px;
    font-family: 'Playfair Display', serif;
	font-size: 160px;
	line-height: 120px;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	color: #6abf60;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: -100px;
}

.post-content blockquote cite {
	display: block;
	margin-top: 1.1em;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content blockquote cite:before {
	content: "— "; 
}

.post-content hr {
	width: 128px;
	max-width: 60%;
	height: 2px;
	background: #f1f1f1;
	margin: 50px auto;
	border: 0;
}

em, q {
	 font-style: italic;  
}

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big {
	font-size: 1.25em; 
}

abbr, acronym {
	cursor: help; 
}

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.post-content dl {
	line-height: 160%; 
}

.post-content dl dt {
	font-weight: bold; 
}

.post-content ul,
.post-content ol {
	margin-left: 1.5em;
}

.post-content ul {
	list-style: disc; 
}

.post-content ul ul {
	list-style: circle; 
}

.post-content ul ul ul {
	list-style: square; 
}

.post-content ol {
	list-style: decimal; 
}

.post-content ol ol {
	list-style: lower-alpha; 
}

.post-content ol ol ol {
	list-style: lower-roman; 
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-bottom: 0.5em;
	line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content ol > li:first-child,
.post-content ul > li:first-child {
	margin-top: 0.5em;
}

.post-content address {
	padding: 3% 3.5%;
	background: #F1F1F1;
}

.post-content pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 140%;
	padding: 2% 2.5%;
	background: #eee;
	border: 1px solid #f1f1f1;
}


/* Post Media --------------------------------------- */


.post-content img {
	padding: 5px;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
}

.puravida-search-card-image img {
	padding: 0;
	border: none;
	display: inline-block;
	float: left;
}

.post-content .wp-caption {
	max-width: 100%; 
}

.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 50%;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 30px;
}

.post-content .alignright {
	float: right;
	margin-left: 30px;
}

.post-content .aligncenter,
.post-content .aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
	margin: 4px auto 16px;
	font-size: 0.9rem;
	line-height: 160%; 
	color: #444;
	text-align: center;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}


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


.post-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 1.1em;
}

.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #f1f1f1;
}

.post-content caption {
	color: #111;
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	font-weight: bold;
	color: #111;
}

.post-content table tbody > tr:nth-child(odd) > td {
	background: #f9f9f9; 
}

/* Sharrre ------------------------------------- */
.share-page {
	display: inline-block;
	width: 100%;
    height: auto;
    position: relative;
}

.share-page.puravida-sharrre-header {
	float: right;
    width: auto;
}

.puravida-sharrre-footer {
	border-top: 1px solid #f1f1f1;
    padding-top: 70px;
    text-align: right;
    margin-top: 60px;
}

.share-page .share-icon {
  	width: 50px;
  	height: 50px;
  	border-radius:25px;
  	display:inline-block;
  	background: #6A6969;
  	margin-left:14px;
  	color:#fff;
  	cursor:pointer;
  	text-align: center;
  	overflow: hidden;
  	position: relative;
  	-webkit-transition:0.85s;
  	transition:0.85s;
  	vertical-align:top;
  	margin-bottom: 10px;
}

.share-page .share-icon i {
  	font-size: 22px;
    margin-top: 1px;
    line-height: 50px;
    color: #fff;
}

.share-page .share-icon.bttn {
  	font-size: 16px;
    border-radius: 0;
  	z-index: 5;
  	margin-top: 0;
  	margin-left: 0;
  	white-space: nowrap;
  	letter-spacing: -0.5px;
  	line-height: 50px;
  	background-color: transparent;
  	font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;
    width: auto;
    height: auto;
}

.share-page.puravida-sharrre-footer .share-icon.bttn {
	float: left;
}

.share-page .share-icon.twitter {
	background-color: #4099ff;
}

.share-page .share-icon.facebook {
	background-color: #3b5998;
}

.share-page .share-icon.googlePlus {
	background-color: #dd4b39;
}

.share-page .share-icon.pinterest {
	background-color: #cc2127;
}

.share-page .share-icon.mail {
	background-color: #722a65;
}

.share-page.puravida-sharrre-header .share-icon.mail,
.share-page.puravida-sharrre-header .share-icon.googlePlus {
	display: none;
}

.share-page .share-icon:hover,
.share-page .share-icon:focus {
	background-color: #000000;
}

.share-page .share-icon.bttn:hover,
.share-page .share-icon.bttn:focus {
	background-color: transparent;
	cursor: initial;
}


.share-page:hover .share-icon.bttn,
.share-page.hover .share-icon.bttn {
  	z-index: -1;
  	padding-right:0;
  	-webkit-transition-delay:0s;
  	transition-delay:0s;
}

#attached-images-post-gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

#attached-images-post-gallery li {
	width: 25%;
    padding-bottom: 130px;
    margin: 0;
    display: block;
    position: relative;
    background-size: cover;
    float: left;
    background-position: center center;
}

#attached-images-post-gallery li a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background-color: #6abf60;
	z-index: 999;
}

#attached-images-post-gallery li a:hover {
	opacity: 0.15;
}


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


.post-content fieldset {
	padding: 25px;
	border: 2px solid #f1f1f1;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #111;
	color: #fff;
}

.post-content label {
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.post-content input,
.post-content textarea {
	font-family: 'Open Sans', sans-serif; 
}

.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="url"],
.post-content input[type="email"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 12px 20px;
	border: 2px solid #f1f1f1;
	font-size: 0.9em;
	color: #111;
	background: #fafafa;
	border-radius: 0;
	-webkit-appearance: none;
	line-height: 1;
	width: auto;
	display: inline-block;
}

.post-content input[type="file"] {
	padding: 10px;
	background: #fafafa;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
}

.post-content textarea {
	
	height: 180px; 
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="email"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 16px 20px;
	margin: 0;
	border: none;
	border-radius: 3px;
	background: #111;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	-webkit-appearance: none;
}

.post-content input[type="submit"] + input[type="reset"],
.post-content input[type="submit"] + input[type="button"],
.post-content input[type="reset"] + input[type="submit"],
.post-content input[type="reset"] + input[type="button"],
.post-content input[type="button"] + input[type="reset"],
.post-content input[type="submit"] + input[type="submit"] {
	margin-left: 5px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #6abf60;
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}


/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */
.discussion-container {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.discussion-container.openned-discussion {
	max-height: 99999px;
}

.show-discussion-container {
	text-align: center;
	padding: 60px 20px;
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.show-discussion-container.hide-button {
	display: none;
}

.show-discussion-container span {
	cursor: pointer;
	color: #6abf60;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.show-discussion-container span:hover {
	color: #60a557;
}

.comments-inner {
	width: 100%;
	padding: 60px 0;
	margin: 0 auto;
	position: relative;
}

.comments-title-container {
	position: relative; 
}

.comments-title-container,
.comment-reply-title {
	padding-bottom: 25px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 25px;
	vertical-align: bottom;
}

.comments-title,
.comment-reply-title {
    font-size: 1.4375em !important;
    line-height: 1.9375em !important;
	font-weight: 700;
}

.comments-title-link {
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	bottom: 26px;
	right: 0;
}

.comments-title-link a {
	display: block;
	color: #6abf60;
}

.comments-title-link a:hover {
	text-decoration: underline; 
}

.no-comments {
	text-align: center; 
}


/* Comment List ---------------------------------------- */


.comment {
	position: relative; 
}

div.comment {
	margin-top: 25px; 
}

.commentlist > .comment:first-child > .comment:first-child {
	margin-top: 0; 
}

.commentlist .children {
	margin-left: 25px; 
}

.comment .avatar {
	display: block;
	width: 60px;
	height: auto;
	border-radius: 999px;
	position: absolute;
	top: 10px;
	left: 0;
}

.comment-inner {
	margin-left: 80px;
	padding: 25px;
	background: #F1F1F1;
	border-radius: 6px;
	position: relative;
}

.bypostauthor .comment-author-icon {
	display: block;
	padding: 4px;
	border-radius: 99px;
	background: #6abf60;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 4px;
}

.comment-inner:before {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-right-color: #f1f1f1;
	position: absolute;
	top: 30px;
	left: -20px;
}

.comment-header {
	margin-bottom: 20px; 
}

.comment-header h4 {
	font-size: 1.1em;
	font-weight: 700;
}

.comment-header h4 a {
	color: #111; 
}

.comment-header h4 a:hover {
	color: #6abf60; 
}

/* Comment Content */

.comment-content p,
.comment-content blockquote,
.comment-content ul,
.comment-content ol,
.comment-content address,
.comment-content dl,
.comment-content pre {
	line-height: 160%;
	margin-bottom: 1em;
}

/* Comment Meta */

.comment-meta {
	margin-top: 23px;
	font-size: 0.7em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
}

.comment-meta a {
	color: #777; 
}

.comment-meta .genericon {
	margin-right: 3px;
	position: relative;
	top: -2px;
}

.comment-meta .genericon-edit {
	margin-left: 12px; 
}


/* Pingbacks & Tracksbacks ----------------------------------- */


.pingbacks {
	margin-top: 40px; 
}

.pingbacks-title {
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: 2px solid #6abf60;
	font-size: 0.75em;
	font-weight: 900;
	color: #111;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pingbacklist li {
	line-height: 125%; 
}

.pingbacklist li + li {
	margin-top: 10px;
	border-top: 1px solid #f1f1f1;
	padding-top: 10px;
}

.pingbacklist a {
	color: #111; 
}

.pingbacklist a:hover {
	color: #6abf60; 
}


/* Comment Navigation ---------------------------------------- */


.comments-nav {
	margin-top: 30px; 
}

.comments-nav a {
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

.comments-nav a:hover {
	color: #6abf60; 
}


/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */


.respond-container {
	border-top: 1px solid #f1f1f1; 
}

.comment-respond {
	width: 100%;
	padding: 60px 0;
	margin: 0 auto;
}

.comment-respond .logged-in-as {
	margin-bottom: 40px; 
}

.comment-respond p a:hover {
	text-decoration: underline; 
}

.comment-respond form label {
	display: block;
	margin-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
}

.comment-respond form label span {
	margin-left: 2px;
	color: #6abf60;
}

.comment-respond p {
	margin-bottom: 0; 
}

.comment-respond p:last-child {
	margin-bottom: 0; 
}

.comment-respond p.comment-subscription-form {
	margin-bottom: 10px; 
}

.comment-respond p.comment-subscription-form:last-of-type {
	margin-bottom: 0; 
}

.comment-form-author,
.comment-form-email {
	display: block;
	width: 47.5%;
	float: left;
}

.comment-form-email {
	float: right; 
}

.comment-form-url {
	float: left;
    width: 100%;
}

.comment-respond input,
.comment-respond textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

.comment-respond input[type="text"],
.comment-respond textarea {
	display: block;
	width: 100%;
	padding: 10px 20px;
	margin: 0;
	background: #fafafa;
	border: 1px solid #f1f1f1;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	color: #111;
}

.comment-respond input[type="text"]:focus,
.comment-respond textarea:focus {
	outline: none;
}

.comment-respond textarea {
	
	height: 200px; 
	line-height: 140%;
}

.comment-respond input[type="submit"] {
	display: inline-block;
	padding: 16px 20px;
	margin: 0;
	background: #111;
	border: none;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	-webkit-appearance: none;
}

.comment-respond input[type="submit"]:hover {
	cursor: pointer;
	background: #6abf60;
	color: #fff;
}


/* In Comment List --------------------------------------- */


.commentlist .comment-respond {
	padding: 40px 0 15px;
	max-width: 100%;
}

.commentlist #cancel-comment-reply-link {
	margin-left: 3px;
	font-size: 0.8rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}

.commentlist #cancel-comment-reply-link:hover {
	text-decoration: underline; 
}


/*//////////////////////////// 
/ 22 Back To Top
///////////////////////////*/
.cd-top {
  	display: inline-block;
  	height: 60px;
  	width: 60px;
  	position: fixed;
  	bottom: 60px;
  	right: 60px;
  	z-index: 999997;
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  	/* image replacement properties */
  	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
  	background: #6abf60 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  	visibility: hidden;
  	opacity: 0;
  	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
  	-moz-transition: opacity .3s 0s, visibility 0s .3s;
  	transition: opacity .3s 0s, visibility 0s .3s;
  	border-radius: 4px;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
  	-moz-transition: opacity .3s 0s, visibility 0s 0s;
  	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  	/* the button becomes visible */
  	visibility: visible;
  	opacity: 1;
}
.cd-top.cd-fade-out {
  	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  	opacity: .5;
}
.cd-top:hover {
  	background-color: #6abf60;
  	opacity: 1;
}
@media only screen and (min-width: 768px) {
  	.cd-top {
    	right: 20px;
    	bottom: 20px;
  	}
}
@media only screen and (min-width: 1024px) {
  	.cd-top {
	    height: 60px;
	    width: 60px;
	    right: 60px;
	    bottom: 60px;
  	}
}

/* -------------------------------------------------------------------------------- */
/*	10. Page & Page Templates
/* -------------------------------------------------------------------------------- */


/* Full Width Page Template -------------------------- */


.page-template-full-width-page-template-php .content {
	width: 100%;
	float: none;
}

.page-template-full-width-page-template-php .post-inner {
	width: auto; 
}


/* Search Page --------------------------------------- */


.wrapper .search-form,
.footer .search-form {
	position: relative; 
}

.wrapper .search-field,
.footer .search-field {
	display: block;
	width: 100%;
	padding: 20px 60px 20px 20px;
	margin: 0;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	font-size: 0.9rem;
	color: #111;
	line-height: 1;
}

.wrapper .search-field:focus,
.footer .search-field:focus {
	outline: none; 
	border: 1px solid #6abf60 !important;
}

.wrapper .search-button,
.footer .search-button {
	display: block;
	height: 100%;
	width: 60px;
	background: none;
	border-left: 1px solid #e0e0e0;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.search-button:focus {
	outline: none;
}

.wrapper .search-button .genericon,
.footer .search-button .genericon {
	font-size: 24px; 
}

.wrapper .search-button:hover,
.footer .search-button:hover {
	cursor: pointer;
}

.wrapper .search-button:hover .genericon,
.footer .search-button:hover .genericon {
	
	color: #6abf60; 
}


/* -------------------------------------------------------------------------------- */
/*	11. Pagination
/* -------------------------------------------------------------------------------- */


/* Page Title ---------------------------------------- */


.puravida-page-title {
	margin-bottom: 60px;
	width: 100%;
}


/* Archive Navigation --------------------------------------- */


.archive-navigation {
	margin-top: 60px; 
}

.archive-navigation p {
	display: inline;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.archive-navigation p + p:before {
	content: "/";
	display: inline;
	margin: 0 20px; 
	color: #aaa;
}

.archive-navigation,
.archive-navigation a {
	color: #666; 
}

.archive-navigation a:hover {
	color: #6abf60; 
}

/* Paginationl --------------------------------------- */

.pagination-container {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}

.pagination {
	width: auto;
	text-align: left;
    color: #a0a0a0;
    padding: 1rem 2rem;
    border: 3px black solid;
    display: inline-block;
    line-height: 18px;
    border-radius: 0;
    margin: 0;
}

.pagination a {
    color: #000000;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 0 .5rem;
}

.pagination a:hover,
.pagination a.current {
	color: #a0a0a0;
}


/* Infinite Scroll --------------------------------------- */


.infinite-scroll .archive-navigation {
	display: none; 
}

#infinite-handle,
.infinite-loader {
	margin-top: 60px;
	text-align: center;
}

#infinite-handle span {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 3px;
	background: #111;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#infinite-handle span:hover {
	cursor: pointer;
	background: #6abf60;
	color: #fff;
}

.infinite-loader .spinner {
	display: inline-block; 
}

#infinite-handle span button {
	-webkit-font-smoothing: antialiased; 
}


/* -------------------------------------------------------------------------------- */
/*	12. Sidebar
/* -------------------------------------------------------------------------------- */

.blog-sidebar-fixed {
	width: calc(35% - 60px); 
	float: right;
	display: block;
    vertical-align: baseline;
    position: relative;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.sidebar {
	
	width: 100%; 
	float: left;
}

.widget {
	padding: 30px;
	border: 1px solid #e0e0e0;
	margin-bottom: 40px;
}

.widget.widget_puravida_social_links {
	background-color: #f1f1f1;
	text-align: center;
}

.widget_puravida_social_links h4 {
	text-align: center;
}

.widget_puravida_social_links input.wpcf7-email {
	background-color: #fff;
	margin-bottom: 0 !important;
	text-align: center;
}

.widget_puravida_social_links input.wpcf7-submit {
	width: 100%;
	text-align: center;
	background-color: #6abf60;
	color: #fff;
	padding: 7px 15px 7px;
    line-height: 40px;
}

.widget_puravida_social_links input.wpcf7-submit:hover {
	background-color: #60a557;
	color: #fff;
}

.widget_puravida_social_links ul.socials {
	width: 100%;
	text-align: center;
	padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.widget_puravida_social_links ul.socials li {
	margin: 0 7px;
	padding: 0;
	border: none;
	font-size: 20px;
}

.widget_puravida_social_links p {
	margin-bottom: 0 !important;
}

.widget.widget_search {
	padding: 0;
	border: none;
}

.widget-title {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
}


/* Widget Content --------------------------------------- */


.widget-content {
	font-size: 0.95em;
}

.widget-content .textwidget a:hover {
	text-decoration: underline; 
}

.widget-content p {
	line-height: 150%;
	margin-top: 1em;
}

.widget-content p:first-child {
	margin-top: 0; 
}

.widget-content li {
	line-height: 140%;
	padding: 12px 0;
	border-bottom: 1px solid #e0e0e0;
}

.widget-content ul ul {
	margin-left: 1em; 
}

.widget-content ul ul li:first-child {
	margin-top: 0.5em; 
	border-top: 1px solid #f1f1f1;
}

.widget-content li:last-child {
	border-bottom: none; 
}


/* Text Widget --------------------------------------- */


.textwidget {
	line-height: 150%; 
}


/* Widget Icons --------------------------------------- */


.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages {
	color: #888; 
}

.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a {
	color: #111; 
	position: relative;
}

.widget-content .sub-menu > .menu-item-has-children > a::after,
.widget-content .children > .menu-item-has-children > a::after,
.widget-content .sub-menu > .page_item_has_children > a::after,
.widget-content .children > .page_item_has_children > a::after {
	display: none;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_meta li a:hover,
.widget_nav_menu li a:hover,
.widget_pages li a:hover {
	color: #6abf60; 
	text-decoration: none;
}

.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
	font: 16px/1 'Genericons';
	content: '\f429'; 
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #999;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.widget-content select {
	max-width: 100%;
}

.footer .widget_archive li:before,
.footer .widget_categories li:before,
.footer .widget_meta li:before,
.footer .widget_nav_menu li:before {
	display: none;
}


/* RSS Widget --------------------------------------- */


.widget_rss .widget-title img {
	width: 13px;
	height: 13px;
	margin-right: 2px;
	position: relative;
	bottom: -2px;
}

.widget_rss li a {
	display: block;
	font-size: 1.1em;
	line-height: 120%;
	font-weight: 700;
	color: #111;
}

.widget_rss li .rss-date {
	display: block;
	margin-top: 2px;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}

.widget_rss li .rssSummary {
	margin-top: 5px; 
}

.widget_rss li cite {
	display: block;
	margin-top: 8px;
	font-size: 0.9em;
}

.widget_rss li cite:before {
	content: "— "; 
}


/* Widget Calendar --------------------------------------- */


#wp-calendar {
	width: 100%;
	max-width: 100%;
	color: #111;
	text-align: center;
}

#wp-calendar thead {
	border-top: 1px solid #f1f1f1; 
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar caption {
	text-transform: capitalize;
	color: #111;
	padding-bottom: 4%;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

#wp-calendar thead th {
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	color: #6abf60;
}

#wp-calendar th:first-child,
#wp-calendar tbody td:first-child {
	border-left: 1px solid #f1f1f1; 
}

#wp-calendar tbody a:hover {
	text-decoration: underline; 
}

#wp-calendar tfoot td {
	
	padding: 0; 
	border: none !important;
}
#wp-calendar tfoot #prev a {
	text-align: left; 
}
#wp-calendar tfoot #next a {
	text-align: right; 
}

#wp-calendar tfoot a {
	display: block;
	margin-top: 12px;
	font-size: 0.75em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #111;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #6abf60;
}


/* puravida Widget List --------------------------------------- */


.puravida-widget-list a {
	
	display: block; 
	min-height: 55px;
	position: relative;
}

.puravida-widget-list .post-icon {
	display: block;
	width: 55px;
	height: 55px;
	padding: 2px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 99px;
	position: absolute;
	top: 0;
	left: 0;
}

.puravida-widget-list .post-icon img {
	display: block;
	border-radius: 99px;
}

.puravida-widget-list .post-icon .genericon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
}

.puravida-widget-list .inner {
	padding-left: 70px; 
}

.puravida-widget-list .title {
	line-height: 140%;
	font-weight: 700;
	color: #111;
	padding-bottom: 0;
}

.puravida-widget-list .meta {
	
	margin-top: 3px; 
	font-size: 0.75em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}

.puravida-widget-list .excerpt {
	margin-top: 3px;
	color: #666;
	line-height: 130%;
}

.puravida-widget-list a:hover .title {
	text-decoration: underline; 
}


/* Flickr Widget --------------------------------------- */


.flickr_badge_image {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.flickr_badge_image a,
.flickr_badge_image img {
	display: block;
}

.flickr_badge_image a {
	padding: 4px;
	background: #fff;
	border: 1px solid #eee;
}


/* -------------------------------------------------------------------------------- */
/*	13. Footer
/* -------------------------------------------------------------------------------- */


.footer {
	padding: 60px 0;
	float: left;
    width: 100%;
}

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

.footer .widgets:first-child {
	margin-left: 0; 
}

.footer-container {
    max-width: 1280px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 2;
}

.footer-container {
	padding-top: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

.footer-container .footer-menu {
	margin-bottom: 30px;
	border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 30px;
}

.footer-header {
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
}

.footer-menu ul {
    text-align: center;
}

.footer-menu li {
    width: auto;
    display: inline-block;
}

.footer-container .footer-menu a {
	font-size: .6875em;
    font-weight: 700;
    letter-spacing: .25em;
    position: relative;
    margin: 0 20px;
    color: #fff;
    text-transform: uppercase;
}

.footer-container .footer-menu a:after {
	content: "";
	position: absolute;
	bottom: 0;
	margin-bottom: -30px;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #6abf60;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer-container .footer-menu a:hover:after,
.footer-container .footer-menu li.current_page_item > a:after,
.footer-container .footer-menu li.current-menu-item > a:after {
	opacity: 1
}

.footer-container .footer-menu li.current_page_item > a,
.footer-container .footer-menu li.current-menu-item > a {
	color: #6abf60;
}

.footer .section-inner {
	padding-top: 30px;
}

.footer .widget {
	padding: 0;
	border: none;
}

.footer .widget-title {
    display: block;
    width: auto;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 0;
    font-size: 18px;
    border: none;
    color: #6abf60;
    text-align: left;
}

.footer .widget p {
    font-size: 14px;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.footer .widget ul li a:hover {
	color: #6abf60 !important;
}

.footer .widget li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.footer .widget p.title {
    font-size: 18px;
    color: #fff;
    padding-bottom: 0;
}

.footer-header a img {
    max-height: 100px;
    width: auto;
}

.footer-social {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	float: left;
	padding: 0 30px;
}

.footer-social.social-links-align-left {
	text-align: left;
	margin-left: -6px;	
}

.footer-social.social-links-align-right {
	text-align: right;
	margin-right: -6px;	
}

.footer-social a,
.footer-social a:hover {
	box-shadow: none;
	display: inline-block;
}

.footer-social svg {
    height: 60px;
    width: 60px;
    border: 2px solid #5F5F5F;
    padding: 6px;
    border-radius: 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    margin: 0 8px;
    overflow: visible;
}

.footer-social svg:hover {
    border-color: #6abf60;
}

.footer-social svg circle {
    fill: none;
    stroke: none;
}

.footer-social svg path {
    fill: #5F5F5F;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.footer-social svg:hover path {
    fill: #6abf60;
}

.footer-menu {
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}
.footer-menu ul {
	text-align: center;
}
.footer-menu ul.sub-menu {
	display: none;
}
.footer-menu li {
	width: auto;
	display: inline-block;
}
.footer-menu a {
	margin: 0 20px;
	color: #484848;
	font-size: 14px;
    letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

#instagram-block,
#instagram-block ul {
	float: left;
	width: 100%;
	margin: 0;
}

#instagram-block ul {
	padding: 0 5px;
}

#instagram-block h3,
.pura-vida-title-block h3 {
	width: 100%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#instagram-block h4 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px;
    color: #7b7b7b;
    margin-bottom: 30px;
    font-weight: normal;
}

#instagram-block {
	margin-bottom: 120px;
}

#instagram-block ul li {
	width: 20%;
	position: relative;
	padding: 0;
	float: left;
}

#instagram-block ul li:before {
	content: "";
    display: block;
    margin-top: 100%;
}

#instagram-block ul li a {
	position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    right: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 4px;
    overflow: hidden;
}
#instagram-block ul li a:hover {
	transform: translateY(-7px);
}

#instagram-block ul li a:before {
	opacity: 0;
	content: "";
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#instagram-block ul li a:hover:before {
	opacity: 1;
}

#instagram-block ul li a:after {
	position: absolute;
	z-index: 999;
	top: 60%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	opacity: 0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 40px;
	color: #fff;
	content: "\f16d";
	transform: translateY(-50%) translateX(-50%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#instagram-block ul li a:hover:after {
	opacity: 1;
	top: 50%;
}



.pura-vida-title-block {
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}

.puravida-devider {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 60px;
}

.puravida-devider span {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
}

.puravida-devider span:before,
.puravida-devider span:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	top: 50%;
}

.puravida-devider span:before {
	left: 0;
	margin-left: -120px;
}

.puravida-devider span:after {
	right: 0;
	margin-right: -120px;
}

.puravida-devider span img {
	max-width: 50px;
	height: auto;
}

.hot-posts-block {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 60px;
}

.hot-posts-block-container {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.small-post-blog-container {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.small-post-blog-container:hover {
	transform: translateY(-7px);
}

.small-post-blog-container:before {
	background-color: #f7f7f7;
	position: absolute;
	content: "";
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	z-index: 1;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.small-post-blog {
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 30px;
	z-index: 99;
	position: relative;
}

.small-post-blog h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.hot-posts-block .small-post-blog .puravida-post-preview-image a img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.puravida-search-card-body-meta {
	color: #7b7b7b;
	font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.modul-five-big-post .puravida-search-card-body-meta,
.modul-five-big-post .puravida-search-card-body-meta span,
.puravida-module-eight .puravida-search-card-body-meta span,
.puravida-module-six .puravida-search-card-body-meta span,
.puravida-module-four .puravida-search-card-body-meta span,
.puravida-related-posts .puravida-search-card-body-meta span {
	color: #eee;
}

.hero-post-content .puravida-search-card-body-meta,
.small-post-blog .puravida-search-card-body-meta {
	text-align: center;
	margin-bottom: 0;
}

.module-three-excerpt p {
	text-align: center;
	color: #7b7b7b;
	padding: 0 20px;
}

.small-post-blog .puravida-post-preview-image {
	margin-bottom: 30px;
}

.post-meta-separator {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #a6a6a6;
    margin: 4px 10px;
}

.small-post-blog-image-bg {
	position: relative;
	margin-bottom: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.small-post-blog-image-bg:hover {
	transform: translateY(-7px);
}

.small-post-blog-image-bg-thumb {
	position: relative;
	border-radius: 4px;
    overflow: hidden;
}

.small-post-blog-image-bg-thumb a, 
.small-post-blog-image-bg-thumb img {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.small-post-blog-image-bg-thumb-overlay {
	border-radius: 4px;
    overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 49, 49, 49, 0.45 );
	background: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(32,32,32,0) 26%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(32,32,32,0) 26%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(32,32,32,0) 26%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc686868',GradientType=0 );
}

.small-post-blog-image-bg-thumb-overlay-2 {
	border-radius: 4px;
    overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 74, 74, 74, 0.15 );
}

.small-post-blog-image-bg-main {
    text-align: center;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 40px;
    right: 0;
    text-align: left;
    left: 40px;
    right: 40px;
}

.small-post-blog-image-bg-main .post-title {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0 40px;
    font-size: 27px;
    font-weight: bold;
    padding: 0;
}

.small-post-blog-image-bg-main .post-title a {
	color: #fff;
}

.small-post-blog-image-bg-main .post-title a:hover {
	color: #6abf60;
}

/* -------------------------------------------------------------------------------- */
/*	14. Credits
/* -------------------------------------------------------------------------------- */


.credits.section {
	padding: 30px 0; 
	border-top: 1px solid #f1f1f1;
	float: left;
    width: 100%;
}

.credits p {
	padding-bottom: 0;
	margin-bottom: 0;
	color: #adadad;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.credits .sep {
	margin: 0 5px;
	color: #6abf60;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	position: relative;
	bottom: -2px;
	font-family: 'Playfair Display', serif;
}

.credits p a:hover {
	color: #6abf60; 
}

/* -------------------------------------------------------------------------------- */
/*	15. WooCommerce
/* -------------------------------------------------------------------------------- */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #60a557;
	font-weight: bold;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: calc(100%/3 - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, 
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: calc(100%/2 - 15px);
}

.woocommerce ul.products li.product.last, 
.woocommerce-page ul.products li.product.last,
.woocommerce ul.products li.product:nth-child(3n),
.woocommerce-page ul.products li.product:nth-child(3n) {
	margin-right: 0;
}

.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3 {
	text-align: center;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	width: 100%;
	display: inline-block;
}

.checkout_coupon input {
	margin-bottom: 0 !important;
}

.woocommerce ul.products li.product .star-rating {
	margin: 0 auto;
	margin-bottom: 10px;
}

.woocommerce ul.products li.product .price del {
	display: inline-block;
}

.woocommerce ul.products li.product a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.woocommerce ul.products li.product a img:hover {
	opacity: 0.7;
}

.woocommerce ul.products li.product .onsale {
	z-index: 9999;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	padding: 16px 20px;
	color: #eee;
}

.product-content {
	margin-top: 30px;
}

.product-content .woocommerce-breadcrumb {
	margin-bottom: 30px;
}

.woocommerce ul.products li.product .price {
	color: #6abf60;
}

.woocommerce span.onsale {
	background-color: #6abf60;
	height: 3.236em;
    width: 3.236em;
    line-height: 2.936em;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #6abf60;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #60a557;
}

.woocommerce-error li, 
.woocommerce-info li, 
.woocommerce-message li {
	margin-top: 0 !important;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	border-color: #6abf60;
}

.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before {
	color: #6abf60;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
	width: 120px;
	padding: 13px 10px !important;
	margin-bottom: 0 !important;
}

.woocommerce .quantity .qty {
    margin-bottom: 0 !important;
    display: inline-block;
}

.woocommerce #reviews h3 {
	margin-bottom: 60px;
}

.sidebar .widget_shopping_cart_content p.buttons a.button {
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}

.sidebar .widget_shopping_cart_content p.buttons {
	padding-bottom: 0;
}

input[type="submit"],
button.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;

    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input[type="submit"]:hover,
button.button:hover {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
}

select {
	background: transparent;
	-webkit-appearance: none;
    background-color: #eee;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 24px 14px;
    padding: 10px !important;
    line-height: 20px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    color: #666;
    padding-right: 30px !important;
}

select:focus {
	outline: 0;
}

.woocommerce .woocommerce-ordering {
	position: relative;
	margin: 0 0 30px;
}

.widget_archive select {
	width: 100%;
}

.summary.entry-summary .single_add_to_cart_button {
	padding: 22px 40px;
}




.modal-container {
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.modal-container:before {
    background: #fff;
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.modal-container.modal-active {
    opacity: 1;
    visibility: visible;
    z-index: 999998;
}

.modal-content {
	background-color: transparent;
	z-index: 99;
	width: 100%; 
	height: 100%;
	position: relative;
}

.close-big-search-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	cursor: url(../images/close-cursor.png), auto;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}

.pos-vertical-center .text-center {
	width: 90%;
    max-width: 700px;
    margin: 0 auto;
}

.input-with-icon i {
    position: absolute;
    font-size: 20px;
    margin-right: 30px;
    top: 18px;
    right: 0;
    color: #484848;
}

input#big-search-box {
    padding-left: 30px;
    padding-right: 60px;
    width: 100%;
    border-radius: 0;
    background: rgba(255,255,255,.6);
    color: #484848;
}

input#big-search-box::-webkit-input-placeholder {
	color: #484848;
}

.input-with-icon {
	position: relative;
}

.big-logo-centered {
	text-align: center;
	padding-bottom: 60px;
	display: none;
}

.big-logo-centered img {
	max-width: 1000px;
}

/* -------------------------------------------------------------------------------- */
/*	16. Media Queries
/* -------------------------------------------------------------------------------- */
@media ( max-width: 1024px ) {

	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: calc(50% - 15px);
		margin-right: 30px !important;
	}

	.woocommerce ul.products li.product:nth-child(2n), 
	.woocommerce-page ul.products li.product:nth-child(2n) {
		margin-right: 0 !important
	}

	.puravida-single-post-page .post-header {
		margin-top: 0;
	}

	.blog-logo {
		margin: 0 !important;
		margin-left: 20px;
	}

	.section {
	    padding: 30px !important;
	}

	.header-wrapper.navbar-fixed {
		display: none !important;
	}

	.puravida-homepage1-template {
		margin-top: 30px;
	}

	.credits.section {
		padding: 30px;
	}

	.header-top-menu {
		padding-left: 30px;
	}

	#main-logo {
	    margin-top: 0;
	    margin-left: 30px;
	    margin-top: 25px !important;
	    margin-bottom: 25px;
	    max-height: 40px;
	    float: left !important;
	    display: block !important;
	}

	.blog-logo img {
	    max-height: 40px;
	}
	
	
	/* Structure --------------------------------------- */
	
	
	.content {
		width: 100%; 
	}
	
	.sidebar {
		display: none; 
	}

	
	/* Navigation --------------------------------------- */
	
	
	.navigation > .section-inner {
		max-width: 100%; 
	}
	
	/* Nav Toggle */
	
	.toggles {
	
		display: block; 
		background: #fff;
		border-top: 1px solid #eee;
		padding: 0 5%;
	}
	
	.toggle {
		display: block;
		width: 30px;
		height: 55px;
		position: relative;
	}
	
	.toggle:hover {
		cursor: pointer; 
	}
	
	.nav-toggle {
		float: left; 
	}
	
	.nav-toggle .bar {
		width: 30px;
		height: 3px;
		background: #111;
		border-radius: 2px;
		position: absolute;
		left: 50%;
		margin-left: -15px;
		top: 50%;
		-webkit-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -webkit-transform 0.2s linear 0s;
		-moz-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -moz-transform 0.2s linear 0s;
		-o-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -o-transform 0.2s linear 0s;
		transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
	}
	
	.nav-toggle .bar:nth-child(1) {
		margin-top: -10px; 
	}
	.nav-toggle .bar:nth-child(2) {
		margin-top: -2px; 
	}
	.nav-toggle .bar:nth-child(3) {
		margin-top: 6px; 
	}
	
	.nav-toggle.active .bar {
	
		background: #6abf60; 
		-webkit-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -webkit-transform 0.2s linear 0.2s;
		-moz-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -moz-transform 0.2s linear 0.2s;
		-o-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -o-transform 0.2s linear 0.2s;
		transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
	}
	
	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) {
		margin-top: -2px; 
	}
	
	.nav-toggle.active .bar:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.nav-toggle.active .bar:nth-child(2) {
	
		-webkit-opacity: 0;
		-moz-opacity: 0;
		opacity: 0; 
	}
	
	.nav-toggle.active .bar:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	/* Search Toggle */
	
	.search-toggle {
		float: right; 
	}
	
	.search-toggle .genericon {
		width: 100%;
		font-size: 32px;
		text-align: center;
		position: absolute;
		top: 50%;
		margin-top: -16px;
	}
	
	.search-toggle.active {
		color: #6abf60; 
	}
	
	
	/* Menus --------------------------------------- */
	
	
	.main-menu,
	#menu-search-button,
	.puravida-header-social-links {
		display: none; 
	}

	.section {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.mobile-menu li {
		border-top: 1px solid #eee; 
	}
	
	.mobile-menu > li:first-child {
		border-top: none; 
	}
	
	.mobile-menu a {
		display: block;
		padding: 20px 5%;
		font-size: 0.9em;
		color: #111;
	}
	
	.mobile-menu ul a {
		padding-left: 10%; 
	}
	.mobile-menu ul ul a {
		padding-left: 15%; 
	}
	.mobile-menu ul ul ul a {
		padding-left: 20%; 
	}
	.mobile-menu ul ul ul ul a {
		padding-left: 25%; 
	}
	.mobile-menu ul ul ul ul ul a {
		padding-left: 30%; 
	}
	
	
	/* Mobile Search --------------------------------------- */
	
	
	.mobile-search {
		position: relative; 
	}
	
	.mobile-search form {
	
		display: block;
		max-width: 90%;
		padding: 40px 0;
		margin: 0 auto;
		position: relative; 
	}
	
	.mobile-search .search-field {
		display: block;
		width: 100%;
		padding: 20px 84px 20px 20px;
		margin: 0;
		background: #fff;
		border: 1px solid #eee;
		border-radius: 0;
		font-size: 0.9rem;
	}
	
	.mobile-search .search-field:focus {
		outline: none; 
	}
	
	.mobile-search .search-button {
		display: block;
		width: 59px;
		height: 59px;
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-left: 1px solid #eee;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -30px;
	}
	
	.mobile-search .search-button .genericon {
		display: block;
		font-size: 32px;
		text-align: center;
	}
	
	.mobile-search .search-button:hover {
		color: #6abf60; 
		cursor: pointer;
	}

	.puravida-menu-wrapper {
		float: right;
		border-right: none;
		border-left: 1px solid #f1f1f1;
	    display: block;
	}

	.puravida-header-version4 #main-logo {
		display: block;
	}

	.menu-style-version1 #main-logo {
		width: auto;
		float: left;
	}

	.footer .widget ul li {
		text-align: center;
	}
	
	
}

@media ( max-width: 768px ) {

	.woocommerce .cart_item .quantity {
		text-align: right;
	}

}


@media ( max-width: 600px ) {
	
	.cd-top {
		right: 30px;
	}

	.puravida-post-preview-content.big-preview-excerpt {
		padding: 0;
	}

	.blog-logo {
		margin: 0 !important;
		margin-left: 20px;
	}

	#instagram-block h3,
	#instagram-block h4 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.footer .row {
		padding: 0 30px;
	}

	.footer .widget ul li {
		text-align: center;
	}

	/* Structure --------------------------------------- */

	#owl-inner-wrapper {
		width: calc(100% - 60px);
    	margin: 0 30px;
    	margin-top: 30px;
	}

	.hero-post-container:before {
		display: none;
	}

	.hero-post-container,
	.header-image {
		padding: 30px;
	}

	.hero-post-container {
		width: calc(100% - 60px);
	}
	
	.section {
		padding: 30px !important; 
	}

	.big-padding {
		padding: 50px 0; 
	}

	.medium-padding {
		padding: 30px 0; 
	}

	.small-padding {
		padding: 20px 0; 
	}
	
	/* Header --------------------------------------- */
	
	.header {
		padding: 0; 
	}
	
	.header .section-inner {
		max-width: 100%; 
	    text-align: left;
	}
	
	.blog-title {
		font-size: 1.5em;
		padding: 0 20px;
		text-align: left;
		display: inline-block;
	    line-height: 40px;
	}
	
	.blog-tagline {
		display: none; 
	}
	
	
	/* Navigation --------------------------------------- */
	
	.navigation {
		border-top: none; 
	}
	
	.toggles {
		background: none;
		border: none;
	}
	
	.toggle {
	
		height: 54px; 
		width: 24px;
		position: absolute;
		top: 50%;
		margin-top: -27px;
	}
	
	.nav-toggle {
		left: 5%; 
	}
	.search-toggle {
		right: 5%; 
	}
	
	.nav-toggle .bar {
	
		width: 24px; 
		margin-left: -12px;
	}
	
	.nav-toggle .bar:nth-child(1) {
		margin-top: -9px; 
	}

	.nav-toggle .bar:nth-child(3) {
		margin-top: 5px; 
	}
	
	.search-toggle .genericon {
		font-size: 30px;
		margin-top: -15px;
	}
	
	.mobile-menu > li:first-child {
		border-top: 1px solid #eee; 
	}
	
	.mobile-search {
		border-top: 1px solid #eee; 
	}
	
	.mobile-search form {
		padding: 5% 0; 
	}
	
	
	/* Content --------------------------------------- */
	
	
	.content {
		margin-top: -80px; 
	}
	
	.post-inner {
		max-width: 100%;
		padding: 7.5%;
	}
	
	.post-header + .post-content {
		margin-top: 30px; 
	}
		
	.post-title {
	
		font-size: 2.25em; 
		line-height: 125%;
	}
	
	.post-meta {
		padding-top: 12px;
		margin-top: 12px;
	}
	
	.post-meta p:nth-child(3) {
		display: none; 
	}
	
	
	/* Post Content --------------------------------------- */
	
	
	.post-content blockquote {
		padding: 20px 20px 20px 70px; 
	}
	
	.post-content blockquote:after {
		font-size: 64px;
		width: 70px;
		top: 18px;
	}
	
	
	/* Comments --------------------------------------- */
	
	
	.comments-title-container,
	.comment-reply-title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.comments-title,
	.comment-reply-title {
		font-size: 1.5em;
	}
	
	.comments-title-link {
		display: none; 
	}
	
	.comment .avatar {
		display: none; 
	}
	
	.bypostauthor .comment-author-icon {
		top: -8px;
		left: -8px;
		z-index: 200;
	}
	
	.comment-inner {
		margin-left: 0; 
	}

	.comment-inner:before {
		content: none; 
	}
	
	.comments-nav {
		margin-top: 20px; 
	}
	
	
	/* Respond --------------------------------------- */
	
	
	.comment-form-author, 
	.comment-form-email {
		width: 100%;
		float: none;
	}
	
	
	/* Pagination --------------------------------------- */
	
	.archive-navigation,
	#infinite-handle,
	#infinite-loader {
		margin-top: 40px; 
	}
	
	
	/* Footer --------------------------------------- */
	
	
	.footer .widgets {
		width: 100%;
		float: none;
	}
	
	.footer .widgets + .widgets {
	
		margin: 40px 0 0; 
		border-top: 1px solid #f1f1f1;
		padding: 40px 0 0;
	}

	.puravida-header-social-links {
		display: none !important;
	}
	
	
}


@media ( max-width: 500px ) {
	
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product {
		width: 100%;
		margin-right: 0 !important;
	}

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

	#menu-search-button {
		padding: 20px;
	}

	.puravida-menu-wrapper {
		margin: 0;
	}

	.shadow-box,
	#menu-search-button {
		display: none;
	}

	.blog-logo {
		margin: 0 !important;
		margin-left: 20px;
	}

	.puravida-header-version3 .blog-logo {
		position: relative;
	    float: left;
	    top: 0;
	    left: 0;
	    transform: inherit;
	    margin: 20px;
	    margin-left: 30px;
	}
	
	.blog-logo img {
		max-height: 40px;
	}
	
	.wrapper {
		margin-top: 0 !important;
	}
	
	.wrapper .section-inner {
		max-width: 100%; 
		padding: 0;
		margin: 0;
	}

	.wrapper .hero-post-content .section-inner {
		padding: 0 !important;
	}

	.puravida-header-version4 #main-logo,
	.puravida-menu-wrapper {
		display: block;
	}

	.puravida-menu-wrapper {
		float: right;
		border-right: none;
		border-left: 1px solid #f1f1f1;
	}

	.header-wrapper {
		position: relative;
	}
	
	.content {
		margin-top: 0; 
	}
	
	.post {
		border: none; 
	}
		
	.post-image {
		padding: 7.5% 5% 0 5%; 
	}
	
	.post-inner {
		padding: 0; 
	}
	
	.post-image + .post-inner {
		padding-top: 7%; 
	}
	
	.post-title {
		font-size: 1.75em; 
	}
	
	.post-meta {
	
		margin-top: 10px;
		padding-top: 7px; 
	}
	
	.post-meta p {
		font-size: 0.7em; 
	}
	
	.post-meta span {
		display: none; 
	}
	
	.post-meta p + p:before {
		margin: 0 10px 0 6px; 
	}
	
	.post-content .more-link {
	
		padding: 13px 15px; 
		font-size: 0.75rem;
	}
	
	.post-header + .post-content {
		margin-top: 7%; 
	}
	
	
	/* Single Post --------------------------------------- */
	
	
	.single .wrapper {
		padding-bottom: 0; 
	}
	
	.post-tags {
		margin-top: 30px; 
	}
	
	.post-navigation:before {
		content: none; 
	}
	
	.post-navigation-inner {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.post-nav-prev,
	.post-nav-next {
		float: none;
		width: 100%;
		padding: 20px 5%;
	}
	
	.post-nav-prev + .post-nav-next {
		border-top: 1px solid #f1f1f1; 
	}
	
	
	/* Post Content --------------------------------------- */
	
	
	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
		margin: 40px 0 20px; 
	}
	
	.post-content h1 {
		font-size: 1.5em; 
	}

	.post-content h2 {
		font-size: 1.4em; 
	}

	.post-content h3 {
		font-size: 1.3em; 
	}

	.post-content h4 {
		font-size: 1.2em; 
	}

	.post-content h5 {
		font-size: 1.1em; 
	}
	
	.post-content hr {
		margin: 40px auto; 
	}
	
	.post-content .alignleft,
	.post-content .alignright {
		display: block;
		float: none;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.post-content .alignleft img,
	.post-content .alignright img {
		display: block;
		margin: 0 auto;
	}
	
	.post-content input[type="text"],
	.post-content input[type="tel"],
	.post-content input[type="url"],
	.post-content input[type="email"],
	.post-content input[type="password"],
	.post-content textarea {
		padding: 16px;
	}
	
	
	/* Comments --------------------------------------- */
	
	
	.comments-inner,
	.comment-respond {
		max-width: 100%;
		padding: 40px 0; 
	}
	
	div.comment {
		margin-top: 20px; 
	}
	
	.commentlist .children {
		margin-left: 0; 
	}
	
	.comment-inner {
	
		padding: 20px;
		border-radius: 3px; 
	}
	
	.comment-header {
		margin-bottom: 20px; 
	}
	
	.comment-content {
		font-size: 0.95em; 
	}
	
	.comments-nav a {
		font-size: 0.8em; 
	}
	
	
	/* Respond --------------------------------------- */
	
	
	.comment-respond p {
		margin-bottom: 0; 
	}
	
	.comment-respond input[type="text"], 
	.comment-respond textarea {
		padding: 15px;
	}
	
	.comment-respond textarea {
		height: 150px; 
	}
	
	.comment-respond input[type="submit"] {
		padding: 13px 15px; 
	}
	
	
	/* Page & Page Templates --------------------------------------- */
	
	
	.single-attachment .featured-image {
		padding: 5%; 
	}
	
	
	/* Pagination --------------------------------------- */
	
	.archive-navigation {
	
		max-width: 100%; 
		padding: 25px 5% 28px;
		margin: 0;
		border-top: 1px solid #f1f1f1;
		text-align: center;
		background: #fff;
	}
	
	.archive-navigation .fleft {
		display: none; 
	}
	
	.archive-navigation .fright {
		float: none; 
	}
	
	.archive-navigation p {
		font-size: 0.8em; 
	}
	
	.archive-navigation p + p:before {
		margin: 0 12px; 
	}
	
	
	/* Footer --------------------------------------- */
	
	.footer .widgets + .widgets,
	.widget + .widget {
	
		padding-top: 11%; 
		margin-top: 11%;
	}
	
	.footer .tagcloud a {
		background: #f1f1f1; 
	}

	.footer .tagcloud a:before {
		border-right-color: #f1f1f1; 
	}
	
	.footer .tagcloud a:hover {
		background: #6abf60; 
	}

	.footer .tagcloud a:hover:before {
		border-right-color: #6abf60; 
	}
	
	
}


@media ( max-width: 440px ) {
	
	
	/* Single Post --------------------------------------- */
	
	
	.post-title {
		font-size: 1.5em; 
	}
	
	.post-meta {
		margin-top: 8px;
		padding-top: 5px;
	}
	
	
	/* Post Content ---------------------------------- */
	
	
	.post-content blockquote {
		padding: 20px; 
	}
	
	.post-content blockquote:after {
		display: none; 
	}
	
	
	/* Comments -------------------------------------- */
	
	
	.comments-title,
	.comment-reply-title {
		font-size: 1.3em; 
	}
	
	.comment-inner {
		padding: 15px; 
	}
	
	.comment-header {
		margin-bottom: 15px; 
	}
	
	.comment-meta {
	
		margin-top: 16px;
		font-size: 0.65em; 
	}
		
	
	/* Credits --------------------------------------- */
	
	
	.credits p {
		padding-bottom: 0; 
	}
	
	.credits p span {
		display: none; 
	}
	
	.credits p a:hover {
		border-bottom-color: #6abf60; 
	}
	
	
}

/* 7.1 Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
   /*
    * Remove all paddings around the image on small screen
    */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.puravida-homepage1-template {
	float: left;
	width: 100%;
	padding-bottom: 0;
}

.puravida-animated-number-box h1,
.puravida-animated-number-box h3 {
	text-align: center !important;
}

/* -------------------------------------------------------------------------------- */
/*	39. FlipClock
/* -------------------------------------------------------------------------------- */

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.puravida-flipclock {
	width: 100%;
	display: block;
	position: relative;
	float: left;
	text-align: center;
}

.puravida-flipclock-align-left .flip-clock-wrapper {
	float: left;
	margin-left: 0 !important;
}

.puravida-flipclock-align-right .flip-clock-wrapper {
	float: right;
	margin-right: 0 !important;
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font-family: 'Montserrat-Thin', sans-serif;
  font-size: 11px;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: auto;
  margin: 1em;
  display: inline-block;
  background-color: #0f1012;
  border-radius: 6px;
  padding: 3px 7px;
  padding-right: 6px;
  margin-bottom: 60px;
  z-index: 9;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

.flip-clock-wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	margin-top: 10px;
	left: 40px;
	right: 40px;
	height: 90px;
	width: 80%;
	width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
	bottom: 0;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.50);
	z-index: 1;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px 0;
  margin-right: 1px;
  width: 100px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
  list-style: none;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
  margin: 0;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
  border-bottom: solid 1px #0f1012; }

.flip-clock-wrapper ul li a div.up:after {
  	content: "";
  	position: absolute;
  	top: 34px;
  	right: 0;
  	z-index: 5;
  	height: 10px;
  	width: 4px;
  	background-color: #0f1012; }

.flip-clock-wrapper ul li a div.up:before {
	content: "";
  	position: absolute;
  	top: 34px;
  	left: 0;
  	z-index: 5;
  	height: 10px;
  	width: 4px;
  	background-color: #0f1012;
}

.flip-clock-wrapper ul li a div.down:before {
	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 5;
  	height: 10px;
  	width: 4px;
  	background-color: #0f1012;
}

.flip-clock-wrapper ul li a div.down:after {
	content: "";
  	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: 5;
  	height: 10px;
  	width: 4px;
  	background-color: #0f1012;
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #fff;
  text-align: center;
  background-color: #202427;
  border-radius: 6px;
  font-size: 80px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 15px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #757575;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
  bottom: -40px;
  width: 204px;
  left: 1px;
  text-align: center;
  color: #000;
  text-shadow: none; }

.white .flip-clock-divider .flip-clock-label {
	color: #eee;
}

.puravida-flipclock-background-dark .flip-clock-divider .flip-clock-label {
	color: #757575;
}

.flip-clock-divider.hours .flip-clock-label,
.flip-clock-divider.minutes .flip-clock-label,
.flip-clock-divider.seconds .flip-clock-label {
  left: 14px; }

.flip-clock-dot.top {
  top: 37px; }

.flip-clock-dot.bottom {
  bottom: 37px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }



.video-cover {
    position: relative;
    overflow: hidden;
}

.background-image-holder {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    opacity: 0;
    background: #232323;
}

.video-cover .background-image-holder {
    z-index: 3;
}

.video-cover .background-image-holder img {
	width: 100%;
	display: none;
}

.video-play-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    display: inline-block;
    border: 5px solid #fff;
    cursor: pointer;
    background-color: rgba(0,0,0,0.9);
    background-image: url("../images/icon-play2x.png");
    background-size: 13px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}

.video-play-icon {
    opacity: 1;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.video-play-icon:hover {
	border: 5px solid #6abf60;
	-moz-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.3);
    -webkit-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.3);
    box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.3);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}

.video-cover .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.video-cover iframe {
    background: #232323;
}

.video-cover.reveal-video .video-play-icon, 
.video-cover.reveal-video .background-image-holder {
    opacity: 0 !important;
    pointer-events: none;
}

.video-cover.reveal-video .background-image-holder {
    opacity: 0 !important;
    pointer-events: none;
}

.puravida-button-container {
	display: block;
    margin-bottom: 20px;
    max-width: 100%;
}

.puravida-button-container.puravida-button-align-right {
    text-align: right;
}

.puravida-button-container.puravida-button-align-left {
    text-align: left;
}

.puravida-button-container.puravida-button-align-center {
    text-align: center;
}

.puravida-button-container.puravida-button-align-inline {
    display: inline-block;
    vertical-align: top;
}

.puravida-button-container.puravida-button-align- {
    display: inline-block;
    vertical-align: top;
}

.puravida-button-container a.btn-puravida i {
	margin-right: 15px;
}

.puravida-button-container.puravida-button-icon-align-left a.btn-puravida i {
	margin-right: 15px;
}

.puravida-button-container.puravida-button-icon-align-right a.btn-puravida i {
	margin-right: 0;
	margin-left: 15px;
}

.btn-puravida {
	font-family: 'Poppins', sans-serif;
    border-radius: 100px;
    padding: 20px 40px;
    font-weight: 900;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    background: rgb(17, 17, 17);
	color: #6abf60;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	-ms-transition: all 0.2s ease !important;
	-o-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}

.puravida-button-container.puravida-button-style-light a.btn-puravida {
	background-color: #fff;
	color: #000;
}

.puravida-page-content-fullwidth .woocommerce-error a.button, 
.puravida-page-content-fullwidth .woocommerce-info a.button, 
.puravida-page-content-fullwidth .woocommerce-message a.button {
	padding: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    text-transform: initial;
    background-color: transparent;
}

.puravida-page-content-fullwidth .woocommerce-error a.button:hover, 
.puravida-page-content-fullwidth .woocommerce-info a.button:hover, 
.puravida-page-content-fullwidth .woocommerce-message a.button:hover {
    background-color: transparent;
    color: rgb(199, 177, 71);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.puravida-button-container.puravida-button-style-default_outline a.btn-puravida,
.puravida-button-container.puravida-button-style-custom_outline a.btn-puravida {
	padding: 17px 40px;
	border: solid 3px #000000;
	color: #000000;
	background-color: transparent;
}

.puravida-button-container.puravida-button-style-outline_light a.btn-puravida {
	padding: 17px 47px;
	border: solid 3px #ffffff;
	color: #ffffff;
	background-color: transparent;
}

.puravida-button-container.puravida-button-size-medium a.btn-puravida {
	padding: 16px 40px;
    font-size: 16px;
    line-height: 24px;
}

.puravida-button-container.puravida-button-style-default_outline.puravida-button-size-medium a.btn-puravida,
.puravida-button-container.puravida-button-style-custom_outline.puravida-button-size-medium a.btn-puravida,
.puravida-button-container.puravida-button-style-outline_light.puravida-button-size-medium a.btn-puravida {
	padding: 13px 37px;
    font-size: 16px;
    line-height: 24px;
}

.puravida-button-container.puravida-button-size-small a.btn-puravida {
	padding: 14px 30px;
    font-size: 14px;
    line-height: 18px;
}

.puravida-button-container.puravida-button-style-default_outline.puravida-button-size-small a.btn-puravida,
.puravida-button-container.puravida-button-style-custom_outline.puravida-button-size-small a.btn-puravida,
.puravida-button-container.puravida-button-style-outline_light.puravida-button-size-small a.btn-puravida {
	padding: 11px 27px;
    font-size: 14px;
    line-height: 18px;
}

.btn-puravida:hover,
.puravida-button-container.puravida-button-style-light a.btn-puravida:hover {
	background: #6abf60;
	color: rgb(255, 255, 255);
	-moz-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
    -webkit-box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
    box-shadow: 0px 4px 9px 1px rgba(46,46,46,0.15);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    text-decoration: none;
}
.btn-puravida:active,
.btn-puravida:visited {
	color: #fff;
}
.puravida-button-container.puravida-button-style-default_outline a.btn-puravida:hover,
.puravida-button-container.puravida-button-style-outline_light a.btn-puravida:hover {
	border: solid 3px #6abf60;
	color: #6abf60;
	background-color: transparent;
}

.btn-puravida i {
	margin-right: 15px;
	font-size: .8em;
}

/* -------------------------------------------------------------------------------- */
/*	29. Progress Circle
/* -------------------------------------------------------------------------------- */
@-webkit-keyframes load {
  	0% {
    	stroke-dashoffset: 0;
  	}
}

@keyframes load {
  	0% {
    	stroke-dashoffset: 0;
  	}
}

.puravida-progress-circle {
  	position: relative;
  	display: inline-block;
  	padding: 0;
  	text-align: center;
}

.puravida-progress-circle > span.progress-block {
  	display: inline-block;
  	position: relative;
  	text-align: center;
  	color: #93A2AC;
  	font-family: Lato;
  	font-weight: 100;
  	margin: 2rem;
}

.puravida-progress-circle > .progress-block:before {
  	content: attr(data-name);
  	position: absolute;
  	width: 100%;
  	bottom: -2rem;
  	font-weight: 400;
  	color: #737373;
  	font-family: 'Poppins', sans-serif;
}

.puravida-progress-circle > .puravida-progress-circle-precentage {
  	position: absolute;
  	width: 100%;
  	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  	left: 0;
  	font-size: 2rem;
  	text-align: center;
  	color: #737373;
  	font-family: 'Poppins', sans-serif;
  	font-size: 24px;
}

.puravida-progress-circle svg {
  	width: 10rem;
  	height: 10rem;
}

.puravida-progress-circle svg:nth-child(2) {
  	position: absolute;
  	left: 0;
  	top: 0;
  	-webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.puravida-progress-circle svg:nth-child(2) path {
	opacity: 0;
}

.puravida-progress-circle.animated svg:nth-child(2) path {
  	fill: none;
  	stroke-width: 25;
  	stroke-dasharray: 629;
  	stroke: #fff;
  	opacity: .9;
  	-webkit-animation: load 2s;
            animation: load 2s;
}



/* -------------------------------------------------------------------------------- */
/*	30. Progress Bars
/* -------------------------------------------------------------------------------- */
.puravida-progress-bar-thick,
.puravida-progress-bar-holder,
.puravida-progress-bar-content {
	display: block;
	width: 100%;
	position: relative;
}

.puravida-progress-bar-thick {
	margin-bottom: 30px;
}

.puravida-progress-bar-description {
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffff;
    z-index: 999;
    margin-top: 14px;
    margin-left: 20px;
}

.puravida-progress-bar-content {
	background: #f4f4f4;
    border-radius: 50px;
    height: 46px;
}

.puravida-progress-bar-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 46px;
	background: #6abf60;
    border-radius: 50px;
}

.puravida-progress-bar-progress:before {
    content: attr(data-percent);
    position: absolute;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffff;
    right: 0;
    top: 0;
    margin-top: 14px;
    margin-right: 20px;
}

.puravida-progress-bar-progress.animated-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .1)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .1)), color-stop(.75, rgba(255, 255, 255, .1)), color-stop(.75, transparent), to(transparent) );
    background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent );
    z-index: 1;
    -webkit-background-size: 80px 80px;
    -moz-background-size: 80px 80px;
    background-size: 80px 80px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    overflow: hidden;
}

@keyframes move {
  	0% {
    	background-position: 0 0;
  	}
  	100% {
    	background-position: 80px 80px;
  	}
}


/* -------------------------------------------------------------------------------- */
/*	31. Icon Boxes
/* -------------------------------------------------------------------------------- */
.puravida-icon-box,
.puravida-icon-box-content,
.puravida-icon-box-icon {
	display: block;
	text-align: left;
	width: 100%;
}

.puravida-icon-box {
	margin-bottom: 60px;
}

.puravida-icon-box-icon {
	line-height: 36px;
    font-size: 36px;
    margin-bottom: 30px;
    color: #666;
}

.puravida-icon-box-content {
	color: #737373;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
}

.puravida-icon-box-content h4 {
	margin: 0 0 20px 0 !important;
}

.puravida-icon-box-content h4 i {
	margin-right: 5px;
    font-size: 80%;
}

.puravida-icon-box-centered,
.puravida-icon-box-centered .puravida-icon-box-content,
.puravida-icon-box-centered .puravida-icon-box-icon,
.puravida-icon-box-centered .puravida-icon-box-content h4 {
	text-align: center !important;
}

.puravida-icon-box-centered-alt,
.puravida-icon-box-centered-alt .puravida-icon-box-content,
.puravida-icon-box-centered-alt .puravida-icon-box-icon,
.puravida-icon-box-centered-alt .puravida-icon-box-content h4 {
	text-align: center !important;
}

.puravida-icon-box-centered-alt.puravida-icon-box-style-boxed {
	margin-top: 36px;
	overflow: visible;
}

.puravida-icon-box-centered-alt.puravida-icon-box-style-boxed .puravida-icon-box-icon {
	margin-top: -81px;
}

.puravida-icon-box-centered-alt .puravida-icon-box-icon i {
	width: 76px;
    height: 76px;
    display: inline-block;
    padding: 20px;
    line-height: 36px;
    font-size: 36px;
    background-color: #6abf60;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 100px;
    overflow: hidden;
}

.puravida-icon-box-style-boxed {
	position: relative;
    overflow: hidden;
    padding: 2.4375em;
    background-color: #f9f9f9;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.puravida-icon-box-style-boxed:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    z-index: 9;
}

.puravida-icon-box-side {
	float: left;
}

.puravida-icon-box-side .puravida-icon-box-icon {
	float: left;
	margin-right: 30px;
	font-size: 48px;
	line-height: 48px;
	width: 48px;
}

.puravida-icon-box-side .puravida-icon-box-content {
	float: left;
    max-width: 76%;
    max-width: -webkit-calc(100% - 78px);
    max-width: calc(100% - 78px);
}

/* -------------------------------------------------------------------------------- */
/*	32. Notification Boxes
/* -------------------------------------------------------------------------------- */
.puravida-notification-box {
	width: 100%;
	display: block;
	padding: 30px;
	background-color: #6abf60;
	border: solid 3px #d63e32;
	margin-bottom: 30px;
}

.puravida-notification-box h4 {
	color: #fff;
	width: 100%;
	margin-bottom: 0;
}

.puravida-notification-box h4 i {
	margin-right: 12px;
}

/* -------------------------------------------------------------------------------- */
/*	34. Pricing Box
/* -------------------------------------------------------------------------------- */
.puravida-price-box {
	width: 100%;
	padding: 50px;
	background-color: #fff;
	position: relative;
	float: left;
	text-align: left;
	background-size: cover;
	background-position: center center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.puravida-price-box.featured-puravida-price-box {
	border: solid 10px #6abf60;
	margin-top: -10px;
}

.puravida-price-box:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    z-index: 9;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.puravida-price-box .puravida-price-box-icon,
.puravida-price-box .puravida-price-box-title,
.puravida-price-box .puravida-price-box-subtitle,
.puravida-price-box .puravida-price-box-price,
.puravida-price-box .puravida-price-box-features,
.puravida-price-box .puravida-price-box-button {
	width: 100%;
	display: block;
}

.puravida-price-box .puravida-price-box-icon {
	margin-bottom: 10px;
    font-size: 24px;
}

.puravida-price-box .puravida-price-box-title h4 {
	margin-bottom: 10px;
	font-weight: normal;
}

.puravida-price-box .puravida-price-box-subtitle {
	font-family: 'Poppins', sans-serif;
    color: #a2a2a2;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.puravida-price-box .puravida-price-box-price {
	font-size: 3em;
    font-weight: 300;
    padding: 0.85em 0;
    font-weight: bold;
}

.puravida-price-box .puravida-price-box-price div {
	display: inline-block;
}

.puravida-price-box .puravida-price-box-price .puravida-price-box-price-currency {
	font-size: 0.65em;
    vertical-align: super;
    color: #a2a2a2;
    font-weight: normal;
}

.puravida-price-box .puravida-price-box-price .puravida-price-box-price-period {
	font-size: 0.35em;
    color: #a2a2a2;
    font-weight: normal;
}

.puravida-price-box .puravida-price-box-features {
	padding: 0 0 2.5em;
	color: #757575;
}

.puravida-price-box .pricing__feature-list {
	margin-left: 0;
}

.puravida-price-box .puravida-price-box-features li {
	position: relative;
    display: block;
    padding: 0 0 0 20px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.puravida-price-box .puravida-price-box-features li:before {
	content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    background: #111111;
    left: 0;
    top: 50%;
    margin: -2px 0 0 0;
}

.puravida-price-box .puravida-price-box-features p {
	padding: 0;
}

.puravida-price-box .puravida-price-box-button {
	margin-bottom: 0 !important;
}

.puravida-price-box.puravida-price-box-dark,
.puravida-price-box.puravida-price-box-dark .puravida-price-box-title h4 {
	color: #fff;
}

.puravida-price-box.puravida-price-box-dark .puravida-price-box-features {
	color: #eeeeee;
}

.puravida-price-box.puravida-price-box-dark .puravida-price-box-features li:before {
	background-color: #f4f4f4;
}

.puravida-price-box.puravida-price-box-align-center,
.puravida-price-box.puravida-price-box-align-center .puravida-price-box-title h4,
.puravida-price-box.puravida-price-box-align-center .puravida-price-box-features li {
	text-align: center !important;
}

.puravida-price-box.puravida-price-box-align-center .puravida-price-box-features li {
	padding: 0;
}

.puravida-price-box.puravida-price-box-align-center .puravida-price-box-features li:before {
	display: none;
}

.puravida-price-box.puravida-price-box-align-right,
.puravida-price-box.puravida-price-box-align-right .puravida-price-box-title h4,
.puravida-price-box.puravida-price-box-align-right .puravida-price-box-features li {
	text-align: right !important;
}

.puravida-price-box.puravida-price-box-align-right .puravida-price-box-features li {
	padding: 0 20px 0 0;
}

.puravida-price-box.puravida-price-box-align-right .puravida-price-box-features li:before {
	left: initial;
    right: 0;
}

.rrssb-buttons {
    margin: 0 !important;
    padding: 0 !important;
}

.rrssb-buttons li {
	list-style: none !important;
}

img.puravida-rounded-image {
	border-radius: 50%;
	overflow: hidden;
}

.puravida-centerd-text {
	text-align: center;
}


/* PuraVida Style Switcher */
.demo_changer {
    z-index: 9999;
    position: fixed;
    right: -322px;
    top: 0;
    box-shadow: 0 -4px 30px rgba(0,0,0,.05);
    border: 1px solid #e1e1e1;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

.demo_changer .demo-icon {
    cursor: pointer;
    float: right;
    text-align: center;
    z-index: 9999;
    border-radius: 5px 0 0 5px;
    position: absolute;
    right: 320px;
    top: 200px;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    background-color: #6abf60;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 24px;

    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.demo_changer .demo-icon:hover {
	color: #fff;
	background-color: #60a557;
}

.demo_changer .form_holder {
    background: #fff;
    float: right;
    width: 320px;
    padding: 30px;
}

.admin-bar .demo_changer .form_holder {
	padding-top: 52px;
}

.purchase-box {
    margin: 0 0 30px 0;
    text-align: center;
}

.purchase-now {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 20px 20px 18px;
    line-height: 1;
    background-color: #6abf60;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    text-align: center;

    -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.purchase-now:hover {
	color: #fff;
	background-color: #60a557;
}

.demo_changer .line {
    border-bottom: 1px solid #efefef;
    clear: both;
    margin: 30px 0 !important;
}

.demo_changer .form_holder p {
    color: #7f7f7f;
}

.demo_changer .form_holder p {
    padding: 0;
    font-size: 18px;
    color: #000;
    font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.demo_changer .predefined_styles {
    padding: 0 30px;
    overflow: hidden;
}

.demo_changer .styleswitch, 
.demo_changer .patternswitch {
    margin: 0 10px 10px 0;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.demo_changer .patternswitch {
	float: left;
}

.demo_changer .patternswitch:nth-of-type(3),
.demo_changer .patternswitch:nth-of-type(6),
.demo_changer .patternswitch:nth-of-type(9) {
	margin-right: 0;
}

.demo_changer .styleswitch {
    width: 48px;
    height: 48px;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 3px solid transparent;
    transition: .5s;
    padding: 0;
    float: left;
}

.demo_changer .styleswitch:nth-of-type(5),
.demo_changer .styleswitch:nth-of-type(10) {
	margin-right: 0;
}

.demo_changer .styleswitch.selected {
    border-color: #484848;
}

.demo_changer .styleswitch span {
    width: 42px;
    height: 42px;
    display: block;
}

.demo_changer .predefined_styles {
    padding: 0;
    overflow: hidden;
}

.demo_changer .predefined-layout {
    text-align: center;
}

.demo_changer .predefined-layout a {
    display: inline-block;
    padding: 10px 16px 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #444;
    margin: 0 10px;
    border-radius: 4px;
}

.demo_changer .predefined-layout a.actived,
.demo_changer .predefined-layout a:hover {
    background-color: #6abf60;
}


