/*
	Theme Name: Senokot Theme
	Theme URI: http://www.studiopress.com/
	Description: This is the custom theme created for the Genesis Framework.
	Author: newfrontier
	Author URI: http://www.newfrontier.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/

/*img[src$=".svg"] { width: 100%; height: auto; }*/

@font-face {
	font-family: "Neutraface 2 Text";
	src: url(https://senokot.com/wp-content/themes/senokot/fonts/Neutraface2Text-Bold.otf);
}

@font-face {
	font-family: "Neutraface 2 Text Demi";
	src: url(https://senokot.com/wp-content/themes/senokot/fonts/Neutraface2Text-Demi.otf);
}

@font-face {
	font-family: "Gotham Condensed";
	src: url(https://senokot.com/wp-content/themes/senokot/fonts/GothamCondensed-Book.otf);
}

.sgpb-content.sgpb-theme-1-content {
    border-radius: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 0px 0px !important;
	color: #222628;
	font-weight: 300;
}

.sgpb-content.sgpb-theme-1-content h1,
.sgpb-content.sgpb-theme-1-content h2,
.sgpb-content.sgpb-theme-1-content h3,
.sgpb-content.sgpb-theme-1-content h4 {
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 10px;
        margin-bottom: 10px;
    text-transform: uppercase;
    color: #03649e;
}

.sgpb-theme-1-content a {
	text-decoration: underline;
	color: #222628;
}

.sgpb-theme-1-content ul li {
	list-style-type: disc;
	margin-left: 20px;
}

img.popupsvg {
	width: 150px;
	float: right;
	margin-bottom: 0;
}


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:80%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.4em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {

}

body {
	background-color: #fff;
	color: #6d6d6d;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

body.home {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.625;
}

a sup {
	line-height: 1.1em;
	position: relative;
vertical-align: super;
top: 0 !important;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #2b9e51;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #222;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
	font-family: 'Domine', serif;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
	color: #336633;
	font-weight: 700;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	color: #336633;
}


h3 {
	font-family: 'Montserrat', sans-serif;
    color: #808080;
    font-weight: 500;
    font-size: 24px;
    /**border-bottom: 1px solid #676767;**/
    margin-top: 1.5em;
}

body.home h3 {
	border: none;
	color: #222;
}


h4 {
    color: #222;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 5px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #047832;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}



.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1168px;
}

body.home .site-inner {
	clear: both;
	padding-top: 0px;
	word-wrap: break-word;
	margin-top: 95px;
}

.site-inner {
	clear: both;
	padding: 0px 0;
	word-wrap: break-word;
margin-top: 95px;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/*** PRICE SPIDER CUSTOMISE
*************************************************/

.custommobilebutton {display: none !important;
	text-align: center;
	max-width: 150px;
position: absolute;
top: 0;
right: 20%;
}


.ps-widget[ps-sku], .ps-widget[data-ps-sku] {
	cursor: pointer;
	display: block !important;
	float: none !important;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	text-transform: uppercase;
	padding: 0.2em 0.3em !important;
	font-size: 14px !important;
	max-width: auto !important;
	min-width: auto !important;
	border-radius: 0 !important;
}

#custom_html-8 .ps-widget[ps-sku],
.navbuynow .ps-widget[ps-sku] {padding: 5px 15px !important; line-height: 1 !important;}

li.navbuynow {margin-left: 20px;}

.dualactionbuynow .ps-widget[ps-sku], .ps-widget[data-ps-sku] {
	background-color: #009bdf !important;
}

.extrastrengthbuynow .ps-widget[ps-sku], .ps-widget[data-ps-sku] {
	background-color: #db8721 !important;
}

.shopallproducts .ps-widget[ps-sku], .ps-widget[data-ps-sku] {
	border-radius: 0 !important;
    min-width: 0;
    background-color: #179541 !important;
	color: #fff !important;
	cursor: pointer;
	display: block !important;
	float: none !important;
	font-size: 24px !important;
	padding: 12px 35px !important;
	max-width: 270px !important;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1 !important;
}

.ps-widget[data-ps-sku] span::after {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-weight: 900;
    padding-left: 10px;
}

.ourproductsbuynow .ps-widget[ps-sku], .ps-widget[data-ps-sku] {
	border-radius: 0 !important;
    min-width: 0;
    background-color: #ffa723 !important;
	color: #222 !important;
	cursor: pointer;
	display: block !important;
	float: none !important;
	font-size: 15px !important;
	padding: 14px 15px !important;
	max-width: 270px !important;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	text-transform: uppercase !important;
	font-weight: bold;
	box-shadow: 0 5px #BABCBB !important;
	line-height: 1 !important;
}

.learn-more {
	border-radius: 0 !important;
	min-width: 0;
	background-color: #047832 !important;
	color: #222 !important;
	cursor: pointer;
	display: block !important;
	float: none !important;
	font-size: 15px !important;
	padding: 14px 15px !important;
	max-width: 270px !important;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	text-transform: uppercase !important;
	font-weight: bold;
	box-shadow: 0 5px #BABCBB !important;
	line-height: 1 !important;
}

.learn-more:hover {
	background-color: #21bf56 !important;
}

.ourproductsbuynow .ps-widget[ps-sku]:hover,
.ps-widget[data-ps-sku]:hover {
	background-color: #ffb200 !important;
}

/**.regularstrength a.senokotnewbuttongreen.kiwi, .regularstrength a.senokotnewbuttonorange.kiwi,
.regularstrength .ourproductsbuynow.kiwibuynow .ps-widget[ps-sku], .regularstrength .ps-widget[data-ps-sku] {
	box-shadow: 0 5px #356722 !important;
}

.dualaction a.senokotnewbuttongreen.kiwi, .dualaction a.senokotnewbuttonorange.kiwi,
.dualaction .ourproductsbuynow.kiwibuynow .ps-widget[ps-sku], .dualaction .ps-widget[data-ps-sku] {
	box-shadow: 0 5px #00709A !important;
}

.dualaction a.senokotnewbuttongreen.kiwi, .dualaction a.senokotnewbuttonorange.kiwi,
.dualaction .ourproductsbuynow.kiwibuynow .ps-widget[ps-sku], .dualaction .ps-widget[data-ps-sku] {
	box-shadow: 0 5px #00709A !important;
}

.extrastrength a.senokotnewbuttongreen.kiwi, .extrastrength a.senokotnewbuttonorange.kiwi,
.extrastrength .ourproductsbuynow.kiwibuynow .ps-widget[ps-sku], .extrastrength .ps-widget[data-ps-sku] {
	box-shadow: 0 5px #915919 !important;
}

**/

.ourproductsbuynow.kiwibuynow .ps-widget[ps-sku], .ps-widget[data-ps-sku] {
	box-shadow: 0 5px #23833B;
}

.ourproductsbuynow.gingerbuynow .ps-widget[ps-sku], .ps-widget[data-ps-sku] {
	box-shadow: 0 5px #430946;
}

.ps-lightbox {
    top: 100px !important;
    right: 2% !important;
    left: 2% !important;
    padding: 0 0 0 0;
    max-width: 95% !important;
}



/*** VISUAL COMPOSER CUSTOMISE
********************************************/
/***.homewheretobuy .ps-widget[ps-sku] {
	box-shadow: 0 5px #BABCBB !important;
	background: #4DA745 !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}
.homewheretobuy .ps-widget[ps-sku]:hover {
	background: #21bf56 !important;
	transform: perspective(1px) translateZ(0) !important;
}**/


.satisfactionfullrow {
	max-width: 1000px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/** home gummies september 2020 **/

.gummiesimagecolumnhome {
	width: 700px !important;
	margin-right: -200px !important;
}


/** november 19 kiwibalance adjust ***/

.kiwireviewsslider .sa_owl_theme .owl-dots .owl-dot span {
	width: 15px !important;
	height: 15px !important;
	border: solid 1px #009e48 !important;
	background-color: #e9ffe6 !important;
	margin: 0px 6px !important;
}

.kiwireviewsslider .sa_owl_theme .owl-dots .owl-dot.active span {
	background-color: #009e48 !important;
}

.kiwifullreview {
min-height: 240px;
}

.kiwireviewdisclaimer {
	margin-left: 70px !important;
}

.kiwireviewsslider {
	padding-left: 50px !important;
	padding-right: 50px !important;
	max-width: 650px !important;
	background-image: url('/wp-content/uploads/2019/11/quote-1-1.svg'), url('/wp-content/uploads/2019/11/quote-2-1.svg');
  background-position: 0% 30%, 100% 30%;
  background-repeat: no-repeat, no-repeat;
	color: #009e48;
	font-size: 28px;
	text-align: center;
	line-height: 1.2;
}

.kiwireviewsslider p {
	margin-bottom: 10px;
}

p.reviewbold {
	font-size: 32px;
	font-weight: 800;
}

.reviewauthor {
	text-align: right;
	font-size: 20px;
}

.kiwibalancetoptext h3 {
	margin-bottom: 20px !important;
}

.kiwibalancetoptext {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 300;
}




/*** april 2019 coding new **/

/**.hometopone .wpb_content_element {
	max-width: 640px;
	margin-left: auto !important;
	margin-right: auto !important;
}**/

.productintroboxhome {
	color: #6e6e6e;
	font-size: 14px;
	}

.productintroboxhome p {
	margin-bottom: 0;
}

.productintroboxhome h2 {
	font-size: 32px;
	color: #336633;
}

.dietarysuprow .vc_column-inner {
	padding-top: 0 !important;
}

.dietarysupplementintro {
	font-size: 24px;
	font-weight: 300;
	color: #096c2a;
}


.dietarysupplementintro p {margin-bottom: 0;}

.specialofferrowinternal .wpb_content_element {
	max-width: 300px;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}

.specialofferrowinternal h2 {
	margin-bottom: 30px;
}

/**.hometopimagesthree {
	max-width: 850px;
}**/


.hometopimagesthree .wpb_content_element {
	max-width: 180px;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0;
}

.hometopimagesthree .tea-prod,
.hometopimagesthree .producttopbox-tea {
	max-width: 100% !important;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0;
}

.hometopimagesthree .producttopbox {
	line-height: 1.2;
	min-height: 320px;
	font-size: 12px;
color: #6e6e6e;
}

.hometopimagestwo .wpb_content_element {
	 max-width: 350px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0;
}

.hometopimagestwo .producttopbox {
	line-height: 1.4;
	min-height: 510px;
}

.hometopimagestwo .homeproducttop {
	line-height: 1.4;
}

.producttopbox a {
	color: #127031;
}


.productdisclaimerbox {
	border: solid 1px #808080;
	color: #808080;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	margin: 20px auto 50px !important;
	max-width: 485px !important;
	font-weight: 600;
}

body.home .productdisclaimerbox {
	margin: 10px auto !important;
}

.productdisclaimerboxcentered {
	border: 1px solid #ebe51c;
	border: solid 1px #808080;
	color: #808080;
	font-size: 11px;
	padding: 5px;
	margin: 20px auto 50px !important;
	max-width: 485px !important;

}

.hometopimagestwo,
.hometopimagesthree {
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	font-size: 16px;
}

.hometopimagestwo h2 {
	font-size: 24px;
}

.hometopimagestwo {
	color: #6d6d6d;
	font-size: 14px;
}

.hometopimagestwo img,
.hometopimagesthree img {
	margin-bottom: 5px !important;
}

.hometopimagestwo a,
.hometopimagesthree a {
	font-weight: 600;
	font-size: 16px;
}

.home .hometopimagestwo a,
.home .hometopimagesthree a {

}

/*.learnmore:after {
	font-family: dashicons;
	content: "\f139";
	font-size: 20px;
vertical-align: middle;
	margin-top: -4px;
}*/

.specialoffersbuttonrow {
	color: #6d6d6d;
	font-size: 18px;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
}

.specialoffersbuttonrow .wpb_content_element {
	 max-width: 400px;
	margin-left: auto !important;
	margin-right: auto !important;
}

a.senokotnewbutton {
	font-weight: bold;
	background: #4DA745;
	color: #fff;
box-shadow: 0 5px #430946;
	font-size: 14px;
	padding: 10px 35px;
	display: block;
	max-width: 300px;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	text-transform: uppercase;
}


a.senokotnewbutton:hover {
background: #21bf56;
	transform: perspective(1px) translateZ(0);
}

a.senokotnewbutton:active {
            -webkit-box-shadow:
                0px 3px rgba(128,128,128,1),
                0px 4px rgba(118,118,118,1),
                0px 5px rgba(108,108,108,1),
                0px 6px rgba(98,98,98,1),
                0px 7px rgba(88,88,88,1),
                0px 8px rgba(78,78,78,1),
                0px 10px 2px 0px rgba(128,128,128,.6); /* shadow */
        }


a.senokotnewbuttonorange {
	background: #ffa723;
	color: #222;
	box-shadow: 0 5px #BABCBB !important;
	font-size: 15px;
	padding: 12px 35px;
	display: block;
	max-width: 270px;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	text-transform: uppercase;
	font-weight: bold;
}

a.senokotnewbuttonorange:hover {
	background: #ffb200;
}

a.senokotnewbuttongreen {
	background: #179541;
	color: #fff;
	box-shadow: 0 5px #BABCBB !important;
	font-size: 15px;
	padding: 12px 35px;
	display: block;
	max-width: 300px;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	text-transform: uppercase;
	font-weight: bold;
}

a.senokotnewbuttongreen:hover {
	background: #21bf56;
}

.newcoupon a.senokotnewbuttongreen {
max-width: 359px !important;
padding: 12px 25px;
}

a.senokotnewbuttongreen.kiwi,
a.senokotnewbuttonorange.kiwi {
	box-shadow: 0 5px #23833B;
}

a.senokotnewbutton.ourproducts,
a.senokotnewbuttonorange.ourproducts {
	box-shadow: 0 5px #BABCBB;
}

.singleproductleftcolumn .wpb_content_element {
	max-width: 145px;
	margin-left: auto;
	margin-right: auto;
}

/** Gummies new product Feb 2020 **/

a.senokotnewbutton.couponbutton {
	max-width: 320px !important;
	padding: 12px 5px;
}

a.senokotnewbutton.rebatebutton {
	max-width: 360px !important;
	padding: 12px 25px;
}


.gummiesimagecolumn {
	width: 600px !important;
	margin-right: -100px !important;
	margin-left: -100px;
}


.newproductheadertop.newgummiesheader h3,
.newproductheadertop.newgummiesheader h2,
.newproductheadertop.newgummiesheader {
	color: #910a84;
	}

.newproductheadertop.newgummiesheader h2 {
	/* color: #910a84; */
	font-family: "Neutraface 2 Text";
	font-weight: bold;
	font-size: 54px !important;
	text-align: left;
}

.newproductheadertop .neutra-demi-bold {
	font-family: "Neutraface 2 Text Demi";
	/*font-weight: 600;*/
	font-size: 28px;
	line-height: 32px;
	text-align: left;
	color: #fff;
}

.newproductheadertop .neurta-normal {
	font-family: "Neutraface 2 Text";
	font-weight: 400;
	font-size: 19px;
	line-height: 21px;
	text-align: left;
	color: #fff;
}

a.senokotnewbuttongreen.gummie {
	background: #910a84;
	box-shadow: 0 5px #BABCBB;
}

.gummiesadditionalinfo h2,
.gummieskeyfeatures h3,
.gummieskeyfeatures h2,
.gummieskeyfeatures {
	color: #910a84 !important;
font-family: 'Montserrat', sans-serif;
}



.gummiessuggesteduse {
	color: #910a84;
	font-size: 18px;
}

.gummieskeyfeatures .section2-text {
	font-family: "Neutraface 2 Text";
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 26px;
	text-align: center;
	color: #1a1818;
}

.tea-below-image {
	font-family: "Neutraface 2 Text";
	font-weight: normal;
	font-size: 15px;
	/*text-align: center;*/
	color: #ece61e;

}

.tea-button .ps-widget[ps-sku], .ps-widget[data-ps-sku] {
	border-radius: 0 !important;
	min-width: 0;
	/*background-color: #ffa723 !important;*/
	color: #222 !important;
	cursor: pointer;
	display: block !important;
	float: left !important;
	font-size: 15px !important;
	padding: 10px 15px !important;
	width: 168px !important;
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important;
	text-transform: uppercase !important;
	font-weight: bold;
	background: #ffa722 !important;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16) !important;
	line-height: 1 !important;
}

.tea-features {
	max-width: 644px;
	margin-left: auto !important;
	margin-right: auto !important;
}

/*.tea-cup-row {
	height: 500px;
	background-position: bottom center;
}*/

.tea-product-info {
	text-align: right;
	width: 460px;
	height: 261px;
	/* margin-left: auto !important; */
	 margin-right: 60px;
	background: rgba(255,255,255,0.4);
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	float: right;
}

.cup-of-tea {
	display: block;
}

.tea-info-box {
	width: 325px;
	height: 393px;
	background: rgb(255,214,83);
	background: linear-gradient(135deg, rgba(255,214,83,1) 0%, rgba(251,246,230,1) 42.86%, rgba(255,255,255,1) 100%);
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);

}

.tea-info-box h3 {
	font-family: "Neutraface 2 Text";
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
	color: #996017;
}

.tea-info-box p {
	font-family: "Neutraface 2 Text";
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	text-align: center;
	color: #322e2f;

}

/*.info-box-3 {
	float: right;
}*/

.info-box-2 {
	margin-left: auto !important;
	margin-right: auto !important;
}

.precaution-block {
	/*max-width: 700px;*/
	font-family: "Gotham Condensed";
	/*font-weight: bold;*/
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	color: rgba(0,0,0,0.8);
	padding-right: 60px;
}

img.wp-image-2288.alignright {
	background: #fff;
	padding: 30px;
	border: 1px solid #707070;
}

.productdisclaimerboxcentered-tea1 {
	border: 1px solid #ebe51c;
	padding: 5px;
	margin: 20px 0px 15px !important;
	max-width: 485px !important;
	font-family: "Neutraface 2 Text";
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #e9e41b;
}

.productdisclaimerbox-tea {
	border: 1px solid #474434;
	/*color: #808080;
	font-size: 14px;*/
	padding: 5px;
	margin: 20px 0px 50px !important;
	max-width: 485px !important;
	font-family: "Neutraface 2 Text";
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #474434;
}

.productdisclaimerbox-teawhite {
	border: 1px solid #474434;
	/*color: #FFFFFF;
	font-size: 14px;*/
	padding: 5px;
	margin: 20px 0px 50px !important;
	max-width: 485px !important;
	font-family: "Neutraface 2 Text";
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #FFFFF;
}

.supp-box {
	/* height: 100%; */
	/* display: block; */
	height: 247px;
	width: 100%;
	margin-bottom: 0px !important;
}

.organic-text {
	font-family: "Gotham Condensed";
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	color: rgba(0,0,0,0.8);
}

/** Kiwi Balance and Ginger Care April 2019 **/

.singleproductheadersection {
	padding-top: 0 !important;
}

.newproductheadertop {
	max-width: 1100px;
	min-height: 450px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}


.newproductheadertop h2 {
	font-size: 32px !important;
}


.newproductheadertop h3 {
	font-family: 'Montserrat', sans-serif;

}

.newsingleproductright .wpb_content_element {
	max-width: 580px;
}

.newproductheadertop .vc_column-inner {
	padding-top: 0 !important;
}

.newbadgeproductpage {
	text-align: right;
	margin-bottom: -80px !important;
}

.newbadgeproductpagekiwi {
	text-align: right;
	margin-bottom: -80px !important;
}

.newproductheadertop .wpb_content_element {
}

.newbadgeproductpage .wpb_content_element {
	margin-bottom: -50px !important;
}

.newproductheadertop h2 {
	color: #fff;
	font-size: 36px;
	line-height: 1.4;
}

.newproductheadertop h2 sup {
	font-weight: 300;
	    top: -0.3em;
	font-size: 80%;
}

.newproductheadertop h3 {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.newsingleproductbuttonrow {
	max-width: 400px;
}

.newproductheadertop .productdisclaimerbox {
	border: solid 1px #fff;
	color: #fff;
	margin: 0px 0 20px !important;
}

.newproductinfo {
	font-size: 14px;
	color: #6d6d6d;
	text-align: center;
	max-width: 750px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.newproductinfo h2 {
	font-size: 24px;
	color: #009e48;
}

.suggestedusebox {
	font-size: 18px;
	color: #ec6200;
	text-align: center;
}

.keyfeaturesrow {
	font-weight: 900;
	font-size: 18px;
	text-align: center;
	color: #009e48;
	text-transform: uppercase;
	line-height: 1;
}

.keyfeaturesrow .wpb_content_element {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 250px;
}

.keyfeaturesrow img {
	margin-bottom: 10px;
}

span.keylarge {
	font-size: 27px;
}

span.keytiny {
	font-size: 12px;
}

/*** Ginger Care **/

.newproductinfo.gingercare h2 {
	color: #6f0e6a;
}

.keyfeaturesrow.gingercare {
	color: #6f0e6a;
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.suggestedusebox.gingercare {
	color: #be2d9b;
}

/*** new product header text **/



/*** new header ***/

.guarantee-banner {
    width: 100%;
    position: absolute;
    height: 280px;
    z-index: 1;
}

.site-margin {
    height: 280px;
}

.responsive-saynomore {
    width: 65%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	top: 15%;
}

h2.responsive-banner-text {
	top: 25%;
    position: relative;
    text-align: center;
    color: #fff;
	font-weight: 500;
    font-size: 1.2em;
}

.responsive-guarantee {
    width: 15%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 0%;
    top: -35%;
    position: relative;
}




/**** products page - updated July 2019 **/

.newinternalgradientheader {
	min-height: 150px;
}

.newinternalgradientheader h1 {
	color: #fff;
}

.satisfactioncontentbox,
.specialoffertopcontent  {
	max-width: 600px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.aboutcontentbox,
.commonsymptomsrow {
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.laxativesymptomscustomwidth {
	max-width: 400px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.laxativescustomtextboxwidth  {
	max-width: 300px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.senokotcustomtextboxwidth {
	max-width: 900px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.preventionrowfullzindex {
	z-index: 9 !important;
}

.treatmentrowfull {
	background: url('/wp-content/uploads/2020/09/treatmentback-1new260.png') !important;
	background-repeat: repeat-x !important;
	background-position: 100% 90% !important;
}


.preventionrowfull {
	margin-bottom: 20px !important;
	max-width: 850px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.preventionrowfull h3 {
	margin-top: 0;
	color: #336633;
	font-weight: bold;
	font-size: 18px;
	}

.newreferencebox {
	font-size: 12px;
	line-height: 1.6;
}

.shopallproductsrow a {
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	}

.shopallproductsrow a::after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-weight: 900;
	padding-left: 10px;
	}

.productpageintro {
	font-size: 14px;
	color: #6e6e6e;
}

p.small {
	font-size: 12px;
}

.hometopimages,
#our-products {
    display: flex;
    justify-content: center;
    align-items: baseline;
	text-align: center;
	font-size: 18px;
}

#our-products h2 {
	font-size: 20px;
	margin: 0;
	padding-top: 10px;
	}

#our-products a {
	color: #222;
	font-weight: normal;
}


/***#our-products a img {
    width: 100%;
}**/


.hometopimages,
#our-products,
.hometopimages,
#prodshots {
	display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: row;
}
.hometopimages a,
#our-products a,
#prodshots a {
display: inline-block !important;
display: flex;
justify-content: center;
align-items: center;
}

#prodshots img {
	width: 180px;
	padding: 0 5%;
	height: 100%;
	float: left;
}

#our-products img {
	width: 180px;
	padding: 1% 5%;
	height: 100%;
	float: left;
}

.hometopimages img {
	width: 210px;
	padding: 0 6%;
}

a.slimlink img {
	display: inline-block;
	width: 170px;
}

img.slimimage {
	display: inline-block;
	width: 170px;
	height: 100%;
}


.productbuttonbox {
	text-align: center;
}

.homemiddle h2 {
	font-size: 42px;
}

.homebuttonrow {
	max-width: 580px;
	margin: 0 auto !important;
}

.greenbutton {
	text-align: center;
	clear: both;
	min-width: 250px;
}

/****.greenbutton a {
	display: block;
	font-size: 32px;
	background: #027832;
	border-radius: 25px;
	color: #fff;
	font-weight: 700;
	padding: 17px 20px;
	margin: 0 auto;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .5s;
}***/

.greenbutton a:hover {
	background: #70A300;
}

.greenbutton.smaller a {
	font-weight: 500;
	padding: 7px 10px;
	font-size: 22px;
}

/** offers page **/

.trymefreefullrow  {
	max-width: 900px;
margin-left: auto !important;
margin-right: auto !important;
}

.kiwirebatebox {
	max-width: 450px;
margin-left: auto !important;
margin-right: auto !important;
}

/** from live site **/

.centerbuttonrow {
	text-align: center;
}

a.btn {
    color: white;
    min-width: 150px !important;
    font-weight: 700;
    display: inline-block;
    padding: 1em 2em;
    background-color: #047832;
    margin: 0 2% .5em;
    border-radius: 1em;
    transition: background-color .5s;
	text-align: center;
}

a.btn:hover {
	background: #70A300;
}

.homeyellow,
.homegreen {
	width: 543px;
	height: 237px;
	text-align: center;
	}

.homeyellow.wpb_text_column,
.homegreen.wpb_text_column {
	padding: 38px 100px;
}

.homeyellow h2,
.homegreen h2 {
	font-size: 28px;
	color: #222222;
}
.homegreen .greenbutton,
.homeyellow .greenbutton {
	text-align: center;
	clear: both;
	width: 203px;
	margin: 10px auto;
}

.homeyellow .greenbutton a,
.homegreen .greenbutton a {
	font-size: 18px;
	padding: 20px;
	border-radius: 25px;

}

/** Guarantee page **/
.guaranteetext.wpb_text_column {
	max-width: 650px;
	margin: 0 auto;
}

/*** Footer sign up box **/
#notify {
    margin-top: 1.5em;
    text-align: center;
}

#notify p {
    display: inline-block;
}

#notify form {
    margin-left: 2em;
    margin-right: 1em;
	display: inline-block;
}

#notify input {
    border-radius: 0;
	width: auto;
	font-size: 14px;
}

#notify div {
    position: relative;
    border-radius: 0;
    background-color: #999999;
    color: white;
    box-sizing: border-box;
    height: 38px;
    padding: 7px 50px 0;
    cursor: pointer;
}

#notify_button {
	display: inline-block;
	margin-left: -5px;
	height: 28px;
}

/*** INTERNAL PAGES
*****************************/

.productyellow h2,
.productgreen h2 {
	font-size: 28px;
	color: #222222;
}

.productyellow.wpb_text_column,
.productgreen.wpb_text_column {
	padding: 38px 100px;
	text-align: center;
}
.productgreen.wpb_text_column {
	background-image: url(images/greenback.png);
	background-color: #80bd01;
	background-repeat: no-repeat;
background-size: auto 100%;
}

.productyellow.wpb_text_column {
	background-image: url(images/yellowback.png);
	background-color: #f8ef84;
	background-repeat: no-repeat;
background-size: auto 100%;
}

.vc_row.internalimagetop {
	min-height: 450px;
	background-size: cover;
	background-position: top center;
}

.vc_row.internalimagetopnew {
	min-height: 200px;
	background-size: cover;
	background-position: top center;
}

.internalimagetop h2 {
	color: #fff;
	font-size: 14px;
    font-size: 1.4em !important;
    width: 40%;
    font-weight: 700;
    margin: 0 0 0 3%;
    font-style: normal;
    /**text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);**/
}

.internalimagetop.green h2 {
	color: #047832;
}

.internalyellowbox {
	background: #f8ef84 url(images/yellowback.png) no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding: 2em;
	margin-bottom: 2em;
text-align: center;
}

.internalgreenbox {
	background: #80bd01 url(images/greenback.png) no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding: 2em;
	margin-bottom: 2em;
text-align: center;
}

.internalyellowbox h2,
.internalgreenbox h2 {
	 color: #222;
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
}

.internalyellowbox .greenbutton,
.internalgreenbox .greenbutton {
	text-align: center;
	clear: both;
	width: 203px;
	margin: 10px auto;
}

.internalyellowbox .greenbutton a,
.internalgreenbox .greenbutton a {
	font-size: 18px;
	padding: 1em 2em;
	border-radius: 1em;
	font-weight: 500;
}

.small {
    font-size: .75em;
}

/*** About Constipation Flexbox coding
*********************************************/

#container-constipation-subnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin: 3em 0 1.5em;
}

.constipation-subnav {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: 10em;
    margin: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.constipation-subnav a,
.constipation-subnav h2 a,
.constipation-subnav h2 {
	text-decoration: none;
	color: #222;
	font-size: 22px;
}

.constipation-subnav {
	height: 12em;
	width: 40%;
}

#container-constipation-subnav a:nth-child(5) {
    width: 80%;
}

.symptoms {
    background-image: url(images/yellowback.png);
    background-color: #f8ef84;
}

.causes {
    background-image: url(images/box-blue.png);
    background-color: #1f9bde;
}

.treatment {
    background-image: url(images/greenback.png);
    background-color: #80bd01;
}

.prevention {
    background-image: url(images/box-orange.png);
    background-color: #db8721;
}

.webresources {
    background-image: url(images/box-lightblue.png);
    background-color: #98caec;
}

/*** Medications box coding
*********************************************/

#container-medication {
    border: 2px solid #047832;
    border-radius: .5em;
	float: left;
	width: 100%;
	clear: both;
}

#container-medication > div:first-child {
    color: #eee;
    background-color: #047832;
    text-align: center;
    padding: .3em;
    font-weight: 900;
    font-size: 1.3em;
}

#container-medication > div:last-child {
    padding: 0 2em 1em;
}

.one-halfnew.columnnew {
    width: 48%;
	padding: 1%;
}

.columnnew, .columnsnew {
    margin-left: 2%;
}

.columnnew, .columnsnew {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/*** Prevention page
*****************************/

.preventionbox {
	padding-left: 50px;
	}

.preventionbox h3 {
	border: none;
	text-transform: none;
	margin-top: 1em;
}

/*** Product pages
***********************************/

.laxativeinstructions h4 {
	margin-bottom: 0;
}

.laxativeinstructions p {
	margin-left: 20px;
}

.entry-content .laxativeinstructions ul {
	margin-left: 50px;
}

.vcfloatright {
	float: right !important;
}

body.regularstrength {
}

.singleproductnew.vc_row {
	max-width: 880px;
	margin-left: auto !important;
	margin-right: auto !important;
	color: #222222;

}

.singleproductnew.vc_row h3 {
	border-bottom: solid 2px #676767;
}

.singleproductcountbox {
	font-size: 18px;
}

.singleproductnew ul {
	margin-bottom: 20px !important;
}


body.extrastrength a.btn {
    background-color: #db8721;
}

body.ourproducts {
	background-color: #e6f2cc;
}

body.ourproducts h1 {
	color: #81bc00;
}

.productcontentcolumn .wpb_text_column {
	margin-left: 50px;
}

/** NEW DIETARY SUPPLEMENTS PAGE **/

.aboutregularityheader h2 {
	color: #fff;
}

.dietsup {
	color: #6d6d6d;
}

.dietsup.vc_row {
max-width: 1100px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpb_content_element.dietsup {
	max-width: 880px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.dietsup h3 {
	font-weight: bold;
	font-size: 22px;
}

.dietsup .productdisclaimerbox {
	color: #000 !important;
}

/*** SPECIAL OFFER PAGE **/

.specialofferheading h1 {
	color: #fff;
}

/** Table Directions ***/

#drugfacts div {
    display: inline-block;
}

#drugfacts {margin-bottom: 20px; margin-left: 15px;}

#directions {
word-break: normal !important;
}

#directions tr:first-child td {
    border: 0;
}

#directions td {
    border: 1px solid #222222;
    padding: .5em;
    text-align: left;
	font-weight: normal;
}

/** April 2019 FAQ toggles **/

.vc_toggle_content {
	margin-top: 0 !important;
	margin-bottom: 5px !important;
}


.vc_toggle_title > h4 {
	color: #047832;
	font-size: 14px;
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px !important;
margin-top: 20px !important;
}

.vc_toggle {
     margin: 0 0 10px 0 !important;
}

.togglelast .vc_toggle_title {
	border-bottom: solid 2px #127031 !important;
	padding-bottom: 10px !important;
}

.togglelast.vc_toggle_active .vc_toggle_title {border-bottom: 0 !important;}

.togglelast .vc_toggle_content {
	border-bottom: solid 2px #127031 !important;
}

.vc_toggle_color_green.vc_toggle_arrow .vc_toggle_icon::before {
	width: 0 !important;
  height: 0 !important;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-bottom: 7px solid #127031 !important;
	-webkit-transform: rotate(180deg) !important;
-moz-transform: rotate(180deg) !important;
-ms-transform: rotate(180deg) !important;
-o-transform: rotate(180deg) !important;
transform: rotate(180deg) !important;
margin-top: -5px !important;
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::before {
    visibility: visible !important;
	-webkit-transform: rotate(0deg) !important;
-moz-transform: rotate(0deg) !important;
-ms-transform: rotate(0deg) !important;
-o-transform: rotate(0deg) !important;
transform: rotate(0deg) !important;
}

.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
    visibility: hidden !important;
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after {
width: 0;
  height: 0;
}


/* ### Content */

.content {
	float: left;
	width: 69%;

}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 31%;
	margin-top: 30px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	margin: 20px 0;
	padding: 0;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 0;
	width: 100%;
}

.site-header .search-form {
	float: right;
	margin: 3px auto 0;
	line-height: 1;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.search-form {
	border: solid 1px #808285;
}

.search-form-label {display: none;}

.search-form input[type="search"] {
	width: 50%;
background: #fff;
border: none;
color: #808285;
text-align: right;
padding: 0 5px;
font-size: 14px;
line-height: 1.2 !important;
}

.search-form input[type="submit"] {
content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 17px/1 'dashicons';
    vertical-align: middle;
        background-color: #Fff;
	border: none;
	box-shadow: none;
	color: #808285;
	cursor: pointer;
	padding: 0 5px;
	margin: 0;
	width: auto !important;
}

.search-form input[type="submit"]:hover {

}


/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #047832;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #333;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

/***.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}***/

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #047832;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #fff url(images/grey-grad-line.png) no-repeat;
	background-position: center bottom;
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
}


.site-header > .wrap {
	padding: 5px 0 10px;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 18%;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 18%;
	padding: 10px 0 10px;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
min-height: 60px;
	float: left;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: center;
	width: 82%;
padding-top: 15px;
	color: #717171;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
}

.site-header .widget-area a {
	color: #717171;
}

.site-header .widget-area a:hover,
.site-header .widget-area a:focus {
	color: #2b9e51;
	text-decoration: underline;
 }

.site-header .widget-area .widget {
	margin-bottom: 10px;
}



/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #717171;
	display: block;
	padding: 5px 15px 0;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current_page_ancestor > a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #047832;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 15px 10px;
	text-transform: none;
	color: #000;
	font-size: 12px;
}

.site-footer .creds a,
.site-footer .creds {
	color: #000;
	font-size: 12px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0;
	padding: 0px 0;
}

body.home .entry {padding: 0; margin-bottom: 0;}

.entry-content ol,
.entry-content ul {
	margin-bottom: 10px;
	margin-left: 30px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-bottom: 1px solid #eee;
	padding: 24px 0;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #047832;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 0;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */


.socialfooter {
	/***max-width: 150px;
	margin-left: auto;
	margin-right: auto;**/
	text-align: center;
	margin-top: 20px;
	font-size: 45px;
}

.socialfooter i {
	margin-left: 10px;
	margin-right: 10px;
}

.fa-facebook-square {
	color: #4267B2;
}

.fa-instagram {
	color: #fbad50;
}





.footer-widgets {
	background: #EFEEEC url(images/grey-grad-line-footer.png) no-repeat;
	background-position: center top;
	clear: both;
	font-size: 14px;
}

.footer-widgets .wrap {
		padding: 45px 10px 0;
}

.footer-widgets,
.footer-widgets a {
	color: #938b82;
	font-weight: 500;
}

.footer-widgets .widget {
	margin-bottom: 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

.footer-widgets-2 {
	font-size: 12px;
}

#custom_html-7 {
	max-width: 540px;
	border: solid 1px #938b82;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

.footer-widgets-3 {
	font-size: 42px;
line-height: 60px;
	text-align: center;
}

.circle{
	border-radius: 50%;
	margin: 0.15em;
	font-size: 3em;
width: 60px;
height: 60px;
background: #938B82;
	}

.fa-facebook{
	background: #938B82;
	color: #fff;
padding: 0.2em 0.1em 0.1em;
margin: 0 auto;
	}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #EFEEEC;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 20px 0 40px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */



@media only screen and (max-width: 1200px) {

.guarantee-banner {
    height: 240px;
}


.site-margin {
    height: 240px;
}

	.site-inner,
	.wrap {
		max-width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	}

.site-header .wrap {
	padding-left: 2%;
	padding-right: 2%;
}


.genesis-nav-menu {
	font-size: 10px;
}
}


@media only screen and (max-width: 1150px) {


.gummiesimagecolumnhome .vc_col-sm-6,
.gummiessinglecontent .vc_col-sm-6  {
	width: 100% !important;
	margin-right: 0 !important;
}

.gummieshomefull .vc_col-sm-6 {
    width: 100%;
}
}

@media only screen and (max-width: 1050px) {

a.senokotnewbuttongreen {
	max-width: 270px;
}

span.keylarge {
    font-size: 20px;
}

.keyfeaturesrow {
	font-size: 14px;
}

.hometopimages img {
	width: 170px;
}

img.slimimage,
a.slimlink img {
	width: 130px;
}

	.vc_row.internalimagetop {
		min-height: 400px;
}
.productyellow.wpb_text_column,
.productgreen.wpb_text_column {
	padding: 38px 50px;
	text-align: center;
}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

.sidebar .widget {
	width: 50%;
	float: left;
}

.sidebar .widget:nth-child(2n+2) {
float: right;
}

.genesis-nav-menu a {
	padding: 10px 5px 0;
}

	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #047832;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border-top: 1px solid #eee;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

}

@media only screen and (max-width: 980px) {
.custommobilebutton {
	display: block !important;
	padding-top: 25px !important;
}

.navbuynow {
	display: none !important;
}
.site-header .widget-area {
	display: none;
}
}

@media only screen and (max-width: 940px) {



.treatmentrowfull {
	background-image: none !important;
	background-color: #f3ebe0 !important;
}

#custom_html-8 .ps-widget[ps-sku] {
padding: 5px 2px !important;
	max-width: 80px !important;
}

.gummiessinglecontent .vc_col-sm-6 {
    width: 100% !important;
}

}



@media only screen and (max-width: 880px) {



.treatmentrowfull {
	background-image: none !important;
	background-color: #f3ebe0 !important;
}



.gummiesimagecolumn {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0;
}

.sgpb-content.sgpb-theme-1-content {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	width: 100% !important;
}


.sgpb-content.sgpb-theme-1-content h2 {
    font-size: 20px;
font-size: 2.0rem;
}

.guarantee-banner {
    height: 220px;
}

.site-margin {
    height: 220px;
}

h2.responsive-banner-text {
 font-size: 1em;
}

.hometopimages img,
#our-products img {
	width: 150px !important;
}

img.slimimage,
a.slimlink img {
	width: 120px !important;
}

.footer-widgets .wrap {
    padding: 2%;
}

.productcontentcolumn .wpb_text_column {
    margin-left: 0;
}

	.vc_row.internalimagetop {
		min-height: 350px;
}
.homemiddle h2,
#our-products h2,
.constipation-subnav a,
.constipation-subnav h2 a,
.constipation-subnav h2,
body {
	font-size: 1.2em;
}

#our-products h2,
#our-products {
	font-size: 12px;
}

h1,
h2 {
	font-size: 2.0em;
}

.internalimagetop h2 {
	width: 75%;
	font-size: 1.2em;
}

.header-image .title-area {
	max-width: 100%;
	width: 100%;
}



.sidebar .widget {
	width: 50%;
	float: left;
}


	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 10px;
		margin-bottom: 1%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}


@media only screen and (max-width: 830px) {



.newbadgeproductpagekiwi,
.newbadgeproductpage,
.newsingleproductright .wpb_content_element {
	text-align: center !important;
}

.newsingleproductbuttonrow {
	max-width: 100%;
}

.newproductheadertop .productdisclaimerbox {
    margin: 0px auto 20px !important;
}

span.keylarge {
    font-size: 27px;
}

.keyfeaturesrow {
	font-size: 18px;
}
}


@media only screen and (max-width: 768px) {


.kiwireviewimagecolumn {
	display: none !important;
}

.kiwireviewdisclaimer {
	margin-left: 0 !important;
}

#directions td {
	width: 30% !important;
}


.hometopimagesthree .vc_column-inner {
	margin-bottom: 20px !important;
}

.vc_empty_space {
	height: 20px !important;
}

.guarantee-banner {
    height: 200px;
}

.site-margin {
    height: 200px;
}


.hometopimages img,
#our-products img {
	width: 130px !important;
}

img.slimimage,
a.slimlink img {
	width: 110px !important;
}


.one-halfnew.columnnew {
    width: 100%;
	padding: 2% 0;
}

.columnnew, .columnsnew {
    margin-left: 0;
}

.su-row .su-column {
    margin: 0 !important;
}
}

@media only screen and (max-width: 720px) {


.site-margin {
    height: 180px;
}

h2.responsive-banner-text {
 font-size: 0.9em;
}



.sidebar .widget,
.sidebar .widget:nth-child(2n+2) {
	width: 100%;
float: none;
}

.hometopimages img,
#our-products img {
	width: 110px !important;
}

img.slimimage,
a.slimlink img {
	width: 95px !important;
}

}

@media only screen and (max-width: 650px) {



.guarantee-banner {
    height: 160px;
}

.site-margin {
    height: 160px;
}


.productyellow.wpb_text_column, .productgreen.wpb_text_column {
    padding: 20px 20px;
}

.hometopimages img,
#our-products img {
	width: 100px !important;
}

#our-products h2,
#our-products {
	font-size: 8px;
}

img.slimimage,
a.slimlink img {
	width: 80px !important;
}
}

@media only screen and (max-width: 580px) {

.header-image .site-title > a {
	width: 40%;
	background-size: contain !important;
}

.site-header .widget-area {
	text-align: center;
}

.custommobilebutton .ps-widget[ps-sku],
.site-header .widget-area a {
    font-size: 11px !important;
}
#custom_html-8 .ps-widget[ps-sku] {
padding: 5px 2px !important;
	max-width: 80px;
}

.productintroboxhome {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 380px;
	}

.productintroboxhome p {
	margin-bottom: 5px;
}

}

@media only screen and (max-width: 540px) {



.guarantee-banner {
    height: 120px;
}

.site-margin {
    height: 120px;
}

h2.responsive-banner-text {
 font-size: 0.8em;
}

.hometopimages img,
#our-products img {
	width: 80px !important;
	margin: 0 0;
}

img.slimimage,
a.slimlink img {
	width: 60px !important;
}


#prodshots img {
	width: 70px !important;
	margin: 0 4%;
	height: 100%;
	float: left;
}


	.vc_row.internalimagetop {
		min-height: 200px;
}

}

@media only screen and (max-width: 480px) {

.guarantee-banner {
    height: 80px;
}

.site-margin {
    height: 80px;
}

h2.responsive-banner-text {
 font-size: 0.6em;
}

.responsive-guarantee {
	top: -65%;
}



img.slimimage,
a.slimlink img {
	width: 40px !important;
}
}
@media only screen and (max-width: 420px) {
.hometopimages img,
#our-products img {
	width: 70px !important;
	margin: 0 0;
	  padding: 0 0;
}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}



	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
