/*



Theme Name: WordPress HealthHosts Template Thirtyone-Three



Theme URI: http://www.healthhosts.com/



Author: HealthHosts



Author URI: http://www.healthhosts.com/



Description: This is theme designed specially for HealthHosts customers.



Version: 3.0



*/







/* =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, font, ins, kbd, q, s, samp,



small, strike, strong, sub, sup, tt, var,



dl, dt, dd, ol, ul, li,



fieldset, form, label, legend, caption{



	border: 0;



	font-family: inherit;



	font-size: 100%;



	font-style: inherit;



	font-weight: inherit;



	margin: 0;



	outline: 0;



	padding: 0;



	vertical-align: baseline;



}



html {



	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */



	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */



	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */



	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */



}



body {



	background: #fff;



}



article,



aside,



details,



figcaption,



figure,



footer,



header,



hgroup,



nav,



section {



	display: block;



}



ol, ul {



	list-style: none;



}







caption, th, td {



	font-weight: normal;



	text-align: left;



}



blockquote:before, blockquote:after,



q:before, q:after {



	content: "";



}



blockquote, q {



	quotes: "" "";



}



a:focus {



	outline: thin dotted;



}



a:hover,



a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */



	outline: 0;



}



a img {



	border: 0;



}











/* =Global



----------------------------------------------- */







body,



button,



input,



select,



textarea {



	color: #333333;



	font-family: 'Raleway', sans-serif;



	font-size: 15px;



	line-height: 1.5;



}







/* Headings */



h1,h2,h3,h4,h5,h6 {



	clear: both;



}







.site-title {



	font-family: 'Raleway', sans-serif;



	font-size:34px;



}







.site-description {



	margin-left:15px;



	font-family: 'Raleway', sans-serif;



}











hr {



	background-color: #ccc;



	border: 0;



	height: 1px;



	margin-bottom: 1.5em;



}







/* Text elements */



p {



	margin-bottom: 1.5em;



}



ul, ol {



	margin: 0 0 1em 1em;



}



ul {



	list-style: disc outside none;



}



ol {



	list-style: inside decimal;



}



ul ul, ol ol, ul ol, ol ul {



	margin-bottom: 0;



	margin-left: 1.5em;



}



dt {



	font-weight: bold;



}



dd {



	margin: 0 1.5em 1.5em;



}



b, strong {



	font-weight: bold;



}



dfn, cite, em, i {



	font-style: italic;



}



blockquote {



        background: url('images/quote.png') top left no-repeat;



        padding: 10px 0 0 40px;



	margin: 0 1.5em;



}



address {



	margin: 0 0 1.5em;



}



pre {



	background: #eee;



	font-family: 'Raleway', sans-serif;



	font-size: 15px;



	font-size: 1.5rem;



	line-height: 1.6;



	margin-bottom: 1.6em;



	padding: 1.6em;



	overflow: auto;



	max-width: 100%;



}



code, kbd, tt, var {



	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;



}



abbr, acronym {



	border-bottom: 1px dotted #666;



	cursor: help;



}



mark, ins {



	background: #fff9c0;



	text-decoration: none;



}



sup,



sub {



	font-size: 75%;



	height: 0;



	line-height: 0;



	position: relative;



	vertical-align: baseline;



}



sup {



	bottom: 1ex;



}



sub {



	top: .5ex;



}



small {



	font-size: 75%;



}



big {



	font-size: 125%;



}



figure {



	margin: 0;



}



table {



	margin: 0 -1px 24px 0;



    text-align: left;



    width: 100%;



}



.site-content {



	float: right;



	margin: 0 0 0 0;



	width: 715px;



}



#content {



	margin: 0 0 0 25%;



}



#secondary { /* Sidebar 1 */



	float: left;



	overflow: hidden;



	width: 25%;



}



#tertiary { /* Sidebar 2 */



	clear: left;



}



.site-footer {



	clear: both;



	width: 100%;



}



/* tables still need 'cellspacing="0"' in the markup */



table {



	border-collapse: collapse;



	border-spacing: 0;



}



th {



	font-weight: bold;



}







thead {



        border-top: 1px solid #999;



        border-left: 1px solid #999;



}







button,



input,



select,



textarea {



	font-size: 100%; /* Corrects font size not being inherited in all browsers */



	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */



	vertical-align: baseline; /* Improves appearance and consistency in all browsers */



	*vertical-align: middle; /* Improves appearance and consistency in all browsers */



}



button,



input {



	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */



	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */



}



button,



html input[type="button"],



input[type="reset"],



input[type="submit"] {



	border: 1px solid #ccc;



	border-color: #ccc #ccc #bbb #ccc;



	border-radius: 3px;



	background: #fafafa; /* Old browsers */



	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */



	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */



	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */



	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */



	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */



	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */



	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */



	box-shadow: inset 0 2px 1px #fff;



	color: rgba(0,0,0,.8);



	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */



	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */



	font-size: 12px;



	font-size: 1.4rem;



	padding: 6px 12px;



	text-shadow: 0 1px 0 rgba(255,255,255,.5);



}



button:hover,



html input[type="button"]:hover,



input[type="reset"]:hover,



input[type="submit"]:hover {



	background: #f5f5f5; /* Old browsers */



	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */



	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */



	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */



	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */



	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */



	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */



	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */



	border-color: #bbb #bbb #aaa #bbb;



}



button:focus,



html input[type="button"]:focus,



input[type="reset"]:focus,



input[type="submit"]:focus,



button:active,



html input[type="button"]:active,



input[type="reset"]:active,



input[type="submit"]:active {



	border-color: #aaa #bbb #bbb #bbb;



	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);



	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);



}



input[type="checkbox"],



input[type="radio"] {



	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */



	padding: 0; /* Addresses excess padding in IE8/9 */



}



input[type="search"] {



	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */



	-moz-box-sizing: content-box;



	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */



	box-sizing: content-box;



}



input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */



	-webkit-appearance: none;



}



button::-moz-focus-inner,



input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */



	border: 0;



	padding: 0;



}



input[type=text],



textarea {



	color: #666;



	border: 1px solid #ccc;



	border-radius: 3px;



}



input[type=text]:focus,



textarea:focus {



	color: #111;



}



input[type=text] {



	padding: 3px;



}



#masthead input[type=text]#s {



        width: 200px;



        text-indent: 12%;



        background: #fff url('images/search.png') 3% 50% no-repeat;



        margin: 0px;



}



#primary input[type=text]#s {



        width: 260px;



        text-indent: 11%;



        background: url('images/search.png') 3% 50% no-repeat;



}



#secondary input[type=text]#s {



        width: 97%;



        text-indent: 11%;



        background: #fff url('images/search.png') 3% 50% no-repeat;



}



textarea {



	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */



	padding-left: 3px;



	vertical-align: top; /* Improves readability and alignment in all browsers */



	width: 98%;



}







/* Links */



a {



	color: #0EC7D9;



        text-decoration: none;



}



a:visited {



}



a:hover,



a:focus,



a:active {



	color: #0EC7D9;
	
	text-decoration:underline;



}







/* Alignment */



.alignleft {



	display: inline;



	float: left;



	margin-right: 1.5em;



}



.alignright {



	display: inline;



	float: right;



	margin-left: 1.5em;



}



.aligncenter {



	clear: both;



	display: block;



	margin: 0 auto;



}







/* Text meant only for screen readers */



.assistive-text {



	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */



	clip: rect(1px, 1px, 1px, 1px);



	position: absolute !important;



}







/*



Theme Name: SimplyDesign



Layout: Sidebar-Content



*/



html {



        



}



body {



        background: #f1eaf1;



        font-family: 'Raleway', sans-serif;



}



div#page {



        width: 980px;



        margin: 0px auto;



        padding: 0 0.8%;



        background: #fff;



}



#masthead {



        height: 308px;



        width: 100%; /* 980px by default */



        position: relative;



        background: url('images/header.jpg');



}



.header-widget-area {



        position: absolute;



        max-height: 160px;



        width: 36%;



        float: right;



        top: 0px;



        right: 10px;



        text-align: right;



        overflow: hidden;



        color: #277D94;



}



.header-widget-area aside {



        margin-top: 10px;



}



.header-widget-area h1 {



        border: none;



}



hgroup {



        width: 675px;



        height: 260px;



        overflow: hidden;



        position: absolute;



        margin: 10px 0 0 30px;



}



hgroup h1 {



        margin: 10px 0px 0px 10px;



        border: none;



}



hgroup h1 a {



        font-size: 40px;



        line-height: 42px;



        font-weight: normal;



        color: #ffffff;



        text-decoration: none;

		

		letter-spacing: -1px;



}



hgroup h1 a:hover {



        color: #ffffff;



}



hgroup h2 {



        font-size: 24px;



        line-height: 60px;



        font-weight: normal;



        margin: 30px 0px 0px 10px;



        border: none;



        color: #3B0E39;



		

		letter-spacing: 0px;



}



#main {



        margin: 15px 0; /* Seperates the header and content */



        height: auto;



        overflow: hidden;



		width:980px;



}



#main .site-content {



	float: right;



	margin: 0; 



	width: 715px;



}



#main #content {



	margin: 0; 



        width: 715px;



        float: right;



        font-size: 15px;



}



h1, h2, h3, h4, h5, h6 {



        font-weight: bold;



        margin: 0 0 12px;



    	padding: 5px 0;



        color: #3B0E39;



		font-family: 'Raleway', sans-serif;



		font-weight:normal;



}



h1 {



        font-size: 24px;

		/*border-bottom: 2px solid #6C536B;*/



}



h1 a {



      



        text-decoration: none;



}



h2 {



        font-size: 18px;



}



h3 {



        font-size: 16px;



}



.entry-header {



        margin: 0px;



}



.entry-header h1 {



		font-family: 'Raleway', sans-serif;



        font-size: 28px;

		

        font-weight: normal;



        border-bottom: 3px solid #6C536B;



        padding: 0px 0px 6px 0px;



        color: #3B0E39;



}



#wpco_cart_widget ul {



        margin: 0;



}



table.wpco {



        border: 1px solid #bbb;



}



#main #secondary { /* Sidebar 1 */



	float: left;



	overflow: hidden;



	width: 245px; /* Sidebar Width */



        margin-bottom: -5000px; /* These make the sidebar stretch */



        padding-bottom: 5000px; /* the full length of the page. */



        background: #6C536B;



        color: #fff;



}



#main #secondary > aside {



    margin-top: 10px;



}



#secondary h1 {



        font-size: 20px;



}



#secondary aside {



        margin-left: 5%;



        margin-right: 5%;



        width: 90%;



		clear:both;



}



#secondary aside ul {



        list-style: url('images/arrow.png') inside;



}



#secondary a {



        color: #0EC7D9;



}







#secondary a.button {



        color: #ffffff;



}



#secondary a:hover {



        color: #0EC7D9;



        text-decoration: underline;



}







#secondary a.button:hover {



        color: #477592;



        text-decoration: underline;



}



#tertiary { /* Sidebar 2 */



	clear: left;



}







/* =Footer



----------------------------------------------- */



#colophon {



        width: 100%;



        height: auto;



        overflow: hidden;



        margin: 0 auto;



        background: #3B0E39;



        color: #fff;

		

		border-bottom: 15px solid #FFFFFF;



}



.footer-widget-area {



        width: 97%/*30%*/;



        height: auto;



        overflow: hidden;



        margin: 10px 0 0 0;



        padding: 0 1.5%;



        float: left;

		

		color: #3B0E39 !important;

		

		text-align:center;



}



.footer-widget-area:first-of-type {



        margin-left: 0px;



}



.footer-widget-area:last-of-type {



        margin-right: 0px;



}



.footer-widget-area h1 {



        font-size: 20px;



        font-weight: strong;



        padding-bottom: 2px;



        border-bottom: none/*2px solid #fff*/;



        color: #fff;



}



#colophon a {



	color:#FFF;



	text-decoration:underline;



}



#colophon a:hover {



	color:#FFF;



	text-decoration:none;



}



.site-footer {



	clear: both;



	width: 100%;



}



.site-info {



        width: 100%;



        height: auto;



        overflow: hidden;



        font-size: 13px;



        float: left;



        text-align: center;



        padding: 10px 0px;



        color: #FFF;



}



.site-info a {



    color: #d7e5fa;



}



.site-info a:hover {



	color:#FFF;



 



}







/* =Menu



----------------------------------------------- */







#secondary .main-navigation {



	clear: both;



	display: block;



	float: left;



	width: 100%;



        background: none;



        border: none;



        margin: 0 0 20px 0;



        font-size: 16px;



}



#secondary .main-navigation ul {



	list-style: none;



	margin: 0;



	padding-left: 0;



        width: 100%;



        height: auto;



        overflow: hidden;



}



#secondary .main-navigation li {



	float: left;



	position: relative;



        width: 100%;



}



#secondary .main-navigation a {



	display: block;



	text-decoration: none;



        padding: 1.5% 5%;



        color: #ffffff;



        width: 90%;



    border-bottom: 1px solid #360D34;

    border-top: 1px solid #876886;



}



#secondary .main-navigation a:hover {



        background: #3B0E39;



}



#secondary .main-navigation ul ul {



	display: none;



	float: left;



	z-index: 99999;



        width: 90%;



        margin: 2% 0 2% 10%;



}



#secondary .main-navigation ul ul a {



	width: 100%;



        color: #ffffff;



        border: none;



        font-size: 14px;



}



#secondary .main-navigation ul ul a:hover {



        background: none;



        color: #fff;



}



#secondary .main-navigation ul ul ul {



	display: none;



	float: left;



	z-index: 99999;



        width: 90%;



        margin: 2% 0 2% 10%;



}



#secondary .main-navigation ul ul li {



}



#secondary .main-navigation ul li:hover > ul {



	/*display: block;*/



}



#secondary .main-navigation ul li.current-menu-item > ul,



#secondary .main-navigation ul li.current-menu-parent > ul,



#secondary .main-navigation ul li.current-menu-ancestor > ul{



        display: block;



}



#secondary .main-navigation li.current_page_item > a,



#secondary .main-navigation li.current-menu-item > a {



        background: #3B0E39;

		color:#fff;



}



#secondary .main-navigation ul ul li.current_page_item > a,



#secondary .main-navigation ul ul li.current-menu-item > a {



        color: #3B0E39;



        background: none;



}







/* Small menu */



.menu-toggle {



	cursor: pointer;



}



.main-small-navigation .menu {



	display: none;



}







/* =Content



----------------------------------------------- */







.sticky {



}



.hentry {



	margin: 0 0 1.5em;



}



.entry-meta {



	clear: both;



}



.byline {



	display: none;



}



.single .byline,



.group-blog .byline {



	display: inline;



}



.entry-content,



.entry-summary {



	margin: 1.5em 0 0;



}



.page-links {



	clear: both;



	margin: 0 0 1.5em;



}



div.productsgrid .productssort {



    top: -10px;



}







/* =Blog



----------------------------------------------- */



a.post-edit-link {



        border: 1px solid #ccc;



	border-color: #ccc #ccc #bbb #ccc;



	border-radius: 3px;



	background: #fafafa; /* Old browsers */



	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */



	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */



	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */



	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */



	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */



	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */



	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */



	box-shadow: inset 0 2px 1px #fff;



	color: rgba(0,0,0,.8);



	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */



	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */



        padding: 2px 8px;



}



.comments-link a {



        margin: 0 10px;



}



.entry-meta {



    font-size: 12px;



}







/* =Comments



----------------------------------------------- */







.form-allowed-tags, .form-allowed-tags code {



        font-size: 12px; 



}



ol.commentlist {



        list-style: none;



}



div.comment-author {



        width: 49%;



        float: left;



}



div.comment-meta {



        width: 49%;



        float: right;



        margin: 23px 10px 0 0;



        text-align: right;



}



.comment-content p {



        width: 100%;



        float: left;



        height: auto;



        overflow: hidden;



}



div.reply {



        width: auto;



        height: auto;



        float: right;



        margin: -40px 10px 0px 0px;



}



.year {



	margin:0 0 0 5px;



}



/* =Nivo Slider



----------------------------------------------- */







.nivoSlider {



	position:relative;



	background:#fff url('images/loading.gif') no-repeat 50% 50%;



        margin-bottom:0px;



}



#page .nivoSlider img {



	position:absolute;



	top:0px;



	left:0px;



	display:none;



	max-width: none;



}



.nivoSlider a {



	border:0;



	display:block;



}







.nivo-controlNav {



	position:absolute;



	left:50%;



	bottom:10px;



        margin-left:-40px; /* Tweak this to center bullets */



}



.nivo-controlNav a {



	display:block;



	width:22px;



	height:22px;



	background:url('images/bullets.png') no-repeat;



	text-indent:-9999px;



	border:0;



	margin-right:3px;



	float:left;



}



.nivo-controlNav a.active {



	background-position:0 -22px;



}







.nivo-directionNav a {



	display:block;



	width:30px;



	height:30px;



	background:url('images/arrows.png') no-repeat;



	text-indent:-9999px;



	border:0;



}



a.nivo-nextNav {



	background-position:-30px 0;



	right:15px;



}



a.nivo-prevNav {



	left:15px;



}







.nivo-caption {



        font-family: 'Raleway', sans-serif;



}



.nivo-caption a {



        color:#fff;



        border-bottom:1px dotted #fff;



}



.nivo-caption a:hover {



        color:#fff;



}







.controlnav-thumbs {



	margin-bottom: 100px; /* Tweak this depending on thumbnail size */



}



.controlnav-thumbs .nivo-controlNav {



	bottom: -70px; /* Tweak this depending on slider height */



	left: 0;



	margin-left: 0;



	width: 100%;



}



.controlnav-thumbs .nivo-controlNav a {



	width: auto;



	height: auto;



	background: none;



	text-indent: 0;



	margin: 0 6px 6px 0;



}



.controlnav-thumbs .nivo-controlNav img {



	position: relative;



	display: block;



}







/* =Asides



----------------------------------------------- */







.blog .format-aside .entry-title,



.archive .format-aside .entry-title {



	display: none;



}



#secondary h1.widget-title {



        color: #ffffff;



        padding-bottom: 3px;



        border-bottom: 1px solid #ffffff;



}



#secondary aside ul {



        color: #3B0E39;



}



aside table {



        border-right: 1px solid #6CB4C7;



        border-bottom: 1px solid #6CB4C7;



}



aside th {



        border-top: 1px solid #6CB4C7;



        border-left: 1px solid #6CB4C7;



        text-align: center;



}



aside tr {



    



}



aside td {



        border-left: 1px solid #6CB4C7;



        border-top: 1px solid #6CB4C7;



        padding: 2px 6px;



}



#wp-calendar a {



        font-weight: bold;



}







/* =Media



----------------------------------------------- */







.site-header img,



.entry-content img,



.comment-content img,



.widget img {







	max-width: 100%; /* Fluid images for posts, comments, and widgets */



}



.site-header img,



.entry-content img,



img[class*="align"],



img[class*="wp-image-"] {



	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */



}



.site-header img,



.entry-content img,



img.size-full {



	max-width: 100%;



	/*width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */



}



.entry-content img.wp-smiley,



.comment-content img.wp-smiley {



	border: none;



	margin-bottom: 0;



	margin-top: 0;



	padding: 0;



}



.wp-caption {

    background: none repeat scroll 0 0 #ECECEC;

    line-height: 20px;

    margin-bottom: 20px;

    max-width: 632px !important;

    padding: 4px;

    text-align: center;

	

	}

.wp-caption.aligncenter,

.wp-caption.alignleft,

.wp-caption.alignright {

	margin-bottom: 1.5em;

}

.wp-caption img {

	display: block;

	margin: 1.2% auto 0;

	max-width: 98%;

}

.wp-caption-text {

	text-align: center;

}

.wp-caption .wp-caption-text {

    font-size: 12px;

    margin: 5px;

}



#content .gallery {



	margin-bottom: 1.5em;



}



.gallery-caption {



}



#content .gallery a img {



	border: none;



	height: auto;



	max-width: 90%;



}



#content .gallery dd {



	margin: 0;



}



#content .gallery-columns-4 .gallery-item {



}



#content .gallery-columns-4 .gallery-item img {



}



.lb-nav a { cursor:pointer; }



/* Make sure embeds and iframes fit their containers */



embed,



iframe,



object {



	max-width: 100%;



}







/* =Navigation



----------------------------------------------- */







#content .site-navigation {



	margin: 0 0 1.5em;



	overflow: hidden;



}



#content .nav-previous {



	float: left;



	width: 50%;



}



#content .nav-next {



	float: right;



	text-align: right;



	width: 50%;



}







/* =Widgets



----------------------------------------------- */







.widget {



	margin: 0 0 1.5em;



}







/* Search widget */



#searchsubmit {



	display: none;



}







/*woocommerce remove yellow product count on categories*/



ul.products .count { display:none !important; }







/*woocommerce template3,4,5,6,7,8,9,11,12,13,14,16,17,18,20,21,22,23,25,26,27,29,30,31,33,34,35,36,37,38*/



.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {



    float: left;



    margin-bottom: 2em;



    width: 30% !important;



    position: absolute !important;



    margin-top: 15px;



}



.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary {



    float: right;



    margin-bottom: 2em;



    width: 65% !important;



}



.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {



    width: 30% !important;



}



.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 



{ margin:0 !important;}



.woocommerce span.onsale, .woocommerce-page span.onsale { z-index:99;}



.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea {font-size: 14px !important;}