
/*
Theme Name: Synflex America Child Theme
Description: Custom Website Design for Synflex America by Prager Microsystems, Inc.
Template: SynflexAmerica
Version: 1.0.0
Author: Prager Microsystems, Inc.
Author URI: https://www.prgermicrosystems.com/

*/
@import url("https://www.synflexamerica.com/nitropack_static/OgQHQCALYwpjlWqJKfeUHVMTbCfLcqYz/assets/static/source/rev-7dbdf11/www.synflexamerica.com/wp-content/themes/SynflexAmerica-child/core/fonts.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, .theme-heading, .widget-title, .responsive-widget-recent-posts-title, .comment-reply-title, .entry-title a, entry-title, .sidebar-box, .widget-title, .site-title a, .site-description {
	color: inherit;
	font-family: inherit;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

a {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

ol, ul {
	list-style: none;
}

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

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #898989;
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	/* font-family: 'Poppins', Arial, Helvetica, sans-serif; */
	font-size: 15px;
	font-smoothing: antialiased;
	line-height: 1.5;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
	margin: 15px 0;
}

b, strong {
	font-weight: 700;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #e51937;
	font-weight: 400;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus, a:active {
	color: #c1001b;
	outline: 0;
	text-decoration: none;
	outline: none;
}

::selection {
	background: #999;
	color: #fff;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	padding: 1em 2em;
}

select, input[type="text"], input[type="password"], input[type="email"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	max-width: 100%;
}

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

area, textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	max-width: 100%;
}

map area {
	padding: 0px;
	border: 0px;
}

input, select {
	cursor: pointer;
}

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

input[type='text'], input[type='password'] {
	cursor: text;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 400;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1em;
	word-wrap: break-word;
	font-family: inherit;
}

h1 {
	font-size: 2.625em;
	/* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 2.25em;
	/* = 36px */
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 1.875em;
	/* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.5em;
	/* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em;
	/* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1em;
	/* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2em;
}

li ul, li ol {
	margin: 0;
}

form div {
	margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
#container, div#container {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body.home #wrapper, body.contact-page #wrapper {
	margin: 0px auto 0 auto;
	/* padding: 0px 20px 0px 20px; */
	padding: 0px;
}

#wrapper {
	margin: 0px auto 0 auto;
	padding: 0px;
}

#wrapper {
	clear: both;
	position: relative;
	min-height: 350px;
	border: 0px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.front-page #wrapper {
	background-color: transparent;
	border: none;
	margin: 20px auto 20px auto;
	padding: 0;
}

#header {
	margin: 0;
	position: relative;
	z-index: 9999;
	float: left;
	width: 100%;
	background-color: #fff;
	background-image: url("https://www.synflexamerica.com/wp-content/uploads/2019/04/bg_header.jpg");
}

#header.nitro-lazy {
	background-image: none !important;
}

#header-main {
	position: relative;
	width: 100%;
	background-color: #fff;
	top: 0px;
	z-index: 99;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 0px 0;
}

.site-name {
	display: block;
	font-size: 2.063em;
	/* = 33px */
	line-height: 1em;
	padding-top: 20px;
}

.site-name a {
	color: #333;
	font-weight: 700;
}

.site-description {
	color: #afafaf;
	display: block;
	font-size: .875em;
	/* = 14px */
	margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 20px;
	margin-bottom: 0px;
}

#content-full {
	margin-top: 20px;
	margin-bottom: 0px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-bottom: 20px;
	margin-top: 20px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 0;
	margin-bottom: 0;
}

#content-sitemap a {
	font-size: 16px;
}

#content-sitemap #widgets {
	margin-top: 20px;
}

#content .sticky {
	clear: both;
}

#content .sticky p {}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu, .page-template-landing-page-php .top-menu, .page-template-landing-page-php .main-nav, .page-template-landing-page-php .footer-menu, .page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding-bottom: 40px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #900;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

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

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #222;
	font-size: 14px;
	margin-bottom: 10px;
}

.post-edit {
	clear: both;
	display: none;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {}

.widget-wrapper select, .widget-wrapper input[type="text"], .widget-wrapper input[type="password"], .widget-wrapper input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 20px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul, #widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud, #widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

/* #widgets .textwidget a {
	display: inline;
} */
#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

#colophon-widget ul {}

.colophon-widget {
	background: none;
	min-height: 0;
}

.colophon-widget select, .colophon-widget input[type="text"], .colophon-widget input[type="password"], .colophon-widget input[type="email"] {
	width: 100%;
}

#top-widget {}

#top-widget a:hover {
	text-decoration: underline;
}

.top-widget ul {
	padding: 0;
}

.top-widget select, .top-widget input[type="text"], .top-widget input[type="password"], .top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 40px;
	text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3, .widget-title-home h3 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}

.top-widget .widget-title h3 {
	font-size: 14px;
	padding: 0;
	text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.title-404 {
	color: #82b440;
	font-size: 30px;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select, .error404 input[type="text"], .error404 input[type="password"], .error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	padding: .5em .5em .5em 0;
	position: relative;
}

.skip-link {
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: .8125em;
	margin-left: -100%;
	padding: .5em;
	text-transform: uppercase;
}

.skip-link:hover, .skip-link:active, .skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
	margin: 0 auto;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333;
}

.top-widget {
	background: none;
	border: none;
	clear: none;
	float: none;
	min-height: 0;
	padding: 0;
	width: 100%;
	text-align: right;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

.sub-header-menu, .sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after, .sub-header-menu ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu, .sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul, .sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover, .sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 .9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-color: #f9f9f9;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a, .sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li.nitro-lazy {
	background-image: none !important;
}

.sub-header-menu li li a {
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}

.sub-header-menu li li a:hover.nitro-lazy {
	background-image: none !important;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a, .sub-header-menu .current_page_ancestor, .sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

.sub-header-menu ul.children a.nitro-lazy, .sub-header-menu .current_page_ancestor.nitro-lazy, .sub-header-menu .current_page_ancestor ul a.nitro-lazy {
	background-image: none !important;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url("https://www.synflexamerica.com/wp-content/themes/SynflexAmerica-child/core/images/ie7-fix.gif") repeat;
}

.ie7 .sub-header-menu ul.nitro-lazy {
	background: none !important;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	text-align: center;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	border-left: 2px solid #fff;
}

.footer-menu li a:hover {
	color: #82b440;
	text-decoration: underline;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #000;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
	clear: both;
}

.navigation a {
	color: #000;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #82b440;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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

.wp-caption {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}

.gallery img {
	border: 1px solid #ddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br + br {
	display: none;
}

.attachment-gallery img {
	background: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso, .gallery-meta .camera, .gallery-meta .shutter, .gallery-meta .aperture, .gallery-meta .full-size, .gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image, img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #06c;
	font-size: 12px;
	font-weight: 400;
}

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

#content-woocommerce {
	margin-top: 20px;
	margin-bottom: 20px;
}

.products ul, ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (max-width:767px) {
	table.shop_table {
		font-size: 15px;
	}
}

@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 15px;
	}
}

table.cart td.actions .coupon .input-text, table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left;
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right;
}

@media screen and (max-width: 650px) {
	.icl_languages_selector, .rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	padding: 20px 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	border-top: 5px solid #82b440;
	color: #505050;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 0;
}

#footer .copyright a {
	color: #fff;
}

#footer a {
	color: #505050;
	font-weight: normal;
}

#footer a:hover {
	color: #82b440;
	text-decoration: none;
}

#footer-wrapper .grid.col-940 {
	margin: 0;
	font-size: 16px;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

.unlist, #widgets.right-sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* =Social Icons
-------------------------------------------------------------- */

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	
	ul, ol, dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
	body {}
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/
.menu-collapser {
	background: transparent none repeat scroll 0 0;
	position: relative;
	color: #fff;
	width: 100%;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.collapse-button {
	background-color: #fecb00;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 9px 9px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 49%;
	width: 40px;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #000;
	color: #82b440;
}

.collapse-button:hover.nitro-lazy, .collapse-button:focus.nitro-lazy {
	background-image: none !important;
}

.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #fff;
}

.collapse-button .icon-bar {
	background-color: #000;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	margin: 3px 0;
	width: 20px;
}

/*********** start slimmenu css ********/
.site-nav {
	float: right;
	margin: 0;
	position: relative;
	width: auto;
}

.header-menu-div, .header-bottom-brands {
	float: left;
	position: relative;
	margin-top: 0;
	width: 100%;
	background-color: #ffb60f;
}

.menu-collapser {
	background: transparent;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	height: 50px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: -40px;
}

.collapse-button {
	background-color: #82b440;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 44px;
	margin-top: 3px;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #71a032;
	color: #fff;
}

.collapse-button:hover.nitro-lazy, .collapse-button:focus.nitro-lazy {
	background-image: none !important;
}

.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #fff;
}

.collapse-button .icon-bar {
	background-color: #fff;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}

ul.slimmenu {
	height: auto;
	list-style-type: none;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

ul.slimmenu.collapsed, ul.topmenu.collapsed {
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0 -4px 0 0;
	position: relative;
}

ul.slimmenu li a {
	color: #898989;
	display: block;
	font-family: inherit;
	font-size: 13px;
	font-weight: normal;
	height: 48px;
	line-height: 48px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 9;
	margin: 0;
	padding: 0 20px;
}

ul.slimmenu li a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	left: 0;
	right: 0;
	top: 0;
	background-color: transparent;
	display: none;
}

ul.slimmenu li a:hover::before, ul.slimmenu li.current-menu-item a::before, ul.slimmenu li.current-menu-ancestor a::before {
	background-color: #82b440;
	display: none;
}

ul.slimmenu li a:hover, ul.slimmenu li.current-menu-item a, ul.slimmenu li.current-menu-ancestor a {
	background-color: #82b440;
	color: #fff;
}

ul.slimmenu li.current-menu-item ul li a, ul.slimmenu li.current-menu-ancestor ul li a, ul.slimmenu li.current-menu-ancestor ul li.current-menu-parent ul li a {
	background-color: #82b440;
	color: #fff;
}

ul.slimmenu li.current-menu-ancestor ul li.current-menu-parent a, ul.slimmenu li.current-menu-ancestor ul li.current-menu-parent ul li a:hover, ul.slimmenu li.current-menu-ancestor ul li.current-menu-parent ul li.current-menu-item a {
	background-color: #71a032;
	color: #fff;
}

ul.slimmenu li.current-menu-item > a, ul.slimmenu li.current-menu-item::after, ul.slimmenu li.current-menu-ancestor > a, ul.slimmenu li.current-menu-ancestor::after {
	color: #fff;
}

ul.slimmenu li.current-menu-ancestor ul li a {
	color: #fff;
}

ul.slimmenu li > a:hover, ul.slimmenu li.menu-item-has-children:hover::after {
	color: #fff;
}

ul.slimmenu li ul li.menu-item-has-children:hover::after {
	color: #fff;
}

.header-nav {
	float: left;
}

ul.slimmenu li .sub-collapser {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

ul.slimmenu li .sub-collapser::before {
	color: #fff;
	content: "ïƒ—";
	display: none;
	font-family: fontawesome;
	font-size: 22px;
	height: 100%;
	margin-right: 0;
	position: absolute;
	right: 12px;
	top: 22%;
	vertical-align: middle;
	z-index: 99;
}

ul.slimmenu li .sub-collapser > i {
	display: none;
}

ul.slimmenu ul li .sub-collapser::before {
	content: "";
	right: 20px;
}

ul.slimmenu li ul {
	list-style-type: none;
	margin: 0;
}

ul.slimmenu li ul li {
	background-color: transparent;
	color: #fff;
	right: 0;
	width: 100%;
}

ul.slimmenu li ul li a {
	background-color: #82b440;
	border-bottom: 0px solid #fff;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	text-align: left;
	color: #fff;
}

ul.slimmenu li ul li a::before {
	display: none;
}

ul.slimmenu li ul li a:hover {
	background-color: #71a032;
	color: #fff !important;
}

ul.slimmenu li.current-menu-item ul li a {
	color: #fff;
}

ul.slimmenu li.current-menu-item ul li a:hover {
	background-color: #71a032;
	color: #fff;
}

ul.slimmenu li ul li a::after, ul.slimmenu li ul li a:hover::after {
	display: none;
	content: "";
}

ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li ul li.current-menu-item a:hover {
	background-color: #71a032;
	color: #fff !important;
}

ul.slimmenu li:last-child ul li {
	right: 0;
}

ul.slimmenu li > ul {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: none;
	left: 0;
	min-width: 19em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
}

ul.slimmenu li:last-child > ul {
	left: auto;
	right: 0;
}

ul.slimmenu li ul li:last-child > ul {
	left: 100%;
	right: auto;
}

ul.slimmenu li:last-child > ul > li ul {
	left: auto;
	right: 100%;
}

/* ul.slimmenu li.menu-item-has-children a{
    padding-right:30px
} */
ul.slimmenu.collapsed li.menu-item-has-children a {
	padding-right: 50px;
}

ul.slimmenu.collapsed ul.sub-menu i {
	font-style: normal;
	padding-left: 10px;
	padding-right: 5px;
}

ul.slimmenu li > ul > li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 100%;
	min-width: 12em;
}

ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li a {
	background-color: #82b440;
	color: #fff;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #fff;
	text-align: left;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "";
	top: 13px;
	right: 15px;
	color: #fff;
	font-size: 15px;
	display: none;
	z-index: 9;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "";
	top: 12px;
	right: 7px;
	color: #fff;
	z-index: 999;
	display: block;
}

ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: #71a032;
}

ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #71a032;
	color: #fff;
}

ul.slimmenu.collapsed li .sub-collapser {
	height: 40px;
	width: 50px;
	z-index: 999;
	position: absolute;
	display: inline;
	font-family: FontAwesome;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
}

ul.slimmenu.collapsed li a:hover .sub-collapser, ul.slimmenu.collapsed li.current-menu-item .sub-collapser::after {
	color: #fff;
}

ul.slimmenu.collapsed li.current-menu-item li > a {
	background-color: #82b440;
	color: #fff;
}

ul.slimmenu.collapsed li .sub-collapser::after {
	content: "";
}

ul.slimmenu.collapsed li .sub-collapser.expanded::after {
	content: "";
}

ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
}

ul.slimmenu li:hover ul {
	display: block;
}

ul.slimmenu.collapsed li a::after, ul.slimmenu.collapsed li a::after:hover {
	content: "";
	display: none;
}

ul.slimmenu.collapsed > li > a::before {
	display: none;
}

.sub-toggle {
	position: absolute;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 22px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	margin: auto;
	display: block;
}

ul.slimmenu.collapsed li .sub-toggle::after {
	content: "";
}

ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	content: "";
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-toggle .icon {
	display: none;
}

ul.slimmenu li.current-menu-ancestor ul li a {
	color: #fff;
}

/* custom css */
#top-header {
	background-color: #fac112;
}

.top-sidebar {
	border-right: 1px solid #8b8b8b;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 19px;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
}

.top-sidebar:hover {
	background-color: #ac2239;
}

.top-sidebar a {
	color: #fff;
	font-family: inherit;
}

.top-sidebar .fa {
	font-size: 24px;
	padding-right: 5px;
}

.footer-icons {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

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

.footer-icons > li {
	color: #fff;
	display: inline-block;
	padding: 0 3px !important;
}

.footer-icons > li > a {
	background-color: #10172a;
	border-radius: 100%;
	border: 2px solid #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #fff !important;
	display: inline-block;
	font-size: 20px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	width: 38px;
}

.footer-icons > li > a:hover {
	opacity: .85;
	color: #000 !important;
	background-color: #82b440;
}

.grid.col-940.copyright {
	text-align: center;
	box-sizing: border-box;
	color: #fff;
}

.titles {
	text-align: center;
}

.titles h1 {
	color: #093969;
	margin-bottom: 0 !important;
}

.titles h1 {
	display: inline-block;
	margin-top: 10px;
	position: relative;
}

.titles h6 {
	border-bottom: 2px solid #dfdfdf;
	display: block;
	padding-bottom: 15px;
	position: relative;
	font-weight: 100;
	font-family: inherit;
	line-height: 1.5;
}

.titles h6::after {
	border-bottom: 6px solid #093969;
	bottom: -4px;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 25%;
}

.white {
	color: #fff !important;
}

.full img {
	display: none;
}

.powered-by {
	display: none !important;
}

.row3-video .wpb_wrapper > p {
	margin-top: 0 !important;
}

.scroll-back-to-top-wrapper.show {
	z-index: 999999999999999 !important;
}

.page-content h3 {
	color: #0f254e;
}

.page-content h4 {
	color: #0f254e;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 15px;
	position: relative;
}

.page-content h4::after {
	border-bottom: 3px solid #0f254e;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 50%;
}

.page-content li {
	padding-bottom: 7px;
}

.mobile-show {
	display: none;
}

.wpum-login-form form label {
	width: auto !important;
	margin-right: 40px !important;
}

.wpum-login-form form input[type="email"], .wpum-login-form form input[type="password"], .wpum-login-form form input[type="text"], .wpum-login-form form select, .wpum-login-form form textarea {
	float: left !important;
	width: 240px !important;
}

div.wpum-message.error {
	margin-top: 20px !important;
}

ul.wpuf-form li .wpuf-label {
	width: auto !important;
}

ul.wpuf-form li .wpuf-fields {
	width: auto !important;
	padding-left: 20px !important;
}

ul.wpuf-form li .wpuf-fields a.file-selector, ul.wpuf-form .wpuf-submit input[type="submit"] {
	background-color: #093969 !important;
	border-radius: 4px !important;
	box-shadow: 0 !important;
	background-image: none !important;
	text-shadow: 0 !important;
	transition: all .3s ease-in;
	border: 0 !important;
}

ul.wpuf-form li .wpuf-fields a.file-selector.nitro-lazy, ul.wpuf-form .wpuf-submit input[type="submit"].nitro-lazy {
	background-image: none !important;
}

ul.wpuf-form .wpuf-submit input[type="submit"] {
	padding: 10px 21px !important;
}

ul.wpuf-form li .wpuf-fields a.file-selector:hover, ul.wpuf-form .wpuf-submit input[type="submit"]:hover {
	background-color: #ba1f3f !important;
	background-image: none !important;
}

ul.wpuf-form li .wpuf-fields a.file-selector:hover.nitro-lazy, ul.wpuf-form .wpuf-submit input[type="submit"]:hover.nitro-lazy {
	background-image: none !important;
}

.wpuf-file-warning {
	bottom: 0 !important;
	left: 0 !important;
	margin: 0 auto !important;
	position: absolute !important;
	right: 0 !important;
}

.top-left > a {
	color: #fff !important;
	float: left !important;
	display: inline-block !important;
	line-height: 30px !important;
}

.woocommerce-page #content-full {
	margin: 20px 0;
}

#quote-form fieldset.active {
	display: block !important;
}

#quote-form fieldset.none {
	display: none !important;
}

.form-step-2.active {
	display: block !important;
}

.form-step-3.active {
	display: block !important;
}

.field9, .field10, .field11, .field12, .field2_1 {
	display: none;
}

#footer_widget .grid.col-300.widget_text {
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
}

#footer_widget .grid.col-300.widget_text .widget-wrapper {
	margin-bottom: 0px !important;
}

#footer_widget p {
	margin: 3px;
}

.about-font p, .about-font ul {
	font-size: 20px;
	line-height: 30px;
}

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

.top-right {
	float: right;
	width: auto;
}

.top-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-list li {
	display: inline-block;
	border-right: 1px solid #dea70e;
}

.top-list li:first-child {
	border-left: 1px solid #dea70e;
}

.top-left, .top-list li {
	padding: 10px;
	box-sizing: border-box;
}

.top-list .fa {
	font-size: 22px;
	padding-right: 10px;
}

.break {
	display: block;
}

.fourth-half {
	width: 24.35%;
	float: left;
	margin-right: 10px;
	padding: 0;
	margin-bottom: 15px;
	margin-top: 0;
}

.fourth-half.last {
	margin-right: 0px;
}

/* .contactForm fieldset {
    margin: 0.5em 0;
} */

/* .contactForm .one-third {
    width: 31.50%;
    display: inline-block;
} */
.contactForm .one-third.first {
	float: left;
	padding-left: 0px;
}

.contactForm .one-third.last {
	float: right;
	padding-right: 0px;
}

.contactForm .one-third.second {
	margin-left: 2px;
}

.contactForm .full {
	width: 100%;
}

.contactUsForm .full.submit {
	margin-top: 20px;
}

.contactForm, .contactForm .full {
	padding-top: 20px;
}

.contactForm .half:nth-child(2) {
	float: right;
}

.contactForm .half {
	width: 49.5%;
	display: inline-block;
}

.contactForm input[type="text"], .contactForm input[type="email"], .contactForm input[type="tel"], .contactForm textarea, .contactForm select, .contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea, .contact select {
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	margin-right: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: inherit;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.contactForm input[type="text"], .contactForm input[type="email"], .contactForm input[type="tel"], .contactForm select, .contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact select {
	height: 50px;
	line-height: 50px;
}

.contactForm textarea, .contact textarea {
	height: 150px;
	overflow: hidden;
}

.contact select, .contactForm select {
	height: 50px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-size: 14px auto;
	background-position: 95% center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
	background-image: url("https://www.synflexamerica.com/wp-content/uploads/2018/09/arrowdown.png");
}

.contact select.nitro-lazy, .contactForm select.nitro-lazy {
	background-image: none !important;
}

.contactForm .wpcf7-form-control-wrap.accounting-professional {
	height: 55px;
	float: left;
	line-height: 50px;
}

.contactForm .fourth-half label {
	min-height: 45px;
	line-height: 1.2;
}

.contactForm .full label {
	min-height: auto;
}

.contactUsForm .half, .contact .half {
	margin: 0 24px 15px 0;
	padding: 0;
	width: 32%;
	float: left;
}

.contactUsForm .half.last, .contact .half.last {
	margin-right: 0;
	float: right;
}

.contactUsForm .wpcf7-form-control.wpcf7-radio {
	display: block;
	height: 50px;
	line-height: 50px;
}

.contactUsForm .full, .contact .full {
	padding: 0;
}

.contactUsForm .submit-button, .contact .submit-button, #ContactUs-step2-row .submit-button {
	display: block;
	margin: 0;
}

#ContactUs-step2-row .full.submit {
	padding: 0;
}

.colophon-widget {
	margin: 0 auto;
	border: 0;
	padding: 0;
	display: block;
}

.colophon-widget img, .colophon-widget a {
	margin: 0;
}

span.wpcf7-not-valid-tip {
	position: relative;
	margin-top: -38px;
	float: right;
	margin-right: 20px;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0 !important;
}

#pageheader {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}

#pageheader {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
}

#pageheader {
	background-size: cover;
	background-position: center;
}

#pageheader h1 {
	color: #093969;
	padding: 50px 0;
	box-sizing: border-box;
}

#pa-blue-row h5, #bottom-blue-row h5 {
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	line-height: 1.3;
}

#pa-blue-row a.yellow-txt:hover, #bottom-blue-row a.yellow-txt:hover {
	color: #fac112;
	text-decoration: underline;
}

.list1 {
	padding-left: 0px;
	margin-bottom: 10px;
}

.list1 li {
	list-style: outside none none;
	margin-bottom: 6px;
	padding-left: 35px;
	display: block;
	position: relative;
	line-height: 1.3;
	font-size: 16px;
}

.list1 li::before {
	content: "";
	font-family: fontawesome;
	left: 0;
	padding-right: 15px;
	color: #093969;
	position: absolute;
}

#faq-row h4 {
	text-transform: capitalize;
	color: #093969;
	font-size: 20px;
	line-height: 20px;
}

#faq-row .vc_toggle_title:hover > h4 {
	color: #444;
}

#faq-row .vc_toggle_content p {
	margin: 0 auto 10px;
}

#faq-row .vc_toggle_content h5 {
	text-transform: capitalize;
}

#partner-row strong a {
	font-weight: 700;
}

.rlinks {
	margin-bottom: 12px;
}

#contact-row-2 .brd-bottom::before {
	left: 0;
	right: auto;
}

#contact-row-2 .brd-bottom::after {
	left: 5%;
	right: auto;
}

#footer-logo {
	width: 30%;
	margin: auto;
	padding-top: 40px;
}

.colophon-widget p {
	margin: 0;
	line-height: .7;
}

#footer_widget .widget-wrapper {
	padding: 20px 0 10px 0;
}

.address-list li, #menu-footer-menu li {
	font-family: inherit;
	display: inline;
	width: auto;
	margin: 0;
	line-height: 20px;
	padding: 0 7px;
	font-size: 16px !important;
	list-style: none;
	position: relative;
}

.address-list > li:after, #menu-footer-menu > li:after {
	content: "";
	height: 14px;
	width: 2px;
	position: absolute;
	right: -3px;
	background-color: #fff;
	top: 18%;
}

.address-list > li:last-child:after, #menu-footer-menu > li:last-child:after {
	content: "";
	width: 0px;
}

.unlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.address-list li i.fa {
	padding-right: 10px;
}

.social-grid {
	height: 0px !important;
	width: auto;
	padding: 0;
	margin: 0;
	float: right;
}

.page-title-row {
	clear: both;
}

.pageTitle {
	margin-top: 20px;
	font-size: 40px;
}

.pageTitle.brd-bottom::before {
	margin: 0;
	width: 25%;
}

.pageTitle.brd-bottom::after {
	margin: 0;
	width: 8%;
	left: 8%;
}

#content-sitemap a:hover {
	text-decoration: underline;
}

.home-request i.fa {
	font-size: 16px;
	padding-left: 5px;
}

#home-slider-main {
	margin-top: -50%;
}

#home-slider-main .vc_col-sm-8 {
	width: 56%;
}

.error404 .post-entry {
	padding-top: 40px;
	text-align: center;
}

#ContactUs-step2-row div.wpcf7-mail-sent-ok {
	border: 0;
	padding-left: 0;
	margin-left: 0;
}

.home #row4 a[name="home-cnlink"] {
	padding-top: 225px;
	margin-top: -225px;
}

.subscribe-row .top-address {
	margin: 0px;
	list-style: none;
}

.subscribe-row .top-address li {
	font-size: 21px;
	color: #82b440;
	font-weight: 600;
	line-height: 1.1;
	padding-bottom: 6px;
}

.subscribe-row .top-address li a {
	color: #82b440;
	font-weight: 600;
	font-size: 23px;
	padding-left: 5px;
}

.subscribe-row .top-address li .email-link {
	font-size: 20px;
	padding-right: 5px;
}

.subscribe-row .top-address li a:hover {
	color: #82b440;
}

.top-address .fa {
	color: #82b440;
}

.get-in-touch-btn {
	font-weight: 600;
	border-radius: 9px;
	color: #fff;
	font-size: 21px;
}

.subscribe-row .more-blue-btn:hover {
	color: #fff;
}

.subscribe-row .top-address span {
	padding-right: 0px;
}

.investment-mgmt-text .heading, .heading {
	color: #fff;
	font-size: 29px;
	text-align: center;
	font-family: inherit;
	line-height: 40px;
	font-weight: 600;
	margin: 10px 0px;
	padding-top: 20px;
	text-transform: capitalize;
}

.heading-span {
	display: block;
}

.investment-mgmt-text p {
	color: #000 !important;
	font-size: 19px;
	font-family: inherit;
	margin-top: 0px;
	margin-bottom: 10px;
}

.investment-mgmt-text .list {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 23px;
	margin-bottom: 10px;
}

.img-caption {
	margin-bottom: 15px !important;
}

.img-caption p {
	margin: 0px;
	font-size: 19px;
	text-align: center;
	font-weight: 500;
}

.investment-mgmt-italic p {
	font-style: italic;
	font-size: 17px;
	margin: 0px;
}

.investment-mgmt-text .list {
	list-style: none;
	padding-left: 15px;
	color: #000;
}

.investment-mgmt-text .list li::before {
	content: "";
	font-family: FontAwesome;
	padding-right: 10px;
}

#row4 .brd-bottom {
	font-size: 30px;
	line-height: 1.4;
}

.contact-row {
	background-size: cover;
	background-position: center center;
}

#row5 h2.white {
	text-transform: capitalize;
}

.bottom-address {
	margin: 0;
	padding-left: 0px;
	list-style: none;
}

.bottom-address li, .bottom-address li a {
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: .5px;
	font-size: 16px;
}

.bottom-address li a {
	padding-bottom: 10px;
}

.bottom-address li a, .bottom-address li i {
	display: inline-block;
	padding-right: 5px;
	color: #333;
}

.bottom-address li a:hover {
	color: #82b440;
}

p:empty {
	margin: 0;
	display: none;
}

.middle-size-text p {
	font-family: inherit;
	font-size: 19px;
}

.img-left-heading {
	padding: 70px 20px 0px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.common-contact-row .row {
	padding-bottom: 20px;
}

.common-contact-row .row .col {
	display: inline-block;
	text-align: center;
}

.common-contact-row .row .col:first-child {
	width: 80%;
}

.common-contact-row {
	background-color: #600911;
}

.about-contact-section {
	margin-bottom: 0px !important;
}

.red {
	color: #600911;
}

.investment-heading-row h2 {
	font-size: 22px;
}

.half-col-img .vc_single_image-wrapper.vc_box_border_grey img {
	max-height: 390px;
}

.registered-services-text .middle-size-text p:first-child {
	margin-top: 0px;
}

.btn_touch-cart {
	width: 100%;
	text-align: center;
}

/* .red-btn-top, .section-blog .read-more a, .btn_touch-cart a, .btn_touch-cart button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .srch-read-btn .read-more a {
	background-color: #82B440;
	color: #FFF;
	margin-top: 0px;
	vertical-align: middle;
	background: -webkit-linear-gradient(left,#000 50%,#82B440 50%);
	background: -o-linear-gradient(left,#000 50%,#82B440 50%);
	background: linear-gradient(to right,#000 50%,#82B440 50%) !important;
	text-transform: uppercase;
	background-size: 200% 100% !important;
	background-position: right bottom !important;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: inline-block;
	margin-top: 0;
	padding: 13px 20px !important;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
}
.red-btn-top:hover, .red-btn-top:active, .section-blog .read-more a:hover, .section-blog .read-more a:active, .btn_touch-cart a:hover, .btn_touch-cart a:active, .btn_touch-cart button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, a.checkout-button.button.alt:hover, button.button:disabled:hover, #place_order:hover, .single-product form.cart .button:hover, .srch-read-btn .read-more a:hover   {
    background-position:left bottom !important;
    text-decoration:none;
	color: #fff !important;
} */
.slider-text1, .slider-text2 {
	background-color: #10172a !important;
	padding: 13px 25px !important;
	font-size: 27px !important;
}

.slider-text1 {
	font-weight: 600 !important;
	font-family: inherit !important;
	font-size: 32px !important;
	letter-spacing: 1px;
}

.slider-btn {
	background-color: #272727 !important;
	color: #fff !important;
	vertical-align: middle;
	background: -webkit-linear-gradient(left, #fff 50%, #272727 50%) !important;
	background: -o-linear-gradient(left, #fff 50%, #272727 50%) !important;
	background: linear-gradient(to right, #fff 50%, #272727 50%) !important;
	background-size: 200% 100% !important;
	background-position: right bottom !important;
	text-decoration: none !important;
	-webkit-transition: all .4s ease-in-out !important;
	-moz-transition: all .4s ease-in-out !important;
	-ms-transition: all .4s ease-in-out !important;
	-o-transition: all .4s ease-in-out !important;
	transition: all .4s ease-in-out !important;
	display: inline-block !important;
	padding: 13px 30px !important;
	text-align: center !important;
	font-weight: 600 !important;
}

.slider-btn a {
	color: #000 !important;
	font-family: inherit !important;
	font-size: 21px !important;
	font-weight: 600 !important;
}

.btn-box {
	text-align: center;
}

.btn-box p {
	margin: 0;
}

.red-btn {
	margin: 20px auto !important;
	font-size: 23px;
	padding: 15px 45px !important;
}

.slider-btn:hover, .slider-btn:active, .red-btn:hover, .red-btn:active .slider-btn a:hover {
	color: #000 !important;
	background-position: left bottom !important;
	text-decoration: none !important;
}

.star-tours, .home-tour {
	background-color: #10172a;
}

.home-testimonials-row, .home-gallery-row {
	background-color: #82b440;
}

.img-holder {
	min-height: 300px;
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}

.img-holder h3 {
	font-size: 26px;
	display: flex;
	justify-content: left;
	align-items: center;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	color: white;
	bottom: 0;
	left: 0;
	width: 93.5%;
	height: 10%;
	font-family: inherit;
	margin: 0;
	padding: 10px;
	text-align: left;
}

.img-preview {
	display: block;
	margin: 0 auto;
	object-fit: cover;
	max-width: 100%;
}

.img-container {
	width: 100%;
	height: auto;
	min-height: 300px;
	padding: 0;
	background-position: center top;
}

.home-slider-box, .heading-box {
	margin-bottom: 0px !important;
}

.home-testimonials-row .heading {
	padding: 30px 0;
}

.testimonial_rotator.template-longform .testimonial_rotator_stars, .testimonial_rotator.template-longform .testimonial_rotator_slide_title, .testimonial_rotator.template-longform .testimonial_rotator_quote {
	/* text-align: left!important; */
	color: #fff;
}

.testimonial_rotator_prev, .testimonial_rotator_next {
	font-size: 20px;
	line-height: 20px;
	color: #666;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 35%;
	z-index: 8888;
	transition: all .35s;
}

.testimonial_rotator_next {
	right: 0;
}

.testimonial_rotator_prev {
	left: 0px;
}

.testimonial_rotator_prev .fa, .testimonial_rotator_next .fa {
	vertical-align: middle;
	font-size: 50px;
	padding-top: 0px;
}

.testimonial_rotator_nav {
	position: relative;
	width: 50px;
	padding-bottom: 0px;
	margin: 0 auto;
	margin-bottom: 0px;
}

.home-testimonials-row .wpb_single_image.vc_align_center {
	text-align: left;
	float: left;
	margin-bottom: 0px !important;
}

.testimonial_rotator_wrap.with-prevnext {
	width: 100%;
	padding: 0;
}

.home-testimonials-row .testimonial_rotator {
	width: 50%;
	float: right;
}

#home-testimonials-row {
	padding-bottom: 0px !important;
}

.testimonial_rotator_wrap {
	overflow: visible;
	position: relative;
}

.home-testimonials-row .testimonial_rotator.template-longform hr.longform_hr {
	display: none;
}

.home .testimonial_rotator_description {
	width: 60%;
	margin: auto;
	text-align: center;
}

.home .testimonial_rotator_author_info {
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	color: #82b440;
	font-style: normal !important;
}

.home .testimonial_rotator_prev .fa, .testimonial_rotator_next .fa {
	vertical-align: middle;
	font-size: 40px;
	padding-top: 0px;
	color: #82b440;
}

.home .testimonial_rotator_prev .fa:hover, .testimonial_rotator_next .fa:hover {
	color: #e51937;
}

.home-testimonials .headings2 {
	margin-top: 0px;
}

.testimonial_rotator.template-longform .testimonial_rotator_author_info p, .testimonial_rotator .testimonial_rotator_slide_title {
	color: #fff;
	padding-top: 0;
	margin-top: 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.1em;
	text-transform: capitalize;
	font-family: inherit;
}

.testimonial_rotator_star {
	color: #fecb00;
}

.testimonial_rotator.template-longform .testimonial_rotator_star {
	font-size: 1.7em;
}

.testimonial_rotator.template-longform .testimonial_rotator_quote {
	text-align: center;
	font-size: 19px;
	font-family: inherit;
	font-weight: 200 !important;
	padding: 10px 0;
	line-height: 1.5;
}

.home-tour .text1, .home-tour .text2 {
	margin: auto;
	font-size: 19px;
	color: #fff;
	padding-top: 20px;
	line-height: 1.5;
	width: 70%;
	text-align: center;
}

.home-tour .text1 {
	font-weight: 200;
}

.home-tour .text2 {
	font-weight: 400;
	padding-bottom: 30px;
}

.video-home-tour {
	padding: 10px;
	background-color: #fff;
}

.envira-gallery-link.envira-gallery-video {
	height: 190px !important;
	width: 290px !important;
}

.envira-gallery-link.envira-gallery-video .envira-lazy {
	height: 190px !important;
	float: left !important;
	display: block !important;
}

.gallery-box {
	padding-top: 40px;
}

.home-slider-box .slider-btn a {
	line-height: 30px !important;
}

.home-slider-box .slider-btn a:hover {
	color: #000 !important;
}

.show-900 {
	display: none;
}

.inner-pageTitle-row {
	float: left;
	width: 100%;
	background-color: #848283;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 20px;
}

.inner-page-title {
	margin: 0;
	float: left;
	font-size: 25px;
}

.breadcurmb-row {
	float: right;
	line-height: 30px;
}

.tour-page-row .heading {
	color: #093969;
}

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

.star-list > li::before {
	color: #333;
	content: "";
	font-family: fontawesome;
	font-size: 19px;
	left: 15px;
	position: absolute;
}

.star-list {
	list-style: none;
	padding-left: 25px;
}

.contact-page-row h4 a:hover {
	color: #333;
	text-decoration: underline;
}

.testimonial_rotator_prev:hover, .testimonial_rotator_next:hover {
	color: #000;
}

.driver-page-row img {
	margin-bottom: 0px;
}

.tour-page-row h4 {
	font-size: 18px !important;
	min-height: 40px;
	margin: 0px auto;
}

.woocommerce-checkout form .form-row .optional {
	display: none;
}

#content-sitemap ul li::before {
	position: absolute;
	content: ">";
	left: 0;
	top: 0;
	color: #093969;
}

#content-sitemap ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
}

#content-sitemap ul {
	padding: 0px;
	margin-right: 0px;
}

/*------ WooCommerce ------*/
.single-product .summary.entry-summary .product_title {
	font-size: 25px;
	color: #82b440;
}

.single-product .summary.entry-summary .price, .single-product .summary.entry-summary .woocommerce-Price-amount.amount .single-product .summary.entry-summary .woocommerce-product-details__short-description .price-amount, .single_variation_wrap .woocommerce-variation-price .woocommerce-Price-amount.amount, .single.wholesale_customer .per-bottle-txt, .single.wholesale_customer .pro-attr {
	color: #82b440;
	font-size: 22px;
	font-weight: bold;
}

.bulk-heading {
	font-size: 22px;
	font-weight: bold;
	color: #e51937;
}

.bulk-list {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 16px;
}

.single-product .summary.entry-summary .additional-info {
	padding: 0;
}

.single-product .summary.entry-summary .additional-info li {
	color: #000;
}

.single-product .grid.col-620 {
	width: 80%;
}

.single-product .woocommerce-product-gallery {
	float: left;
	width: 35% !important;
}

.single-product.woocommerce div.product div.images.woocommerce-product-gallery img {
	width: auto;
}

.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
	outline: 1px solid #ccc;
	outline-offset: 2px;
}

.single-product .summary.entry-summary .variations td {}

.single-product .variations .value {
	float: left;
	width: 300px;
}

.single-product .variations .label, .single-product .quantity label {
	width: 150px !important;
	float: left;
	margin: 0;
	padding-right: 0px !important;
}

.single-product .summary.entry-summary .single_variation_wrap .quantity, .single-product .summary.entry-summary .single_variation_wrap .single_add_to_cart_button {
	width: 41%;
}

.single-product .summary.entry-summary .cart .quantity {
	width: 100%;
}

#wrapper .screen-reader-text {
	clip: auto;
	height: 45px;
	overflow: hidden;
	position: initial !important;
	word-wrap: normal !important;
}

.single-product .variations .value, .single-product .summary.entry-summary .cart .quantity .qty {
	float: left;
	width: 200px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.single-product .variations .value {
	padding: 0px;
}

.reset_variations {
	position: absolute;
	right: -45px;
	top: 5px;
}

.single-product .summary.entry-summary .variations label {
	font-weight: 600;
	font-size: 18px;
}

.single-product .summary.entry-summary .quantity .qty {
	height: 45px;
	border-radius: 0px;
	border: 1px solid #ccc;
}

.woocommerce div.product form.cart .variations select {
	min-width: 72% !important;
}

/* .single-product .summary.entry-summary .single_variation_wrap .single_add_to_cart_button, 
.single-product .cart .single_add_to_cart_button.button.alt,
.related.products .add_to_cart_button, .shop-products .button.product_type_variable,
.shop-products .button.add_to_cart_button, .woocommerce-message a.button, a.checkout-button.button.alt,
#place_order{
    background-color: #82B440;
    color: #fff;
    padding: 15px;
    border-radius: 0px;
} */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #82b440;
	color: #fff;
	border-radius: 0px;
}

button.button:disabled {
	color: #fff !important;
}

.woocommerce table.cart td.actions #coupon_code {
	width: 50%;
	height: 38px;
	padding-left: 10px !important;
	border: 1px solid #ccc !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, 
.woocommerce input.button:hover, a.checkout-button.button.alt:hover, button.button:disabled:hover, 
#place_order:hover, .single-product form.cart .button:hover {
	text-decoration: none;
	background-image: none;
	color: #fff;
	border:none;
} */
.single-product #tab-description h2, .single-product .related.products h2, .single-product #tab-additional_information h2 {
	font-size: 25px;
	font-weight: 600;
}

.single-product .related.products .products li {
	text-align: center;
}

.single-product .related.products .woocommerce-Price-amount, .shop-products .woocommerce-Price-amount {
	color: #000;
	font-size: 17px;
}

.single-product .variations {
	margin-bottom: 0;
}

.single-product .variations select {
	height: 45px;
	border-radius: 0px;
}

.single_variation_wrap .woocommerce-variation-price {
	width: 100%;
	text-align: left;
	/* padding-left: 150px; */
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.single_variation_wrap .woocommerce-variation-price .price {
	margin-bottom: 15px;
}

.single-product table.variations {
	margin: 0px !important;
}

.single-product .variations .label {
	padding: 0px;
}

.single-product .variations .label label, .single-product .quantity label {
	line-height: 35px;
	font-size: 17px !important;
}

.archive .woocommerce-breadcrumb {
	display: none;
}

.shop-products .product {
	text-align: center;
}

.shop-products .product:nth-child(4n - 4) {
	margin-right: 0px !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	border: 1px solid #ccc;
	box-shadow: unset;
	border-radius: 0px;
	height: 45px;
}

.single-product .product_meta {
	display: none;
}

.woocommerce form .form-row textarea {
	min-height: 100px;
}

.woocommerce ul.products li.product a:hover > img {
	transform: scale(1.1);
}

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

.woocommerce-message::before {
	color: #e51837;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 45px;
	line-height: 45px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ccc;
	border-radius: 0;
}

.woocommerce-checkout form .payment_box .form-row select, .single-product .variations select {
	width: 100% !important;
	height: 45px;
	line-height: 45px;
	border: 1px solid #ccc;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-appearance: none;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-size: 20px 40px;
	background-position: 98% center;
	background-image: url("https://www.synflexamerica.com/wp-content/uploads/2019/04/arrow-down_whitebg1.png");
}

.woocommerce-checkout form .payment_box .form-row select.nitro-lazy, .single-product .variations select.nitro-lazy {
	background-image: none !important;
}

.woocommerce span.onsale {
	background-color: #82b440;
}

.woocommerce table.shop_table td {
	font-size: 15px;
}

.amazing-heading .heading, .tour-page-row .heading {
	color: #fc0;
}

.tour-page-bottom-txt {
	background-color: #fff;
	padding: 10px;
	min-height: 368px;
}

.padding-p p {
	margin: 20px 0 0px;
}

.footer-top-color {
	background-color: #82b440;
}

.footer-top-color .btn-box {
	margin-bottom: 0px !important;
}

.driver-page-row img {
	margin-bottom: 0px;
}

.tour-page-row h4 {
	font-size: 20px;
	min-height: 40px;
	margin: 0px auto;
}

.woocommerce-checkout form .form-row .optional {
	display: none;
}

#content-sitemap ul li::before {
	position: absolute;
	content: ">";
	left: 0;
	top: 0;
	color: #000;
}

#content-sitemap ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
}

#content-sitemap ul {
	padding: 0px;
	margin-right: 0px;
}

.booking-btn {
	text-align: center;
}

.tour-description {
	min-height: 245px;
}

.tour-page-row .heading {
	font-size: 40px;
	font-weight: bolder;
}

.product h3 {
	font-size: 20px !important;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0px;
}

.one-third {
	float: left;
	width: calc(33% - 30px);
	margin-bottom: 10px;
	margin-right: 51px;
}

.one-third:nth-child(3n+3) {
	float: right;
	margin-right: 0px;
}

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

.contactForm input[type="text"], .contactForm input[type="email"], .contactForm input[type="tel"], .contactForm textarea {
	box-shadow: none;
	border: 1px solid #ccc;
	text-shadow: none;
	font-family: inherit;
	font-size: 18px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: text;
}

/* .submit-button, input[type="submit"].submit-button {
	background-color: #2408EE;
} */
.submit-button, input[type="submit"].submit-button, .submit-button:hover, input[type="submit"].submit-button:hover {
	text-align: center;
	color: #fff;
	float: left;
	display: table;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	margin: 15px 0;
	padding: 12px 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: none;
	border: 0px;
	box-shadow: none;
	text-shadow: none;
}

.submit-button.nitro-lazy, input[type="submit"].submit-button.nitro-lazy, .submit-button:hover.nitro-lazy, input[type="submit"].submit-button:hover.nitro-lazy {
	background-image: none !important;
}

.subscribe-row .list li.top-phone {
	position: relative;
	font-size: 17px;
	margin-top: 15px;
}

.subscribe-row .list .call-right-number {
	float: left;
	margin-left: 10px;
}

.subscribe-row .call-right-number .fa {
	background-color: #000;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 30px;
	float: left;
	margin-left: 10px;
	color: #fff;
	text-align: center;
}

.subscribe-row .call-right-number .fa:hover {
	background-color: #82b440;
	color: #fff;
}

.subscribe-row .list .top-call-info {
	float: right;
	display: none;
}

.list .call-heading {
	color: #212121;
	font-weight: 600;
}

.list .number a {
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

.list .number a:hover {
	color: #82b440;
}

.comn-heading {
	font-size: 30px;
	color: #fff;
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.home-wlcm-row img {
	margin: 0px;
	border: 10px solid #fff;
}

.comn-heading.light {
	font-weight: 400;
	font-size: 25px;
}

.home-wlcm-row p {
	color: #fff;
	margin-top: 10px;
	font-size: 18px;
}

.footer-menu > li:first-child > a {
	padding: 0 5px;
}

.footer-top-txt {
	font-weight: 600;
	color: #fff;
	font-size: 16px;
}

#footer_widget {
	margin-bottom: 0px;
}

#footer-top {
	width: 100%;
	float: left;
	background-color: #2d2d2d;
}

.footer-top-txt a {
	color: #fff;
	font-weight: 600;
}

.footer-menu li a {
	color: #fff;
	padding: 0 8px;
	font-weight: 600;
	font-size: 16px;
}

/* a:hover {
	color: #82B440;
}
a:active{
	color: #fff;
} */
.footr-left {
	float: left;
}

.footr-right {
	float: right;
}

.footr-li-border {
	border-left: 2px solid #fff;
}

.testimonial-row {
	background-color: #82b440;
	padding-bottom: 40px;
}

.testimonial-row .testimonial_rotator.template-longform hr.longform_hr {
	display: none;
}

.testimonial-row .testimonial_rotator.template-longform .testimonial_rotator_author_info p {
	font-size: 18px;
	font-weight: 600;
}

.home-contact-row {
	background-color: #848283;
	padding: 30px 0;
}

.home-contact-row .comn-heading.light {
	margin-top: 20px;
}

.home-contact-row .submit-button, input[type="submit"].submit-button, .submit-button:hover, input[type="submit"].submit-button:hover {
	text-align: center;
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}

.home-blog-row {
	background-image: url("https://www.synflexamerica.com/wp-content/uploads/2019/04/bg_blog.jpg");
	background-size: cover;
}

.home-blog-row.nitro-lazy {
	background-image: none !important;
}

.home-blog-row .comn-heading.light, .home-blog-row .comn-heading.bold {
	color: #000;
}

.home-blog-row .comn-heading.light {
	margin-top: 30px;
}

.blog-thumb {
	height: 270px;
	background-color: #fff;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
	margin: 0 auto;
	display: table;
}

.blog-thumb a {
	height: 250px;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}

.blog-thumb img {
	max-height: 100%;
	width: auto !important;
	margin: 0 auto;
	margin-bottom: 0px;
	float: none;
	display: table;
}

.section-blog h2 {
	font-size: 20px;
	min-height: 40px;
	line-height: 20px;
}

.section-blog h2 a {
	color: #000;
	line-height: 27px;
}

.section-blog .blog-content a {
	color: #000;
}

.home-posts-main .blog-content a:hover, .section-blog h2 a:hover {
	color: #82b440;
}

.section-blog .read-more a {
	text-align: left;
	margin: 10px auto;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 35px;
	background-color: #82b440;
	color: #fff;
}

.section-blog .read-more a:hover {
	background-color: #5e8729;
	color: #fff;
}

.section-blog p {
	margin-top: 10px;
}

.address-list {
	font-weight: 600;
}

.section-blog .blog-post-content {
	padding: 0;
}

.shops-thumb {
	height: 400px;
	background-color: #fff;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
	margin: 0 auto;
	display: table;
	outline: 2px solid #dedad9;
	outline-offset: -1px;
}

.shops-thumb a {
	height: 365px;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}

.shops-thumb img {
	max-height: 100%;
	width: auto !important;
	margin: 0 auto !important;
}

.shops-top-info, .shops-top-info {
	margin-bottom: 30px !important;
}

.shops-content h2 {
	text-align: center;
	font-size: 25px !important;
	min-height: 30px;
	color: #82b440;
}

.shops-content h2 a {
	color: #82b440;
	text-transform: initial;
}

.shops-content h2 a:hover, .shops-content h2:hover {
	color: #000;
}

.testimonial-row .comn-heading.bold {
	margin-top: 30px;
}

.btn_touch-cart a {
	margin: 0 auto;
	display: table;
}

.home-product-row .owl-theme .owl-dots {
	display: none;
}

.home-product-row .owl-theme .owl-nav {
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: inherit;
}

.home-product-row .owl-theme .owl-nav [class*="owl-"] {
	color: #000;
	font-size: 50px;
	background: transparent;
	padding: 0px;
}

.home-product-row .owl-prev {
	left: -40px;
	position: relative;
}

.home-product-row .owl-next {
	float: right;
	position: relative;
	right: -40px;
}

.home-product-row .owl-theme .owl-nav [class*="owl-"]:hover {
	color: #82b440;
}

.home-blog-row .comn-heading.bold {
	margin-bottom: 20px;
}

.testimonial_rotator_prev .fa-chevron-left::before {
	content: "";
}

.testimonial_rotator_next .fa-chevron-right::before {
	content: "";
}

.srch-right {
	float: right;
}

.srch-right #searchsubmit {
	background-color: transparent;
	background-image: url("https://www.synflexamerica.com/wp-content/uploads/2019/04/icon_search.png");
	background-repeat: no-repeat;
	background-size: auto 35px;
	background-position: 90% center;
	text-indent: -999px;
	z-index: 999;
	float: right;
	border-radius: 50px;
	height: 32px;
	line-height: 32px;
	width: 32px;
	border: none;
	position: relative;
	box-shadow: none;
}

.srch-right #searchsubmit.nitro-lazy {
	background-image: none !important;
}

.srch-right #searchform {
	margin: 8px 0;
	display: inline-flex;
}

.srch-right .colophon-widget input[type="text"] {
	width: 83%;
	background: transparent;
	border: 1px solid #fff;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
}

.home-contact-row .wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	margin: 0 auto;
	width: 100%;
	float: left;
}

.section-blog {
	width: 49%;
	float: none;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 0 27px;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb a:hover {
	color: #000;
}

.blog_main_div .blog-thumb {
	background-color: #dbd6d6;
}

#footer {
	max-width: 100%;
}

.shop-main-cols .woocommerce-Price-amount.amount {
	color: #000;
	font-weight: 900;
	font-size: 25px;
	text-align: center;
	width: 100%;
}

#footer ul {
	margin: 0;
	padding: 0;
}

.title-search-results {
	margin: 10px 0px;
	text-transform: capitalize;
}

.search-main h2 {
	font-size: 25px;
}

.search-main h2 a, #content-sitemap a {
	color: #000;
}

.search-main h2 a:hover, #content-sitemap a:hover {
	color: #82b440;
}

.search-main .post-meta {
	display: none;
}

.srch-read-btn .read-more {
	margin-top: 15px;
}

.srch-read-btn .read-more a {
	padding: 8px 10px !important;
}

.search div.status-publish {
	border-bottom: 1px dashed #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.error-page-row h4 {
	font-size: 23px;
}

.single-blog-img-link {
	float: left;
	height: 275px;
	background-color: #f7f7f7;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	vertical-align: middle;
	margin: 0 30px 10px 0px;
	width: 350px;
	display: flex;
}

/* .blog-description {
	float: right;
	width: 68%;
} */
.single-blog-post .sub-headings3 {
	float: left;
	width: calc(100% - 54%);
	margin-top: 0;
}

.single-blog-img {
	float: left;
	width: 49%;
	margin-right: 20px;
	height: 280px;
	display: table;
	background-color: #f7f7f7;
	vertical-align: middle;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 10px;
}

.single-blog-inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 260px;
}

.single-blog-inner img {
	display: table;
	text-align: center;
	/*max-height: 100%;*/
	margin: 0 auto;
}

/* .single-blog-post .sub-headings3, .single-blog-post p {
	float: left;
	width: calc(100% - 380px);
} */
.single-blog-img-link img {
	max-height: 100%;
	width: auto !important;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 0px;
	float: none;
	display: table;
}

.single-blog-post h4 {
	color: #82b440;
	font-weight: 500;
	font-size: 20px;
}

.search-results .inner-page-title {
	display: none;
}

.search-results .breadcurmb-row {
	float: left;
}

.search-main h2 a {
	text-transform: capitalize;
}

.archive-blog {
	float: left;
}

.archive h6 {
	display: none;
}

.woocommerce ul.products li.product .button {
	margin-top: 0px;
}

.woocommerce ul.products li.product .price {
	text-align: center;
}

/******************* Custom CSS Start ****************************/
.txt-green {
	color: #82b440;
}

.txt-darkgreen {
	color: #71a032;
}

.txt-white {
	color: #fff;
}

.txt-black {
	color: #000;
}

.txt-pink {
	color: #e51937;
}

.uppercase {
	text-decoration: uppercase;
}

.center {
	text-align: center;
}

/* .btn-pink, input[type="submit"], input[type="submit"]:hover, .btn-top-order {
	background-color: #E51937;
	color: #fff;
	background: -webkit-linear-gradient(left bottom,#E51937 50%,#82B440 50%);
	background: -o-linear-gradient(left bottom,#E51937 50%,#82B440 50%);
	background: linear-gradient(to top,#E51937 50%,#82B440 50%);
	text-transform: uppercase;
	vertical-align: middle;
	background-size: 100% 200%;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: table;
	font-family: inherit;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 10px 35px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border:1px solid #fff;
	line-height:normal;
} */
.btn-pink, input[type="submit"], input[type="submit"]:hover, .btn-top-order, .btn-learn-more, .btn-learn-more-white, .btn-green, .btn-green:active {
	color: #fff;
	text-transform: capitalize;
	vertical-align: middle;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: table;
	font-family: inherit;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 10px 35px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 0px solid #fff;
	line-height: normal;
}

.btn-green {
	background-color: #82b440;
	color: #fff;
}

.btn-green:hover {
	background-color: #5e8729;
	color: #fff;
}

a.btn-green:active, a.btn-green:focus, a.btn-learn-more:focus, a.btn-learn-more:active {
	color: #fff;
}

.btn-pink, input[type="submit"], input[type="submit"]:hover, .btn-top-order {
	background-color: #e51937;
	text-transform: uppercase;
	font-size: 18px;
}

.btn-top-order {
	margin: 0 auto;
}

.btn-learn-more, .btn-learn-more-white {
	text-transform: capitalize;
	font-family: inherit;
	font-size: 16px;
	margin: 0 auto;
	padding: 10px 25px;
}

.btn-learn-more {
	margin: 0;
}

.btn-learn-more-white {
	border: 1px solid #fff;
}

.btn-pink, input[type="submit"], input[type="submit"]:hover, .btn-top-order, .btn-learn-more, .btn-learn-more-white {
	color: #fff;
	background-color: #e51937;
	background-image: none;
}

.btn-pink.nitro-lazy, input[type="submit"].nitro-lazy, input[type="submit"]:hover.nitro-lazy, .btn-top-order.nitro-lazy, .btn-learn-more.nitro-lazy, .btn-learn-more-white.nitro-lazy {
	background-image: none !important;
}

.btn-learn-more-white:hover, .btn-learn-more-white:active, .btn-learn-more-white:focus {
	color: #fff;
	background: #c1001b;
}

.btn-pink:hover, .btn-pink:active, .btn-pink:focus, .btn-learn-more:hover, .btn-learn-more:active, .btn-learn-more:focus, input[type="submit"]:hover, .btn-top-order:hover {
	color: #fff;
	background: #c1001b;
}

.btn-top-order, .btn-top.btn-green {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 8px 20px;
	border: 0;
}

.btn-top-order {
	border-bottom: 2px solid #c1001b;
}

.btn-top.btn-green {
	border-bottom: 2px solid #67942d;
	margin-left: 10px;
}

.btn-top.btn-green:hover {
	color: #fff;
	background: #67942d;
}

.btn-top.btn-green:hover {
	border-bottom: 2px solid #5e8729;
}

.btn-top-order:hover {
	border-bottom: 2px solid #b9001c;
}

.woocommerce a.button.product-view-more, .free-shipping-row, .product-view-more {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 8px 20px;
	border: 0;
	background-color: #5aa1e3;
	border-bottom: 2px solid #1874cd;
	margin-right: 7px;
	line-height: normal;
	color: #fff;
}

.woocommerce a.button.product-view-more:hover, .product-view-more:hover {
	background-color: #67942d;
	border-bottom: 2px solid #5e8729;
	color: #fff;
}

.subscription-buy-row {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subscription-buy-row a, .product_link_2 a {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 8px 20px;
	border: 0;
	line-height: normal;
	color: #fff;
	margin-right: 7px;
}

.subscription-buy-row a {
	background-color: #f29909;
	border-bottom: 2px solid #f29909;
}

.product_link_2 a {
	background-color: #82b440;
	border-bottom: 2px solid #67942d;
}

.subscription-buy-row a:hover {
	background-color: #d0a421;
	border-bottom: 2px solid #d0a421;
	color: #fff;
}

.product_link_2 a:hover {
	background-color: #67942d;
	border-bottom: 2px solid #5e8729;
	color: #fff;
}

.save-money {
	font-size: 16px;
}

.top-right-row {
	float: right;
	text-align: right;
}

.top-txt1, .top-txt2, .top-button {
	display: inline-block;
}

.sup {
	position: relative;
	top: -3px;
}

.top-widget-row {
	margin: 5px 0;
}

.top-left-col {
	margin-top: 10px;
}

.top-widget-row .top-button {
	position: relative;
	top: -15px;
	padding-left: 15px;
}

.top-txt2 {
	font-weight: bold;
}

.top-txt1, .top-txt2 {
	font-size: 16px;
}

.top-txt2.txt-green {
	display: block;
}

.top-left-col, .top-button {
	display: inline-block;
}

.top-button .btn-top-order, .top-button .btn-top {
	display: inline-block;
}

.sbreak {
	display: block;
}

#home-slider-row .tp-caption.slider-txt1, #home-slider-row .tp-caption.slider-txt2 {
	text-align: center !important;
}

.tp-caption.slider-button-row .btn-pink, .tp-caption.slider-button-row .btn-pink:hover {
	font-weight: bold !important;
	font-size: 17px !important;
	border: 0px;
	margin: 0 auto !important;
	background-color: #e51937;
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out !important;
	-moz-transition: all .4s ease-in-out !important;
	-ms-transition: all .4s ease-in-out !important;
	-o-transition: all .4s ease-in-out !important;
	transition: all .4s ease-in-out !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: table !important;
	font-family: inherit;
	font-size: 18px;
	margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 10px 22px !important;
	line-height: 22px !important;
}

.tp-caption.slider-button-row .btn-pink:hover {
	background: #c1001b;
}

#home-slider-row .tp-caption.slider-txt1 {
	padding-bottom: 20px !important;
	visibility: visible !important;
	position: relative;
}

#home-slider-row .tp-caption.slider-txt1::after {
	position: absolute;
	content: "";
	height: 4px;
	background-color: #fff;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 50%;
	margin: auto;
}

.home-5cols .home-scols-img, .home-scols-txt {
	margin-bottom: 0px !important;
}

.home-5cols img {
	margin: 0px;
}

.home-5cols .headings5 {
	line-height: 1.3;
	margin-top: 5px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.inner-footer-3 .home-5cols .headings5 {
	padding: 0;
}

.home-5cols .btn-learn-more-white {
	/* display: none; */
	opacity: 0;
	visibility: hidden;
}

.home-5cols .vc_column-inner {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.home-scols-txt p {
	margin: 0;
	height: 0;
}

#home-row-2 {
	margin-top: -100px;
}

.home-5cols:focus, .home-5cols:active, .home-5cols:hover {
	outline: none;
	outline: 0;
}

.home-5cols:hover {
	transform: scale(1.07);
	z-index: 9;
	transition: all ease-in-out 1s;
	-moz-transition: all ease-in-out 1s;
	-webkit-transition: all ease-in-out 1s;
}

.home-5cols:hover .vc_column-inner {
	padding-top: 30px !important;
	padding-bottom: 15px !important;
}

.home-5cols:hover .btn-learn-more-white {
	/* display: table;
	 transition: display linear 1s;
	-moz-transition: display linear 1s;
	-webkit-transition: display linear 1s; */
	opacity: 1;
	visibility: visible;
}

.home-5cols:hover .home-scols-txt p {
	height: auto;
}

#home-row-2 {
	margin-top: -80px;
	height: 270px;
	margin-bottom: 0px !important;
	overflow: hidden;
}

.home-options1 img {
	margin: 0 auto !important;
}

.sub-headings3 {
	font-weight: normal;
	font-size: 30px;
}

.sub-headings4 {
	font-weight: normal;
	font-size: 25px;
}

/* Heading02 - Heading04 are new H Tag Class Styles for Interior Pages*/
.heading02 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}

.heading03 {
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 40px;
}

.heading04 {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 12px;
	font-weight: 500;
}

.heading5 {
	margin: 0;
	font-size: 19px;
}

.headings4 {
	font-size: 23px;
}

.border-bottom {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid #dbdbdd;
	margin-bottom: 15px;
}

.border-bottom::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	width: 80px;
	height: 2px;
	background-color: #82b440;
}

#home-options1 .ho-innertxt {
	min-height: 255px;
}

#home-options2 .ho-innertxt {
	min-height: 190px;
}

#home-options1 .ho-innertxt, #home-options2 .ho-innertxt {
	float: left;
	width: 100%;
}

.footer-below-bottom {
	float: left;
	width: 100%;
	background-color: #505050;
	height: 20px;
}

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

.footer-address-list li {
	padding-bottom: 0px;
}

.footer-logo {
	height: 80px;
	width: auto;
}

#footer .social-icons {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer .social-icons li {
	padding: 0 20px;
}

#footer .social-icons a {
	font-size: 23px;
}

#footer .footer-address-list a, #footer .footer-poweredby a {
	color: #82b440;
}

#footer .footer-address-list a:hover, #footer .footer-poweredby a:hover {
	color: #e51937;
}

#footer .footer_menu a {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
}

.copyright-txt {
	clear: both;
	margin: 15px auto;
}

#footer .footer_menu {
	list-style: none;
}

#footer .footer_menu li {
	padding: 0 15px;
	position: relative;
	display: inline-block;
}

#footer .footer_menu li::after {
	position: absolute;
	content: "";
	top: 3px;
	height: 15px;
	width: 1px;
	background-color: #505050;
	bottom: 0;
	right: 0;
}

#footer .footer_menu li:last-child::after {
	display: none;
}

.footer-inner .wpb_text_column {
	margin-bottom: 0px !important;
	padding-bottom: 10px;
}

/* .sub-headings3 {
	margin-top: 0;
} */
.home-blog-row.vc_hidden {
	opacity: 1 !important;
}

#content-full.blog-main-cols4, #content-full.single-blog {
	margin-top: 25px;
}

.blog-post-block {
	width: 50%;
	float: left;
	padding-right: 45px;
	margin-bottom: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.blog-post-block.last {
	float: right;
	margin-right: 0;
}

.blog-post-content .post-headings3 {
	min-height: 60px;
	/*max-height: 60px;
	overflow: hidden;*/
	margin: 10px auto;
}

.blog-post-content p {
	min-height: 100px;
	margin: 10px 0;
	overflow: hidden;
	max-height: 100px;
}

.blog-post-content .post-headings3 a {
	color: #000;
	font-weight: normal;
	font-size: 18px;
}

.blog-post-content .post-headings3 a:hover {
	color: #71a032;
}

.blog-post-content {
	float: left;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.blog-post-thumb img {
	width: 100%;
	height: auto;
}

.blog-post-thumb img:hover {
	filter: grayscale(1);
}

.blog-post-thumb {
	float: left;
	width: 100%;
	height: 220px;
	display: table;
}

.blog-post-thumb a {
	display: table-cell;
	width: 100%;
	height: 220px;
	text-align: center;
	vertical-align: middle;
}

.blog-post-thumb a img {
	margin: auto;
	display: table;
	text-align: center;
	max-height: 100%;
	vertical-align: middle;
	width: auto;
}

.blog-main-cols4 .blog-post-thumb img {
	margin: 0px auto;
}

.home .blog-post-thumb a {
	border: 0;
}

.post-headings3 {
	margin: 15px auto;
}

#home-blog-row .sub-headings3 {
	margin-top: 0px;
}

#home-blog-row {
	padding-bottom: 30px;
}

.home-5cols.home-5cols1 {
	background-color: #82b440;
}

.home-5cols.home-5cols2 {
	background-color: #7aab38;
}

.home-5cols.home-5cols3 {
	background-color: #71a133;
}

.home-5cols.home-5cols4 {
	background-color: #67942d;
}

.home-5cols.home-5cols5 {
	background-color: #5e8729;
}

.inner-footer-top {
	float: left;
	width: 100%;
	background-color: #f7f7f7;
	padding: 30px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 370px;
	overflow: hidden;
}

#widgets.right-sidebar .widget_text.widget-wrapper:first-child {
	padding-top: 0px;
}

#widgets.right-sidebar .widget-wrapper {
	padding-right: 0px;
}

#widgets ul.page_menu, #blogsidebar .widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#widgets ul.page_menu li a, #blogsidebar .widget_categories ul li a {
	display: block;
	color: #fff;
	height: 45px;
	line-height: 45px;
	background-color: #82b440;
	border-bottom: 1px solid #dbdbdd;
	padding: 0 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#widgets #products-menu-wholesale ul.page_menu li a {
	height: auto;
	line-height: 1.5;
	padding: 10px;
}

.m-t-0 {
	margin-top: 0px;
}

#wrapper .error404 {
	text-align: center;
}

#wrapper .error404 .btn-pink {
	text-align: center;
	display: table;
	margin: auto;
	float: none;
}

#widgets ul.page_menu li a:hover, #blogsidebar .widget_categories ul li a:hover, #widgets ul.page_menu li.current-menu-item a, #blogsidebar .widget_categories ul li.current-cat a, #widgets ul.page_menu li.current-menu-item ul li a:hover, #widgets ul.page_menu li.main-active a, #widgets ul.page_menu li.main-active ul li a:hover {
	color: #fff;
	background-color: #71a032;
}

#widgets ul.page_menu li.current-menu-item ul li a, #widgets ul.page_menu li.main-active ul li a {
	color: #fff;
	background-color: #82b440;
}

#widgets ul.page_menu li ul.sub-menu li a {
	position: relative;
	padding-left: 30px;
}

#widgets ul.page_menu li ul.sub-menu li a {
	position: relative;
	padding-left: 30px;
}

#widgets ul.page_menu li ul.sub-menu li a::before {
	position: absolute;
	content: "";
	left: 12px;
	font-family: fontAwesome;
	font-size: inherit;
	color: #fff;
	top: 0;
}

.sidebar-menus-row {
	display: none;
}

.about-synflex-page #about-menu.sidebar-menus-row, .parent-pageid-18 #about-menu.sidebar-menus-row {
	display: block;
}

.company-page #company-menu.sidebar-menus-row, .parent-pageid-16 #company-menu.sidebar-menus-row, .parent-pageid-214 #company-menu.sidebar-menus-row, .parent-pageid-220 #company-menu.sidebar-menus-row {
	display: block;
}

.resources-page #resources-menu.sidebar-menus-row, .parent-pageid-21858 #resources-menu.sidebar-menus-row, .parent-pageid-21867 #resources-menu.sidebar-menus-row {
	display: block;
}

.glucosamine-page #glucosamine-menu.sidebar-menus-row, .parent-pageid-32 #glucosamine-menu.sidebar-menus-row {
	display: block;
}

.archive.woocommerce-page #products-menu.sidebar-menus-row, .single-product #products-menu.sidebar-menus-row {
	display: block;
}

.wholesale_customer.woocommerce-page #products-menu-wholesale.sidebar-menus-row, .wholesale_customer.single-product #products-menu-wholesale.sidebar-menus-row {
	display: block;
}

.wholesale_customer.woocommerce-page #products-menu.sidebar-menus-row, .wholesale_customer.single-product #products-menu.sidebar-menus-row {
	display: none;
}

.customer-service-page #customer-service-menu.sidebar-menus-row, .parent-pageid-36 #customer-service-menu.sidebar-menus-row, .parent-pageid-232 #customer-service-menu.sidebar-menus-row {
	display: block;
}

.inner-footer-heading-row {
	margin-bottom: 20px;
}

.inner-footer-heading-row .sub-headings3 {
	margin-top: 0;
}

#widgets ul.page_menu li, #widgets ul.page_menu li a {
	position: relative;
	z-index: 9;
}

#widgets ul.page_menu li ul.sub-menu {
	display: none;
	padding: 0;
	list-style: none;
	margin: 0;
}

#widgets ul.page_menu li ul.sub-menu.active, #widgets ul.page_menu li.main-active {
	display: block;
}

#widgets ul.page_menu li.menu-item-has-children::after, #widgets ul.page_menu li ul li.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "";
	top: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	height: 40px;
	width: 40px;
	font-weight: 600;
	cursor: pointer;
	z-index: 99;
	line-height: 40px;
	text-align: center;
	display: block;
}

.try-order-row, .sidebar-become-wholesaler {
	float: left;
	margin-top: 20px;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	width: 100%;
}

.try-order-row {
	background-color: #f5f5f5;
}

.sidebar-become-wholesaler {
	background-color: #505050;
	color: #fff;
}

#widgets a.btn-learn-more, #widgets .sidebar-become-wholesaler a.btn-green {
	display: table;
	padding: 10px 25px;
	margin: auto;
}

.try-order-row .txt-green {
	margin-top: 0px;
}

.try-order-row h4, .sidebar-become-wholesaler h4 {
	margin: 13px auto;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 22px;
	line-height: 1.2;
}

.sidebar-become-wholesaler h4 {
	color: #fff;
}

.try-order-row h4.low-price-order {
	font-size: 18px;
	font-weight: bold;
}

.list-lower-alpha {
	list-style-type: lower-alpha;
}

.post-entry li {
	padding-bottom: 7px;
}

.aff-faqs .vc_tta.vc_general .vc_tta-panel-title > a {
	padding-top: 10px !important;
	font-size: 20px;
	padding-bottom: 10px !important;
}

.aff-faqs .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	background-color: #fff !important;
}

.auto-ship-table table {
	background-color: #f5f5f5;
	text-align: center;
	color: #444;
}

table td, table th {
	border: 1px solid #444;
	padding: 10px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.auto-ship-table table .footable-header {
	background-color: #444;
	color: #fff;
}

.footable-filter-container {
	display: none;
}

.wpb_gmaps_widget.gmaps {
	clear: both;
}

.contact-us-row-2 .cn-lists {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}

.contact-us-row-2 .cn-lists li {
	padding-bottom: 0;
}

.cn-service-lists li {
	width: 50%;
	float: left;
	padding-bottom: 15px;
}

.cn-service-lists .contact-titles {
	color: #000;
	padding-bottom: 6px;
	float: left;
	width: 100%;
}

.cn-service-lists .btn-pink {
	text-transform: capitalize;
	font-size: 16px;
}

table .border-bottom::before {
	display: none;
}

/******** 26-4-19 ************/
.innerpage-testimionials-row .testimonial_rotator.template-default .slide {
	margin: 0px auto 20px;
	padding: 20px;
}

.innerpage-testimionials-row .testimonial_rotator_wrap {
	margin: 0px;
	padding: 0px;
}

.innerpage-testimionials-row .testimonial_rotator_slide_title {
	text-align: left;
	margin-top: 50px;
	text-transform: uppercase;
}

italic, em {
	font-style: italic;
}

.left-side-testimonial .testimonial_rotator.template-default .slide, .right-side-testimonial .testimonial_rotator.template-default .slide {
	position: relative;
}

.innerpage-testimionials-row .left-side-testimonial .testimonial_rotator.template-default .slide::before, .innerpage-testimionials-row .right-side-testimonial .testimonial_rotator.template-default .slide::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 40px;
}

.innerpage-testimionials-row .left-side-testimonial .testimonial_rotator.template-default .slide::before {
	color: #898989;
}

.innerpage-testimionials-row .right-side-testimonial .testimonial_rotator.template-default .slide::before {
	color: #fff;
}

.left-side-testimonial .testimonial_rotator.template-default .slide, .right-side-testimonial .testimonial_rotator.template-default .slide:nth-child(2n + 2) {
	background: #f5f5f5;
	color: #898989;
}

.left-side-testimonial .testimonial_rotator.template-default .slide:nth-child(2n + 2), .right-side-testimonial .testimonial_rotator.template-default .slide {
	background: #82b440;
	color: #fff;
}

/* .success-testimionials-row .right-side-testimonial .testimonial_rotator.template-default .slide:nth-child(2n + 2) {
	background: #82B440;
	color: #fff;
} */

/* .success-testimionials-row .left-side-testimonial .testimonial_rotator.template-default .slide:nth-child(2n + 2) {
	background: #82B440;
	color: #fff;
} */
.left-side-testimonial .testimonial_rotator.template-default .slide:nth-child(2n + 2)::before, .left-side-testimonial .testimonial_rotator.template-default .slide:nth-child(2n + 2) h2, .right-side-testimonial .testimonial_rotator.template-default .slide::before, .right-side-testimonial .testimonial_rotator.template-default .slide h2 {
	color: #fff;
}

.right-side-testimonial .testimonial_rotator.template-default .slide:nth-child(2n + 2)::before, .right-side-testimonial .testimonial_rotator.template-default .slide:nth-child(2n + 2) h2 {
	color: #898989;
}

.blog-single-img {
	background-color: #fff;
	float: left;
	width: 25%;
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 270px;
	vertical-align: middle;
	border: 1px inset #000;
}

.bs-inner {
	display: table-cell;
	height: 240px;
	vertical-align: middle;
}

.bs-inner img {
	margin: auto;
}

.mt-0 {
	margin-top: 0px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.staff-imgs-row .wpb_single_image img {
	margin-top: 0px !important;
}

.p-20 {
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.text-bg-green {
	background-color: #71a133;
	color: #fff;
}

.text-bg-red {
	background-color: #e51937;
	color: #fff;
	margin-top: 20px;
}

.text-bg-gray {
	background-color: #f5f5f5;
}

.icon-sm {
	font-size: 25px;
}

.grey-background-testimonial, .green-background-testimonial {
	margin: 0px auto 20px;
	padding: 20px;
}

.grey-background-testimonial {
	background: #f5f5f5;
	color: #898989;
}

.green-background-testimonial {
	background: #82b440;
	color: #fff;
	position: relative;
}

.success-stories-row .heading5 {
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 50px;
}

.success-stories-row .heading5::before {
	content: "";
	position: absolute;
	top: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	font-size: 40px;
}

.home .wptww-testimonial-content i.fa {
	display: none;
}

.home .wptww-testimonials-text {
	width: 70%;
	margin: auto;
	display: table;
}

.home .wptww-testimonial-content h4 {
	display: none;
}

.home .wptww-testimonial-author strong {
	font-weight: normal;
	color: #82b440;
	font-size: 18px;
}

.home .wptww-testimonials-slidelist .slick-dots li button {
	background: transparent !important;
	border: 1px solid #82b440;
	width: 10px !important;
	height: 10px !important;
}

.home .wptww-testimonials-slidelist .slick-dots li.slick-active button {
	background: #82b440 !important;
}

.archive .woocommerce-products-header__title.page-title {
	display: none;
}

.woocommerce .onsale {
	display: none;
}

.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del, .single-product .summary.entry-summary .price del {
	display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-align: center;
	color: #666;
	font-weight: normal;
	font-size: 19px;
	line-height: normal;
	min-height: 50px;
	padding: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
	color: #e51937;
}

.woocommerce ul.products li.product .price ins, .single-product .summary.entry-summary .price ins {
	text-decoration: none;
}

.woocommerce ul.products li.product .price span {
	font-size: 19px;
	font-weight: bold;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
	padding-right: 20px !important;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after, .woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
	font-size: 8px;
	position: absolute;
	top: 12px;
}

.single-product #content-woocommerce {
	margin-top: 20px;
}

.woocommerce td.product-quantity .screen-reader-text {
	display: none;
}

.btn_touch-cart a, .btn_touch-cart button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.added_to_cart.wc-forward, .single-product .summary.entry-summary .single_variation_wrap .single_add_to_cart_button, .single-product .cart .single_add_to_cart_button.button.alt, .related.products .add_to_cart_button, .shop-products .button.product_type_variable, .shop-products .button.add_to_cart_button, .woocommerce-message a.button, a.checkout-button.button.alt, #place_order, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 9px 20px;
	border: 0;
	background-color: #e51937;
	border-bottom: 2px solid #c1001b;
	color: #fff;
	line-height: normal;
}

.btn_touch-cart a:hover, .btn_touch-cart button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.added_to_cart.wc-forward:hover, .single-product .summary.entry-summary .single_variation_wrap .single_add_to_cart_button:hover, .single-product .cart .single_add_to_cart_button.button.alt:hover, .related.products .add_to_cart_button:hover, .shop-products .button.product_type_variable:hover, .shop-products .button.add_to_cart_button:hover, .woocommerce-message a.button:hover, a.checkout-button.button.alt:hover, #place_order:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	background: #c1001b;
	border-bottom: 2px solid #ae001b;
}

.woocommerce a.added_to_cart.wc-forward {
	margin: 10px auto;
	display: table;
}

.table-head {
	background-color: #444;
	color: #fff;
}

.bg-gray {
	background-color: #f5f5f5;
}

.product-info-table {
	margin-bottom: 15px;
}

.woocommerce-tabs.wc-tabs-wrapper {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.plists {
	margin-top: 15px;
	margin-right: 0;
}

#tab-description.woocommerce-Tabs-panel h2 {
	display: none;
}

.single-product .tabs.wc-tabs {
	display: none;
}

.woocommerce-tabs .heading04, .woocommerce-tabs .heading03 {
	font-weight: bold;
}

.single-product .try-order-row, .archive.woocommerce .try-order-row, .single-product .sidebar-become-wholesaler, .archive.woocommerce .sidebar-become-wholesaler {
	display: none;
}

/* .single-product .summary.entry-summary form.cart .button {
	width: 200px;
	margin-top: 10px;
	float: left;
} */
.single-product .summary.entry-summary {
	float: right;
	width: 64% !important;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #f7f7f7;
	min-height: 500px;
}

.single-product .summary.entry-summary .cart .quantity .qty, .cart .screen-reader-text {
	display: inline-block;
	margin-right: 10px;
	float: left;
	height: 39px;
	width: 100px;
}

.single-product .stock.in-stock {
	display: none;
}

.single-prdouct .woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description p {
	font-size: 13px;
}

.single-prdouct .woocommerce-product-details__short-description ul {
	margin-top: 20px;
}

.single-prdouct .woocommerce-product-details__short-description ul li {
	padding-bottom: 5px;
}

.single-product .woocommerce-product-details__short-description .heading04 {
	font-weight: bold;
	margin-bottom: 10px;
}

.free-shipping-row, .subscription-buy-row a, .product_link_2 a {
	display: block;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	margin-top: -5px;
	letter-spacing: 0px;
	padding: 11px 15px;
}

.international-shipping {
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 70%;
}

.international-shipping-row {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	padding: 8px 20px;
	border: 0;
	background-color: #e51937;
	border-bottom: 2px solid #c1001b;
	margin-right: 7px;
	line-height: normal;
}

.woocommerce-cart table.cart th.product-remove {
	width: 50px;
}

.woocommerce-cart table.cart th.product-thumbnail {
	width: 10%;
}

.woocommerce-cart table.cart th.product-name {
	width: 35%;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	text-transform: capitalize;
	font-size: 30px;
}

#wrapper .woocommerce-checkout .screen-reader-text {
	height: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #82b440;
	color: #fff;
}

/***** gravti-form *******/
.contact-form-gform_wrapper {
	margin: 0px auto !important;
}

.gform_body .half-cols {
	width: 50%;
	display: inline-block;
}

.gform_body .half-cols .medium {
	width: 100% !important;
}

.gform-hidden_sub_label .hidden_sub_label {
	display: none;
}

.half-cols-addrs-row .hidden_sub_label {
	display: none;
}

.signup-gform select, input[type="text"], input[type="password"], input[type="email"] {
	border: 1px solid #aaa;
	box-shadow: none;
	height: 45px;
	font-size: 16px !important;
}

.signup-gform .gform_body ul li {
	margin-top: 0px !important;
	padding-bottom: 0px !important;
}

.signup-gform .gfield_checkbox li label {
	vertical-align: top !important;
}

.signup-gform input[type="submit"] {
	background: #e51937;
}

.signup-gform input[type="submit"]:hover {
	background: #c1001b;
}

.signup-gform .gform_body .optional-content {
	padding-bottom: 10px !important;
}

.checkbox-row .gfield_label {
	display: none !important;
}

.contact-form-gform .hidden_sub_label {
	display: none;
}

.contact-form-gform ul li {
	margin-top: 0px !important;
	padding-bottom: 0px;
}

.contact-form-gform select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select {
	height: 45px;
	font-size: 15px !important;
	padding-left: 15px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contact-form-gform textarea {
	font-size: 15px !important;
	padding-left: 15px !important;
	box-shadow: none !important;
	height: 180px !important;
}

.contact-form-gform input[type="submit"] {
	background: #82b440;
	padding: 12px 30px;
}

.contact-form-gform input[type="submit"]:hover {
	background: #71a032;
}

.contact-name-row input {
	margin-bottom: 0px !important;
}

.half-cols-addrs-row input {
	margin-bottom: 12px !important;
}

.signup-gform ul li.gfield.gfield_error, .contact-form-gform ul li.gfield.gfield_error {
	background: transparent;
	padding: 0;
	border: none;
	margin: 0 !important;
}

.signup-gform ul li.gfield.gfield_error .validation_message, .contact-form-gform ul li.gfield.gfield_error .validation_message {
	padding-top: 0px !important;
	font-size: 13px;
	margin-bottom: 0px;
}

.contact-form-gform .gform_footer {
	padding-top: 0px !important;
}

.single-blog-post h2 {
	font-size: 22px;
	color: #82b440;
	font-weight: 600;
}

.bottom-signup input[type="email"] {
	width: 100%;
	height: 40px;
}

.bottom-signup #ctct-submitted {
	display: table;
	padding: 10px 25px;
	margin: auto;
	text-transform: capitalize;
	font-size: 16px;
	text-shadow: none;
}

.bottom-signup .ctct-disclosure {
	display: none;
}

/******************* Custom CSS End ****************************/
.per-bottleTube-txt {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	color: #77a464;
	margin-bottom: 10px;
}

.woocommerce ul.products li.product .price {
	margin-bottom: 0;
}

body[class*="-subscribe-save-page"] .pro-attr {
	display: block;
}

body[class*="-subscribe-save-page"] .pro-attr .pdivider:first-child {
	display: none;
}

body[class*="-subscribe-save-page"] .summary.entry-summary .subscription-details, body[class*="-subscribe-save-vs-page"] .summary.entry-summary .subscription-details, .subscription-case-products-page .subscription-details {
	display: none;
}

body[class*="-subscribe-save-vs-page"] .summary.entry-summary .variations_form.cart td, .subscription-case-products-page .summary.entry-summary .variations_form.cart td {
	border: 0;
}

body[class*="-subscribe-save-vs-page"] .summary.entry-summary .price, body[class*="-subscribe-save-vs-page"] .summary.entry-summary .bulk-discount, .subscription-case-products-page .summary.entry-summary .price, .subscription-case-products-page .summary.entry-summary .bulk-discount {
	display: none;
}

body[class*="-subscribe-save-vs-page"] .summary.entry-summary .single_variation_wrap .price, body[class*="-subscribe-save-vs-page"] .summary.entry-summary .single_variation_wrap .bulk-discount, .subscription-case-products-page .summary.entry-summary .single_variation_wrap .price, .subscription-case-products-page .summary.entry-summary .single_variation_wrap .bulk-discount {
	display: block;
}

.single-product .variations select {
	line-height: 40px;
	padding: 0px 10px;
	height: 40px;
}

.wholesale-registration-page-page select, .wholesale-registration-page-page input[type="text"], .wholesale-registration-page-page input[type="tel"], .wholesale-registration-page-page input[type="email"], .wholesale-registration-page-page input[type="password"] {
	width: 280px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: 1px solid #aaa !important;
}

.wholesale-registration-page-page #wwlc-registration-form .select2-container, #wwlc-registration-form .field-set select {
	min-width: 250px;
	width: 280px !important;
}

#wwlc-registration-form .select2-container--default .select2-selection--single {
	border-radius: 2px;
	height: 45px;
}

#wwlc-registration-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 45px;
}

#wwlc-registration-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
}

textarea#wwlc_cf_additional_information {
	box-shadow: none;
	border: 1px solid #aaa;
	width: 280px;
	height: 200px;
}

.home #content-full {
	margin-top: 0 !important;
}

#header-main.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 1px 0px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 0px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 1px 0px 4px rgba(0, 0, 0, .1);
}

#blogsidebar {
	margin-right: 0 !important;
	float: right;
}

#blogsidebar .widget_categories {
	padding: 15px 0 0;
}

#blogsidebar .widget-title h3::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	width: 80px;
	height: 2px;
	background-color: #82b440;
}

#blogsidebar .widget-title h3 {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid #dbdbdd;
	margin-bottom: 15px;
	font-family: Droid Sans;
	color: #000;
	font-weight: 400;
}

.gform-email #input_3_1 {
	width: 100% !important;
}

.gform-email .gform_footer.top_label {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.gform-email #field_3_1 {
	padding-bottom: 0 !important;
}

.articleinfo .articletitle {
	font-weight: 600;
}

.notificationbar {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #5e8729;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 27px;
	padding: 15px 0 12px;
}

.notificationbar p {
	margin-top: 0;
	margin-bottom: 0;
}

.notificationbar a {
	color: #ffe811;
	font-weight: 600;
	text-decoration: underline;
}

.notificationbar a:hover {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

.caseoffer > a {
	background-color: #3c56a6;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
	padding: 10px;
	margin-top: 11px;
	border: 0;
	text-align: center;
}

.caseoffer > a:hover {
	background-color: #264599;
}

#testimonialrotator .testimonialblock .testimonial_rotator_slide_title {
	color: #82b440;
	text-align: center;
	font-size: 16px;
}

.left-side-testimonial #testimonialpage .testimonialblock:nth-child(2n+2), .right-side-testimonial #testimonialpage .testimonialblock:nth-child(2n+1) {
	background: #82b440;
	color: #fff;
}

.left-side-testimonial #testimonialpage .testimonialblock:nth-child(2n+1), .right-side-testimonial #testimonialpage .testimonialblock:nth-child(2n+2) {
	background: #f5f5f5;
	color: #898989;
}

#testimonialpage .testimonialblock {
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

#testimonialpage p.quote {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 0;
}

#testimonialpage h2.testimonial_rotator_slide_title {
	font-size: 20px;
	margin-top: 10px;
	line-height: 1.1em;
	margin-bottom: 10px;
}

#ftnewsletter {
	background-color: #45651c;
	color: #fff;
	float: left;
	width: 100%;
	padding: 10px 0 6px;
}

#ftnewsletter.sticky {
	position: sticky;
	z-index: 9;
	bottom: 0;
}

#ftnewsletter #closetrigger {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	padding: 0 0 10px 10px;
	z-index: 99999;
	width: 25px;
}

#ftnewsletter.showtrigger #closetrigger {
	display: block;
}

#ftnewsletter span {
	width: 50%;
}

#ftnewsletter span.left {
	padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
	margin-top: 8px;
}

#ftnewsletter span.right {
	text-align: left;
}

#ftnewsletter span.right .gform_wrapper {
	margin-top: 0;
}

#ftnewsletter span.right .gform_wrapper .gform_body {
	float: left;
	width: 256px;
	margin-bottom: 0;
	clear: none;
}

#ftnewsletter span.right .gform_wrapper .gform_body .gfield {
	margin-top: 0;
}

#ftnewsletter span.right .gform_wrapper .gform_body .ginput_container.ginput_container_email {
	margin: 0;
}

#ftnewsletter span.right .gform_wrapper .gform_body input[type="text"] {
	height: 38px;
	width: 100%;
}

#ftnewsletter span.right .gform_wrapper .gform_footer.top_label {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	float: left;
	width: 150px;
	clear: none;
}

#ftnewsletter .validation_error {
	color: #fff !important;
	border-color: #fff !important;
	margin-bottom: 10px !important;
}

#ftnewsletter #validation_message_5_1 {
	color: #fff;
	text-align: center;
}

/*-------------------------------------------------------------- */
@media screen and (max-width: 1150px) {
	#logo {
		margin: 10px 0;
		width: 25%;
	}
	
	.blog-post-block {
		margin-right: 41px;
	}
	
	#home-options2 .ho-innertxt {
		min-height: 200px;
	}
	
	#home-options2 .heading5 {
		min-height: 40px;
		max-height: 40px;
		overflow: hidden;
	}
	
	.home-2cols .heading5 {
		margin-bottom: 10px;
	}
	
	.ho-innertxt p {
		margin-top: 0px;
	}
}

@media screen and (max-width: 1024px) {
	#logo {
		margin: 0 auto;
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.top-right-row {
		float: none;
		text-align: center;
	}
	
	.site-nav {
		float: left;
		position: relative;
		margin-top: 0;
		width: 100%;
	}
	
	.header-nav {
		float: right;
	}
	
	.top-widget-row {
		margin-top: 0;
	}
	
	.home-5cols .headings5 {
		padding: 0px;
	}
	
	#home-options2 .ho-innertxt {
		min-height: 220px;
	}
	
	.blog-post-block {
		margin-right: 38px;
	}
	
	.home .testimonial_rotator_description, .home .wptww-testimonials-text {
		width: 80%;
	}
	
	.btn-top-order, .btn-top.btn-green {
		padding: 11.5px 20px;
		margin-top: 5px;
	}
	
	.btn_touch-cart a, .btn_touch-cart button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.added_to_cart.wc-forward, .single-product .summary.entry-summary .single_variation_wrap .single_add_to_cart_button, .single-product .cart .single_add_to_cart_button.button.alt, .related.products .add_to_cart_button, .shop-products .button.product_type_variable, .shop-products .button.add_to_cart_button, .woocommerce-message a.button, a.checkout-button.button.alt, #place_order, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce a.button.product-view-more {
		font-size: 14px;
		padding: 9px 15px;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px;
	}
	
	.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
		padding-right: 15px !important;
	}
	
	.single-product .summary.entry-summary .price, .single-product .summary.entry-summary .woocommerce-Price-amount.amount .single-product .summary.entry-summary .woocommerce-product-details__short-description .price-amount, .single_variation_wrap .woocommerce-variation-price .woocommerce-Price-amount.amount {
		font-size: 19px;
	}
	
	.woocommerce-checkout h3 {
		text-transform: capitalize;
		margin: 10px auto;
	}
	
	.footer-logo {
		height: 80px !important;
		width: auto;
	}
	
	.sub-menu .menu-item-has-children::after {
		display: none;
	}
	
	.single-blog-post .sub-headings3 {
		width: calc(100% - 37%);
	}
	
	.free-shipping-row {
		font-size: 23px;
	}
	
	.blog-thumb, .blog-thumb a {
		height: 205px;
	}
}

@media screen and (max-width: 980px) {
	.blog-post-block {
		margin-right: 35px;
	}
	
	#home-options1 .ho-innertxt {
		min-height: 285px;
	}
	
	.home-5cols .vc_column-inner {
		padding-top: 40px !important;
	}
	
	.home-5cols .headings5 {
		font-size: 15px;
	}
	
	.tp-caption.slider-button-row .btn-pink, .tp-caption.slider-button-row .btn-pink:hover {
		line-height: normal !important;
		height: auto !important;
	}
	
	#pageheader {
		height: 300px;
	}
	
	.contact-us-row-2 .cn-lists li {
		font-size: 14px;
	}
	
	.sub-headings3 {
		font-size: 24px;
	}
	
	.woocommerce #wrapper .col-700, .woocommerce #wrapper .col-220 {
		width: 100%;
	}
	
	#content-woocommerce {
		margin-bottom: 0px;
	}
	
	.woocommerce #wrapper .col-220#widgets, .woocommerce #wrapper .col-220#widgets #products-menu .sub-headings4 {
		margin-top: 0;
	}
	
	.btn_touch-cart a, .btn_touch-cart button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.added_to_cart.wc-forward, .single-product .summary.entry-summary .single_variation_wrap .single_add_to_cart_button, .single-product .cart .single_add_to_cart_button.button.alt, .related.products .add_to_cart_button, .shop-products .button.product_type_variable, .shop-products .button.add_to_cart_button, .woocommerce-message a.button, a.checkout-button.button.alt, #place_order, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce a.button.product-view-more {
		font-size: 16px;
		padding: 9px 20px;
	}
	
	.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
		padding-right: 20px !important;
	}
	
	.woocommerce #widgets.right-sidebar .widget-wrapper {
		padding-left: 0;
	}
	
	.single-product .summary.entry-summary .price, .single-product .summary.entry-summary .woocommerce-Price-amount.amount .single-product .summary.entry-summary .woocommerce-product-details__short-description .price-amount, .single_variation_wrap .woocommerce-variation-price .woocommerce-Price-amount.amount {
		font-size: 22px;
	}
	
	.single-product .summary.entry-summary {
		min-height: 535px;
	}
	
	.blog-post-thumb, .blog-post-thumb a {
		height: 200px;
	}
}

@media screen and (max-width: 900px) {
	.home-5cols .headings5 {
		font-size: 14px;
	}
	
	.sub-headings3 {
		font-size: 24px;
	}
	
	.home-testimonials .headings2, .headings2 {
		font-size: 30px;
	}
	
	.blog-post-block {
		margin-right: 32px;
	}
	
	.woocommerce ul li a.button, .woocommerce a.button.product-view-more, .woocommerce ul.products li.product a.add_to_cart_button {
		margin: 0 auto 10px;
		display: table;
	}
	
	.woocommerce ul.products li.product a:hover > img {
		transform: scale(1.03);
	}
	
	.single-product .woocommerce-product-gallery, .single-product .summary.entry-summary {
		float: left;
		width: 100% !important;
	}
	
	.free-shipping-row {
		margin-top: 10px;
		margin-right: 0;
	}
	
	.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image:first-child {
		height: 400px;
	}
	
	.single-product .woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
		max-height: 100% !important;
		width: auto !important;
	}
	
	.single-product .summary.entry-summary {
		min-height: auto;
	}
	
	.subscription-buy-row {
		margin-bottom: 10px;
	}
	
	.blog-thumb, .blog-thumb a {
		height: 170px;
	}
}

@media screen and (max-width: 850px) {
	.home-5cols, .home-2cols {
		width: 100% !important;
	}
	
	/* .home-2cols .sub-headings3 {
		min-height: 55px;
	} */
	.home-2cols {
		border-bottom: 1px dashed #82b440;
		margin-bottom: 20px;
	}
	
	.home-2cols {
		border-bottom: 1px dashed #82b440;
		margin-bottom: 20px;
	}
	
	.home-2cols:last-child {
		border: 0;
		margin-bottom: 0;
	}
	
	#home-options1 .ho-innertxt, #home-options2 .ho-innertxt {
		min-height: auto;
		margin-bottom: 15px;
	}
	
	.home-2cols .wpb_single_image .vc_figure, .home-2cols .wpb_single_image .vc_single_image-wrapper {
		width: 100% !important;
		display: table;
		text-align: center;
	}
	
	.blog-post-block {
		width: 47%;
		float: left;
		margin-right: 35px;
	}
	
	.blog-post-block.last, .blog-post-block.second {
		float: right;
		margin-right: 0;
	}
	
	#home-row-2 {
		height: 1070px;
		margin-top: -50px;
	}
	
	.inner-footer-top {
		height: 1150px;
	}
	
	.col-700.inner-page-content, #widgets.right-sidebar {
		width: 100%;
		margin-right: 0px;
	}
	
	#widgets.right-sidebar {
		margin-top: 0px;
	}
	
	#widgets.right-sidebar .widget-wrapper {
		padding-left: 0;
	}
	
	.single-blog-img-link {
		margin: 0 0px 10px 0px;
		width: 100%;
	}
	
	.single-blog-post .sub-headings3 {
		float: left;
		width: 100%;
	}
	
	.single-blog-post .sub-headings3 {
		margin-bottom: 5px;
	}
	
	#pageheader {
		height: 250px;
	}
	
	#container {
		padding: 0 15px;
	}
	
	.single-blog-img {
		width: 100%;
		margin-right: 0px;
		height: 350px;
	}
	
	.single-blog-inner {
		height: 330px;
	}
	
	.blog-post-content p {
		min-height: 80px;
		max-height: 80px;
	}
	
	.blog-post-thumb, .blog-post-thumb a {
		height: 250px;
	}
}

@media screen and (max-width: 768px) {
	#ftnewsletter {
		padding: 10px 0 2px;
	}
	
	#ftnewsletter span.left {
		padding-right: 0;
		text-align: center;
		margin-top: 8px;
		width: 100%;
		margin-bottom: 15px;
	}
	
	#ftnewsletter span.right {
		text-align: center;
		width: 100%;
	}
	
	#ftnewsletter span.right .gform_wrapper .gform_body {
		width: 100%;
		margin-bottom: 10px;
		clear: both;
	}
	
	#ftnewsletter span.right .gform_wrapper .gform_footer.top_label {
		width: 100%;
		clear: both;
	}
	
	#ftnewsletter span.right .gform_wrapper .gform_footer.top_label .gform_button.button {
		line-height: 25px;
	}
	
	.caseoffer .break {
		display: inline;
	}
	
	.notificationbar {
		font-size: 13px;
		line-height: 18px;
		padding: 10px 0 9px;
	}
	
	#blogsidebar .widget_categories {
		padding: 0;
	}
	
	.grid.col-700, .grid.col-220 {
		width: 100%;
		float: left;
	}
	
	.blog-post-block {
		padding-right: 0;
	}
	
	#header-main.sticky .top-left-col, #header-main.sticky .top-button {
		display: none;
	}
	
	#header-main.sticky .menu-collapser {
		margin-top: -60px;
	}
	
	.blog-post-content .post-headings3, .blog-post-content p {
		min-height: 0;
		max-height: 100%;
	}
	
	.home .testimonial_rotator_description, .home .wptww-testimonials-text {
		width: 90%;
	}
	
	#footer .footer_menu a {
		letter-spacing: .5px;
	}
	
	#footer .footer_menu li {
		padding: 0 10px;
	}
	
	#home-testimonials {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	
	.footer-below-bottom {
		height: 40px;
	}
	
	/* 	#wrapper {
		padding: 0 10px;
	} */
	.single-product .summary.entry-summary .price, .single-product .summary.entry-summary .woocommerce-Price-amount.amount .single-product .summary.entry-summary .woocommerce-product-details__short-description .price-amount, .single_variation_wrap .woocommerce-variation-price .woocommerce-Price-amount.amount {
		line-height: 1.2;
	}
	
	.top-left-col, .top-button {
		display: block;
	}
	
	.top-widget-row .top-button {
		top: 0;
	}
	
	.blog-thumb, .blog-thumb a {
		height: 135px;
	}
}

@media screen and (max-width: 650px) {
	.home .testimonial_rotator_description, .home .wptww-testimonials-text {
		width: 100%;
	}
	
	.blog-post-block, .blog-post-block.last, .blog-post-block.second, .section-blog {
		width: 100%;
		float: left;
		margin-right: 0;
		margin-bottom: 25px;
		padding: 0;
	}
	
	.blog-thumb, .blog-thumb a {
		height: 250px;
	}
	
	.blog-post-block {
		border-bottom: 1px dashed #82b440;
		padding-bottom: 20px;
	}
	
	.blog-post-block:last-child {
		border-bottom: 0px dashed #82b440;
		padding-bottom: 0px;
	}
	
	.blog-post-thumb img {
		width: auto;
		height: auto;
	}
	
	#home-slider-row .tp-caption.slider-txt1::after {
		bottom: 5px;
	}
	
	#pageheader {
		height: 200px;
	}
	
	.cn-service-lists .btn-pink {
		font-size: 14px;
	}
	
	.contact-us-row {
		padding-bottom: 0px !important;
	}
	
	.aff-faqs .vc_tta.vc_general .vc_tta-panel-title > a {
		font-size: 17px;
	}
	
	.blog-post-content .post-headings3, .blog-post-content p {
		min-height: 0;
		max-height: 100%;
	}
	
	.blog-post-thumb, .blog-post-thumb a {
		height: 200px;
	}
	
	.section-blog p {
		margin-top: 10px;
		min-height: auto;
	}
	
	.blog-thumb a img {
		max-height: 500px !important;
	}
}

@media screen and (max-width: 533px) {
	#header-main.sticky .top-left-col, #header-main.sticky .top-button {
		display: none;
	}
	
	#header-main.sticky .menu-collapser {
		top: -5px;
	}
	
	.home-testimonials .headings2, .headings2 {
		font-size: 28px;
		line-height: 1.3;
	}
	
	.top-widget-row .top-button {
		display: block;
	}
	
	#home-row-2 {
		margin-top: 0px;
	}
	
	#home-slider-row .tp-caption.slider-txt2, #home-slider-row .tp-caption.slider-txt2 span {
		font-size: 16px !important;
	}
	
	.tp-caption.slider-button-row {
		margin-top: 30px !important;
	}
	
	#home-slider-row .tp-caption.slider-txt1, #home-slider-row .tp-caption.slider-txt2, #home-slider-row .tp-caption.slider-button-row {
		min-width: 300px !important;
		max-width: 300px !important;
	}
	
	.collapse-button {
		margin-top: 10px;
	}
	
	.cn-service-lists li {
		width: 100%;
		text-align: center;
	}
	
	.cn-service-lists .btn-pink {
		margin: auto;
	}
	
	.pro-attr, .bottlesize {
		display: block;
	}
	
	.pdivider {
		display: none;
	}
	
	.single-product .summary.entry-summary .single_add_to_cart_button.button.alt {
		display: block;
		float: left;
		width: 100%;
	}
	
	.gform_body .half-cols {
		width: 100%;
	}
	
	.signup-gform input[type="submit"] {
		width: auto !important;
	}
	
	.signup-gform .gfield_checkbox input {
		vertical-align: top !important;
		margin-top: 4px;
	}
	
	.contact-form-gform input[type="submit"] {
		width: auto !important;
	}
}

@media screen and (max-width: 480px) {
	.notificationbar {
		padding: 6px 0 6px;
	}
	
	#header-main.sticky #logo {
		float: left;
	}
	
	#home-slider-row .tp-caption.slider-txt1, #home-slider-row .tp-caption.slider-txt1 span {
		font-size: 15px !important;
	}
	
	#home-slider-row .tp-caption.slider-txt1::after {
		bottom: 10px;
		height: 3px;
		width: 35%;
	}
	
	.home .testimonial_rotator_wrap {
		margin: 10px 0px !important;
	}
	
	#pageheader {
		height: 170px;
	}
	
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		min-height: auto;
		padding: 0 0 10px;
	}
	
	.woocommerce-checkout h3 {
		font-size: 25px;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
		float: left;
	}
	
	.single-blog-img {
		height: 320px;
	}
	
	.single-blog-inner {
		height: 300px;
	}
	
	.blog-post-thumb, .blog-post-thumb a {
		height: 250px;
	}
	
	#logo {
		width: 80%;
	}
	
	.menu-collapser {
		top: -125px;
	}
	
	.bulk-heading {
		font-size: 22px;
	}
	
	.wholesale-registration-page-page select, .wholesale-registration-page-page input[type="text"], .wholesale-registration-page-page input[type="tel"], .wholesale-registration-page-page input[type="email"], .wholesale-registration-page-page input[type="password"], .wholesale-registration-page-page #wwlc-registration-form .select2-container, #wwlc-registration-form .field-set select, textarea#wwlc_cf_additional_information {
		width: 100% !important;
	}
}

@media screen and (max-width: 414px) {
	#header-main.sticky .menu-collapser {
		top: 5px;
	}
	
	#home-slider-row .tp-caption.slider-txt1, #home-slider-row .tp-caption.slider-txt2, #home-slider-row .tp-caption.slider-button-row {
		min-width: 200px !important;
		max-width: 200px !important;
	}
	
	#home-slider-row .tp-caption.slider-txt2, #home-slider-row .tp-caption.slider-txt2 span {
		font-size: 14px !important;
	}
	
	.tp-caption.slider-button-row .btn-pink, .tp-caption.slider-button-row .btn-pink:hover {
		padding: 8px 20px !important;
	}
	
	#home-slider-row .tp-caption.slider-txt2 {
		display: none;
	}
	
	#home-slider-row .tp-caption.slider-txt1, #home-slider-row .tp-caption.slider-txt1 span {
		line-height: 1.2 !important;
	}
	
	.blog-post-content {
		padding: 0;
	}
	
	#pageheader {
		height: 150px;
	}
	
	.footer-poweredby a {
		display: block;
	}
	
	#logo {
		width: 75%;
		float: left;
	}
	
	.menu-collapser {
		top: -115px;
	}
	
	.top-txt1, .top-txt2 {
		font-size: 15px;
	}
}

@media screen and (max-width: 376px) {
	#header-main.sticky .menu-collapser {
		top: 7px;
	}
	
	.home-testimonials .headings2, .headings2 {
		font-size: 24px;
		line-height: 1.2;
	}
	
	.inner-footer-top {
		height: 1180px;
	}
	
	#pageheader {
		height: 130px;
	}
	
	.top-widget-row .top-button {
		padding-left: 0;
	}
	
	.contact-us-row-2 .cn-lists {
		width: 100%;
		margin-bottom: 15px !important;
	}
	
	.woocommerce table.cart td.actions #coupon_code, .woocommerce table.cart td.actions .button {
		display: block !important;
		width: 100% !important;
	}
	
	.woocommerce table.cart td.actions .button {
		margin-top: 15px;
	}
	
	.woocommerce-page table.cart td.actions .coupon {
		padding-bottom: 0px;
	}
	
	.woocommerce-checkout h3 {
		font-size: 21px;
	}
	
	.top-txt1, .top-txt2 {
		font-size: 14px;
	}
	
	.menu-collapser {
		top: -105px;
	}
	
	.blog-thumb, .blog-thumb a {
		height: 212px;
	}
}

@media screen and (max-width: 360px) {
	#header-main.sticky .menu-collapser {
		top: 12px;
	}
	
	.menu-collapser {
		top: -198px;
	}
	
	.top-widget-row .top-button {
		margin-right: 10px;
	}
	
	.single-blog-img {
		height: 250px;
	}
	
	.single-blog-inner {
		height: 230px;
	}
	
	.blog-thumb, .blog-thumb a {
		height: 198px;
	}
}

@media screen and (max-width: 320px) {
	#footer .footer_menu li::after {
		display: none;
	}
	
	#footer .footer_menu li {
		display: block;
	}
	
	.top-widget-row .top-button {
		margin-right: 30px;
	}
	
	.blog-thumb, .blog-thumb a {
		height: 168px;
	}
}
