/*
Theme Name: Intrigue
Theme URI: http://www.cssigniter.com/ignite/themes/intrigue
Author: the CSSIgniter team
Author URI: http://www.cssigniter.com/
Description: An E-Commerce WordPress theme
Version: 1.1
License: GNU General Public License
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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; }
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; }

/* #Basic Styles
================================================== */
body {
	background: #222222;
	font: 12px/17px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d9d9d9;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", sans-serif;
	font-weight: bold;
  color: #fff;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 28px; line-height: 40px; margin-bottom: 14px;}
h2 { font-size: 24px; line-height: 30px; margin-bottom: 10px; }
h3 { font-size: 20px; line-height: 24px; margin-bottom: 8px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 4px; }
h5 { font-size: 14px; line-height: 14px; }
h6 { font-size: 12px; line-height: 11px; }
.sub { color: #717789; font-size:13px; margin-top:-10px; margin-bottom:20px; }
.bc { margin:40px 0; font-size:24px; text-shadow: 0 1px 0 rgba(0,0,0,0.5); }
.fullwidth .bc { margin-left:10px; }
.overlay { background: #000 url(images/zoom.png) no-repeat center; background: rgba(0,0,0,0.5) url(images/zoom.png) no-repeat center; width:50px; height:30px; position:absolute; top:5px; left:5px; z-index:99; text-indent: -999em; cursor:pointer; border-radius:3px; display:none; }

p { margin: 0 0 10px; }
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

blockquote, blockquote p { font:italic 16px Georgia, serif; line-height: 24px; color: #fff;  }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #d1d1d1; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 12px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 18px; }

/* #Images
================================================== */
img { max-width: 100%;	height: auto; }

/* #Buttons
================================================== */
.button, input[type=submit] {
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 13px 4px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);

}
.fbutton { height:30px; font-family: inherit; cursor: pointer;  }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }

/* #Forms
================================================== */
input[type=text], input[type=password], textarea { border:none; padding:8px; font-size:12px; font-family: inherit; box-shadow:0 0 3px rgba(255,255,255,0.2); border-radius:3px;  }
input[type=text]:focus, input[type=password]:focus, textarea:focus {  }

input[type="text"], input[type="password"], textarea {
  background: none repeat scroll 0 0 #EDEDED;
  border: 1px solid #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  color: #666666;
  font-size: 13px;
  line-height: 1em;
  margin: 0;
  outline: 0 none;
  padding: 5px 6px;
}

/* #Social links
================================================== */
.social-links { text-align: right; margin-top:95px; }
.icn { text-align:left; width: 24px; height: 24px; background-image: url(images/social-icons.png); background-repeat: no-repeat; display:inline-block; margin-right: 5px; text-indent: -999em; cursor: pointer; }
.icn:focus,
.icn:active { outline: none }
.icn.twitter { background-position: -31px -1px }
.icn.twitter:hover { background-position: -31px -31px }
.icn.facebook { background-position: 0 -1px }
.icn.facebook:hover { background-position: 0 -31px }
.icn.flickr { background-position: -62px -1px }
.icn.flickr:hover { background-position: -62px -31px }
.icn.picasa { background-position: -94px 0 }
.icn.picasa:hover { background-position: -94px -30px }
.icn.lnkdin { background-position: -125px 0 }
.icn.lnkdin:hover { background-position: -125px -30px }
.icn.gplus { background-position: -156px -1px }
.icn.gplus:hover { background-position: -156px -31px }
.icn.rss { background-position: -187px -1px }
.icn.rss:hover { background-position: -187px -31px }
.icn.youtube { background-position: -218px -1px }
.icn.youtube:hover { background-position: -218px -31px }
.icn.wordpress { background-position: -250px -1px }
.icn.wordpress:hover { background-position: -250px -31px }
.icn.dribbble { background-position: -282px -1px }
.icn.dribbble:hover { background-position: -282px -31px }
.icn.pinterest { background-position: -313px -1px }
.icn.pinterest:hover { background-position: -313px -31px }
.icn.stumble { background-position: -345px -1px }
.icn.stumble:hover { background-position: -345px -30px }
.icn.digg { background-position: -380px -1px }
.icn.digg:hover { background-position: -380px -30px }

/* Social Widget for Homepage */
.home .row .icn.flickr,
.home .row .icn.youtube,
.home .row .icn.rss,
.home .row .icn.wordpress,
.home .row .icn.dribbble,
.home .row .icn.digg,
.home .row .icn.stumble,
.home .row .icn.picasa,
.home .row .icn.gplus,
.home .row .icn.lnkdin { display: none; }

.home .row .icn {
  width: 300px;
  float: left; display: inline; margin-left: 10px; margin-right: 10px;
  height: 135px;
}

.home .row .icn:first-of-type {
  margin-left: 0;
}

.home .row .icn:last-child {
  margin-right: 0;
}

.home .row .icn.facebook {
  background: url(images/social_facebook.png) no-repeat;
}

.home .row .icn.twitter {
  background: url(images/social_twitter.png) no-repeat;
}

.home .row .icn.pinterest {
  background: url(images/social_pinterest.png) no-repeat;
}

/* #Header
================================================== */

.logo h1 {
  font-size: 3em;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
  margin-bottom: 0;
  line-height: 1;
}

.logo h1 a,
.logo h1 a:visited {
  color: #fff;
}

.logo h2 {
  font-size: 1.166666666666667em;
  margin-bottom: 0;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
  line-height: 1;
  margin-left: 2px;
  color: #fff;
}

.head-wrap {
  margin: 0;
  padding: 40px 0;
  position: relative;
}

a.cart {
  background: url("images/cart-icon.png") no-repeat scroll 0 1px transparent;
  padding-left: 23px;
}

.cart-wrap {
  background: url(images/tr20.png);
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  border-radius: 0 0 2px 2px;
	color: #fff;
}

.cart-wrap > span {
	border-right: 1px solid #fff;
	margin-right: 10px;
	padding-right: 9px;
}

.cart-wrap a, .cart-wrap a:visited {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,.25);
  font-weight: bold;
}

.cart-wrap a:hover {
  color: #f8f8f8;
}

/* #Navigation
================================================== */

.alt-nav {
  display: none;
}

.nav {
  background: url(images/tr20.png);
  margin: 0;
  border-radius: 2px 2px 0 0;
}

#navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  float: left;
  margin:0;
  position: relative;
  z-index: 4000;
}

#navigation a {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.166666666666667em;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding: 15px 18px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

#navigation a:hover {
  text-shadow: 0 0 12px rgba(253,123,27,1);
}

#navigation ul {
  margin: 0;
  position: absolute;
  z-index: 10000;
  width: auto;
  padding: 5px;
  background: rgba(0,0,0,0.5);
  top: -999em;
}

#navigation ul li {
  float: none;
  display: block;
}

#navigation ul li a {
  white-space: nowrap;
  margin: 1px;
  border-radius: 3px;
  padding: 11px 25px;
}

#navigation li:hover > ul {
  top: auto;
}

/* #Content
================================================== */
#main {
  background: url(images/tr70.png);
}

.main-content {
  padding: 20px;
  margin-bottom: 0;
}

.callout {
  text-align: center;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
  padding: 40px 160px 30px;
  color: #fff;
}

.callout h1 {
  font-size: 2em;
  line-height: 1.2;
}


.row.callout-footer {
  margin-bottom: 0 !important;
}

.ci_list_widget h3 {

}

.widget.ci_list_widget, .row.ci_list_widget {
  margin-bottom: 0;
}

.product-list {
  margin-bottom: 0;
}

.product-list li {
  position: relative;
}

.product-thumbnail {
  display: block;
  position: relative;
}

.product-desc h4 {
  font-size: 16px;
  margin-bottom: 0;
}


.product-desc .price, .product-info .price {
  font-size: 18px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
  font-family: Lato, sans-serif;
}

.product-desc .categories, .product-info .categories {
  font-size: 11px;
  margin-bottom: 10px;
}

.product-desc .excerpt {
  font-size: 0.9em !important;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #ccc !important;
}

.product-desc .button {
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 9px 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  margin-top: 15px;
}

.product-desc {
  padding: 15px 15px 20px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/tr80.png);
  display: none;
}

.product-info {
  padding: 5px 0 0;
}

.product-info h4 {
  margin-bottom: 0;
  font-size: 15px;
}

.product-info h4 a {
  color: #fff;
  font-size: 16px;
}

.product-info .price {
  float: right;
  margin-top: 8px;
}

.product-info .product-title {
  float: left;
  max-width: 65%;
}

/* #Inner Pages
================================================== */

.content-hold {
  padding-top: 10px;
  border-top: 1px solid #4d4d4d;
}

#sidebar .widget h3,
.heading {
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 15px;
}

#sidebar, .widget h3,
h2.heading,
h1.page-title {
  font-size: 18px;
}

#sidebar .widget {
  margin-bottom: 25px;
}

.page-content {
	position: relative;
}

.woocommerce_ordering {
	position: absolute;
	top: 39px;
	right: 0;
}

.nav-next{
	float: right;
}

.nav-previous {
	float: left;
}


/* #Product Page Specific Styles
================================================== */

.product_title {
  font-size: 23px;
  margin-bottom: 10px;
}
form.cart .button {
	padding: 7px 13px 7px;
}

.single-product .summary .price {
	font-size: 2em;
	font-family: Lato, sans-serif;
}

.single-product .summary .price ins {
	text-decoration: none;
}

.single-product .summary .price del {
	color: #fff;
	font-size: 0.7em;
}

.single-product .type-product h2 {
	font-size: 20px;
}

div[itemprop=description] {
  line-height: 1.6;
}

.woocommerce_tabs {
	padding: 15px 0 10px;
	margin-top: 35px;
  margin-bottom: 20px;
}

ul.tabs {
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	margin: 0;
}


ul.tabs li {
	margin: 0;
}
ul.tabs li a {
	color: #f3f3f3;
	font-size: 1.35em;
	font-family: Lato, sans-serif;
	padding: 9px 10px 12px;
	line-height: 1;
}

ul.tabs li.active a {
	border-bottom: 1px solid #fff;
}

.woocommerce_tabs .panel {
	padding: 10px;
	background: #111;
  line-height: 1.6;
}

.single-product .type-product .panel h2 {
	font-size: 1.2em;
}

table.variations,
table.variations tr,
table.variations th,
table.variations td {
	background: none !important;
	border: none !important;
}

div.product div.images {
	width: 40%;
	float: left;
	margin-bottom: 20px;

}

div.product div.summary {
	width: 55%;
	float: right;
	margin-bottom: 20px;
}

.shipping-calculator-form .fLabel {
  display: none !important;
  opacity: 0 !important;
}

.widget_ci_social_front_widget {
  margin-bottom: 0 !important;
}

.related.products {
  margin: 0;
}

/* #Search
================================================== */
.searchform { position:relative; top: 10px; }
.searchform input { background: #fff;
  padding: 4px 10px !important; width: 91%; font-size:11px; height:16px; color:#000; border:none; border-radius:50px; }
.searchform input:focus { outline:none; top:0;  }
.searchform label { color: #8f8f8f !important; top: 5px !important; left:10px !important; background: none !important;
  color: #000;
}
.searchsubmit { cursor: pointer; position: absolute; top: 5px; right: 10px;}

/* Paging Styles
================================================== */
.paging { text-align: center; margin:40px 0; }
.paging-left { text-align: left; }
.paging-right { text-align: right; }
.paging a { display:inline-block; background: #1a1c22; border:solid 1px #1a1c22; box-shadow:0 0 3px rgba(255,255,255,0.2); border-radius:3px; padding:3px 9px; margin-right:3px; font-size:11px; font-weight:bold; }
.paging a:hover { background: #5e3285; }
.paging a.active { background: #5e3285; color:#fff; border:solid 1px #6d4096 }

/* Comments Styles */
#review_form label { font-size: 0.9em; }
#review_form span.required { margin-right: 5px; }
h2#comments { font-size: 20px; }
.post-comments { margin:20px 0 0 0; padding:15px; }
.post-comments h2 { font-size:26px; margin-bottom:20px; }
.post-comments ol, .post-comments ul { list-style: none; font-size:inherit;  }
.post-comments > ol { margin-left:0; margin-bottom:0; }
.post-comments li { margin:0 !important; padding:0 !important; background: none !important; position:relative; }
.post-comments .avatar { position:absolute; top:0; left:0; margin: 0 15px 5px 0; border-radius:3px; text-align: center; }
.post-comments .comment-text { margin-bottom:10px; }
.post-comments > .comment-text:last-child { margin-bottom:0; }
.post-comments .comment-copy { margin-left:60px;  padding: 15px; float: right; font-size: 13px; background: #111; border-radius:3px; width: 80%; }
.post-comments .comment-meta { font-weight: bold; margin-bottom:5px !important; }
.comment-reply-link, .btn-reply { font-weight: bold; font-style: normal; float: right; font-size: 10px; text-transform: uppercase; color: #fff; padding: 3px 7px 0;  border-radius:2px; }
.comment-reply-link:hover, .btn-reply:hover { color:#fff; }
#cancel-comment-reply-link  {margin-left:10px;}
/* Comment Form */
#form-wrapper { padding:15px;
  background: #111;
}
#form-wrapper h2 { font-size:20px; margin-bottom:20px; }
.post-form label { display:block; font-weight:bold; padding-bottom:5px; }
.post-form input[type=text] { width:80%; }
.post-form textarea { width:90%; height:200px; }
#post-action { margin-bottom:0; }

/* #Debug
================================================== */



/* #Flexslider Homepage
================================================== */

#home-slider {
  max-height: 380px;
}

.flexslider {
  position: relative;
}

.slide-content {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  height: 310px;
  padding: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 270px;
}

.slide-content h2 {
  margin-bottom: 0;
  font-size: 2.5em;
}

.slide-content h2 a {
  color: #fff;
}

.slide-content .categories {
  font-size: 0.9em;
}

.slide-content .price {
  font-size: 2em;
  font-family: Lato, sans-serif;
  margin-bottom: 15px;
  margin-top: 20px;
}

.slide-content .price del,
.product-list .price del {
  font-size: 0.6em !important;
  color: #f3f3f3;
}

.slide-content .price ins,
.product-list .price ins {
  text-decoration: none;
}

.product-list .from {
	font-size: 0.6em;
	color: #f3f3f3;
}

.flexslider .excerpt {
  margin-bottom: 30px;
}

.slide-content time {
  font-size: 0.9em;
  color:#ccc;
}

.slides li {
  margin: 0;
}


/* #Footer styles
================================================== */

#footer {
  color: #fff;
  padding-bottom: 20px;
}

#footer .widget {
  color: #fff;
}

#footer .widget h3 {
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.foot-wrap {
  background: url(images/tr20.png);
  padding: 30px 10px 15px;
  border-radius: 0 0 2px 2px;
}

#footer a, #footer a:visited {
  font-weight: bold;
  color: #fff;
}

.credits {
  text-align: right;
}

/* Content Styles */
.relative { position:relative; }
.alignleft { float:left; margin: 5px 25px 15px 0 !important; }
.alignright { float:right; margin:5px 0 15px 25px !important; }
.widget_about .alignleft { margin: 5px 10px 15px 0 !important;}
.widget_about .alignright { margin: 5px 0 15px 10px !important; }
/* #Blog Listing Styles
================================================== */

.entry-content h1 {
  margin: 5px 0;
  font-size: 1.8em;
  line-height: 1;
}

.entry-content h1 a {
  color: #fff;
}

.entry-content h1 a:hover {
  text-shadow: 0 0 8px rgba(255,255,255,0.7);
}

.entry-content .categories {
  font-size: 0.9em;
}

.entry-content time {
  font-size: 0.9em;
  color:#ccc;
}

.comments-link {
  font-size: 0.9em;
}

.entry {
  margin-bottom: 50px;
}

.entry figure {
  -moz-transition: 0.2s opacity linear;
  -webkit-transition: 0.2s opacity linear;
  -o-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
}
.entry figure:hover {
  opacity: 0.7;
}

.entry .content {
  margin-top: 10px;
}

.entry .content, .textwidget, .entry .excerpt
{
	font-size: 13px;
	line-height: 1.6;
}

.entry .content ul {
  margin-left: 25px;
  list-style-type: circle;
}

.entry .content ul li, .entry-content ol li {
  margin: 0;
}

.cross-sells h2 {
  font-size: 1.3em;
}

.single .entry, article.entry:last-of-type {
  margin-bottom: 10px;
}

/* #Page Navigation Styling (WP-PageNavi plugin)
================================================== */

.wp-pagenavi {
  color: #ccc;
}

.wp-pagenavi a {
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0 2px;
  -moz-transition: background-color 0.2s linear 0s;

  color: #FFFFFF !important;
}

.wp-pagenavi span.current, .wp-pagenavi span.pages {
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 8px 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0 2px;
  -moz-transition: background-color 0.2s linear 0s;
  background: rgba(255,255,255,0.065);
  border: 1px solid #444;
  color: #FFFFFF !important;
}

/* #Widgets
================================================== */
.widget  { font-size:12px;
  margin-bottom: 20px;
}
.widget *:last-child { margin-bottom:0; }
.widget h3 { color:#fff;  padding-bottom:8px; margin-bottom:15px; font-size:18px;}
.widget ul li { padding-bottom:8px; margin-bottom:8px; }
.sidebar { margin-top:23px; }
.sidebar .widget { margin-bottom:30px; }
.sidebar .widget h3 { border-bottom:none; padding-bottom:0; }
.sidebar .widget:last-child { margin-bottom:0; }
.sidebar-listing { margin-top:63px; }

.widget_ci_about_widget {
  font-size: 13px;
  line-height: 1.6;
}

.widget ul ul li {
  margin: 7px 0;
  padding: 0;
}

.widget ul ul li:first-child {
  margin-top: 12px;
}

.widget ul ul {
  margin-left: 15px;
  font-size: 95%;
}

/* Sponsors */
.ci_widget_sponsors img { padding:10px; background: #1a1c22; box-shadow:0 0 3px rgba(255,255,255,0.2); border-radius:3px; }

/* Twitter on sidebar */
.widget .twitter-time { display: block; font-size: 0.8em; font-weight: bold; }

/* Flickr Widget */
.flickr_badge_image { float: left; margin-right: 15px; margin-bottom: 19px; padding: 3px; background: #1a1c22; box-shadow:0 0 3px rgba(255,255,255,0.2); border-radius:3px; }
.flickr_badge_image:nth-child(3n+1) { margin-right: 0 }
.flickr_badge_image img { display: block; }
.narrow .flickr_badge_image { margin-right:8px; padding:8px; }


/* Tables */
table { width:100%; border:solid 1px rgba(255,255,255,.15); margin-bottom:20px; }

table th, table td { padding:5px; border-left:solid 1px rgba(255,255,255,0.15); }
table th { font-weight:bold; text-align: left; border-bottom: 1px solid rgba(0, 0, 0, 0); background: none repeat scroll 0 0 rgba(255,255,255,0.13); }
table td { border-bottom:solid 1px rgba(0,0,0,0.1); }
table tr:nth-child(2n+1) td { background: none repeat scroll 0 0 rgba(255,255,255, 0.03); }

.widget_calendar #wp-calendar caption {
  font-size: 11px;
  padding: 5px 0 3px;
  text-transform: uppercase;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}
.widget_calendar #wp-calendar caption, .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
  text-align: center;
}

/* 125x125 ads widget */

#ads125 li { float:left; width:133px; margin:0 22px 10px 0; background: none; border:0; padding:0; }
#ads125 li.last { margin-right:0; }
#ads125 li img { display:block; padding: 2px; background: #313844; box-shadow:0 0 3px rgba(255,255,255,0.2); border-radius:3px; }
#ads125 li:nth-last-of-type(-n+2) { margin-bottom:0; }

/* Gravity Forms */
.gform_wrapper input[type=text],
.gform_wrapper textarea,
.gform_wrapper input[type=password] {
  background: none repeat scroll 0 0 #EDEDED;
  border: 1px solid #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  color: #666666;
  font-size: 13px;
  line-height: 1em;
  margin: 0;
  outline: 0 none;
  padding: 5px 6px !important;
  width: 100%;
}

/* #Media Queries
================================================== */
@media only screen and (min-width: 959px) {
  #header .nav-search {
    width: 240px;
  }
}
@media only screen and (max-width: 959px) {

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #navigation { display:none; }
  .alt-nav { display: block; margin:12px 0 12px 9px; width:90%; }

  .slide-content { width: auto; height: 232px;  }



  .product-list .product-desc .button {
    margin-top: 0;
  }

  .main-content {
    padding: 10px;
  }

  .foot-wrap {
    padding: 30px 0 15px;

  }

  .flickr_badge_image:nth-child(3n+1) { margin-right: 15px; }


}

@media only screen and (max-width: 767px) {
  img {
    min-width: 100%;
    height: auto;
  }

  .main-content {
    padding: 10px;
    margin-bottom: 0;
  }

  #home-slider, #home-carousel { margin:0; }
  #navigation { display:none; }
  .alt-nav { display: block; margin: 10px auto; width:90%; }
  .logo { text-align: center; }
  .widget {
    margin-bottom: 20px; }
  .alignleft, .alignright { float:none !important; display:block; margin:10px 0 !important; }

  .logo img {
    max-width: none;
    min-width: 0;
  }

  .nav-search {
    margin-bottom: 30px !important;
  }

  .s {
    width: 100%;
  }

  .searchform {
    margin: 0 auto;
    width: 90%;
  }

  .callout {
    padding-left: 10px;
    padding-right: 10px;
  }

  .callout h1 {
    font-size: 1.5em;
  }

  .slide-content {
    width: 95%;
    height: 142px;
    padding: 10px;
  }

  .slide-content h2 {
    font-size: 1.5em;
  }
  .slide-content .excerpt {
    display: none;
  }
  .slide-content time {
    display: none;
  }


  .post-comments .avatar { display:none; }
  .post-comments .comment-copy { margin-left:0; }

	div.product div.images,
	div.product div.summary {
		width: 100%;
		float: none;
	}

	.widget_about img {
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.widget_about .alignleft {
		float: left !important;
		margin: 5px 10px 15px 0 !important;
	}

	.widget_about .alignright {
		float: right !important;
	}

	.foot-wrap {
		padding: 30px 10px 10px 10px;
	}
	#footer .widget {
		margin-bottom: 30px;
	}

  #sidebar .widget img,
  #footer .widget img {
    min-width: 0;
  }

  .flickr_badge_image:nth-child(3n+1) { margin-right: 10px; }
  .flickr_badge_image {margin-right: 10px; margin-bottom: 10px;}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .cart-wrap {
    width: 400px;
  }

  .searchsubmit {
    right: 20px;
  }
  .post-comments .avatar { display:none; }
  .post-comments .comment-copy { margin-left:0; }

}

@media only screen and (max-width: 479px) {

  .cart-wrap {
    width: 280px;
  }
  .slide-content .price {
    font-size:  1em;
  }
  .slide-content {
    width: 90%;
    height: 85px;
    padding: 15px;
  }

  .slide-content .categories {
    display: none;
  }
  .post-comments .avatar { display:none; }
  .post-comments .comment-copy { margin-left:0; }
}

#header{
background-image:url('http://engineguru.thepeoplesmarketing.us/wp-content/uploads/2013/01/Untitled-11.png') !important;
}

.slide-content{
display:none !important;
}

.attachment-single_thumb{
display:none;
}

#footer{
background-color:#f3400a !important;
}