/*
Theme Name: Fresh Look
Theme URI: http://niava.ca
Author: <a href="http://niava.ca">Niava Studio</a>
Author URI: <a href="http://niava.ca">Niava Studio</a>
Description: This is a fully responsive Wordpress theme for the creative entrepreneur.
Version: 1.0
Tags: fresh look, responsive, niava, custom theme
*/

/* CSS Cross-Browser reset */

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;
}

html, body { 
	width: 100%; 
	height: 100%; 
	padding:0;
	margin: 0;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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;
}

li {
    list-style-type: none;
	font-size: 100%;
}

a {
	color: #fafafa;
	text-decoration: none;
	transition: color 0.15s linear 0s;
}

a:hover {
	color: #eee;
	text-decoration: none;
}

a.post-edit-link {
	display: none;
}

p {
	padding: 5px 0px;
	line-height: 1.2;
	color: #222;
}

img { 
	display: block; 
	width: 100%;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	letter-spacing: 1;
	font-family: Veneer;
	text-align: left;
	font-weight: normal;
	display: block;
	margin: 0;
	clear: both;
}

h1 {
	font-size: 18px;
	margin-bottom: 12px;
}

h2 {
	font-size: 16px;
	color: #fff;
	padding: 1% 0;
	font-family: Veneer;
}

h3 {
	font-size: 24px;
	font-family: Veneer;;
}

h4 {
	font-size: 14px;
}

.ThirstyRoughReg {
	font-family: Veneer;;
	font-weight: normal;
	font-style: normal;
}

.ThirstyRoughOne {
	font-family: Veneer;;
	font-weight: normal;
	font-style: normal;
}

.Veneer { 
		font-family: Veneer;
		font-weight: normal;
		font-style: normal;
}

@media only screen and (min-width  : 0) {

body {
		background: url(http://www.cobworks.com/wp-content/themes/freshLook/img/brownleather.jpg) top left repeat scroll;
		line-height: 1.2;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		overflow-y: auto;
  	padding: 0;
    font-family: Helvetica;
		font-size: 14px;
		color: #222;
		overflow-x: hidden;
}

#menu-toggle:checked ~ nav {
		width: 70%;
}
#menu-toggle ~ nav {
    width: 0;
}

#menu-toggle:checked ~ nav ul {
	margin: 60px 0 0 0;
}

#menu-toggle ~ nav ul {
    margin: 60px 0 0 -150px;
}

#menu-toggle:checked ~ nav ul li ul {
	margin: 0;
	text-indent: 25px;
}

#menu-toggle ~ nav ul li ul {
    margin: 0 0 0 -150px;
	text-indent: 25px;
}

.menu-toggle {
	display: none;
}

nav ul li a:hover {
	color: #ae723b;
}

nav.nodesktop {
  position: absolute;
  top: 0;
  height: auto;
  background: #323135;
  width: 0;
  -webkit-transition: width 0.1s linear 0s;
  -moz-transition: width 0.1s linear 0s;
  -o-transition: width 0.1s linear 0s;
  -ms-transition: width 0.1s linear 0s;
  transition: width 0.1s linear 0s;
  z-index: 1;
}

nav.nodesktop ul {
  list-style: none;
  margin: 60px 0 0 -150px;
  -webkit-transition: margin 0.2s linear 0s;
  -moz-transition: margin 0.2s linear 0s;
  -o-transition: margin 0.2s linear 0s;
  -ms-transition: margin 0.2s linear 0s;
  transition: margin 0.2s linear 0s;
  width: 100%;
  text-transform: uppercase;
  padding: 0 0 15px 0;
}

nav.nodesktop ul li {
	overflow: hidden;
	margin: 0 1%;
}

nav.nodesktop li a {
  color: #D5D0C3;
  display: block;
  font-size: 22px;
  font-family: Veneer, Verdana, sans;
  line-height: 1;
  letter-spacing: 1px;
  list-style-type: none;
  overflow: hidden;
  padding: 10px 5%;
  text-decoration: none;
  transition: background 0.3s ease 0s;
  overflow: hidden;
}

nav.nodesktop ul li ul li:hover a {
  cursor: pointer;
  background: #f7f2e5;
  color: #eee !important;
}

nav.nodesktop ul ul li a {
	color: #eee;
	padding: none;
    margin: 0;
}

nav.nodesktop ul ul li a:hover {
	background: none;
	color: #fff;
}

#wrapper {
  background: #e3e3e3;
  margin: 0 auto;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  left: 0;
}

.top-bar {
  position: relative;
  background: #323135;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 5;
}

.top-bar label {
  display: block;
  width: 40px;
  cursor: pointer;
  height: 30px;
  top: 0;
  left: 0;
  text-shadow: 1px 1px 5px #000;
  position: absolute;
  font-weight: bold;
  padding: 0 0 0 13px;
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  text-align: left;
  z-index: 999;
}

header {
	width: 100%;
	max-height: 360px;
	clear: both;
	height: auto;
	overflow: hidden;
}

#header-content {
	width: auto;
	height: 100%;
	max-height: 350px;
	margin: 0 auto;
	position: relative;
}

.top-bar img.logo {
  display: block;
  height: 60px;
  width: 101px;
  position: relative;
  margin: 0 auto;
  z-index: 9999;
}

header img {
	max-width: 100%;
}

/* Standard and Homepage Templates Begin */

#content {
	background: #fffbea;
	width: 90%;
	height: auto;
	min-height: 500px;
	box-shadow: 0 0 50px #ccc inset;
	margin: 0;
	float: left;
	padding: 50px 0 0;
	font-size: 19px;
    line-height: 1.9;
    padding: 0 5%;
    overflow-x: hidden;
}

#content h2 {
	font-size: 50px;
	padding: 15px 5% 0;
	color: #323f5e;
	line-height: 1;
	width: 94%;
	margin: 0 3%;
	border-top: 4px dotted #D5D0C3;
}

#content h2:first-child {
  padding: 2% 5% 0;
}

#content h5 {
	font-size: 22px;
	padding: 1% 5%;
	color: #A56B32;
	font-family: ThirstyRoughReg;
	letter-spacing: 1px;
}

#content p {
	font-size: 18px;
	line-height: 1.2;
	padding: 12px 5%;
	font-weight: 100;
}

/* Contact Form Styling Begins */

form {
	width: 94%;
  padding: 0 3%;
}
  
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 94% !important;
    padding: 0 3% !important;
}
  
.woocommerce-message, .woocommerce-error, .woocommerce-info {
    width: 94% !important;
    padding: 0 3% !important;
}
  
.woocommerce-info, .col-1 h3, .woocommerce-ordering {
    display: none !important;
}
 
.woocommerce .cross-sells {
    width: 100% !important;
}
  
.woocommerce li {
    list-style-type: none !important;
}

input.wpcf7-submit {
	display: block;
	padding: 10px 25px;
	margin: 10px auto 0;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
	border: 1px solid #ccc;
	background: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));
	background: -moz-linear-gradient(top,  #333,  #111);	
}

input.wpcf7-submit:hover {
	border: 1px solid #656565;
	color: #656565;
}

input.wpcf7-submit:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#333333');
	background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#333));
	background: -moz-linear-gradient(top,  #111,  #333);	
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	color: #222;
	font-weight: normal;
}

/* Blog Template Styling Begins Here */

#blog-content {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 2% 7%;
	position: relative;
	overflow: hidden;
	clear: both;
}

#blog-content p {
	font-size: 15px;
	text-align: left;
}

#blog-content p.dateandauthor {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 12px;
	clear: both;
} 

#blog-content p.commentcount a {
	float: right;
	padding: 0;
	margin: 0 0 1%;
	color: #555;
} 

/* Sidebar Template Styling Begins Here */

#sidebar-content {
	background: #fffbea;
	width: 100%;
	height: auto;
	min-height: 500px;
	box-shadow: 0 0 50px #ccc inset;
	margin: 0;
	float: left;
	padding: 50px 0 0;
	font-size: 19px;
  line-height: 1.2;
  padding: 0;
  position: relative;
}
  
#sidebar-content img {
  max-width: 100%;
  height: auto;
}
  
#sidebar-content img.fullsize {
  max-width: 100%;
  height: auto;
}

#sidebar-content a {
	color: #B3A398;
}

#sidebar-content h2 {
	font-size: 50px;
	padding: 0 5%;
	color: #323f5e;
	line-height: 1.2;
}

#sidebar-content h5 {
  color: #A56B32;
  font-family: Arial;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 10px 0 -8px;
  padding: 0 5%; text-transform:capitalize;
}
  
#sidebar-content h6 {
  color: #323f5e;
  font-family: Veneer;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 10px 0 -8px;
  padding: 0 5%;
}

#sidebar-content .author {
	color: #B3A398;
	font-size: 17px;
	padding-bottom: 25px;
	line-height: 1;
	display: block;
}
  
#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget a.sidepinterest, #sidebar li#swp_testimonial_widget-

2.widget_swp_testimonial_widget a.sidefacebook, #sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget 

a.sidetwitter {
  height: 50px;
  width: 50px;
  opacity: 1;
  background: none;
}
  
#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget a.sidepinterest {
  float: right;
  width: 50px;
  height: 50px;
  background: none;
  margin: -50px 0 0 0;
  opacity: 1;
}
  
#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget a.sidepinterest img {
  height: 50px;
  width: 50px;
}
  
#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget a.sidetwitter {
  float: right;
  width: 50px;
  height: 50px;
  background: none;
  margin: -50px 50px 0 0;
  opacity: 1;
}
  
#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget a.sidetwitter img {
  height: 50px;
  width: 50px;
}
  
#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget a.sidefacebook {
  float: right;
  width: 50px;
  height: 50px;
  background: none;
  margin: -50px 100px 0 0;
  opacity: 1;
}
  
#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget a.sidefacebook img {
  height: 50px;
  width: 50px;
}
 
#sidebar-content .feature-item .dateandauthor {
    padding: 5px 5%;
    clear: both;
}

#sidebar-content .more-link {
	color: #d5d0c3;
	float: right;
	font-size: 30px;
	font-style: italic;
	font-family: ThirstyRoughReg;
	font-weight: normal;
	display: block;
}

#sidebar-content p {
	font-size: 18px;
	line-height: 1.2;
	padding: 12px 5%;
	font-weight: 100;
}

blockquote {
	display: block;
	float: right;
	width: 40%;
	margin-right: 5%;
	margin-left: 2%;
	height: auto;
	color: #323F5E;
	border: 1px solid #A56B32;
	font-weight: bold;
}

#sidebar-content p.dateandauthor {
	font-size: 17px;
	line-height: 1;
	padding: 5px 5% 0;
}

#sidebar-content p:last-child {
	margin-bottom: 75px;
}

#sidebar-content li {
	list-style-type: disc;
	padding: 1% 5%;
	font-weight: 100;
	list-style: inside;
}

#sidebar-content .feature-item {
  	background: none repeat scroll 0 0 #fffbea;
  	box-shadow: 0 0 125px #ccc inset;
  	float: left;
 	 padding: 5% 10% 0;
 	 min-height:  300px;
 	 width:  80%;
}

#sidebar-content .feature-item li {
	list-style-type: none;
	line-height: 1.2;
  padding: 15px 0 0;
  border-top: 4px dotted #D5D0C3;
}

#sidebar-content .feature-item li#custompostscontent-2.widget_custompostscontent h3 a {
	font-size: 50px;
	padding: 0 5%;
	color: #323f5e;
	font-family: Veneer;
	line-height: 1;
	margin-top: 0;
	font-style: normal;
	float: left;
}

#sidebar-content .feature-item li#custompostscontent-2.widget_custompostscontent li {
    font-size: 19px;
    line-height: 1.2;
    padding: 0 5%;
}

#sidebar-content .feature-item li#custompostscontent-2.widget_custompostscontent a {
	color: #D5D0C3;
	float: right;
	font-size: 30px;
	font-style: italic;
	font-family: ThirstyRoughReg;
	font-weight: normal;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
  
#sidebar-content blockquote p:last-child {
margin-bottom: 0;    
}

#sidebar {
	width: 100%;
	height: auto;
	min-height: 200px;
	background: #ccc;
	color: #fafafa;
	float: left;
	margin: 0;
	padding: 0;
  position: relative;
}

#sidebar h2 {
	font-size: 18px;
}

#sidebar .mc4wp-form {
  margin: 0;
}

#sidebar li#mc4wp_widget-3.widget_mc4wp_widget {
	padding:  8% 5%;
	background: #b3a398;
	box-shadow: 0 0 50px #877e75 inset;
	overflow: hidden;
}

#sidebar li#mc4wp_widget-3.widget_mc4wp_widget h3 {
	color: #fafafa;
}

#sidebar li#mc4wp_widget-3.widget_mc4wp_widget p {
	padding: 7px 0 12px;
	color: #fafafa;
	font-size: 16px;
	font-weight: normal;
}

#sidebar li#mc4wp_widget-3.widget_mc4wp_widget form#mc4wp-form-1.mc4wp-form input#mc4wp_email {
	width: 90%;
	float: left;
	padding: 14px;
	font-size: 16px;
}

#sidebar .mc4wp-form input[type="submit"], #sidebar .mc4wp-form button, #sidebar .mc4wp-form input[type="button"] {
	width: 40%;
  margin: 10px 30%;
	float: left;
	cursor: pointer;
	padding: 5px 4px 7px;
  min-width: 134px;
  border-radius: 0 !important;
	font-size: 22px;
	font-family: ThirstyRoughReg;
	color: #fff;
	background: #243745;
	box-shadow: 0 0 10px #203340 inset;
	border: 1px solid #999;
	line-height: 1.4;
  
}

#sidebar li#text-2.widget_text {
	padding: 8% 5%;
	background: #574a6f;
	box-shadow: 0 0 50px #332c41 inset;
	overflow: hidden;
}

#sidebar li#text-2.widget_text h3 {
	color: #d5d0c3;
	font-size: 66px;
	font-family: Veneer;
	padding: 0 0 10px;
	border-bottom: 2px solid #a56b32;
	margin-bottom: 30px;
}

#sidebar li#text-2.widget_text img {
	max-width: 175px;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
  
#sidebar li#text-2.widget_text img.fullsize {
	max-width: 100%;
	height: auto;
	float: left;
	margin-right: 0;
	margin-top: 0;
  margin-bottom: 15px;
}

#sidebar li#text-2.widget_text h2 {
	padding: 0 0 10px;
	display: inline;
	color: #c07d3b;
	font-size: 32px;
}

#sidebar li#text-2.widget_text p {
	font-size: 17px;
	color: #fafafa;
}

#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget {
	padding: 10% 5% 8.5%;
	background: #D5D0C3;
	box-shadow: 0 0 50px #a99c80 inset;
	overflow: hidden;
}

#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget h3 {
	color: #323F5E;
}

#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget p {
	font-size: 17px;
	font-weight: 100;
	line-height: 1.2;
	text-align: right;
	color: #555;
	font-style: italic;
}

#sidebar li#swp_testimonial_widget-2.widget_swp_testimonial_widget p:first-child {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
	padding: 5% 2% 2%;
	text-align: left;
	color: #222;
	font-style: italic;
}

#sidebar-content .wp-spoiler {
	margin-bottom: 0;
	margin-top: 0;
}

#sidebar-content .wpui-light .ui-collapsible-header, .wpui-light .ui-accordion h3.ui-accordion-header {
	background: none!important;
	border: none!important;
	border-bottom: 1px solid #eee!important;
	border-radius: 0!important;
	color: #A56B32!important;
	font-weight: normal!important;
	font-size: 20px;
	font-family: inherit;
	padding: 8px 5%;
	text-shadow: none;
}

#sidebar-content .wpui-light .ui-collapsible-content, .wpui-light .ui-accordion .ui-accordion-content {
	border: none!important;
	color: #222!important;
	background: none!important;
	width: 98%;
}

#sidebar-content .wp-spoiler .ui-collapsible-content .ui-collapsible-wrapper {
	overflow: hidden;
	padding: 0 5%!important;
}
  
#sidebar-content .ui-icon img {
  height: 21px;
  width: 21px;
}
  
#sidebar-content .wp-spoiler .ui-collapsible-content .ui-collapsible-wrapper {
  color: #323f5e!important;
  padding: 0 10% !important;
}

#sidebar-content .wpui-light .ui-button {
	background: none!important;
	border: none!important;
	box-shadow: none!important;
	color: #D5D0C3 !important;
	font-size: 15px;
	font-weight: 100;
	font-family: ThirstyRoughReg;
	text-decoration: none;
	text-shadow: none;
	float: right;
}

#sidebar-content .ui-button-text-only .ui-button-text {
	padding: 6px 10px 3px!important;
  border: none!important;
}

#sidebar-content .wp-spoiler a:last-child {
	margin-bottom: 50px;
}

#sidebar-content .post {
	border-top: 4px dotted #D5D0C3;
	margin: 0 10%;
	padding: 15px 0 0;
	width: 80%;
}
  
#sidebar-content .toggle_text {
  display: none!important;  
  color:
}

.orange {
	background: #a56b32;
	box-shadow: 0 0 125px #834707 inset;
	padding: 7% 10% 0;
	margin: 0;
}

.orange h3 { 
	color: #f1f1f1;
	text-shadow: 2px 1px 4px #333;
	padding: 0;
    line-height: 1.2;
}

.orange p { 
	color: #fafafa;
}

#sidebar-content .orange p:last-child { 
	margin-bottom: 0;
	padding-bottom: 30px;
}

#gallery-2 {
	margin: 0 0 38px!important;
}

.gallery .gallery-item {
	margin-top: 0!important;
  	width: 20%!important;
}

.gallery img {
  	border: none!important;
  	max-width: 100%;
  	height: auto;
}

.gallery .gallery-caption {
  	display: none!important;
}

#cboxTitle {
  	background: none repeat scroll 0 0 #FFFFFF!important;
 	bottom: 28px!important;
 	color: #555!important;
	left: 0;
	position: absolute;
 	text-align: center;
  	width: 90%!important;
  	padding: 10px 5% 0!important;
	font-size: 15px!important;
}
  
#cboxCurrent {
  display: none!important;
}

.rve iframe {
	border: 3px solid #fff;
}

/* Footer Styling Begins Here */

footer {	
	background: #323135;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
	overflow: hidden;
	clear: both;
	font-size: 19px;
	color: #fafafa;
}

footer .onesixth {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

footer .onesixth a {
	display: block;
	font-size: 19px;
	padding: 10px 0;
	color: #b3a398;
	text-transform: uppercase;
}

footer .onethird {
	float: left;
	width: 90%;
	height: auto;
	overflow: hidden;
	padding: 0 5%;
	margin: 0;
}

footer .onethird a {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	font-size: 19px;
	color: #fafafa;
	float: left;
	border-bottom: 1px solid #a56b32;
}

footer .onehalf {
	float: left;
	width: 90%;
	height: auto;
	overflow: hidden;
	padding: 0 5%;
	margin: 0;
}

footer .onehalf a {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	font-size: 19px;
	float: left;
	border-bottom: 1px solid #a56b32;
	margin-bottom: 25px;
	color: #fafafa;
}

footer .onehalf .contact {
	display: block;
	margin-top: 25px;
	float: left;
}

#footer-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#footer-content h3 {
	color: #fafafa;
}

#footer p {
	color: #D5D0C3;
}

#footer a {
	color: #D5D0C3;
}

footer img {
	max-width: 100%;
}

#footer a:hover, #footer a:focus {
	color: #eee;
}
  
#menu-main-menu-2 {
    width: 90%;
    padding: 0 5%;
}

#credit-copyright {
	width: 90%;
	margin: 25px auto;
	min-height: 60px;
	max-width: 1200px;
	clear: both;
	text-align: center;
}

#credit-copyright p {
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #bbb;
	float: right;
	text-align: center;
	text-transform: uppercase;
}

#credit-copyright a {
	color: #bbb;
	font-size: 16px;
}

#credit-copyright a:hover, #credit-copyright a:focus {
	color: #eee;
}

#socialmedia {
	width: 250px;
	height: auto;
	padding-top: 15px;
	margin: 0 auto;

}

#socialmedia a {
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin: 5px;
}

a.facebook {
	background-image: url('img/socialicons.png');
	background-position: 0 200px;
	opacity: 0.5;
	transition: opacity 0.3s linear 0s;
}

a.facebook:hover {
	background-image: url('img/socialicons.png');
	background-position: 40px 200px;
	opacity: 1.0;
}

a.twitter {
	background-image: url('img/socialicons.png');
	background-position: 0 160px;
	opacity: 0.5;
	transition: opacity 0.3s linear 0s;
}

a.twitter:hover {
	background-image: url('img/socialicons.png');
	background-position: 40px 160px;
	opacity: 1.0;
}

a.youtube {
	background-image: url('img/socialicons.png');
	background-position: 0 120px;
	opacity: 0.5;
	transition: opacity 0.3s linear 0s;
}

a.youtube:hover {
	background-image: url('img/socialicons.png');
	background-position: 40px 120px;
	opacity: 1.0;
}

a.pinterest {
	background-image: url('img/socialicons.png');
	background-position: 0 80px;
	opacity: 0.5;
	transition: opacity 0.3s linear 0s;
}

a.pinterest:hover {
	background-image: url('img/socialicons.png');
	background-position: 40px 80px;
	opacity: 1.0;
}



a.linkedin {
	background-image: url('img/socialicons.png');
	background-position: 0 40px;
	opacity: 0.5;
	transition: opacity 0.3s linear 0s;
}

a.linkedin:hover {
	background-image: url('img/socialicons.png');
	background-position: 40px 40px;
	opacity: 1.0;
}

/* Class Specific Styling Begins Here */

.alignleft {
	float: left;
	text-align: left;
	margin: 15px 15px 15px 0;
}

.alignright {
	float: right;
	text-align: right;
	margin: 15px 0 15px 15px;
}

.aligncenter {
	margin: 0 auto;
	text-align: center;
	margin: 0 1%;
}

.clearfix {
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	overflow: visible;
}

.nomobile {
	display: none;
}

.nodesktop {
	display: inline;
}

.flexslider {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
  display: none;
	clear: both;
  margin: 0!important;
}

.flex-control-nav {
	top: 10px !important;
}

.flex-viewport {
    height: auto !important;
}

.flex-control-paging li a {
	background: rgba(255,255,255, 0) !important;
	border: 2px solid #fff;
	width: 8px !important;
	height: 8px !important;

}

.flex-control-paging li a.flex-active {
	background: rgba(255,255,255, 1) !important;
	border: 2px solid #fff;
}
  
#colorbox {
    max-width: 90% !important;
}
 
#colorbox img {
    max-width: 100% !important;
}

  
/*Woo Commerce Theme*/
  
#shop-wrapper {
    background: none repeat scroll 0 0 #fffbea;
    box-shadow: 0 0 50px #CCCCCC inset;
    width: 90%;
    padding: 25px 5% 15px;
    margin: 0;
}

#shop-wrapper {
    font-size: 18px;
}
  
#shop-wrapper h1.page-title {
		display: none;   
}
  
.woocommerce form .form-row input.input-text {
    padding: 10px !important;
    border-radius: 5px !important;
}
  
.woocommerce .chzn-single {
    padding: 5px !important;
}
  
.woocommerce .form-row-first {
    width: 90% !important;
}
  
p.woocommerce-result-count {
    display: none;
}
  
nav.woocommerce-breadcrumb {
    display: none;
}
  
ul.products .price {
    display: none !important;
}
  
ul.products li {
    border-top: 4px dotted #D5D0C3;
    height: auto;
    padding: 2%;
    width: 100% !important;
    margin: 0 !important;
    position: relative;
}
  
ul.products li a img {
    float: none;
    width: 100%;
    height: auto;
    border: 2px solid #222;
    box-shadow: none !important;
    max-width: 300px;
    display: block !important;
    margin: 15px auto !important;
}
  
ul.products li h3 {
    text-align: center !important;
    clear: none !important;
    float: none !important;
    padding: 0 !important;
    font-size: 35px !important;
    margin: 10px auto 0 !important;
    font-family: Veneer !important;
    color: #323F5E !important;
}
  
ul.products li span.price, p.price {
    font-size: 22px;
    color: #9FCC18;
}
  
ul.products li a.product_type_variable, .single_add_to_cart_button {
    background: #ae723b !important;
    padding: 15px 0;
    float: right !important;
    margin: 15px !important;
    width: 90% !important;
    max-width: 240px !important;
    font-size: 20px;
    clear: both;
    color: #fafafa !important;
    border: 2px solid #333 !important;
    display: block !important;
    text-align: center !important;
}

ul.products li a.product_type_variable:hover, .single_add_to_cart_button:hover {
    background: #333 !important;
    color: #fafafa !important;
}
  
.images {
   width: 100% !important;
    margin-bottom: 10px !important;
}
    
.summary {
    width: 100% !important;
}
  
.summary p {
    display: none;
}
  
.summary h1 {
    text-align: center;
    margin: 0 !important;
}
  
.summary p:first-child {
    display: block;
    margin: 0 !important;
}
  
.summary .note {
    text-align: center;
    width: 100%;
    display: block;
}
  
.product form.cart .variations label {
    display: none;
}
  
.products h3 {
    float: left;
}
  
.type-product a {
    color: #ae723b;
}
  
.type-product h2 {
    display: none;
}
  
.type-product .images a img {
    float: none;
    width: 100%;
    height: auto;
    border: 2px solid #323135;
    max-width: 300px;
    margin: 15px auto;
}
  
table.variations tbody tr td {
    clear: both;
    float: left;
    font-weight: bold;
 }

.reset_variations {
    display: none !important;
}
  
.variations #select-option {
    margin: 15px;
    clear: both;
    font-size: 20px;
    width: 90%;
    float: left;
}
 
.single_variation_wrap {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
  
.single_variation {
    display: block;
    width: 100%;
    margin: 15px 0 5px 0 !important;
    text-align: center;
    height: auto;
}
  
.single_variation .price {
    font-size: 45px !important;
    line-height: 0.6 !important;
    
}
  
.variations_button {
    display: block;
    width: 100%;
    height: auto;
}
  
.input-text {
    padding: 2px !important;
    border: 1px solid #999 !important;
}
  
.minus, .plus {
    height: 17px !important;
}
    
   
.single_add_to_cart_button {
    width: 100% !important;
    float: none !important;
    diaplay: block;
    margin: 0 auto !important;
    font-size: 20px !important;
    clear: both !important;
    padding: 10px 0 !important;
}
    
.from, .price {
    font-size: 26px !important;
    font-family: Veneer !important;
}

.price {
    text-align: center !important;
    margin: 10px 0 !important;
    clear: both !important;
    display; block !important;
}
  
.variations {
    margin: 0 auto !important;
}
  
.variations #select-option {
    padding: 7px !important;
    font-size: 20px !important;
    color: #a56b32 !important;
}
  
.variations #select-option option.active {
    color: #222 !important;
}
  
.product_meta .tagged_as a {
    	color: #ae723b;
}
  
.woocommerce td.product-remove {
    padding: 5px;
    float: left;
}
  
.product-remove a {
    color: #333 !important;
    font-size: 40px;
    padding: 1px 4px!important ;
    margin: 0 10px 0 0;
    border: 1px solid #333 !important;
    border-radius: 10px !important;
    transition: all 0.3s linear 0s !important;
}

.product-remove a:hover {
    color: #fafafa !important;
    background: #333 !important;
}
  
.quantity {
    float: none !important;
    margin: 15px auto !important;
    min-width: 180px !important;
    width: 180px !important;
}
  
.quantity .qty {
    width: 84px !important;
    margin: 0 5px !important;
    border-right: 1px solid #c7c0c7 !important;
}
  
.quantity .minus, .quantity .plus {
    width: 40px !important;
    height: 34px !important;
    float: left !important;
    border-radius: 2px !important;
    position: relative !important;
}
  
/*Cart Settings*/
  
.cart_table_item {
    float: left !important;
    width: 90% !important;
}
  
table.shop_table {
    border: none !important;
}

table.shop_table thead {
   display: none;
}
  
.cart_table_item, .shop_table {
    width: 280px;
}
  
table.cart .product-thumbnail {
    width: 50% !important;
    float: left !important;
    min-width: 100px !important;
}
  
table.cart img {
    width: 100% !important;
}
 
.cart_table_item .product-name, .cart_table_item .product-price, .cart_table_item .product-quantity, .cart_table_item 

.product-subtotal {
    padding: 5%;
    width: 90%;
    float: left;
}

.product-name a {
    color: #222 !important;
}

.product-subtotal, tr.cart-subtotal, .product_meta, ul.tabs {
    display: none !important;
}
 
table.cart td {
    width: 100% !important;
}

table.cart td.actions {
    text-align: center !important;
}
  
table.cart td.actions .button.alt {
    float: none !important;
}
  
.button.alt {
    background: #ae723b !important;
}
  
.button.alt:hover {
    background: #333 !important;
}
  
ul.payment_methods li img {
    max-width: 50px !important;
}
  
.cart_totals {
    width: 100% !important;
}
  
.cart_totals h2 {
    text-align: center !important;
    margin: 0 !important;
}
  
.cart_totals table {
    float: right !important;
}
  
.col-1, .col-2 {
    width: 100% !important;
}
  
.col-1 p, .col-2 p {
    padding: 0 5% !important;
}
  
.col-1 {
    margin-top: 25px;
}
  
.form-row-last {
    float: left !important;
    width: 90% !important;
}
 
ul.payment_methods li {
    list-style: none !important;
}
  
}

/* -----------Large Mobile View----------- */ 
@media only screen and (min-width : 480px) {

#wrapper {
 	width: 480px;   
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.15);
}
  
h1 {
	font-size: 22px;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 30px;
}

#header-content {
	margin: 0 auto;
	position: relative;
}

header img {
	height: auto;
}

#menu-toggle:checked ~ nav {
	width: 50%;
}
#menu-toggle ~ nav {
    width: 0;
}

#content p, #blog-content p, footer p, blockquote, .wp-table-reloaded td {
	font-size: 16px;
}

#content li {
    list-style-type: disc;
	font-size: 16px;
}

#sidebar h2 {
	font-size: 20px;
}

footer {
	padding-top: 8px;
}
  
.from, .price {
    font-size: 22px !important;
}

}

/* -----------Small Tablet View----------- */ 
@media only screen and (min-width : 720px) {

#wrapper {
 	width: 720px;     
}
  
#menu-toggle:checked ~ nav.nodesktop {
	width: 50%;
}
#menu-toggle ~ nav.nodesktop {
    width: 0;
}

#menu-toggle:checked ~ nav.nodesktop ul {
	margin: 60px 0 0 0;
}

#menu-toggle ~ nav.nodesktop ul {
    margin: 60px 0 0 -150px;
}

#content p, #blog-content p, footer p, blockquote, .wp-table-reloaded td, #sidebar-content p {
	font-size: 19px;
  line-height: 1.4;
}

#content li {
    list-style-type: disc;
	font-size: 20px;
}

#sidebar h2 {
	font-size: 24px;
}
  
#sidebar-content .feature-item li {
    line-height: 1.4;
}

#testimonials .testimonials-widget-testimonials {
	margin-top: 25px;
}

.onehalf {
	width: 48%;
	padding: 0 1%;
}

.onethird {
	width: 31.3%;
	padding: 0 1%;
}

.twothird {
	width: 64.6%;
	padding: 0 1%;
}

.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}

footer {
	padding-top: 15px;
    padding-bottom: 10px;
}
  
.flexslider {
    display: block;
}
  
ul.products li a img {
    float: left !important;
    width: 100%;
    height: auto;
    border: 2px solid #323135;
    max-width: 300px;
    margin: 15px 15px 15px 0 !important;
}
  
.type-product .images a img {
    float: left !important;
    width: 100%;
    height: auto;
    border: 2px solid #323135;
    max-width: 300px;
    margin: 15px 15px 15px 0;
}
  
h1.product_title {
    clear: none;
    float: none;
    font-size: 40px;
    margin: 10px auto;
    font-family: Veneer;
    color: #323F5E;
}
  
}

/* -----------Large Tablet View----------- */ 
@media only screen and (min-width : 960px) {
    
body {
      line-height: 1.4;
}

#wrapper {
 	width: 960px;     
}
    
header {
      height: 288px;
}
    
#header-content {
	position: relative;
}

header img {
	height: auto;
}

#menu-toggle:checked ~ #wrapper header #header-content nav {
	width: 100%;
}
#menu-toggle ~ #wrapper header #header-content nav {
    width: 100%;
}

#menu-toggle:checked ~ #wrapper header #header-content nav ul {
	margin: 10px 0;
}

#menu-toggle ~ #wrapper header #header-content nav ul {
    margin: 10px 0;
}

nav.nomobile ul li a:hover {
	color: #ae723b;
}

nav.nomobile {
  background: #323135;
  height: 60px;
  display: block;
  clear: both;
  position: relative;
  width: 100%;
  max-width: 1200px;
}

nav.nomobile ul {
	margin: 0;
	float: right;
	width: 70%;
	padding: 0;
	margin: 0;
}

nav.nomobile ul li {
	display: block;
	width: auto;
	padding: 0;
	padding: 13px 1% 6px;
	float: left;
}

nav.nomobile ul li a {
	text-transform: uppercase;
	font-size: 32px;
	color: #d5d0c3;
	font-family: Veneer;
	letter-spacing: 1px;
}

nav img.logo {
  display: block;
  height: auto;
  width: 250px;
  position: absolute;
  top:  -46px;
  left:  15px;
z-index:1000;
}

.top-bar {
  display: none;
}

.top-bar label {
  display: none;
}

#content {
	padding: 75px 0 0;
      width: 100%;
}

#content p, #blog-content p, footer p, blockquote, .wp-table-reloaded td {
	font-size: 19px;
}

#content li {
    list-style-type: disc;
	font-size: 24px;
}

#sidebar-content {
	width: 67%;
	padding: 75px 0 0;
}

.orange {
	margin-top: -75px;
}


#sidebar {
	width: 33%;
	padding: 0;
}

#sidebar h2 {
	font-size: 28px;
}
    
#sidebar li#mc4wp_widget-3.widget_mc4wp_widget form#mc4wp-form-1.mc4wp-form input#mc4wp_email {
	width: 45%;
	float: left;
	padding: 10px;
	font-size: 14px;
}

#sidebar .mc4wp-form input[type="submit"], #sidebar .mc4wp-form button, #sidebar .mc4wp-form input[type="button"] {
  margin: 2px 0 0;
  margin-left: calc(5% - 2px);
	font-size: 18px;
  display: block;
  height: 40px;
}

footer h3 {
	font-size: 30px;
}

footer .onethird {
	float: left;
	width: 26%;
	height: auto;
	overflow: hidden;
	padding: 2% 5%;
	margin: 0;
}

footer .onethird a {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	font-size: 19px;
	float: left;
	border-bottom: 1px solid #a56b32;
}

footer .onesixth {
	float: left;
	width: calc(14% - 2px);
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	height: auto;
	overflow: hidden;
	padding: 2% 3%;
	margin: 0;
}

footer .onehalf {
	float: left;
	width: 34%;
	height: auto;
	overflow: hidden;
	padding: 2% 5%;
	margin: 0;
}

.rounded {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
}

.nomobile {
	display: inline;
}

.nodesktop {
	display: none;
}

img {  
	width: auto;
}
    
.flexslider {
    margin: 0 0 60px !important;
}
    
/* Woo-Commerce */
    
#shop-wrapper {
    width: 90%;
    padding: 65px 5% 15px;
    margin: 0;
}
    
.woocommerce .cross-sells span.price {
    clear: none !important;
}
    
table.cart .product-thumbnail {
    width: auto !important;
}
    
.single_add_to_cart_button {
    width: 50% !important;
}
    
.images {
   width: 325px !important;
}
    
.summary {
    width: 538px !important;
}
   
    
ul.products li h3 {
    font-size: 40px;
}
    
table.cart td.actions {
    text-align: right !important;
}

.cart_table_item .product-name, .cart_table_item .product-price, .cart_table_item .product-quantity, .cart_table_item 

.product-subtotal {
    padding: 5%;
    width: auto;
    float: none;
}
 
.cart_table_item {
    float: none !important;
    width: auto !important;
}
    
.form-row-last, .woocommerce .form-row-first {
    float: left !important;
    width: 40% !important;
}
    
.col-1 {
    margin-top: 0;
}

}

/* -----------Small Monitor View----------- */ 
@media only screen and (min-width : 1200px) {

#wrapper {
 	width: 1200px;     
}
    
header {
      height: 360px;
}
    
h1 {
	font-size: 50px;
	margin-bottom: 25px;
}

h2 {
	font-size: 75px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 24px;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
}

nav.nomobile ul li {
	display: block;
	width: auto;
	padding: 8px 2% 5px;
	float: left;
}

nav.nomobile ul {
	width: 77%;
}

#sidebar h2 {
	font-size: 30px;
}

#footer-content {
	width: 100%;
}

#footer a {
	color: #fafafa;
	text-decoration: none;
	transition: color 0.15s linear 0s;
}

#footer a:hover {
	color: #222;
	text-decoration: none;
}
    
.images {
   width: 325px !important;
}
    
.summary {
    width: 755px !important;
}
    
ul.products li h3 {
    font-size: 50px;
}
    
ul.products li span.price, p.price {
  	color: #9FCC18;
 	 	font-size: 40px;
 		font-family:  Veneer;
      text-align: center;
}

}

/* -----------Large Monitor View----------- */ 
@media only screen and (min-width : 1440px) {


}

/* -----------Large Monitor View----------- */ 
@media only screen and (min-width : 1680px) {


}

