/*   
Theme Name: Westland Seed
Theme URI: http://www.westlandseed.com/
Description: A custom WordPress theme for Westland Seed, Inc.
Author: Bigfork Web Development
Author URI: https://www.bigforkweb.com/
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

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

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

.hide { display:none; }

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

body:after {
	display: none;
	content:
		url('images/slider-icon-agronomy-hover.png')
		url('images/slider-icon-seed-hover.png')
		url('images/slider-icon-outdoor-hover.png')  
		url('images/slider-icon-farm-hover.png'); }

body { font: 13px "Century Gothic", CenturyGothic, AppleGothic, sans-serif; -webkit-font-smoothing: antialiased; }

body, select, input, textarea { color: #333; }

a {color: #03f;}
a:hover {color: #69f;}

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

a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

.wrapper { width: 1000px; margin: 0 auto; position: relative; }

header .wrapper img {float: left; width: 22%; }

.wrapper-sub { width: 934px; margin: 0 auto; }

header { width: 100%; height: 85px; background-color: transparent; position: relative; z-index: 9999; }

header ul { float: none; font-size: 13px; text-transform: uppercase; margin-top: 54px; font-weight: 700; position: absolute; right: 0;}

header ul li { display: inline; margin-left: 20px;  }

header ul li a { text-decoration: none; color: #000; transition: color 0.3s ease; }

header ul li a:hover, header ul li.current-menu-item a { color: #a41205; }

#slider {
	height: 482px;
	width: 100%;
	position: relative;
	background-color: #000;
}

#slider .cycle-slideshow { height: 482px; z-index: 9; position: static !important; }

#slider .imgholder, #hero .imgholder {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
		box-shadow: inset 0 0 200px #2b2b2b;
}

#slider .imgholder h1 {
	padding-top: 156px;
	color: #fff;
	font-size: 70px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 65px;
	text-shadow: 2px -1px #58514e;
	margin-bottom: 30px;
}

#slider .imgholder p { color: #fff; padding-right: 520px; font-size: 15px; font-weight: 700; line-height: 26px; text-shadow: 1px -1px #58514e; }

#slider #widgets {
	width: 100%;
	height: 66px;
	position: absolute;
	bottom: 0; 

	background-image: url('images/widget-bg.png');
	z-index: 9999;
}

#slider #widgets ul li { border-left: 1px solid #3d3d3d; display: block; float: left; }

#slider #widgets ul li a {
	display: block;
	height: 35px;
	width: 173px;
	padding: 30px 0 0 76px;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 20px 15px;
	transition: background-image 0.3s ease; 
}

#slider #widgets ul li a span { transition: color 0.3s ease; }

#slider #widgets ul li a.agronomy { background-image: url('images/slider-icon-agronomy.png'); }
#slider #widgets ul li a.agronomy:hover, #slider #widgets ul li.cycle-pager-active a.agronomy { background-image: url('images/slider-icon-agronomy-hover.png'); }
#slider #widgets ul li a.agronomy:hover span, #slider #widgets ul li.cycle-pager-active a.agronomy span { color: #80ca49; }

#slider #widgets ul li a.seed { background-image: url('images/slider-icon-seed.png'); }
#slider #widgets ul li a.seed:hover, #slider #widgets ul li.cycle-pager-active a.seed { background-image: url('images/slider-icon-seed-hover.png'); }
#slider #widgets ul li a.seed:hover span, #slider #widgets ul li.cycle-pager-active a.seed span { color: #e2b039; }

#slider #widgets ul li a.outdoors { background-image: url('images/slider-icon-outdoor.png'); }
#slider #widgets ul li a.outdoors:hover, #slider #widgets ul li.cycle-pager-active a.outdoors { background-image: url('images/slider-icon-outdoor-hover.png'); }
#slider #widgets ul li a.outdoors:hover span, #slider #widgets ul li.cycle-pager-active a.outdoors span { color: #ee7600; }

#slider #widgets ul li a.farm-garden-ranch { background-image: url('images/slider-icon-farm.png'); }
#slider #widgets ul li a.farm-garden-ranch:hover, #slider #widgets ul li.cycle-pager-active a.farm-garden-ranch { background-image: url('images/slider-icon-farm-hover.png'); }
#slider #widgets ul li a.farm-garden-ranch:hover span, #slider #widgets ul li.cycle-pager-active a.farm-garden-ranch span { color: #4ac2cd; }

#slider #widgets ul li a span { text-transform: uppercase; font-weight: 400; font-size: 14px; line-height: 12px; }

#slider #widgets ul li { font-weight: 700; font-size: 11px; }

#slider #widgets ul li.last { border-right: 1px solid #3d3d3d; }

#slider #widgets ul li.last a { width: 172px; }

#home-text { padding-top: 42px; }

#home-text h2 {
	font-size: 34px;
	color: #e2b039;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin-bottom: 24px;
}

#home-text h2:before, #home-text h2:after {
	width: 12px;
	height: 39px;
	background-image: url('http://192.185.29.72/~wsts/wp-content/uploads/2015/12/heading-weed_copy.png');
	background-repeat: no-repeat;
	display: inline-block;
	content:'';
	margin: 0 32px -7px;
}

#home-text p, #main-content article p { font-size: 13px; color: #515151; font-weight: 700; line-height: 40px; margin-bottom: 20px; }

#home-text hr { border: 0; margin: 40px 0 50px; width: 934px; height: 8px; background-image: url('http://192.185.29.72/~wsts/wp-content/uploads/2015/12/home-text-divider_copy.png'); display: block; }

#home-text #buckets { width: 934px; margin-bottom: 80px; /*background-image: url('images/bucket-bg.png'); background-repeat: repeat-y;*/ }

#home-text #buckets .item { width: 250px; float: left; }

#home-text #buckets .item { padding-right: 46px; margin-right: 45px; }

#home-text #buckets .item .post, #main-content aside .post { margin: 6px 0; float: left; }

#home-text #buckets .item img { margin-bottom: 18px; }

#home-text #buckets .item h3, #main-content aside h3 { color: #ee7600; text-transform: uppercase; font-size: 25px; font-weight: 400; margin-bottom: 10px; }

#home-text #buckets .item a {
	text-decoration: none;
}

#main-content aside h3 { font-size: 20px; }

#home-text #buckets .item h3 span, #main-content aside h3 span { font-weight: 700; }

#home-text #buckets .item h4, #main-content aside h4 { color: #000; margin-bottom: 9px; }

#home-text #buckets .item em, #main-content aside em { font-size: 11px; color: #515151; margin-bottom: 5px; font-weight: 400; display: block; }

#home-text #buckets .item p, #main-content aside p { font-size: 11px; line-height: 25px; color: #515151; margin-bottom: 10px; font-weight: 700; }

#home-text #buckets .item p a, #main-content aside p a, #main-content .entry p a {
	color: #fff;
	text-decoration: none;
	background-color: #a41205;
	text-transform: lowercase;
	font-weight: 400;
	padding: 1px 6px 2px;
	border-radius: 2px;
	transition: background-color 0.3s ease;
}

#home-text #buckets .item p a:hover, #main-content aside p a:hover, #main-content .entry p a:hover { background-color: #ee7600; }

#home-text #buckets .item.last { padding-right: 0; margin-right: 0; border: 0; }

#hero { height: 224px; width: 100%; position: relative; }

#main-content { width: 1000px; margin: 60px 0 100px; }

#main-content aside { width: 250px; float: left; margin-right: 85px; margin-top: 5px; }

#main-content aside .divider {
	width: 250px;
	height: 8px;
	background-image: url('images/aside-divider.png');
	display: block;
	float: left;
	margin: 10px 0 20px;
}

#main-content aside .textwidget { float: left; margin: 12px 0 6px 0; }

#main-content aside .textwidget img { margin-bottom: 12px; }

#main-content aside .widget_archive, #main-content aside .widget_categories { margin-bottom: 12px; }

#main-content aside .widget_archive ul, #main-content aside .widget_categories ul { line-height: 20px; }

#main-content aside .widget_archive ul li a, #main-content aside .widget_categories ul li a { color: #a41205; text-decoration: none; transition: color 0.3s ease; }

#main-content aside .widget_archive ul li a:hover, #main-content aside .widget_categories ul li a:hover { color: #ee7600; }

#main-content article { width: 665px; float: left; }

#main-content article h2 {
	font-size: 34px;
	color: #a01305;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 24px;	
}

body.single-seeds #main-content article h2 {
	float: left;
}

#main-content article h3 { font-size: 15px; margin-bottom: 5px; }

#main-content article h3 a { color: #000; text-decoration: none; }

#main-content article .post p { font-size: 12px; line-height: 22px; }

#main-content article .post .meta { margin-bottom: 10px; }

#main-content article .divider {
	width: 665px;
	height: 8px;
	background-image: url('images/news-divider.png');
	display: block;
	margin-bottom: 18px;
}

body.single-seeds #main-content article .divider {
	background-image: url('http://192.185.29.72/~wsts/wp-content/uploads/2016/01/divider_full_width.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 20px;
}

#main-content article .navigation { width: 100%; }

#main-content article .navigation .next-posts, #main-content article .navigation .prev-posts { width: 50%; float: left; }

#main-content article .navigation .next-posts a, #main-content article .navigation .prev-posts a { color: #a41205; text-decoration: none; transition: color 0.3s ease; }

#main-content article .navigation .next-posts a:hover, #main-content article .navigation .prev-posts a:hover { color: #ee7600;}

#main-content article .navigation .prev-posts { text-align: right; }

footer { width: 100%; background-color: #000; height: 66px; }

footer p { color: #fff; font-size: 12px; margin-top: 24px; }

footer #copyright, footer #address { width:467px; float: left; }

footer #copyright p, footer #copyright img { float: left; }

footer #copyright img { margin: 21px 0 0 10px; }

footer #address { text-align: right; }

/* Seed Styles */
ul#toggleset {
	
}
ul#toggleset .children{ margin-left: 80px; display: none;}

ul#toggleset .seed_links{ margin-left: 100px; clear: both; margin-bottom: 0; display: none;}
ul#toggleset .seed_link{ margin-left: 0px; border-bottom: 2px solid #fff; }

.seed_type_image{
	float:left; margin-right:10px;
}
.term_item{
	display: block;
	height: 116px;
	clear: both;
	background-color: #f4f4f4;
	border: 1px solid #ebebeb;
}
.term_image{
	height: 116px;
	display: block;
	width: 162px;
	float: left;
	cursor: pointer;
	border-right: none;
	overflow:hidden;
}

ul.children .term_image {
	width: 179px !important;
}

ul.children .term_title {
	width: 65% !important;
}

.term_title{
	height: 120px;
	display: block;
	float: left;
	margin-top: 7px;
	font-size: 24px;
	cursor: pointer;
	padding-left: 10px;
}
.seed_item{
	height: 120px;
	display: flex;
	clear:both;
}
.seed_image{
	height: 120px;
	display: block;
	float: left;
	width: 162px;
	cursor: pointer;
	overflow:hidden;
	border-right: 10px solid white;
}
.seed_title_link{
	height: 77px;
	display: block;
	float: left;
	margin-top: 43px;
	font-size: 20px;
}
.seed_title_link a{
	color:#333333;
	cursor: pointer;
}
.alignleft{
	float:left;
	margin-right:10px;
}
.alignright{
	float:right;
	margin-left:10px;
}
#main-content article.page.wide {
	width: 100%;
	clear:both;
}
.seed_title_header{
	font-size: 60px;
	font-weight: 700;
	width: 960px;
	display: block;
	padding: 100px 0 0;
	z-index:999;
	color:white;
	min-width: 500px;
	margin: 0 auto;
}
.seed_title_header_background{
	position: absolute;
	top: 75px;
	left: 0px;
	height: 40px;
	width: 50%;
	display: block;
	padding: 10px;
	z-index:998;
	opacity:.65;
	min-width: 500px;
	background: -webkit-linear-gradient(left, black , transparent); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, black, transparent); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, black, transparent); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, black , transparent); /* Standard syntax */
}
.seed_image_header{
	position: absolute;
	top: 12px;
	right: 21px;
	height: 200px;
	width: 300px;
	display: block;
	z-index: 997;
	overflow:hidden;
}
.seed_image_header_background{
	position: absolute;
	top: 5px;
	right: 12px;
	height: 215px;
	width: 320px;
	display: block;
	z-index:996;
	opacity:.25;
	background-color:black;
}
.seed_info_detail h2{
	font-size: 18px;
	color: #e2b039;
}
.seed_info_detail{
	margin-top:20px;
	float: left;
	display: block;
	width: auto;
	padding-left: 20px;

}
.seed_info_detail.last {
	border: none;
}
.seed_info_detail a{
	color: #515151;
	font-weight: 700;
}
#seed_variety_image{
	margin-bottom:20px;
	float: left;
	margin-right: 40px;
}	
.left{
	float: left;
	width: 290px;
}
.right{
	float: right;
	width: 708px;
}
.left #sidebar{
	padding-right: 20px;
}
.left #sidebar p{
	margin-bottom: 10px;
}
.left #sidebar h2{
	margin-bottom: 10px;
	color: #e2b039;
}

a.btn_link_to_page {
	background-color: #a41205;
	color: #fff;
	padding: 10px 50px;
	text-align: center;
	width: 150px;
	text-shadow: none !important;
	text-decoration: none;
}

#sidebar .new-recent-posts, 
#main-content .new-recent-posts, 
#main-content .widget_text, 
#nrpsctm_widget-6, 
#nrpsctm_widget-8,
body.page-id-15 #eventscalendar-5, 
body.page-id-28 #eventscalendar-5,
body.page-id-28 #text-6,
.widget_archive,
.widget_categories,
.widget_recentplus {
	display: none;
}

body.page-id-15 #nrpsctm_widget-2, 
body.page-id-28 #nrpsctm_widget-3, 
body.page-id-33 #nrpsctm_widget-4, 
body.page-id-30 #nrpsctm_widget-6,
body.page-id-33 #nrpsctm_widget-6,
body.page-id-15 #nrpsctm_widget-7,
body.page-id-28 #nrpsctm_widget-7,
body.page-id-1105 #nrpsctm_widget-8,
body.page-id-33 #text-5,
body.page-id-33 #text-7, 
body.page-id-1105 #text-7,
body.page-id-30 #text-6,
body.page-id-30 #text-14,
body.page-id-33 #text-8,
body.page-id-1105 #text-8,  
body.page-id-28 #text-9,
body.page-id-28 #text-10,
body.page-id-33 #text-13,
body.page-id-1105 #text-13,
body.page-id-35 .widget_archive,
body.page-id-35 .widget_categories,
body.page-id-35 .widget_recentplus,
body.home .widget_recentplus {
	display: block !important;
}

body.page-id-35 #text-15, 
body.page-id-35 #text-15,
body.page-id-28 #text-16, 
body.page-id-30 #text-16,
body.page-id-33 #text-16,
body.page-id-1105 #text-16,
body.page-id-33 #text-17,
body.page-id-30 #text-18,
body.page-id-33 #text-18,
body.page-id-1105 #text-18,
body.page-id-28 #text-19,
body.page-id-30 #text-20,
body.page-id-33 #text-21,
body.page-id-1105 #text-21,
body.page-id-33 #text-22,
body.page-id-1105 #text-22 {
	display: block !important;
}

#main-content #text-10 .textwidget img {
    	margin: 15px 0;
}

#text-14 h3 {
	background-image: url(http://192.185.29.72/~wsts/wp-content/uploads/2016/01/4H_Clover_Dark_Green_50px.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 60px;
}

#eventscalendar-5 {
	margin-bottom: 20px;
}

body.page-id-37 #main-content article {
    float: left;
    min-height: 650px;
    width: 665px;
}

.new-recent-posts {
	font-size: 20px;
        color: #ee7600;
}

body.page-id-37 #text-8 {
	margin-top: 20px;
}

.nrpsctm-title a {
	color: #000;
	text-transform: none;
	font-weight: bold;
}

.nrpsctm-block ul {
	margin-top: 20px;
}

.nrpsctm-block li {
	border: none !important;
}

.nrpsctm-time {
    	color: #000 !important;
	font-style: italic !important;;
}

.nrpsctm-summary {
	color: #000 !important;
	line-height: 2;
	font-weight: bold;
}

a.more-link {
	background-color: #a41205;
    	border-radius: 2px;
    	color: #fff;
    	font-weight: 400;
    	padding: 1px 6px 2px;
    	text-decoration: none;
    	text-transform: lowercase;
    	transition: background-color 0.3s ease 0s;
}

.nrpsctm-block a.more-link {
	display: block !important;
	width: 30px !important;
}

body.page-id-30 #eventscalendar-3 {
	color: #ee7600;
    	font-size: 25px;
    	font-weight: 400;
   	margin-bottom: 10px;
}

body.page-id-15 li.cat-item {
	clear: both;
	/* height: 116px; */
}

body.page-id-15 .term_image {
	float: left;
	width: 25%;
}

body.page-id-15 .term_title {
	padding-top: 40px;
	width: 70%;
	float: right;
	height: auto;
}

body.page-id-15 li.cat-item .term_title:after {
	background-color: #a41205;
    	color: #fff;
    	content: "+";
	display: block;
    	font-size: 20px;
    	font-weight: bold;
    	height: 25px;
    	padding-top: 5px;
    	position: relative;
    	text-align: center;
    	top: 0;
	width: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	margin-right: 20px;
	transition: content 300ms ease-in-out;
}
body.page-id-15 li.cat-item.visible > .term_item > .term_title:after,
body.page-id-15 li.cat-item .visible > .term_item > .term_title:after {
	content: "\2013";
}

article h3 {
	margin: 30px 0 !important;
}

.contact_left h3, .contact_right h3 {
	font-size: 20px;
        color: #ee7600;
	margin-bottom: 0 !important;
}

.contact_left a {
	color: #333;
}

article p img {
	margin-right: 20px !important;
	margin-top: 12px;
	border: solid 3px #ebebeb;
}


.dp_pec_wrapper .dp_pec_nav .selectricWrapper {
    	max-width: 90px !important;
}


.two .responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
	border: none !important;
}

.responsive-accordion-panel {
	padding: 0 20px;
	border: none !important;
}

.responsive-accordion-panel p {
	display: none;
}

.responsive-accordion-panel ul li {
	padding: 10px 20px !important;
	border-top: solid 1px #ebebeb;
}

.accordions .accordions-head .accordion-icons {
    left: 95% !important;
}

.accordions.flat .accordions-head {
	padding-left: 20px !important;
}

.accordions.flat {
	margin-bottom: 50px !important;
}

.accordions.flat .accordion-content {
	padding: 0 !important;
}

.accordions.flat .accordion-content ul li {
	padding: 10px 20px !important;
	border-top: solid 1px #999;
}

.accordion-plus.plus-minus, .accordion-minus.plus-minus {
    background: url(http://192.185.29.72/~wsts/wp-content/uploads/2016/01/plus-minus.png) no-repeat scroll 0 0 !important;
}

.accordion-minus.plus-minus {
    background: url(http://192.185.29.72/~wsts/wp-content/uploads/2016/01/plus-minus.png) no-repeat scroll 0 -16px !important;
}

.slideshow_container {
    	margin: 40px 0 0 !important;
}

.slideshow_container_style-light .slideshow_pagination {
    	bottom: 0 !important;
}

.hugeitmicro {
	width: 250px;
}

.hugeitmicro-item {
	border-radius: 0 !important;
}

.title-block_2, .title-block_3 {
	display: none;
}

.huge_it_videogallery_item, .huge_it_videogallery_item img {
	width: 250px !important;
	height: 170px !important;
}

.justified-gallery > a > img, .justified-gallery > div > img {
    	left: 0 !important;
    	top: 0 !important;
}

.info_pdf {
	width: 55%;
	float: left;
	margin-right: 40px;
}

.photo_video_box {
	width: 35%;
	float: left;
}
body.single-seeds .hugeitmicro, body.single-seeds .hugeitmicro-item, 
body.single-seeds .huge_it_videogallery_item, body.single-seeds .huge_it_videogallery_item img {
	width: 350px !important;
	height: 250px !important;
	max-width: 350px !important;
}

body.single-seeds .hugeitmicro-item .image-block_4, body.single-seeds .hugeitmicro-item .image-block_5,
body.single-seeds .hugeitmicro-item .image-block_6, body.single-seeds .hugeitmicro-item .image-block_7,
body.single-seeds .hugeitmicro-item .image-block_8, body.single-seeds .hugeitmicro-item .image-block_9,
body.single-seeds .hugeitmicro-item .image-block_10, body.single-seeds .hugeitmicro-item .image-block_11, 
body.single-seeds .hugeitmicro-item .image-block_12, body.single-seeds .hugeitmicro-item .image-block_13,
body.single-seeds .hugeitmicro-item .image-block_14, body.single-seeds .hugeitmicro-item .image-block_15 {
	width: 350px !important;
	height: 250px !important;
	max-width: 350px !important;
}

a#slider-stopper {display:none;}

/* contact us buttons */
.contact-us-button {
    color: #fff !important;
    background-color: #a41205;
    padding: 8px;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}
.contact-us-button:hover {
	background-color: #d91504;
}
.contact-button-sidebar {
	padding: 30px 0px;
    margin-left: -20px;
}
.contact-phone {
	font-size: 20px !important;
    font-weight: 600;
    margin-left: 20px;
    line-height: 2em;
}
.single-seed-contact {
	float: right;
	margin-top: -50px;
}

