/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

.woo-sc-related-posts ul li a
{
    white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

input, textarea {background:#ccc;}
#contact-page ol.forms label {width:100px;}
#contact-page ol.forms li {border-bottom:1px solid #ddd;}
#contact-page ol.forms li.inline, #contact-page ol.forms li.buttons {border-bottom:none;}
#woo_subscribe-2 #connect p {display:none;}

#tab-description h2 {display:none;}
#tab-description {padding-left:20px;}
#main-sidebar-container img {margin-bottom:40px;}
.pp_pic_holder .ppt {display:none !important;}

#soliloquy-container-8407 {max-height:380px !Important;}

.widget h3, .uwl_widget_wrap.style4 .uwl-title {border-bottom:0px;}

.pt-cv-title a {font-weight:400; font-size:13px; line-height:21px;}

.uwl_widget_wrap.style4, .uwl_widget_wrap.style4 .uwl-title, .uwl_widget_wrap.style4 .uwl-title span:after {background-color:transparent;}

.uwl_widget_wrap.style4 {border:0px;}

.uwl_widget_wrap.style4 .uwl-title {margin-bottom:0px;}

.uwl_widget_wrap.style4 {padding-top:0px !important;}

.uwl-title {margin: 0 0 0.8em 0 !important; padding: 0 0 0.8em !important;}

body .uwl_widget_wrap a {background-color:#fff;}

#navigation {max-width:1046px !important;}

.widget h3, .uwl_widget_wrap.style4 .uwl-title {color:#222; font-size:120%;}

.metaslider {margin-bottom:30px; display:none;}

.page-id-3 .metaslider, .home .metaslider {display:block !important;}

.poweredby, .iframe-row {display:none;}

.nivo-caption h1 {color:#fff; font-size:14px/0.6em !important;}

.product_meta {font-size:80%;}

.pp_description {display:none !important;}

.pp_social .facebook {width:60px;}




/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */

#navigation {float: right; width:auto; clear:none; max-width:600px; // This can be changed}
.nivo-caption h1 {font-size:20px !important;}
}