/*
Theme Name: Solanum
Theme URI:
Author: Graphos Web Design
Author URI: Graphos.ca
Description: A custom made theme for Solanum International
Version: 1.0
*/

/*reset*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*==========================
GLOBAL STYLES
===========================*/

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/obscuredirectory/wp-content/themes/solanum/scripts/boxsizing.htc);
 }

body{
	font-family: 'Asap', sans-serif;
	color: #fff;
	background: url('images/background-tile.png');
	-webkit-font-smoothing:antialiased;
}

h1, h2, h3, h4, h5{
	text-transform: uppercase;
}

.centered-header{
	text-align: center;
}

.container{
	margin: 0 auto;
	width: 885px;
}

@media (max-width: 980px){
	.container{
		width: 95%;
	}
}

section#content{
	margin-bottom: 28px;
	margin-left: -15px;
}

@media (max-width: 980px){
	section#content{
		margin-left: 0;
	}
}

@media (max-width: 628px){
	section#content{
		margin-bottom : 2%;
	}
}

.clear{
	clear: both;
}

.last{
	margin-right: 0 !important;
}

/*==========================
SQUARES for 3 COLUMN LAYOUT (front-page.php + our-page.php)
===========================*/
/*(not varieties or variety page)*/

.square{
	padding: 30px;
	height: 285px;
	float: left;
	margin: 0 0 15px 15px;
	display: block;
}

@media (max-width: 980px){
	.square{
		padding: 30px;
		float: left;
		margin: 0 0 2% 2%;
	}
}

@media (max-width: 628px){
	.square{
		margin: 0 0 2% 0; /*replace with percentage*/
	}
}

.square span{
	font-weight: 700;
}

.single{
	width: 285px;
}

.double{
	width: 585px;
}

.tall{
	height: 585px;
}

.triple{
	width: 100%;
}

@media (max-width: 980px){
	
	.single{width: 49%;}

	.double{width: 100%;}
}

@media (max-width: 628px){
	.single{
		width: 100%;
	}
}

/*==========================
NAVIGATION (header.php)
===========================*/

nav{
	margin: 20px 0;
}

nav ul li{
	float: left;
	list-style: none;
	margin-right: 10px; /*replace with percentage*/
}

nav li.nav-icon{
	text-indent: -9999px;
}

nav li.nav-icon a{
	width: 50px;
	height: 45px;
	display: block;
	background: url('images/nav-sprite.png');
}

li#nav-home a:hover{background-position: 0 45px;}

li#nav-potatoes a{background-position: -50px 0;}

li#nav-potatoes a:hover{background-position: -50px 45px;}

li#nav-about a{background-position: -100px 0;}

li#nav-about a:hover{background-position: -100px 45px;}

li#nav-varieties a{background-position: -150px 0;}

li#nav-varieties a:hover{background-position: -150px 45px;}

li#nav-contacts a{background-position: -200px 0;}

li#nav-contacts a:hover{background-position: -200px 45px;}

li#nav-text{
	width: auto;
	font-weight: bold;
	margin-top: 14px;
	text-transform: uppercase;
	color: #cc984c;
}

/*hidden responsive menu styles*/
.mobile-nav{
	display: none;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #7a474a;
	padding: 10px;
}

@media (max-width: 628px){

	nav {
		margin: 2% 0;
	}

	nav ul li{
		float: none;
		margin: 0;
	}

	li#nav-text{
		display: none;
	}

	header nav ul{
		display: none;	
	}

	nav li.nav-icon{
		width: 100%;
		text-indent: 0;	
		margin: 1% 0;
	}

	nav li.nav-icon a{
		text-transform: capitalize;
		text-decoration: none;
		font-weight: bold;
		color: #fff;
		width: 100%;
		height: auto;
		background: #7a474a;
		padding: 10px;
	}

	.mobile-nav{
		display: block;
	}
	
}

/*==========================
INDEX PAGE (front-page.php)
===========================*/

.square#logo-box{
	text-indent: -9999px;
	background: url('images/logo-box-background.png') no-repeat;
}

@media (max-width: 980px){
	.square#logo-box{
		background: #cc5e4a;
		margin-left: 0;
	}
}

.square#logo-box h1{
	margin: 0 auto;
	margin-top: 40px;
	width: 242px;
	height: 147px;
	background: url('images/logo-large.png') no-repeat;
}

.square#about-sum-box, .square#contact-form-box{
	padding: 70px 10px;
	background: url('images/about-sum-box-background.png') no-repeat;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	font-weight: 400;
}

@media (max-width: 980px){
	.square#about-sum-box, .square#contact-form-box{
		padding: 8%;
		background: #cc984c;
		width: 49%;		
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 628px){
	.square#about-sum-box, .square#contact-form-box{
		height: auto;
		width: 100%;
		padding: 6%;
		font-size: 22px;
		line-height: 34px;
	}
}

.square#about-sum-box h2{
	text-transform: none;
	color: #fff;
	text-decoration: none;
}

/*div used to contain three squares for unique stacki*/
#left-square-container{
	float: left;
	width: 600px;
}

/*fixes stacking for tablet and smart phones*/
@media (max-width: 980px){
	#left-square-container{
		float: none;
		width: 100%;
	}
}

.square#see-varieties-box{
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	font-size: 28px;
	font-weight: 700;
	background-size: cover;	
	background-position: center;	
}

@media (max-width: 980px){
	.square#see-varieties-box{
		margin-left: 0;
	}
}

.square#see-varieties-box a{
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}

.square#see-varieties-box h2, .square#see-varieties-box img#varieties-logo{
	position: absolute;
	z-index: 3;
}

.square#see-varieties-box img#varieties-logo{
	width: 65px;
	top: 70px;
	left: 50%;
	margin-left: -32px;
}

.square#see-varieties-box h2{
	top: 147px;
	left: 50%;
	width: 157px;
	margin-left: -79px;

}

.square#see-varieties-box h2 span{
	font-size: 34px;
}


.square#seed-prod-box{
	background: url('images/seed-prod-box-background.jpg') no-repeat;
	text-align: center;
	font-weight: 400;
	padding: 60px 30px;
	line-height: 34px;
	font-size: 24px;
	background-size: cover;
	background-position: center;
}

.square#slideshow-box{
	padding: 0;
}

.square#slideshow-box-mobile {
	display: none;
}

@media (max-width: 980px){
	.square#slideshow-box{
		display: none;
	}
	.square#slideshow-box-mobile {
		background: url('/obscuredirectory/wp-content/uploads/2013/11/homepage-1-585x285.jpg') no-repeat;
		background-size: cover;
		background-position: center;
		display: block;
		margin-left: 0;
	}
}


.square#do-potatoes-box{
	background: url('images/do-potatoes-box-background.png') no-repeat;
	font-size: 24px;
	text-align: center;
	padding:30px 29px;
}

.square#do-potatoes-box img{
	margin: 15px 0 10px 0;
}

.square#do-potatoes-box p{
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

@media (max-width: 980px){
	.square#do-potatoes-box{
		background: #749f5d;
		height: auto;
		width: 100%;
		margin-left: 0;
	}
}

.square#from-breeder-box{
	background: url('images/from-breeder-box-background.png') no-repeat;
	text-align: center;
	color: #683c41;
	font-size: 28px;
	padding: 45px;
}

.square#from-breeder-box hr{
	border: none;
	background: url('images/hr-dots.png') no-repeat center;
	height: 6px;
}

@media (max-width: 980px){
	.square#from-breeder-box{
		background: #cc984c;
	}
}

.square#harvest-gallery-box{
	padding: 0;
	background: url('images/harvest-gallery-box-background.png') no-repeat;
}

.square#harvest-gallery-box a{
	padding-top: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 28px;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}

.square#harvest-gallery-box img{
	margin-bottom: 13px;
}

h2#harvest-text{
	font-size: 38px;
	font-weight: bold;
	color: #6a3e43;
}

h2#gallery-text{
	font-size: 38px;
	color: #d7d0a7;
}

@media (max-width: 980px){
	.square#harvest-gallery-box{
		background: #c95c49;

		margin-left: 0;
	}
}

.square#featured-variety-box, #garden-variety-box{
	padding: 0;
	overflow: hidden;
	position: relative;
}

img.overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2 !important;
	top: 0;
	left:0;
}

.square#featured-variety-box a{
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}

.square#featured-variety-box h2#feature-header, .square#featured-variety-box h2#variety, .square#featured-variety-box p,
.square#garden-variety-box h2,.square#garden-variety-box p{
	z-index: 3;
	position: absolute;
}

.square#featured-variety-box h2#feature-header{
	left: 50%;
	width: 142px;
	margin-left: -71px;
	top: 26px;
}

.square#featured-variety-box h2#feature-header span{
	font-size: 36px;
}

.square#featured-variety-box h2#variety, .square#featured-variety-box p{
	font-weight: 700;
	text-shadow: -1px 1px 5px rgba(150, 150, 150, 1);
}

.square#featured-variety-box img.featured-thumb{
	width: auto;
	height: 100%;
	margin-left: -72px;
}

.square#featured-variety-box h2#variety{
	text-transform: none;
	width: 150px;
	bottom: 42px;
	left: 50%;
	margin-left: -75px;
}

.square#featured-variety-box p{
	font-size: 14px;
	bottom: 20px;
	left: 50%;
	margin-left: -44px;	
}

.square#garden-variety-box{
	padding: 0;
}
.square#garden-variety-box h2{
	font-size: 26px;
	color: #fff;
	text-transform: uppercase;
    bottom: 25px;
    left: 12%;
	font-weight: 700;
}

.square#garden-variety-box p{
	font-size: 15px;
	color:#d69953;
    text-transform: none;
    width: 150px;
    bottom: 56px;
    left: 36%;
    font-weight: 700;
}

@media (max-width: 980px){
	.square#featured-variety-box{
		/*margin-left: 0;*/
		/*height: auto;*/
		overflow:hidden;
	}

	.square#featured-variety-box img.featured-thumb{
		/*width: 100%;*/
		max-width:130%;
		min-width: 100%;
		height: auto;
		min-height:285px;
	}

	img.overlay{
		display: none;
	}

/*	.square#featured-variety-box h2#feature-header span{
		font-size: 22px;
	}*/
}

/*==========================
VARIETIES PAGE (blog-page.php)
===========================*/


ul#varieties-list li{
	width: 435px;
	height: 145px;
	float: left;
	margin-bottom: 15px;
	margin-left: 15px;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	font-size: 24px;
}

ul#varieties-list li.colour-1{background: #cc5e4a;}

ul#varieties-list li.colour-2{background: #cc984c;}

ul#varieties-list li.colour-3{background: #7a474a;}

ul#varieties-list li.colour-4{background: #76a05e;}

ul#varieties-list li.colour-5{background: #cc984c;}

ul#varieties-list li.colour-6{background: #cc5e4a;}

ul#varieties-list li.colour-7{background: #76a05e;}

ul#varieties-list li.colour-8{background: #7a474a;}

ul#varieties-list li .image-container,ul#varieties-list li .text-container{
	width: 50%;
	height: 145px;
	float: left;
}

ul#varieties-list a{
	color: #fff;
	text-decoration: none;
	background: transparent;
	display: block;
	width: 100%;
	height: 100%;
}

ul#varieties-list li .image-container{
	overflow: hidden;
}

ul#varieties-list li .image-container img.varieties-thumb{
	height: 145px;
	width: auto;
}

ul#varieties-list li .text-container{
	position: relative;
	height: 100%;
}

ul#varieties-list li .text-container a{
	padding: 30px 20px;
}

#varieties-icon-container{
	position: absolute;
	bottom: 20px;
	left: 15px;
}

/*changes layout to percentage based*/
@media (max-width: 980px){
	ul#varieties-list li{
		width: 49%;
		margin: 0 0 2% 2%;
	}

	ul#varieties-list li.colour-1, ul#varieties-list li.colour-3, ul#varieties-list li.colour-5, ul#varieties-list li.colour-7{
		margin-left: 0;
	}
}

/*when layout starts getting too small drops text div below image*/
@media (max-width: 880px){

	ul#varieties-list li{
		height: auto;
	}

	ul#varieties-list li .image-container, ul#varieties-list li .text-container{
		width: 100%;
		float: none;
	}
	ul#varieties-list li .image-container {
		height: 0;
		padding-bottom: 60%;
	}

	ul#varieties-list li .image-container img.varieties-thumb{
		height: auto;
		width: 100%;
	}

	ul#varieties-list li .text-container{
		height: auto;
	}

	ul#varieties-list li .text-container h2{
		font-size: 18px;
	}

	#varieties-icon-container{
		position: static;
		margin-top: 10%;
	}
}

/*when things get a little tight change layout to one column*/
@media (max-width: 500px){

	ul#varieties-list li{
		width: 100%;
		margin: 0 0 2% 0;
	}

	#varieties-icon-container{
		margin-top: 5%;
	}
}

span.varieties-icon{
	display:none;
	height: 25px;
	width: 31px;
	background-image: url('images/varieties-market-spritesheet.png');
}

span.varieties-icon.table-fresh{display:inline-block;background-position: 0px 0px;}

span.varieties-icon.processing{display:inline-block;background-position: -31px 0px;}

span.varieties-icon.white-flesh{display:inline-block;background-position: -62px 0px;}

span.varieties-icon.baker{display:inline-block;background-position: -93px 0px;}

span.varieties-icon.specialty{display:inline-block;background-position: -124px 0px;}

span.varieties-icon.high-set{display:inline-block;background-position: 0px -25px;}

span.varieties-icon.gourmet{display:inline-block;background-position: -31px -25px;}

span.varieties-icon.early-harvest{display:inline-block;background-position: -62px -25px;}

span.varieties-icon.organic{display:inline-block;background-position: -93px -25px;}

span.varieties-icon.heat-and-drought-tolerant{display:inline-block;background-position: -124px -25px;}


/*==========================
VARIETY PAGE (single.php)
===========================*/

#single-description-container{
	width: 585px;
	height: 285px;
	padding: 32px;
	display: block;
	background: url('images/single-description-box.jpg') no-repeat;
	float: left;
	margin: 0 15px 15px 0;
	font-size: 18px;
	line-height: 24px;
}

#single-description-container h2{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 12px;
}

@media (max-width: 980px){
	#single-description-container{
		background: #cc984c;
		width: 100%;
		margin: 0 0 15px 0;
		height: auto;
		float: none;
	}

	#single-description-container h2{
		font-size: 26px;
	}
}

#lower-variety-nav{
	display: none;
	margin-top: 15px;
}

nav.post-nav{
	margin: 0;
	float: left;
	margin-bottom: 15px;
}

nav.post-nav span#previous-link, nav.post-nav span#dead-link-previous, nav.post-nav span#next-link, nav.post-nav span#dead-link-next{
	width: 285px;
	height: 135px;
	display: block;
}

nav.post-nav span a{
	padding-top: 36px;
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
}

nav.post-nav span.direction-text{
	display: block;
	font-weight: 300;
	margin-bottom: 12px;
}

nav.post-nav span#previous-link, nav.post-nav span#dead-link-previous{
	background: url('images/single-previous-box.jpg') no-repeat;
	margin-bottom: 15px;
}

nav.post-nav span#next-link, nav.post-nav span#dead-link-next{
	background: url('images/single-next-box.jpg') no-repeat;
}

/*nav adjustments when responsive*/
@media (max-width: 980px){

	nav.post-nav{
		margin: 0;
		float: none;
		margin-bottom: 15px;
	}

	nav.post-nav span#previous-link, nav.post-nav span#dead-link-previous, nav.post-nav span#next-link, nav.post-nav span#dead-link-next{
		width: 49%;
		height: 135px;
		display: block;
		float: left;
		margin-left: 2%;
	}

	nav.post-nav span#previous-link, nav.post-nav span#dead-link-previous{
		background: #cc5e4a;
		margin-left: 0;
	}

	nav.post-nav span#next-link, nav.post-nav span#dead-link-next{
		background: #794649;
	}
}

#single-info-container, #single-gallery-container{
	float: left;
}

#single-info-container{
	width: 300px;
	color: #693d42;
}

#single-info-container h3,
.remarks-area h3 {
	font-size: 18px;
	margin: 10px 0;
	font-weight: bold;
	text-transform: none;
}

.info-legend {
	width: 100%;
	margin-bottom: 30px;
}

#single-info-container .info-legend td {
	line-height: 18px;
	width: 50%;
	font-size: 15px;
}

.remarks-area {
	color: #693d42;
}
.remarks-area p {
	margin-bottom: 0.8em;
}

.remarks-area ul {
	padding-left: 20px;
	list-style-type: initial;
	margin-bottom: 0.8em;
}
.remarks-area ol {
	padding-left: 20px;
	list-style-type: decimal;
	margin-bottom: 0.4em;
}
.remarks-area ul>li {
	margin: 5px 0;
	margin: 0.4em 0;
}

/*Set everything back so WP will format text properly*/
.remarks-area strong { font-weight: bold; }
.remarks-area em { font-style: italic; }
/*WP boilerplate */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

p#notice-text{
	font-size: 10px;
	margin-bottom: 0;
	line-height: 14px;
}

#single-gallery-container{
	width: 585px;
}

#single-thumb-container{
	width: 100%;
	height: 383px;
	overflow: hidden;
	position: relative;
}

#single-thumb-container img.single-thumb{
	height: auto;
	width: 100%;
}

#thumbs-container{
	float: left;
	width: auto;
}

.gallery-thumb-container{
	position: relative;
	margin-top: 15px;
	float: left;
	height: 60px;
	width: 93px;
	overflow: hidden;
	margin-right: 3px;
	cursor: pointer;
}

img.not.displayed{
	display: none;
}

img.displayed{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.gallery-thumb{
	height: auto;
	width: 100%;
}

a#contact-button{
	margin-top: 15px;
	color: #fff;
	width: 282px;
	height: 60px;
	padding: 17px 0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	background: url('images/single-contact-button.jpg') no-repeat;
	float: right;
}

/*responsive styles for single-info-container and single-gallery-container*/
@media (max-width: 980px){
	#single-info-container, #single-gallery-container{
		width: 49%;
	}

	#single-gallery-container{
		margin-left: 2%;
	}

	#single-thumb-container{
		height: auto;
	}

	#thumbs-container{
		float: none;
	}

	a#contact-button{
		width: 100%;
		height: 60px;
		padding: 17px 0;
		background: #759f5e;
		float: none;
	}
}

/*responsive styles for when divs are too cramped and must be stacked*/
@media (max-width: 670px){
	#single-info-container, #single-gallery-container{
		width: 100%;
		float: none;
	}

	#single-gallery-container{
		margin-top: 15px;
		margin-left: 0;
	}

	#upper-variety-nav{
		display: none;
	}

	#lower-variety-nav{
		display: block;
	}

	.post-nav{
		height: auto;
	}
}

/*sprite styles and their container divs*/
#single-thumb-container #icon-container{
	padding: 0 10px 15px 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

span.market-icon{
	display:none;
	height: 33px;
	width: 41px;
	background-image: url('images/market-spritesheet.png');
}

span.market-icon.table-fresh{display:inline-block;background-position: 0px 0px;}

span.market-icon.processing{display:inline-block;background-position: -41px 0px;}

span.market-icon.white-flesh{display:inline-block;background-position: -82px 0px;}

span.market-icon.baker{display:inline-block;background-position: -123px 0px;}

span.market-icon.specialty{display:inline-block;background-position: -164px 0px;}

span.market-icon.high-set{display:inline-block;background-position: 0px -33px;}

span.market-icon.gourmet{display:inline-block;background-position: -41px -33px;}

span.market-icon.early-harvest{display:inline-block;background-position: -82px -33px;}

span.market-icon.organic{display:inline-block;background-position: -123px -33px;}

span.market-icon.heat-and-drought-tolerant{display:inline-block;background-position: -164px -33px;}

#single-thumb-container #color-scale-container{
	padding: 10px 10px 0 0;
	position: absolute;
	top: 0px;
	right: 0px;
}

span.color-scale{
	display: none;
	height: 31px;
	width: 171px;
	background-image: url('images/colour-scale-spritesheet.png');
	position: relative;
}

span.color-scale h3{
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 7px;
	left: -108px;
}

span.color-scale.dark-yellow{display:inline-block;background-position: 0px 0px;}

span.color-scale.yellow{display:inline-block;background-position: 0px -31px;}

span.color-scale.pale-yellow{display:inline-block;background-position: 0px -62px;}

span.color-scale.light-yellow{display:inline-block;background-position: 0px -93px;}

span.color-scale.cream{display:inline-block;background-position: 0px -124px;}

span.color-scale.cream-white{display:inline-block;background-position: 0px -155px;}

span.color-scale.white{display:inline-block;background-position: 0px -186px;}

/*==========================
OUR POTATOES PAGE (our-page.php)
===========================*/

#our-potatoes-box{
	background: url('images/our-potatoes-box-background.jpg') no-repeat;
	font-size: 18px;
	line-height: 26px;
}

#our-potatoes-box h1{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

#our-potatoes-box p{
	margin-bottom: 30px;
}

#our-potatoes-box ul{
	margin-left: 34px;
	list-style-type: disc;
}

@media (max-width: 980px){
	#our-potatoes-box{
		background: #7a474a;
		margin-left: 0;
	}

	#our-potatoes-box h1{
		font-size: 26px;
	}
}

#our-seed-potatoes-box p, #for-consumers-box p, #for-breeders-box p, #for-marketers-box p{
	line-height: 22px;
}

#our-seed-potatoes-box{
	background: url('images/our-seed-potatoes-box-background.jpg') no-repeat bottom;
	padding: 0;
	color: #693d42;
}

#our-seed-potatoes-box h2{
	font-weight: 700;
	font-size: 24px;
}

#our-seed-potatoes-box img{
	margin-bottom: 15px;
}

#our-seed-potatoes-box div{
	padding: 30px;
}

@media (max-width: 980px){
	#our-seed-potatoes-box{
		background: #d8d0a7;
		margin-left: 0
	}

	#our-seed-potatoes-box img{
		margin-bottom: 2%;
		width: 100%;
		height: auto;
	}
}

#for-breeders-box{
	background: url('images/for-breeders-box-background.jpg') no-repeat;
}

@media (max-width: 980px){
	#for-breeders-box{
		background: #c8954b;
	}
}

#for-marketers-box{
	background: url('images/for-marketers-box-background.jpg') no-repeat;
}

@media (max-width: 980px){
	#for-marketers-box{
		background: #749f5d;
		margin-left: 0;
	}
}

#for-consumers-box{
	background: url('images/for-consumers-box-background.jpg') no-repeat;
}

@media (max-width: 980px){
	#for-consumers-box{
		background: #cc5e4a;
	}
}


#for-consumers-box h2, #for-breeders-box h2, #for-marketers-box h2{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 15px 0 30px 0;
}

img.potato-icon{
	display: block;
	margin: 0 auto;
}

/*eliminates excess space for one colum layout*/
@media (max-width: 628px){
	#our-potatoes-box, #our-seed-potatoes-box, #for-consumers-box, #for-breeders-box, #for-marketers-box{
		height: auto;
	}
}

/*==========================
ABOUT US PAGE (about-page.php)
===========================*/

.square#about-us-box{
	background: url('images/about-us-box-background.jpg') no-repeat;
	height: 700px;
}

.square#about-us-box h1{
	font-size: 36px;
	font-weight: bold;
}

.square#about-us-box p{
	line-height: 22px;
	margin-top: 15px;
}

.square#about-image-box{
	height: 700px;
	padding: 0;
	background: none;
}

img#about-image-one{
	margin-bottom: 13px;
}

.square#our-history-image-box{
	padding: 0;
	height: 520px;
}

.square#our-history-box{
	height: 520px;
	background: #cc5e4a;
	/*background: url('images/our-history-box-background.jpg') no-repeat;*/
}

.square#our-history-box h2{
	font-size: 24px;
	font-weight: bold;
}

.square#our-history-box p{
	margin-bottom: 15px;
	line-height: 22px;
}

@media (max-width: 980px){

	.square#about-us-box{
		background: #cc984c;
		height: auto;
		margin-left: 0;
	}

	.square#about-us-box h1{
		font-size: 26px;
	}

	.square#about-image-box{
		margin-left: 0;
	}

	/*formatting images for responsive*/
	.square#about-image-box, .square#our-history-image-box{
		height: auto;
	}

	.square#about-image-box img, .square#our-history-image-box img{
		width: 100%;
	}

	.square#our-history-box{
		height: auto;
		margin-left: 0;
	}
}

/*=========================
 * GALLERY MAIN PAGE (archive-gallery.php)
 ========================*/

#varieties-list .album-cover {
	overflow: hidden;
	height: auto;
	position: relative;
}

#varieties-list .album-cover__link {
	height: auto;
}

.album-cover__thumb-area {
	position: relative;
}
.album-cover__img {
	width: 100%;
	height: auto;
}
.album-cover__overlay {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 4px; left: 0;
	background-image: url(images/single-gallery-overlay.png);
	background-size: cover;
}
.album-cover__text-area h2 {
	text-align: center;
	margin: 1em 0;
}

.album-cover__link:hover .album-cover__overlay {
	display: block;
	cursor: pointer;
}

nav.gallery-nav {
	margin-top: 30px;
	margin-bottom: 30px;
}

/*==========================
gallery PAGE (single-gallery.php)
===========================*/

#gallery-single-container{
	/*width: 100%;*/
	height: 590px;
	overflow: hidden;
	text-align: center;
}

#gallery-single-container img.single-gallery{
	height: 100%;
	width: auto;
}

ul#thumb-gallery{
	margin-left: -6px;
}

ul#thumb-gallery .gallery-thumb-container{
	margin-left: 6px;
	margin-right: 0;
	margin-top: 6px;
}

@media (max-width: 980px){
	#gallery-single-container{
		width: 100%;
		height: auto;
	}

	#gallery-single-container img.single-gallery{
		height: auto;
		width: 100%;
	}
}

/*==========================
Contact PAGE (contact-page.php)
===========================*/

.square#contact-us-box, #message-box{
	background: url('images/contact-us-box-background.jpg') no-repeat;
}

.square#contact-us-box h1{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 27px;
}

.contact-container{
	float: left;
	margin-right: 48px;
}

.contact-container h3{
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 8px;
}

.contact-container li{
	margin-bottom: 8px;
}

.contact-container a{
	text-decoration: none;
	color: #fff;
}

.square#contact-image-box{
	padding: 0;
}
.square#contact-image-box-mobile {
	display: none;
	padding: 0;
}

@media (max-width: 980px){
	.square#contact-us-box{
		background: #cc5e4a;
		width: 100%;
		margin-left: 0;
		height: auto;
	}

	.square#contact-image-box{
		display: none;
	}
	.square#contact-image-box-mobile {
		display:block;
		width:100%;
		height:auto;
		overflow:hidden;
		margin-left:0;
		max-height: 269px;
	}

	.square#contact-image-box-mobile img {
		width: 100%;
		height: auto;
		position: relative;
		bottom: 35%;
	}
}

@media (max-width: 540px){
	.contact-container.last{
		margin-top: 2%;
	}
	.square#contact-image-box-mobile img {
		bottom: 15%;
	}

}

/*==========================
FOOTER (footer.php)
===========================*/

footer{
	margin-left: -15px;
}

footer .square{
	padding: 0;
	height: 100px;
	color: #683c41;
	font-size: 12px;
	margin-bottom: 38px;
}

.square#footer-logo h1{
	width: 150px;
	height: 76px;
	background: url('images/logo-large.png') no-repeat;
	text-indent: -9997px;
	background: url('images/footer-logo.png') no-repeat;
	margin-bottom: 21px;
}

footer nav{
	text-align: right;
	/*margin-top: 40px;*/
}

footer nav ul li{
	float:none;
	line-height: 19px;
}

footer nav ul li a{
	color: #683c41;
	text-decoration: none;
	font-weight: 700;
}

#footer-contact a{
	text-decoration: none;
	color: #683c41;
}

#contact-info{
	margin-top: 57px;
	width: 50%;
	text-align: right;
	float: left;
}

#contact-info h4{
	font-weight: 700;
	margin: 5px 0;
}

#contact-graphos{
	margin-top: 94px;
	width: 50%;
	text-align: right;
	float: left;
	font-size: 10px;
	line-height: 10px;
}

#contact-graphos a{
	margin-left: 5px;
	display: inline-block;
	color: #878787;
}

p#mobile-copyright{
	margin-top: 2%;
	display:none;
}

@media (max-width: 980px){

	footer{
		margin-left: 0;
	}

	.square#footer-logo{
		margin-left: 0;
	}

	footer nav{
		margin-top: 0;
	}

	footer nav ul li{
		float:none;
		line-height: 19px;
	}

	footer nav ul li a{
		display: block;
		color: #683c41;
		text-decoration: none;
		padding: 5px;
		font-weight: 700;
		font-size: 16px;
	}

	#footer-contact{
		margin-left: 0;
		width: 100%;
	}

	#contact-info, #contact-graphos{
		width: 100%;
		text-align: center;
		float: none;
	}

	#contact-info{margin-top: 20px;}

	#contact-graphos{margin-top: 2%;}
}

@media (max-width: 628px){

	footer{
		margin: 2% 0;
	}

	footer .square{
		height: auto;
	}

	#footer-logo{
		display: none;
	}

	#footer-nav ul li{
		width: 100%;
		margin: 1% 0;
	}

	#footer-nav ul li a{
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		color: #fff;
		background: #7a474a;
		padding: 10px;
		display: block;
	}

	#contact-info{margin-top: 0;}

	p#mobile-copyright{
		display: block;
	}
}

/*==========================
internet explorer fixes
===========================*/

/*fixes borders on hr's on front-page*/
html.ie7 .square#from-breeder-box hr{
	display : list-item;
	list-style : url('images/hr-dots.png') inside;
	filter : alpha(opacity=0);
	margin-left: -10px;
	width : 0;
}

/*slider fix for front-page ie7*/
html.ie7 .square#slideshow-box, html.ie7 .square#slideshow-box div, html.ie7 .square#slideshow-box img{
	box-sizing: content-box;
}

/*fixes gallery floats on ie7*/
html.ie7 ul#thumb-gallery li{
	float: left;
}



/* Graphos 10-16-2018 */

.contact-cols{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

input, textarea{
	outline: none;
    border: none;
}
.wpcf7 input[type=text], .wpcf7 input[type=email]{
	width: 100%;
	padding: 10px;
	color: #6a3e43;
}

.wpcf7 input[type=text], .wpcf7 label{
	width: 97%;
}
.wpcf7 label.contact-email{
	margin-left: 3%;
}
.wpcf7 label{
	line-height: 1.5;
}

.wpcf7 input[type=submit]{
	/* background: #cc5d49; */
	background: #6a3e43;
	color: #fff;
	padding: 10px 25px;
	margin-top: 5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    outline: none;
}



.wpcf7 textarea{
	width: 100%;
	height: 100px;
	padding: 10px;
	color: #6a3e43;
	font-family: 'Asap', sans-serif;
	resize: none;
}
input, textarea, select, button {
	font-family: 'Asap', sans-serif!important;
}


.square#contact-form-box {
    padding: 40px 60px;
    font-size: 16px;
    line-height: 1;
    text-align: left;
}

#message-box{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wpcf7 .required{
	font-size: 12px;
	margin-top: 5px;
}
#wpcf7-f938-o1{
	position: relative;
}
div.wpcf7-response-output {
    margin: 0;
    padding: .4em 1em;
    border: 2px solid #cc5d49;
    width: 300px;
	font-size: 0.8em;
    position: absolute;
    bottom: 5px;
    right: -6px;
}

.wpcf7-not-valid{
	border-bottom: 4px solid #cc5d49;
}

.wpcf7-not-valid-tip{
	display: none!important;
}

.gallery-thumb-container.displayed.active:after{
	content: url('http://www.solanum-int.com/obscuredirectory/wp-content/themes/solanum/images/single-gallery-overlay.png');
	height: 60px;
	width: 93px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/*** Sheena - 2018-11-19 ****/
#about-varieties{width:98.3%;height:auto;position:relative;display:block;margin:0 15px 15px;padding:30px;background:#cc5e4a url(images/our-history-box-background.jpg) no-repeat;}
#about-varieties h1{font-size:34px;font-weight:bold;margin-bottom:12px}
#about-varieties p{line-height:1.4}
#about-varieties a{color:#FFF;font-weight:800;font-size:110%;text-decoration:none}
#about-varieties a:hover{color:#cc984c}
@media (max-width: 980px){
	#about-varieties{margin:15px 0;width:100%}
}

.grecaptcha-badge{display:none!important}

.print-only{ display:none }
.potato-single-image-print{width:50%;float:right}
.potato-single-image-print img{width:100%}
@media print {
	ul#varieties-list .print-only{ display:block; width:auto;height:150px;margin-left:-40px;margin-top:-10px; }
	ul#varieties-list li{ width:25%;margin:0;padding:0 1rem;height:200px }
	ul#varieties-list li .image-container{ width:100%;height:130px;overflow:hidden }
	ul#varieties-list li .text-container{ width:100%;height:auto }
	ul#varieties-list li .text-container a{ padding:.5rem 0 }
	ul#varieties-list li h2{color:#000;font-size:1rem}
	header,footer,#about-varieties{display:none!important}
	.potato-single-image-print{display:inline-block!important}
	#single-description-container>p{float:left;width:45%}
 }