/*
Theme Name: Aspire
Theme URI: 
Description:
Author: 
Author URI:
Version: 
License: 
License URI: 
Text Domain: 
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */


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, font, 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 {
	background: transparent;
	border: 0;
	font-family: "Avenir-Medium";
}
body {
	line-height: 1;
}

button.single_add_to_cart_button.alt.blue_btn.disable-button{
	background:#999!important;
}

.msg{
	padding-top:6px!important;
}

.disable-button {
  background-color: #999 !important;
}
.entry-title{
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 1px 0px #fff;
	padding-bottom: 20px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
#content #contact_address h1{
	margin:0;
	font-weight: 400;
	line-height: 38px;
}
.meta-prep,
.meta-sep,
.entry-date{
	color: #4e5156;
	font-size: 12px;
}
a:hover, a:focus {
	color: #0953c6;
	text-decoration: none;
}
.url{
	color: #0953c6;
	font-weight: normal;
	text-transform: capitalize;
	text-shadow: 0px 0px 0px #0953c6;
	font-size: 12px;
}
/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#footer {
	clear: both;
	width: 100%;
	position: relative;
	color: #293341;
	font-size: 20px;
	background: #acadad;
	box-shadow: inset 0px 3px 6px #666;
	padding-top: 20px;
	padding-bottom: 60px;
}
#footer .container_wrapper{
	border-top: 2px solid #807d7d;
	padding-top: 20px;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
	margin: 0 auto;
	width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Avenir-Roman";
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	
}
#content input[type="submit"].green_btn{
	background: #48bb43;
	border: none;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'PT Sans', sans-serif;
	padding: 9px 37px;
}
.blue_btn,
.blue_btn:visited{
	display: inline-block;
	background: #0e60b3;
	color: #fafbfc;
	font-weight: normal;
	font-size: 12px;
	border: none;
	border-radius: 3px;
	padding: 6px 12px;
	text-shadow: 1px 1px 1px #062b66;
	text-decoration: none;
	text-transform: lowercase;
}
.blue_btn:hover,
.blue_btn:active
{
	color: #fdd902;
	text-decoration: none;
}
.blue_btn.inherit{
  text-transform: inherit;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.gray{
	color:#575858;
}
.black{
	color:#000;
}
.green-blue{
	color:#177d9a;
}
#content .home_heading{
	font-size: 34.86px;
	line-height: 34px;
	display: inline-block;
	font-weight: bold;
}
#content  .green-blue.home_heading{
	margin-left: -5px;
}
/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
}
#wrapper {
	padding:0;
}
.home #branding{
	padding: 0px;
	border-bottom: none;
}
#branding{
	padding-top: 20px;
	padding-bottom: 35px;
	/*border-bottom: 1px solid #ccc;*/
}
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body,
input,
textarea {
	color: #4e5156;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
textarea {
	
}
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
input[type="number"],
input[type="tel"]{
	
}
#theme-my-login #your-profile .form-table input{
	padding: 10px;
	line-height: 1;
	width: 100%;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header
-------------------------------------------------------------- */
#header {
	/*background: #d5dae2;*/
	background: url('images/page-header-bg.png');
	background-repeat: repeat-x;
}
#topHeader{
	background: url('images/promo-bar-bg(2).png') repeat-x;
	color: #fff;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	text-shadow: 1px 1px 1px #666;
	font-weight: 300;
	height: 51px;
}
#topHeader .container{
	padding-top: 10px;
}
#topHeader a{
	color: #fff;
	font-weight: 600;
	position: relative;
}
#topHeader a span{
	position: absolute;
	background: #fff;
	height: 1px;
	width: 95%;
	left: 0;
	bottom: -1px;
	box-shadow: 1px 1px 1px #666;
}
#topHeader a:hover{
	text-decoration: none;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #4b4b4b;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}
/* =Menu
-------------------------------------------------------------- */
.home #branding{
	padding: 10px 0px;
	background-image: url('images/slider_bg.jpg');
	background-repeat: no-repeat;
	background-position: 50%;
}
#first_sec{
	margin-bottom: -18px;
}
#access {
	display: inline-block;
	width: 100%;
}
#access .menu-header ul
{
	list-style: none;
	
}
#access .menu-header li,
div.menu li {
	display: inline-block;
	position: relative;
	padding: 0px;
	padding-bottom: 7px;
}
#access .menu-header li:last-child span,
div.menu li:last-child span{
	display: none;
}
#access .menu-header li span{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color:#eeebeb;
}
#access a {
	color: #293341;
	display: inline-block;
	line-height: 20px;
	padding: 0 8px;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0px 0px 0px #999ea4;
}
#access .menu-header li:hover .sub-menu li a{
	color: #eeebeb;
}
#access .menu-header li .sub-menu li:hover a{
	color: #000;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 160px;
	
}
#access .menu-header ul ul li {
	padding: 0;
	text-align: left;
	border: none;
	left: 0;
	width: 100%;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #807d7d;
	line-height: 1em;
	padding: 12px;
	width: auto;
	height: auto;
	opacity: 0.9;
	border-bottom: 1px solid #fff;
}
#access ul ul li:last-child  a{
	border: none;
}
#access li:hover > a,
#access ul ul :hover > a {
	//color: #fe0f18;
        color: #0a3d8d; 
}
#access ul li:hover > ul {
	display: inline-block;
	width: 100%;
}
#menu-footer-menu{
	margin-bottom: 10px;
}
#menu-footer-menu li a{
	font-size: 13px;
	text-shadow: 1px 0px 1px #6b7075;
	text-shadow: 1px 0px 2px rgba(3,3,3,0.25);
	color:#293341;
	text-transform: capitalize;
}
#menu-footer-menu li.current_page_item a{
	font-weight: bold;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #0a3d8d;
	font-weight: bold;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
/* =Content
-------------------------------------------------------------- */
#main {
	display: inline-block;
	width:100%;
	margin: 0px;
	padding: 0px;
}
#content{
	
}
#content,
#content input,
#content textarea {
	color: #4b4b4b;
	line-height: 24px;
	font-size: 14px;
	padding: 10px 35px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #4b4b4b;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1;
	margin: 0 0 20px 0;
}
#content .blog-title h3{
	margin: 0;
}
#content .blog-title h3 a{
	color: #000;
}
#home_content .blog-title h3 a{
	color: #fff;
}
.blog_sections{
	margin-bottom: 80px;
	display: inline-block;
	width: 100%;
}
.blog-details{
	padding-top: 20px;
	padding-bottom: 10px;
}
#content table {
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#your-profile .form-table td span{
	display: inline-block;
}
.indicator-hint{
	display: inline-block;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.page-title {
	color: #4b4b4b;
	font-weight: bold;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #575858;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: capitalize;
	margin: 20px 0px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #4b4b4b;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
.entry-content h1{
	font-size: 28px;
	font-weight: normal;
	text-align: center;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #4b4b4b;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
	padding: 10px;
	width: 100%;
	background: #f9f9f9;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.center{
	text-align:center;
}	
/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */
.blue{
	color:#807d7d;
}
.light_blue{
	color:#428bca;
}
.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #4b4b4b;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
	display: none;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 10px;
}
.footer-menu .widget-area ul ul{
	margin-left: 0px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 66%;
	height: 34px;
	padding: 0;
	vertical-align: top;
	border: none;
	margin: 0;
	box-shadow: none;
	background: none;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #dcd6d5;
	padding: 20px 18px;
	border-radius: 2px;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget_text,
.widget_nav_menu{
	background: none;
	border: none;
	padding: 0;
}
.widget_search{
	padding: 7px;
}
.widget-title {
	color: #2a2a2a;
	padding-bottom: 12px;
	border-bottom: 1px dotted;
	border-color: #d8d8d8;
	font-family: 'cm_hello_i_like_you_w01_bolRg';
	font-weight: 700;
	font-size: 18px;
	text-shadow: 0px 0px 0px #2a2a2a;
        margin-top: 0;
}
.menu-podcast-category-container ul li{
	list-style-image: url('images/list-img.png');
	margin: 10px 0px;
}
.widget-area a{
	text-shadow: 0px 0px 0px #999ea4;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#menu-podcast-category li a{
	display: inline-block;
	vertical-align: middle;
	margin-top: -20px;
	padding-left: 20px;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #4b4b4b;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin: 0;
	padding: 0;
}
#menu-footer-menu li{
	display: inline-block;
	margin-right: 5px;
}
#menu-user-menu li a{
	font-size: 20px;
	line-height: 30px;
	margin: 0px 12px;
}
/* =Footer
-------------------------------------------------------------- */
#colophon {
	display: inline-block;
	width: 100%;
}
#site-info a {
	color: #4b4b4b;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
/* Custom Css Start
-------------------------------------------------------------- */
.blog-title{
	text-align: left;
}
.navbar-inverse{
	background: none;
	border: none;
	margin: 0;
	min-height: 100%;
}
#top_heading{
	padding: 28px 0px;
	font-weight: bold;
	font-size: 26.86px;
}
#secnd_sec {
	text-align: right;
	margin-top: 25px;
	text-transform: capitalize;
}
#third_sec{
	text-align:right;
	padding: 30px 15px;
}
#home_content{
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
#slider_section .col-md-4 img{
	width: 100%;
	height: 450px;
}
#featured_section{
	background: #f7f7f7;
	float: left;
	width: 100%;
}
#featured_section h1{
	font-size:28.86px;
	line-height:28.86px;
	margin-top: 20px;
}
.feature_wrapper{
	display: inline-block;
	width: 90%;
}
.feature_wrapper .col-md-3 .feature_link{
	display: inline-block;
	position:relative;
}	
.feature_wrapper .col-md-3 .feature_link:hover  .span_tri{
	border-top: 60px solid #15202f;
}
.feature_wrapper .col-md-3 .feature_link:hover  .span_tri span{
	color:#000;
}
.feature_wrapper .col-md-3 .feature_link .span_tri{
	position:absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 60px solid #9ac2b9;
	border-right: 60px solid transparent;
}	
.feature_wrapper .col-md-3 .feature_link .span_tri span{
	margin-top: -42px;
	display: inherit;
	transform: rotate(-44deg);
	margin-left: 8px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}
 
 .blog-left{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 100px;
	background: #ffffff;
	border-radius: 50%;
	border: 1px solid #ffcd35;
	margin-right: 15px;
 }
 
 
 .blog-center{
	padding-bottom: 20px;
 }
 
 .blog-img{
	margin-bottom:20px;
 }
 
 .blog-right{
	display:inline-block;
	width:100%;
 }
 
 .blog-right h2{
	 font-size: 22px;
 }
 
 #content .blog-right h2{
	margin: 0;
	text-transform: initial;
	font-size: 20px;
 }
 
 .blog-right h2 a{
	color: #575858;
	text-transform: capitalize;
 }
 
 .blog-right h2 a:hover{
	color:#807d7d;
	text-decoration:none;
 }
 
 #content .blog-right .blog-mid h5 {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	}
 #content ul.post-categories{
	margin-bottom:0;
	display: inline-block;
	width: 85%;
 }
 
.bookmarkRibbon{
	display: inline-block;
	color: #FFF;
	position: relative;
	margin-right:20px;
	background: #ffa400;
	line-height: 20px;
	margin-bottom:10px;
}
.bookmarkRibbon:hover{
    background: #0d2240;
}
.bookmarkRibbon:before{
    content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 12px solid #fff;
	border-bottom: 10px solid transparent;
}
.bookmarkRibbon a{
	padding-left: 20px;
	padding-right: 16px;
	font-size: 12px;
	color:#fff;
	text-transform: capitalize;
}
.bookmarkRibbon a:hover
{
    color:#fff;
    text-decoration: none;
    
}
#descl_content .blue_text{
	color:#060964;
	font-size:18px;
	margin-bottom:20px;
}
.amazingslider-box-1 div:nth-child(3){
	display:none !important;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus{
	background-color: #0a3d8d;
}
.navbar-inverse .navbar-toggle {
	border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}
.page-numbers{
	float:right;
}
.page-numbers li{
	display:inline-block;
	vertical-align:top;
	margin-right: -4px;
	margin-bottom:2px;
}
.page-numbers li:first-child  a{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.page-numbers li:last-child  a{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
	
	
.page-numbers li a,
.page-numbers li span.current{
	padding: 0px 8px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	background: #807d7d;
	margin: 2px;
}
.page-numbers li a:hover,
.page-numbers li span.current{
	background:#15202f;
	color:#6c5122;
	text-decoration:none;
	border-bottom: 3px solid #ffcd35;
}
#request_form h5{
	margin-bottom:10px;
}
#single_page_sidebar  h3{
	color:#807d7d;
	margin-bottom: 30px;
}
#right_sidebar{
	width: 30%;
	margin-left: 30px;
	float: right;
}
#banner_section{
	margin: 20px 0px;
}
#single_page_sidebar #right_sidebar{
	width: 100%;
	margin: 0;
}
.sidebar_area{
	margin-bottom: 20px;
}
.contributor_list_section h3{
	background: #807d7d;
	color: #eeebeb;
	padding: 20px;
	border-radius: 4px;
}
.img-responsive{
	display: inline-block;
	width: auto;
}
.img_sidebar{
	display: inline-block;
	padding: 0px 22px;
}
.sidebar-module .post-stats{
	display: inline-block;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}
.navigation li {
	display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #6FB7E9;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}
.navigation li a:hover,
.navigation li.active a {
	background-color: #3C8DC5;
}
.error{
	color: red;
}
::-webkit-input-placeholder {
	color: #404040; 
	font-size: 14px;
	font-family: "Avenir-Lightoblique";
	text-transform: capitalize;
}
:-moz-placeholder { 
	color: #404040; 
	font-size: 14px;
	font-family: "Avenir-Lightoblique";
	text-transform: capitalize;
}
::-moz-placeholder { 
	color: #404040; 
	font-size: 14px;
	font-family: "Avenir-Lightoblique";
}
:-ms-input-placeholder {  
	color: #404040; 
	font-size: 14px;
	font-family: "Avenir-Lightoblique";
	text-transform: capitalize;
}
#footer-widget-area .widget_nav_menu ul li:first-child a {
	font-size: 11.97px;
	color: #3d3d3d;
	font-family: "Avenir-Heavy";
	margin: 0px;
	padding: 5px 0px;
}
.dropdown-menu{
	text-align: left;
}
section.adamrob_parallax{
	background-size: 100% !important;
}
.adamrob_pcontainer .content_container{
	float: none;
}
.content_banner {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%;
	height: 282px;
 }
 .form_free_testNot .wpcf7-radio input[type=radio]{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
 }
.wpcf7-list-item-label{
	font-size: 16px;
	font-family: "Avenir-Medium";
	color: #fff;
	float: right;
	padding: 0px 15px;
	margin-top: 0px;
	line-height: 18px;
}
.page-template-contact-us #footer_zip_code,
.page-template-store-template #footer_zip_code{
	display: none;
}
.bootom_header{
	margin-top: -7px;
}
.bottom_menu_bar .search_section{
	vertical-align: middle;
}
.gray_bg,
.orenge_bg_container{
	margin-top: -6px;
}
.left_bar_signup .mail_address_block input[type=text], 
.left_bar_signup .mail_address_block input[type=email] {
	width: 100%;
}
.loginNcart ul{
	position: relative;
}
.event_content .event_heading{
    color: #262626;
    display: block;
    height: 60px;
    overflow: hidden;
}
#myList .col-md-6{ 
	min-height: 280px;
}
.search #Not_woocommerce_banner,
.error404 #Not_woocommerce_banner{
    display:none;
}
.archive .left_content h2 ,
.search .left_content h2{
    margin-top: 20px;
    margin-bottom: 10px; 
}
.img_banner_container .img_banner_section {
  margin-top: -43px;
}
.stor_address{
    width:100% !important;
}
.inner_stor_address{
    width: 200px;    
}
.cart_btn_wrap{
    /*padding-top: 20px;
    margin-top: -20px;*/
}
.about_pro_price {
  font-size: 24.08px;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
 /* width: 29%;*/
}

.about_pro_price .amount,
.product-type-simple .amount{
word-break: break-all;
  font-size: 18px;
  font-family: "Avenir-Medium";
  color: #404040;
}

.pro_qty {
  vertical-align: top;
}
.product_checkOut{
    left:0;
    width:118%;
}
.product_checkOut:after {
  border-top: 14px solid #ff893d;
  left: 0px;
  bottom: -14px;
}
.product_checkOut_wrap .product_checkOut {
  bottom: 45px;
}
.product_checkOut a {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.archive .woocommerce a.added_to_cart.wc-forward{
    display:none;
}
.woocommerce .about_pro_detail a.chkout_tooltip{
    color: #77a464;
    font-weight: bold;
}
#map_canvas {
    width: 100%;
    height: 100%;
}
#map_section{
    position: relative;
}
#map_section img{
    position: absolute;
    right: 40px;
    top: 50%; 
}
#myCarousel{
	margin-bottom: 80px;
}
.single.single-product #single_img_banner_container{
display:none
}
.menu-header.navbar-collapse{
    max-height: inherit;  
}
.home_product_container .product_detail, 
.home_product_container .about_pro_detail {
  position: relative;
}
.home_product_container .product_detail .product_checkOut_wrap .product_checkOut {
	bottom: 34px;
	left: 60px;
}
.home_product_container .product_detail .product_checkOut{
	left: 57px;
	width: 68%;
	margin: 0 auto;
}
.woocommerce.columns-4 .product_checkOut{
    left: 0px;
    width: 160px;
    margin: 0 auto; 
}
.about_add2cart_content .woocommerce.columns-4 .product_checkOut_wrap .product_checkOut {
	/*left: 0px;
	bottom: 60px;
	width: 160px;	*/
}
.product_checkOut a{
      color: #fff;
}
.woocommerce .about_pro_detail a.chkout_tooltip{
    display: inline-block;
    width: 100%;
    color: #77a464;
    font-weight: bold;
    display:none;
}
.chkout_tooltip{
    display:none;
}
.woocommerce a.added_to_cart.wc-forward{
    display:none !important;
}
.acw_circle h1 a{
    color: #fff;
    font-family: 'cm_hello_i_like_you_w01_bolRg';
    font-size: 43.71px;
    margin: 58px 0px;
    line-height: 48px;
}
.left_content ul.whole_sale_list li {
  line-height: 28px;
}
div.wpcf7 img.ajax-loader{
    display:none;
}
.wpcf7-form-control.wpcf7-submit{
    margin-bottom: 0;
	text-transform: capitalize;
}
.page-template-contact-us .contact_page .col-md-3.con_right_section{
    padding: 0;
	padding-left:10px;
}
.page-template-contact-us .contect_sideBar{
      padding-left: 0px;
}
.page-template-contact-us .textwidget input[type=text]{
    width:100%;
}
.news_custom_form{
	position:relative;
}
.news_custom_form .submit_search{
	position: absolute;
	right: 0;
	top: 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: #96a72f;
	color: #fff;
	outline: none;
}
.news_custom_form .submit_search:hover{
	background: #0e60b3;
}
.top_menu #main-menu .dropdown-menu .dropdown-menu{	
	position: relative;
	top: 0;
	left: 0px;
	right:0;
	background: none;
	border: none;
	box-shadow: none;
     width: 100%;	
}
.top_menu #main-menu .dropdown-menu .dropdown-menu a{
    padding-left: 40px;
}
.product-type-subscription #custom_cart_form .blue_btn{
	min-width: 150px;
}
.post-type-archive-product .product-type-subscription .about_pro_detail ul,
.post-type-archive-product .product-type-subscription .pro_review,
.post-type-archive-product .product-type-subscription .about_pro_price,
.post-type-archive-product .product-type-subscription .quantity,
.post-type-archive-product #woocommerce-widget-area .side_bar_menu,
.tax-product_cat .subscription-details{
	display:none;
}
.post-type-archive-product #woocommerce-widget-area .side_bar_menu:nth-child(1),
.post-type-archive-product #woocommerce-widget-area .side_bar_menu:nth-child(2),
.post-type-archive-product #woocommerce-widget-area .side_bar_menu:nth-child(3){
	display:block;
}
#footer-widget-area .widget_nav_menu ul.footer_menu_dropDown li:first-child a{
	font-family:"Avenir-Roman";
}
.woocommerce_cart_item .quantity{
	float:left;
}

.main_seacrh_form{
	width:200px;
}

.login .blue_btn{
margin-left: 20px;
}

.woocommerce form .form-row label.inline {
    display: inline;
    font-size: 15px;
    vertical-align: middle;
}

.woocommerce .products ul.product_tag_ul{
	margin-bottom:0;
}

.type-product .about_pro_detail h5 {
  margin-bottom: 5px;
}

.proInfo .pro_qty .spinner.input-group .form-control{
	width: 93%;
	border-radius: 3px;
}

#news-widget-area{
	margin-top: 20px;
}

.stor_address a.map_title{
	color: #1176c0;
	font-weight: bold;
	text-decoration: none;
}

#myCarousel .carousel-inner {
    min-height: 650px;
}

.bottom_menu_responsive ul {
  position: relative;
}

.bottom_menu_responsive ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  text-align: left;
  background-color: #96a72f;
  border-radius: 0px 0px 5px 5px;
  margin: -5px 0px;
  padding: 10px 8px;
}

.bottom_menu_responsive ul li a.logout_user {
  width: auto;
  color: #fff;
}

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

.top_menu .navbar-collapse{
   z-index: 9;   
}

.bottom_menu_responsive .search_section{
      width: 100%;
}

.bottom_menu_responsive .search_section .search{
      width: 74%;
}


.stor_address h4 a {
  font-family: "Avenir-Black";
  font-size: 18.02px;
  text-decoration: none;
  color: #1176c0;
  position: relative;
  display: inline-block;
}


.testingHeading.left_text{
text-align: left;
}

.testing_content_text label {
  color: #404040;
  font-size: 16px;
}

#landing_page_form {
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}
#landing_page_form .test_agree .wpcf7-list-item-label {
	display:none;
}
#landing_page_form .test_agree .test_agree_label {
	margin-left: 5px;
}
#landing_page_form .test_agree .test_agree_label,
#landing_page_form .testing_content_text label {
	color: #727272;
}
#landing_page_form .test_agree .test_agree_label strong {
	color:#2c2c2c;
}
.cart_count {
	display:none;
	position: absolute;
	display: block;
	color: #fff;
	font-size: 9px;
	line-height: 19px;
	background: red;
	border-radius: 120px;
	font-weight: bold;
	top: -10px;
	right: -5px;
	text-align: center;
	padding: 0px 8px;
}

.page-template-stories-template-php .story_btn{
display:none;
}


.story_btn{
width:100%;
margin-bottom: 25px;
text-align:center;
text-transform: uppercase;
}

.single-story .img_banner_container{
width: 100%;
}


.single-story .img_banner_container .img_banner_section {
  margin-top: -43px;
}



.single-story .blog-center {
  padding-bottom: 0;
}

.single-story .left_content h2 {
  margin-bottom: 0;
}

.testing_content_text select.form-control.multiple_selection{
height: auto;
  vertical-align: middle;
}

.btn-group .dropdown-toggle,
.btn-group.open .dropdown-toggle {
  webkit-box-shadow: inset 1px 1px 3px 0px rgba(216,216,216,1);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(216,216,216,1);
  box-shadow: inset 1px 1px 3px 0px rgba(216,216,216,1);
  border-color: #d8d8d8;
  background: #fff;
  height: 30px;
  width: 108px;
}


.btn-group .multiselect-selected-text{
	width: 75px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	height: 22px;
}


.ss2-align{
    margin-top: -42px !important;
}

.img_banner_section .flexslider{
	margin:0;
	border:none;
}

.img_banner_section .flex-direction-nav .flex-prev {
    left: 0px;
}

.img_banner_section .flex-direction-nav .flex-next {
    right: 0px;
}

.img_banner_section .flex-direction-nav a{
	overflow: visible;
	opacity: 1;
}

.green_orenge_container{
	    margin-top: -6px;
}


.woocommerce div.product{
height:auto;
}

.cart.composite_data{
height: auto;
    width: 100%;
}

.component a.component_option_thumbnail_tap{

    border: none;
}

.about_pro_detail ul li.component_option_thumbnail_container  span{
border: none;
}

/*-------------------------------------------------------------- */
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
@media (max-width: 979px){
	.about_pro_price .amount,
	.product-type-simple .amount {
		font-size: 16px;
	}
}
@media (max-width: 767px){
	/*.banner_content_holder .banner_content h3 {
		font-size: 18px;
	}
	.banner_content {
		width: 350px;
	}*.
	.flexslider .flex-direction-nav a:before{
		font-size:24px;	
	}
	.flexslider .flex-direction-nav a{
		top:65%;	
	}
	.about_pro_price .amount {
		font-size:13px;
	}
}
@media (max-width: 600px){
	/*.banner_content_holder .banner_content h3{
		line-height: 28px;
		font-size: 20px;
	}*/
}
@media (max-width: 480px){
	/*.banner_content_holder .banner_content {
		width: 175px;
	}
	.banner_content_holder .banner_content h3 {
		font-size: 10px;
		line-height: 20px;
	}*/
}
@media (max-width: 360px){
	/*.banner_content_holder .banner_content h3 {
		font-size: 6px;
		line-height: 10px;
	}
	.banner_content_holder .banner_content {
		width: 130px;
	}*/
}
@media (max-width: 320px){
	/*.banner_content_holder .banner_content {
		width: 115px;
		margin-bottom: 18px;
		padding: 5px;
	}
	.banner_content_holder .banner_content .orenge_btn {
		margin-top: 0px;
		left: 15%;
	}*/
}

/* dvlan additions */
.comment-text .avatar {display:none;}
.page-id-66 .woocommerce .cart-collaterals ul.products, .page-id-66 .woocommerce .cart-collaterals ul.products li.first, .page-id-66 .woocommerce .cart-collaterals ul.products::after {clear:none !important;}
/*smart coupon edits */
.sc_info_box {float:none !important;}
/* wholesale fix */
.post-1221 .about_pro_price {
    color: #77a464;
    display: inline-block;
    font-size: 0.857em;
    font-weight: 400;
    margin-bottom: 0.5em;}
.post-1221 ins {background-color:#fff;}

.woocommerce ul.products li.product .about_pro_price del {
    color: inherit;
    display: block;
    opacity: 0.5;
}
.page-id-78 .woocommerce-orders-table__header-order-status {display:none;}
.page-id-66 .woocommerce.columns-2 ul.products li.product {clear: none !important; min-height: 290px;}

/* partner section */
#partners1 .parallax-bg{background-image: url(/wp-content/uploads/2018/03/cups-2.jpg); background-size: 100%;}
#partners2 .parallax-bg{background-image: url(/wp-content/uploads/2018/03/good-company-2.jpg); background-size: 100%;}

#partners2, #partners1 {margin: 50px 0px;}

.partner-story-logo {
border:#ccc solid 1px; 
padding:15px 0px;
min-height:150px;}

.partner-logos {margin:60px 0px;}

.partner-logos img {padding: 0px 15px;}

@media (max-width: 480px){ .partner-logos {margin:0px; } .partner-logos img {padding: 0px 15px;} }

/* .textwidget .side_bar_menu:nth-child(2) {display:none !important;} */

/* out of stock edit */
.out-of-stock{font-size: 2em !important;    padding-top: 20px !important;    color: #ff8b40 !important;}

/* holiday product edits */
.postid-2994 div.product form.cart, .postid-2994 div.product p.price, .postid-3016 div.product form.cart, .postid-3016  div.product p.price {display:none !important;}

.postid-3016  .cart, .postid-2994 .cart {display:none !important;}
li.post-3016 .cart, li.post-2994 .cart {display:none !important;}

.postid-2994 .wpcf7 .col-md-6, .postid-3016 .wpcf7 .col-md-6{ padding-bottom: 12px;}

.postid-2994 .wpcf7-list-item-label, .postid-3016 .wpcf7-list-item-label  {color:#666;}

.multi_shipping option[value=legacy_free_shipping] {display:none !important;}

/* gift card fixes */
.page-template-fullpage.woocommerce-cart .woocommerce table.shop_table thead tr th {width:100%}
.ui-datepicker {width:400px;}

.star-rating[title~="0"] {display:none !important;}

/*SWS CSS */
.single_variation_wrap .woocommerce-variation-price, .single_variation_wrap .woocommerce-variation-price{
	display: none;
}
.proInfo .woocommerce-variation-add-to-cart .quantity{
	width: 100%;
    text-align: center;
}

.variations .label {color:#000;}