@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 * 
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */


html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 16px; line-height: 1.231; background-color: #FFF; }

body, button, input, select, textarea { font-family: Helvetica, Arial, "sans-serif"; font-weight: 400; color: #000; }


h1, h2, h3, h4, h5, h6 {
    clear: none !important; /* FIX ISSUE WITH ALIGNMENT OF CONTENT ALONGSIDE IMAGES */ 
}
 
h1 {
	font-family: Helvetica, Arial, "sans-serif";
	color: #000 !important;
	font-size: 2rem !important;
    margin: 0;
    font-weight: 700 !important;
    margin-bottom: 15px;
	line-height: 2.5rem;	
}
h2 {
	font-family: Helvetica, Arial, "sans-serif";
	color: #ed2024 !important;
	line-height: 2.5rem;	
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	font-weight: 300;
}

h3 {
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 700 !important;
	color: #000 !important;
	font-size: 1.071rem !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 {
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 700 !important;
	color: #000 !important;
	font-size: 1.071rem !important;
}

h5 {
	font-family: Helvetica, Arial, "sans-serif";
    font-weight: 700 !important;
}



html, body, div, p {
	color: #58585a;
	font-family: Helvetica, Arial, "sans-serif";	
}







/* =============================================================================
   Links
   ========================================================================== */

a { color: #000; text-decoration: none; }
a:visited { color: #000; }
a:hover { color: #000; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }



/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: 600 !important; }

blockquote { margin: 1rem 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1rem 0; padding: 0; }

ins { /* background: #ff9; */ color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1rem; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5rem; }
sub { bottom: -0.25rem; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1rem 0; padding: 0 0 0 0; }
dd { margin: 0 0 0 40px; }
dl { 
	-webkit-margin-before: 0rem;
    -webkit-margin-after: 0rem;
}
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }




/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }



/* =============================================================================
   CAPTIONS
   ========================================================================== */


.wp-caption {
	border: 4px solid #83B340;
	text-align: center;
	background-color: #83B340;
	padding-top: -20px;
	margin: 0px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    margin-top: -50px;
    background: #83B340;
    color: #FFF !important;
    /* height: 100px; */
    position: relative;
    opacity: 0.8;
	text-transform: uppercase !important;
}


.products .product, .products .product-category {
	border: 4px solid #83B340;
	text-align: center;
	background-color: #83B340;
	padding-top: -20px;
	margin: 0px;
	clear: none !important;
}
.product h3, .product-category h3, .product h2, .product-category h2 {
    margin: 0;
    
	/* margin-top: -16% !important; */ 
    /* background: #83B340; */ 
	
    color: #000 !important;
    /* height: 100px; */
    position: relative;

    /* opacity: 0.8; */ 
	
	font-size: 1.286rem !important;
	
	padding: 10px 0px !important;
	/* ON PRODUCT SINGLE PAGE */ 
}

.product h3 {
    /* margin-top: -88px !important; */ 
}

.woocommerce ul.products li.product .button {
	display: none !important;	
}







/* =============================================================================
   Forms
   ========================================================================== */
.searchInputContainer {
	-webkit-appearance: none;
	-moz-appearance: none;

	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #dcddd8;
	width: 98%;
	height: 36px;
	margin: 0;
	padding: 0 52px 0 30px;
	font-size: 0.9rem;
	text-tranform: uppercase;
}

@media only screen and (min-width: 1000px) {
	.searchInputContainer {
		width: 65%;
	}
}
.input-icon{
	position: absolute;
	left: 8px;
	top: calc(50% - 0.5rem); /* Keep icon in center of input, regardless of the input height */
}
input{
	padding-left: 17px;
}
.input-wrapper{
	position: relative;
}
.input-wrapper label {
	float: right;
}		
#main form input[type=text], #main form input[type=email], #main form input[type=password], #main form textarea {
	background-color: #efefef !important;
}
#main form input[type=submit] {
	background: #122b41 !important;
    border: 1px solid #122b41 !important;
	color: #FFF !important;
	border-radius: 5px !important; 
}




/* display checkboxes in a list layout */ 
span.wpcf7-list-item {
    display: block !important; 
}
#main form select {
    width: 100% !important; 
	padding: 6px 2px !important;
	background-color: #efefef !important;
}


.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-size: 1rem !important; 
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
	font-size: 0.9rem !important;
}




/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


.tinvwl-table-manage-list th {
	background: #ccc;
    color: #FFF;
    text-align: left;
}
.tinv-wishlist table td, .tinv-wishlist table th {
    border: 1px solid #e6e6e6;
}











/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999rem; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #666; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}








