/*   
Theme Name: ElogixCo
Theme URI: http://www.wincofoods.com
Description: The Supermarket Low Price Leader theme
Author: wincofoods.com
Author URI: http://www.wpdb.org
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.9
*/

/* ----------------------------------------------------- */
/* Import */
/* ----------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800);
@import url("framework/css/reset.css");
@import url("framework/css/shortcodes.css");
/* ----------------------------------------------------- */
/* Basic Wordpress Styles */
/* ----------------------------------------------------- */
.hidden { display: none; }
.alignleft { float: left; margin:0 20px 20px 0; }
.alignright { float: right; margin:0 0px 20px 20px; }
.gallery-item, .gallery-item a {
	margin:0px !important;
	padding:0px !important;}
.gallery-item img {
	border:none !important;
	float:left;
	margin:0px !important;
	padding:0px !important;
}
.gallery-item a img, a.prettyPhoto img.size-thumbnail{
	margin:0px !important;
	padding:0px !important;
	border:5px solid #f5f5f5 !important;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
.gallery-item a:hover img, a.prettyPhoto:hover img.size-thumbnail{
	border:5px solid #999999 !important;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-bottom:20px;}
a{ 
	outline: none;
	color:#c6222b;
	text-decoration: none; 
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
a:hover{
	color:#c6222b;
}

a img{ 
	border: none; 
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.wp-caption,
.wp-caption-text {  }

.hentry,
.navigation-links,
.hfeed,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.widget ul ul { margin-bottom: 0; }

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	padding: 0;
	margin-bottom:10px;
}

h1 {
	color:#434242;
	font-weight:600;
	font-size: 22px;
	line-height: 26px;
}

h2 {
	font-size:20px;
	line-height:28px;
	font-weight:300;
}


#content-full h1, #content-part h1{
	font-size:24px;
	line-height:34px;
	font-weight:300;
}

h3 {
	color:#434242;
	font-size: 15px;
	line-height: 17px;
	font-weight: 300;
}

h4 {
	color:#434242;
	font-size: 14px;
	line-height: 18px;
}

h5 {
	color:#434242;
	font-size: 12px;
	line-height: 18px;
}

h6 {
	
	font-size: 10px;
	line-height: 16px;
}

/* Fonts and special text styling */
@font-face {font-family: 'Museo-500';src: url('framework/css/fonts/museo.eot');src: url('framework/css/fonts/museo.eot?#iefix') format('embedded-opentype'),url('framework/css/fonts/museo.woff') format('woff'),url('framework/css/fonts/museo.ttf') format('truetype');}
.Museo {font-family: Museo-500;font-weight: normal;font-style: normal;}
.lg-txt {font-size:600%;line-height: 100%;}
.txt-center {text-align:center}
.WinCo-heading {font-size:500%;line-height: 100%}
.WinCo-subheading {font-size:160%;line-height: 100%}
.WinCo-quote {font-size:110%;line-height:100%;font-weight:400;}
.red {color:#c6222b;}
.white {color:#fff;}
.white a {color:#fff;}
.medium-text {font-size:125%; vertical-align:text-top}

/* ----------------------------------------------------- */
/* Main */
/* ----------------------------------------------------- */
html, body {}
body{
	background-image: url(framework/images/bg-body.jpg);
	color:rgb(65, 72, 77);
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight:400;
	font-size:13px;
	line-height:21px;
}
#background {
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}
hr {height: 1px; color: #dedede}
::-moz-selection { background: #c6222b; color: #fff; text-shadow: none; }
.::selection { background: #c6222b; color: #fff; text-shadow: none; }
/* ----------------------------------------------------- */
/* Layout */
/* ----------------------------------------------------- */
#wrap{
	position: relative;
	width:980px;
	background: #ffffff;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.color-hr{
	height:5px;
	display: block;
	background: #c6222b;
}

.spacer{
	height:40px;
	display:block;
}

/* ----------------------------------------------------- */
/* Header */
/* ----------------------------------------------------- */

#header{height:120px;position: relative;background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 70%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 70%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 70%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 70%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 70%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

#mobile-logo{ display:none;}
#tablet-logo{ display:none;}
#smlpl-mobile{display:none;}

#top-stripes {
	z-index: 500;
	position: absolute;
	width:96%;
	height:15px;
	margin-left:2%;
	margin-right:2%;
	background-image: url(framework/images/strip-line.gif);}
.cursor{cursor: pointer;}
/* Logo */
#logo{
	float:left;
	background: url(framework/images/sprite-1.png) 0 0;
	width:316px;
	height:61px;
	margin-left:30px;
	margin-top:30px;
	font-size:24px;
	font-weight:600;
}
#logo a{
	text-decoration: none;
	color:#666666;
}
#slogan{
	font-family: Georgia;
	font-style: italic;
	color:#999999;
	float:left;
	border-left:1px solid #f5f5f5;
	padding:0 0 0 20px;
	margin:48px 0 0 20px;
}
/* Supermarket Low Price Leader */
#smlpl { font-style:italic; font-size:20pt;font-weight: 300;margin-left: 10px; text-shadow: 0px 0px 3px #fff;}
#WinCo-White-Logo {background: url(framework/images/sprite-1.png); background-position: 0 -573px; width:138px; height:58px;}
/* Social Icons */
#social{
	float:right;
	margin: 40px 30px 0 0;
}

#social li{
	display:block;
	float: left;
	margin-left: 10px;
}

#social li a{
	display:block;
	width:16px;
	height:16px;
	text-indent: -9999px;
	float: left;
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease;
	   -moz-transition: opacity 0.4s ease;
	    -ms-transition: opacity 0.4s ease;
	     -o-transition: opacity 0.4s ease;
	        transition: opacity 0.4s ease;
}
#store-info-links {display:inline!important;float:none!important;text-indent:0px!important;opacity:1!important;}
	#social li.twitter a{ background: url(framework/images/sprite-1.png);background-position: 0px -177px; ms-background-position: 0px -177px; width: 16px; height: 16px; }
	#social li.facebook a{ background: url(framework/images/sprite-1.png);background-position: 0px -243px; ms-background-position: 0px -243px; width: 16px; height: 16px; }
	#social li.youtube a{ background: url(framework/images/sprite-1.png);background-position: 0px -309px; ms-background-position: 0px -309px; width: 16px; height: 16px; }
	#social li.linkedin a{ background: url(framework/images/sprite-1.png);background-position: 0px -375px; ms-background-position: 0px -375px; width: 16px; height: 16px; }
	#social li.pinterest a{ background: url(framework/images/sprite-1.png);background-position: 0px -441px; ms-background-position: 0px -441px; width: 16px; height: 16px; }	

#social li a:hover{
	opacity: 1;
}

.opa {
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease;
	   -moz-transition: opacity 0.4s ease;
	    -ms-transition: opacity 0.4s ease;
	     -o-transition: opacity 0.4s ease;
	        transition: opacity 0.4s ease;}
.opa:hover {opacity:1}

/* ----------------------------------------------------- */
/* Navigation */
/* ----------------------------------------------------- */

#nav{
	border-top:1px solid #d5d5d5;
}

.select-menu{
	display:none;
}

#nav ul li{
	position: relative;
	display:block;
	float:left;
	background: url(framework/images/nav-divider.png) no-repeat center right;
	padding-right:1px;
}
#nav ul li:last-of-type{
	position: relative;
	display:block;
	float:left;
	background: none;
	padding-right:1px;
}
#nav ul li a{
	display: block;
	float: left;
	padding:6px 28px 7px 28px;
	text-decoration: none;
	color:#666666;
	font-weight:700;
	font-size:11px;
	text-transform: uppercase;
	border-top:1px solid #d5d5d5;
	margin-top:-1px;
}
#nav ul li a:hover{
	color:#c6222b;
	border-color:#c6222b;
	margin-top:-1px;
}

/* Active */
#nav ul li.current-menu-item a, 
#nav ul li.current-page-ancestor a,
#nav ul li.current-menu-ancestor a{
	border-top:1px solid #c6222b;
	margin-top:-1px;
	background: #c6222b url(framework/images/arrow-top.png) no-repeat top center;
	color:#c6222b;
}
#nav ul li.current-menu-item ul li a, 
#nav ul li.current-page-ancestor ul li a,
#nav ul li.current-menu-ancestor ul li a{
	color:#666666 !important;
}
#nav ul li.current-menu-item ul li a:hover, 
#nav ul li.current-page-ancestor ul li a:hover,
#nav ul li.current-menu-ancestor ul li a:hover{
	color:#c6222b !important;
}

#nav ul.sub-menu{
	display: none;
	position: absolute;
	top:33px;
	left:0;
	width:200px;
	z-index: 600;
	background: #ffffff !important;
	border-top:2px solid #c6222b;
	padding:10px 20px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
			box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4); 
}

html body #wrap li.current_page_item ul li a, 
html body #wrap li.current_page_ancestor ul li a, 
html body #wrap li.current-menu-ancestor ul li a{
	background-color: #ffffff;
}

html body #nav ul.sub-menu li, #nav ul.sub-menu li a{
	background: none;
	border:none !important;
	padding:0;
	margin:0;
}

html body #nav ul.sub-menu li a{
	display:block !important;
	padding:8px 10px 7px 10px;
	width:180px;
	font-weight:400;
	border-bottom:1px solid #efefef !important;
}

html body #nav ul.sub-menu li:last-child a,
html body #nav ul.sub-menu li:last-child ul li:last-child a{
	border-bottom: none !important;
}

html body #nav ul.sub-menu li:last-child ul li a{
	border-bottom:1px solid #efefef !important;
}

#nav ul li ul li ul{
	margin-left:200px;
	margin-top:-35px;
}

#nav ul li ul li ul li{
	padding:0;
	border-bottom:1px solid #efefef;
}

.sf-sub-indicator{
	display:none;
}


/* ----------------------------------------------------- */
/* Content */
/* ----------------------------------------------------- */

#page{
	padding:0px 30px;
}

#page .color-hr2{
	height:5px;
	display: block;
	background: #f5f5f5;
	border-top:1px solid #d5d5d5;
	margin:0 -30px;
}

#subtitle{
	background: url(framework/images/dotted.png) repeat-x bottom left;
	color:rgb(65, 72, 77);
	padding:20px 30px 25px 30px;
	margin:0 -30px 0 -30px;
	position: relative;
}
#subtitle h2{
	font-size:18px;
	margin:0;
	font-weight:300;
}
#subtitle h2 span{
	font-weight:600;
}

#content{
	padding:30px 0px 00px 0px;
}

#content-part{
	float:left;
	width:670px;
	padding:30px 0px 60px 0px;
}
#content-part .entry p, #content-full .entry p{
	margin-bottom:20px;
}
#content-full{
	width:920px;
	padding:30px 0 60px 0;
}
html body #wrap .google_map img{
	width:auto !important;
	max-width: auto !important;
	height: auto !important;
}
.entry ul, .entry ol{
	margin-bottom:20px;
	list-style: disc;
	margin-left:30px;
}
.entry ol{
	list-style: decimal;
}
.entry ul.list, .entry ol.list{
	margin:0 0 20px 0;
	list-style: none;
}
#sidebar{}
#content-part p{
	font-size:12px;
}
#sidebar.sidebar-right{
	width:215px;
	padding:30px 0px 30px 0px;
	float: right;
}

#sidebar.sidebar-left{
	width:215px;
	padding:30px 0px 30px 0px;
	float: left;
	margin-right:30px;
}
.search-result{
	padding-bottom:30px;
	border-bottom:1px solid #eaeaea;
	margin-bottom:30px;
}
.search-result .info{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	font-style: normal;
	margin:5px 0 5px 0;
}

.search-result .info a{
	color:#999999;
}
.search-result .info a:hover{
	color:#666666;
}

/* ----------------------------------------------------- */
/* Home */
/* ----------------------------------------------------- */
#latestposts {padding-bottom:20px;}
#latestposts .teasertext{
	width:215px;
	float:left;
}

#latestposts .entry{
	width:215px;
	height:auto;
	float:left;
	margin-left:20px;
}
#latestposts .entry h4{
	margin:0;
	font-size:13px;
}
#latestposts .entry .date{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999999;
	font-style: normal;
	margin:5px 0 5px 0;
}

#latestposts .entry a.readmore{
	display:block;
	color:#c6222b;
	font-weight:700;
	font-size:11px;
	line-height:11px;
	text-transform: uppercase;
	margin-top:10px;
	width:75px;
	background: #ffffff;
	-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#latestposts .entry a.readmore:hover{
	background: #c6222b url(framework/images/arrow2.png) no-repeat right center;
}

/* ----------------------------------------------------- */

#latestwork{
	background: #f3f3f3;
	border-bottom:5px solid #eaeaea;
	margin:-40px -30px -40px -30px;
	padding:40px 30px 40px 30px;
	position: relative;
}

#latestwork .teasertext{
	width:215px;
	float:left;
}
#latestwork .entry{
	overflow: hidden;
	position: relative;
	width:215px;
	height:230px;
	margin-left:20px;
	float:left;
	background-color: #ffffff;
	border-bottom:1px solid #d3d3d3;
	text-align: center;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

#latestwork .entry:hover {
	background-color: #ffffff;
	border-color:#c6222b;
}
#latestwork .entry:hover h4 a{
	color:#c6222b;
}

#latestwork .entry:hover img{
	border-color:#c6222b;
}

#latestwork .entry img{
	border-bottom:5px solid #e4e4e4;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
#latestwork .entry h4{
	font-size:14px;
	margin:15px 0 2px 0;
	padding:0;
	font-weight:400;
}
#latestwork .entry .work-description span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#999999;
	font-style: italic;
	padding:0 20px;
}

#latestwork .entry .prettyPhoto .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}
#latestwork .entry .video .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(framework/images/zoom-video.png) no-repeat center center;
	opacity: 0;
}
#latestwork .entry .pic .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(framework/images/zoom-pic.png) no-repeat center center;
	opacity: 0;
}

a.work-carousel-prev{
	width:19px;
	height:19px;
	background: #cccccc url(framework/images/small-prev.png) no-repeat 7px 6px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top:-1px;
	right:50px;
}
a.work-carousel-prev:hover{
	background-color: #c6222b;
}
a.work-carousel-next{
	width:19px;
	height:19px;
	background: #cccccc url(framework/images/small-next.png) no-repeat 7px 6px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top:-1px;
	right:30px;
}
a.work-carousel-next:hover{
	background-color: #c6222b;
}

.work-carousel-prev.disabled, .work-carousel-next.disabled {visibility: hidden}
	
/* ----------------------------------------------------- */
/* Blog */
/* ----------------------------------------------------- */

.type-post{
	padding-bottom:30px;
	margin-bottom:30px;
}

.dotted{
	background: url(framework/images/dotted.png) repeat-x bottom left;
}

.type-post p{
	margin-bottom:20px;
}

#content-part div.type-post.single-post{
	border-bottom:none; 
	margin-bottom:0;
	padding-bottom:0;
}

.post-thumb{
	width:210px;
	float:left;
}
.post-thumb a{
	position: relative;
	display:block;
	overflow: hidden;
	width:200px;
	height:200px;
	border:5px solid #f5f5f5;
	transition: border-color 0.4s linear;
    -moz-transition: border-color 0.4s linear;    /* FF3.7+ */
    -o-transition: border-color 0.4s linear;      /* Opera 10.5 */
    -webkit-transition: border-color 0.4s linear; /* Saf3.2+, Chrome */
	
}
.post-thumb a:hover{
	border-color: #c6222b;
}

.post-thumb .zoom{
	position: absolute;
	top:0;
	left:-200px;
	display: block;
	width:200px;
	height:200px;
	background: url(framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}

.big-post-thumb{
	margin-bottom:20px;
}
.big-post-thumb img{
	border-bottom:5px solid #c6222b;
	padding:0px;
}

.post-entry{
	width:430px;
	margin-left:30px;
	float:left;
	padding-top:10px;
}
.post-entry h2{
	margin-bottom:15px;
	line-height:26px;
}
.post-entry a.readmore{
	display:block;
	color:#c6222b;
	font-weight:700;
	font-size:11px;
	line-height:11px;
	padding-bottom:1px;
	text-transform: uppercase;
	margin-top:10px;
	width:75px;
	-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.post-entry a.readmore:hover{
	background: #c6222b url(framework/images/arrow2.png) no-repeat right center;
}

.postmetadata{
	display:none;
}

.single-post .meta{
	background: url(framework/images/dotted.png) repeat-x bottom left;
	padding-bottom:20px;
	margin-bottom:22px;
}

.meta{
	display: block;
	font-size:11px;
	text-transform: uppercase;
	color:#999999;
	margin-bottom:10px;
}
.meta strong{
	font-weight:700;
}
.meta a{
	font-weight:700;
	color:#999999;
}
.meta a:hover{
	color:#c6222b;
}

.navigation a{
	font-size:11px;
	text-transform: uppercase;
	font-weight:700;
	color:#999999;
}
.navigation a:hover{
	color:#c6222b;
}
.navigation .prev-posts{
	float: left;
}
.navigation .next-posts{
	float: right;
}

/* ----------------------------------------------------- */
/* Work Item */
/* ----------------------------------------------------- */

.posts-nav{
	position: absolute;
	top:22px;
	right:20px;
	width:41px;
	height:20px;
}

.posts-prev a{
	display:block;
	width:20px;
	height:20px;
	background: #cccccc url(framework/images/small-prev.png) no-repeat 8px 7px;
	text-indent: -9999px;
	float: right;
}
.posts-next a{
	display:block;
	width:20px;
	height:20px;
	background: #cccccc url(framework/images/small-next.png) no-repeat 8px 7px;
	text-indent: -9999px;
	float: right;
	margin-left:1px;
}
.posts-prev a:hover, .posts-next a:hover{
	background-color: #c6222b;
}

#filters{
	background: #ffffff;
	border-bottom:1px solid #dedede;
	margin:0 -30px 0 -30px;
	padding:10px 30px;
}
#filters li{
	display: block;
	float:left;
	margin-right:20px;
}
#filters li a{
	display: block;
	float:left;
	padding:0px 20px 0px 0;
	border-right:1px solid #efefef;
	font-size:11px;
	font-weight:400;
	text-transform: uppercase;
}
#filters li:last-child a{
	border-right: none;
}
#filters li a:hover{
	color:#c6222b;
}

#container{
	width:940px;
	padding:30px 20px 10px 20px;
	margin:-30px -30px -60px -30px;
	background: #f3f3f3;
	border-top:5px solid #eaeaea;
}

.work-item{
	overflow: hidden !important;
	position: relative;
	width:215px;
	height:230px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:25px;
	float:left;
	background-color: #ffffff;
	border-bottom:1px solid #d3d3d3;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1); 
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

.work-item .prettyPhoto .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(framework/images/zoom.png) no-repeat center center;
	opacity: 0;
}
.work-item .video .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(framework/images/zoom-video.png) no-repeat center center;
	opacity: 0;
}
.work-item .pic .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(framework/images/zoom-pic.png) no-repeat center center;
	opacity: 0;
}

.work-item:hover {
	background-color: #ffffff;
	border-color:#c6222b;
}
.work-item:hover h3 a{
	color:#c6222b;
}

.work-item:hover img{
	border-color:#c6222b;
}

.work-item img{
	border-bottom:5px solid #e4e4e4;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
.work-item h3{
	font-size:15px;
	margin:15px 0 2px 0;
	padding:0;
	font-weight:400;
}
.work-item .work-description span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#999999;
	font-style: italic;
	padding:0 20px;
}

#content-full div:nth-child(4n) .work-item{
	margin-right:0px;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/* ----------------------------------------------------- */
/* Details */ 

#work-slider{
	width:500px;
	position: relative;
}

#work-slider .flex-control-nav{
	display:none;
}

.work-detail-thumb{
	width:500px;
	float:left;}

.work-detail-thumb img{}

.work-detail-description{
	width:330px;
	float:left;
	margin-left:30px;
}
.work-detail-description h3{
	margin:0 0 5px 0;
	padding:0;
}
.work-detail-description .taxonomy{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:16px;
	color:#999999;
	font-style: italic;
	margin-bottom:20px;
}

.work-detail-description p{
	margin-bottom:20px;
}

#embedd-video{
	width:600px !important;
	display: none;
}

/* ----------------------------------------------------- */
/* Sidebars */
/* ----------------------------------------------------- */

#sidebar h2{
	color:#434242;
	text-transform: uppercase;
	font-size:12px;
}

#sidebar{
	font-size:11px;
}

#sidebar .widget{
	margin-bottom:40px;
}

#sidebar li{
	background: url(framework/images/arrow.png) no-repeat 6px 11px;
}
#sidebar .widget_recent_entries li{
	background: url(framework/images/pen.png) no-repeat 0 10px;
}
#sidebar .widget_categories li{
	background: url(framework/images/category.png) no-repeat 0 10px;
}

#sidebar .widget_tag_cloud a, .meta-tags a{
	font-size:11px !important;
	display: inline;
	background: url(framework/images/tag.png) no-repeat top left;
	padding:1px 7px 2px 18px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	margin-right:5px;
	margin-bottom:5px;
	color:#777777; 
}
#sidebar .widget_tag_cloud a:hover, .meta-tags a:hover{
	color:#333333;
}

#sidebar .widget_nav_menu li.current-menu-item a{
	color:#c6222b !important;
}

#sidebar li a{
	display: block;
	color:#8a8a8a;
	border-bottom:1px dotted #dedede;
	padding:5px 0 5px 16px;
	
}

#sidebar a:hover{
	color:#c6222b;
}

#sidebar ul li:last-child a, #sidebar ul li:last-child{
	border-bottom:none;
}

#sidebar ul li ul li:last-child a{
	border-bottom:1px dotted #dedede;
}

/* ----------------------------------------------------- */
/* Sidebar Widgets */
/* ----------------------------------------------------- */

#sidebar #searchform input{
	padding:6px 4px 6px 26px;
	border:1px solid #d5d5d5;
	color:#666666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight:400;
	font-size:11px;
	width:185px;
	background: #ffffff url(framework/images/search.png) no-repeat 8px 8px;
}
#sidebar #searchform input:focus{
	border:1px solid #999999;
}

.embed_code > iframe {
    width: 100%;
    height: auto;
}

/* ----------------------------------------------------- */
/* Content Styles */
/* ----------------------------------------------------- */

.hr{
	background: url(framework/images/dotted.png) repeat-x bottom left;
	height:1px;
	margin:25px 0px 30px 0px;
}

.hr4{
	background: url(framework/images/dotted.png) repeat-x bottom left;
	height:1px;
	margin:25px 0px 10px 0px;
}

.hr2{
	border-bottom:1px solid #dedede;
	height:0px;
	margin:30px 0 30px 0;
}

.hr3{
	border-bottom:1px solid #dedede;
	height:0px;
	margin:40px -30px 40px -30px;
}

.shadow-top{
	height:6px;
	width:100%;
	background: url(framework/images/shadow-top.png) repeat-x top center;
	position: absolute;
	top:0;
	left:0;
	z-index: 500;
	opacity: 0.2;
}

.col-4, .col-4-last{
	float:left;
	width:215px;
	margin-right:20px;
}
.col-4-last{
	margin-right:0;
}

/* ---------------------------------------------------- */
/* Standard Tags										*/

.sticky, .gallery-caption, .bypostauthor {}

strong, b{text-transform:uppercase;font-weight:600}

em{
	font-style:italic;
}
del{
	text-decoration: line-through;
}

address{
	font-style:italic;
}

code, pre {
	display: block;
	font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
	background: #f5f5f5 url(framework/images/pre.png) repeat;
	border: 1px solid #ccc;
	padding: 18px 20px 18px 20px;
	margin: 0 0 18px;
	line-height: 19.2px;
	overflow: auto;
	overflow-Y: hidden;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

table {
	margin: 0 0 20px 0;
	text-align: left;
	padding: 0 5px;
}

tr:nth-child(even) { background: #f7f7f7 }
tr:nth-child(odd) { background: #ffffff }

tr { border-bottom: 1px solid #e4e4e4; }

th,
 {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	
}

thead th{
	font-size:14px;
	font-weight:700;
	border:none;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:10px 5px;
}


/* ----------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------- */

#breadcrumb{
	border-top:1px solid #dedede;
	border-bottom:5px solid #ebebeb;
	padding:5px 30px;
	color:#636363;
	font-size:11px;
	height:auto;
}
#breadcrumb a{
	color:#636363;
	text-decoration: none;
	background: url(framework/images/arrow.png) no-repeat center right;
	padding:0 13px 0px 0;
	margin:0 10px 0 0;
}
#breadcrumb a:hover{
	color:#c6222b;
}

/* ----------------------------------------------------- */
/* Footer */

#footer{
	background: #636363;
	padding:40px 0px 40px 30px;
	color:#ffffff;
	font-size:11px;
}

#footer a{
	color:#c1c1c1;
	text-decoration: none;
}
#footer a:hover{
	color:#ffffff;
}

#footerlogo{
	color:#c1c1c1;
	font-size:11px;
}

#footerlogo h4{
	font-size:24px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:15px;
}
#footerlogo h4 a{
	color:#ffffff;
	text-decoration: none;
}

#footer .widget h2{
	font-size:11px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight:700;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:-5px;
}
#footer .widget li{
	border-bottom:1px dotted #777777;
	padding:5px 0;
	font-size:11px;
}
#footer .widget ul{
	border-top:1px solid #777777;
}

#footer #searchform input{
	padding:6px 4px 6px 26px;
	border:1px solid #777777;
	color:#999999;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight:400;
	font-size:11px;
	width:94%;
	background: #636363 url(framework/images/search.png) no-repeat 8px 8px;
}
#footer #searchform input:focus{
	border:1px solid #ffffff;
	color:#ffffff;
}

/* ----------------------------------------------------- */
/* Copyright */

#copyright{
	background: #464646;
	padding:10px 30px;
	color:#b5b5b5;
	font-size:11px;
	position: relative;
}
#copyright a{
	text-decoration: none;
	color:#b5b5b5;
	border-bottom:1px solid #666666;
}
#copyright a:hover{
	color:#ffffff;
	border-bottom:1px solid #999999;
}

#back-to-top{
	position: absolute;
	top:12px;
	right:20px;
	background: url(framework/images/sprite-1.png) 0 -507px; width: 18px; height:16px;
}
#back-to-top a{
	border: none;
	opacity: 0.6;
	transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;    /* FF3.7+ */
    -o-transition: opacity 0.4s ease;      /* Opera 10.5 */
    -webkit-transition: opacity 0.4s ease; /* Saf3.2+, Chrome */
}
#back-to-top a:hover{
	opacity: 1;
	border: none;
}

/* Light Table */

a.light, input.light, ul.light li a, th.light {
	background: #F5F5F5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ECECEC');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#ECECEC)); 
	background: -moz-linear-gradient(top,  #FFFFFF,  #ECECEC); 
	color: #858585;
	text-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-moz-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-o-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	-khtml-box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	box-shadow: inset 0px 1px 0 #fff, 0px 1px 0 #B5B5B5;
	}

a.light:hover, input.light:hover, ul.light li a:hover {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F7F7F7');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F7F7)); 
	background: -moz-linear-gradient(top,  #FFFFFF,  #F7F7F7); 
	color: #717171;
}

a.light:active, input.light:active, ul.light li a:active {
	background: #eee;
	color: #717171;
	-webkit-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-moz-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-o-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	-khtml-box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
	box-shadow: inset 0px 2px 3px #aaa, 0px 1px 0 #B5B5B5;
}


th.light {
	color: #5B5B5B;
}
/* Light Tables */
/* Tables */

.lighttable-wrapper {
	width: 100%;
	background: #E0E0E0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#D7D7D7');
	background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#D7D7D7)); 
	background: -moz-linear-gradient(top,  #E9E9E9,  #D7D7D7); 
	padding: 8px;
	-webkit-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-moz-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-o-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-khtml-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-webkit-border-radius: 10px; 
	/*-moz-border-radius: 10px; firefox doesn't allow rounding of tables yet*/
	-o-border-radius: 10px; 
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.lighttable-wrapper table {
	width: 100%;
}

.lighttable-header {
	height: 35px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	font-weight: bold;
	
}

.lighttable-row td {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	padding: 10px;
	border-left: 1px solid #ccc;
	-khtml-box-shadow: 0px 1px 0px #B2B3B5;
	-webkit-box-shadow: 0px 1px 0px #B2B3B5;
	-moz-box-shadow: 0px 1px 0px #ddd;
	-o-box-shadow: 0px 1px 0px #B2B3B5;
	box-shadow: 0px 1px 0px #B2B3B5; 
}

.lighttable-wrapper tr th {
	border-left: 1px solid #ccc;
}

.lighttable-wrapper tr th:first-child {
	-khtml-border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-o-border-top-left-radius: 8px;
	/*-moz-border-radius-topleft: 8px; firefox doesn't allow rounding of tables yet*/
	border-top-left-radius: 8px;
	border: none;
}

.lighttable-wrapper tr td:first-child {
	border: none;
}

.lighttable-wrapper tr th:last-child {
	-khtml-border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-o-border-top-right-radius: 8px;
	/*-moz-border-radius-topright: 8px; firefox doesn't allow rounding of tables yet*/
	border-top-right-radius: 8px;
}

.lighttable-wrapper tr {
	background: #fff;
}

.lighttable-wrapper tr:nth-child(odd) {
	background: #F3F3F3;
}

.lighttable-wrapper tr:nth-child(even) {
	background: #fff;
}

.lighttable-wrapper tr:last-child td:first-child {
	-khtml-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-o-border-bottom-left-radius: 8px;
	/*-moz-border-radius-bottomleft: 8px; firefox doesn't allow rounding of tables yet*/
	border-bottom-left-radius: 8px;
}

.lighttable-wrapper tr:last-child td:last-child {
	-khtml-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-o-border-bottom-right-radius: 8px;
	/*-moz-border-radius-bottomright: 8px; firefox doesn't allow rounding of tables yet*/
	border-bottom-right-radius: 8px;
}

/* Random */
.searchit input{
	padding:6px 4px 6px 26px;
	border:1px solid #d5d5d5;
	color:#666666;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-weight:400;
	font-size:11px;
	width:185px;
	background: #ffffff url(framework/images/search.png) no-repeat 8px 8px;
}
.#searchit input:focus{
	border:1px solid #999999;
}
.mobile-view {display: none!important;}

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 100%;
	min-height:750px;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.WinCo-item {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, 0.2);
    width: 100%;
    overflow: hidden;
}

.new-item {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, 0.2);
    width: 22%;
	margin:1%;
    overflow: hidden;
	float:left;
}

.WinCo-item .new-item img {
    height: auto;
    max-width: 101%;
    width: 101%;
}

.WinCo-item end {
    border-top: 1px solid #EFEFEF;
    margin: 25px -20px -20px;
    padding: 0 !important; text-align: center;
}

/* img{max-width: 100%;} */
/* img{ -ms-interpolation-mode: bicubic; } */

/* RESPONSIVE VIDEO */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* CONTACT FORMS */
.contact-WinCo input[type=text], .contact-WinCo input[type=email], .contact-WinCo select {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 94%;
    padding: 5px;
    border: 2px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact-WinCo textarea {
	font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
	width:94%;
	height:150px;
    display: block;
    padding: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact-WinCo input[type=submit] {
    /* Size and position */
    width: auto;
	padding:8px;
    position: relative;
    /* Styles */
    border-radius: 3px;
    cursor: pointer;
    /* Font styles */
    font-size: 14px;
    text-align: center;
	margin-right: 1%;
    background: #c6222b;
    border: 1px solid #c6222b;
    color: #ffffff;
    text-decoration: none;
}

.contact-WinCo input[type=submit]:active,
.contact-WinCo:active{
    top: 1px;
}

/* Fallback for broswers that don't support box shadows */
.contact-WinCo  input[type=submit]:hover {
    background: #da2831; /* Fallback */
    background: -moz-linear-gradient(#c6222b, #da2831);
    background: -ms-linear-gradient(#c6222b, #da2831);
    background: -o-linear-gradient(#c6222b, #da2831);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c6222b), to(#da2831));
    background: -webkit-linear-gradient(#c6222b, #da2831);
    background: linear-gradient(#c6222b, #da2831);
}

.sweeps-form input[type=text], .sweeps-form input[type=email], .sweeps-form select {
	width:88%;
	margin-left:5%;
	background:none;
	padding:5px;
	font-size:15px;
	border:none;
	border-bottom:1px solid #fff;
	color:#fff;
	border-radius:0px;
	display:block;}
	
.sweeps-form {color: #fff;font-size:15px;}
::-webkit-input-placeholder {opacity:1;}

:-moz-placeholder { /* Firefox 18- */
opacity:1;  
}

::-moz-placeholder {  /* Firefox 19+ */
opacity:1;  
}

:-ms-input-placeholder {  
opacity:1;  
}

.recipe-searchbx input[type=text] {
	background: #ffffff url(framework/images/search.png) no-repeat 8px 10px;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 75%;
    padding: 5px 15px 5px 30px;
    border: 2px solid #ebe6e2;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;}

/* RED TEXT BUTTON */
.contact-red input[type=submit] {position: relative; padding:5px 20px;border-radius: 30px;cursor: pointer;font-family: 'Lato', Calibri, Arial, sans-serif;font-size: 20px;text-align: center;}
.contact-red input[type=submit] {background: #e3e3e3;border: 0px;color: #c6222b;text-decoration: none;}

.winco-meta {padding:2px 15px;background:#ccc; border-radius:20px;}
a.winco-meta:link {color:#ffffff!important;}
.orange-meta {padding:2px 5px; margin: 2px 0px 20px 0px; background-color:orange; color:#fff; border-radius:0 0 8px 8px; text-align: center; font-size:107%;}
.orange-meta a {color: #fff;}
.pick-me:hover { opacity:.7; filter:alpha(opacity=70); /* For IE8 and earlier */}

/* FORMS */
.WinCo-form {/*font-family:'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;font-weight: 300;*/}
.WinCo-form .gfield_required {display: none;}
.WinCo-form input[type=text], .WinCo-form input[type=email], .WinCo-form select, .WinCo-form textarea {background:#fff;color:rgb(65, 72, 77);border: 1px solid #d5d5d5;border-radius:0 6px;padding:.5em!important}
.WinCo-form strong {text-transform: uppercase;font-weight: 600;}


.testimonial:after {
    background: url("framework/images/testimonials.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -22px;
    content: "";
    height: 22px;
    left: 30px;
    position: absolute;
    width: 22px;}

.testimonial {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    box-shadow: 1px 1px 2px 0 rgba(180, 180, 180, 0.2);
    padding: 20px;
    position: relative;}

.testimonial-author {
    margin: 4px 0 20px 56px;
	font-weight:bold;}

.question {font-size:300%;line-height:100%;margin:0 0 20px 0}
.answer {font-size:130%;line-height:170%;letter-spacing:.01em}
.icon-inshadow {text-shadow:0px -1px 0px rgba(147,140,128,0.7),0px 1px 0px rgba(250,250,249,0.3);color:rgba(242,241,238,0.7);margin:0 0 20px 0}

/* WINCO FOLIO COLUMNS*/
#winfolio-wrap {width: 100%;margin-bottom: -30px;}
.winfolio-third { display:inline; width: 30.66%; position: relative; margin: 10px; float: left;}

/* IMAGE Hacks */
.rounded-corners {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  }

.boxed-form {
margin: 30px 20px 30px 0px;
padding: 15px;
position: relative;
background: url(/wp-content/uploads/2014/02/white-90.png)/*rgba(255,255,255,0.9)*/;
border-radius: 4px;
color: #7e7975;
box-shadow:
0 2px 2px rgba(0,0,0,0.2),        
0 1px 5px rgba(0,0,0,0.2),        
0 0 0 12px rgba(255,255,255,0.4); 
}
/*GRID*/
.WinCo-grid {width:100%;}
.WinCo-half {width: 49%;float: left;display: table;display: table;padding: 10px;}
.WinCo-half:before, .WinCo-half:after {content: " ";}
.WinCo-half:after {clear: both;}
.WinCo-half div:first-of-type {padding-right:1%;}
@media screen and (max-width: 62.75em) {.WinCo-half div {width: 100%}}
@media screen and (max-width: 41.6em) {.WinCo-half div {width: 100%}}
@media screen and (max-width: 25em) {.WinCo-half div {width: 100%}}
/*WinCo Columns */
.full-wrap {width:100%;}
.WinCo-3 {display:inline-table; width: 30.66%; position: relative; margin: 10px;vertical-align:top}
.WinCo-3 img {-webkit-border-radius:20px; -moz-border-radius:20px 2px; border-radius:20px 2px; max-height:300px;width:100%;}
.WinCo-4 {display:inline-table; width: 22.5%; position: relative; margin: 10px;vertical-align:top}
.recipe-sq {border: 1px solid #ccc;}
.red-circle {border-radius: 50%;background:#c6222b;color:#fff; font-size:200px; text-align:center;}
/* NUTRITION FACTS*/
.bulknutrition span {font-weight:600;}
/* Responsive Search Form */
#searchForm {display: block;float: none; margin-left: auto;margin-right: auto;padding: 1.3em 0.8em 1em;}
.search-form {background-color: #fff;border: 1px solid #cccdc8;border-radius: 8px;display: block;height: 2.8em; padding-left: 0.75em;position: relative;}
.search-field {-moz-appearance: none;background: none repeat scroll 0 center rgba(0, 0, 0, 0); border: 0 none; display: block;font-size: 1.1em;font-weight: normal;height: 2.54545em;outline: 0 none;padding: 0;position: relative;top: -1px;width: 100%;z-index: 1;}
.search-submit {-moz-appearance: none;background-color: transparent;background-image: url('framework/images/search-icon.svg');background-position: 50% 50%;background-size: 65%;background-repeat: no-repeat;border: 0 none;border-left:1px solid #cccdc8;border-radius: 2px;bottom: 0;color: #838383;cursor: pointer;display: block;font-size: 1.25em;height: 2em;left: auto;line-height: 2.45em;margin: auto;min-height: 1.5em;min-width: 40px;outline: 0 none;padding: 0 0.64em;position: absolute;right: 1px;text-align: center;top: 1px;width: 1em;z-index: 2;}
/* Gravity Forms Styling */
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {width: 99%!important;}
.gform_wrapper .top_label .gfield_label {font-weight:300!important;font-size:1.5em}
@media only screen and (min-width: 200px) and (max-width: 768px) {.gform_wrapper .gform_body .top_label li.gfield.gf_right_half {float: left;clear:left !important;width: 98%;} 
.gform_wrapper .gform_body .top_label li.gfield.gf_left_half {float: left;clear: left !important;width: 98%;}}
/* ----------------------------------------------------- */
/* EOF */
/* ----------------------------------------------------- */