/*
Theme Name: Webulous
Theme URI: http://underscores.me/
Author: N. Venkat Raj
Author URI: http://www.venkatraj.com
Description: Pro Theme Selling
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webulous
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

webulous is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Open Sans', sans-serif;
	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 centered 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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #e5e4e4;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #313131;
}

html, body {
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
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 {
	outline: 0;
}
a img {
	border: 0;
}

a {
	outline: none;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #313131;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
	overflow-x: hidden;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Montserrat', sans-serif;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
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%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
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 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	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.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	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"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
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%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
.price,
.product a h3,
.products li img,
button.single_add_to_cart_button,
.comment-form .form-submit input,
.woocommerce-account input.button,
table.shop_table.cart input.button,
.shipping-calculator-form button.button,
form.login .form-row input.button,
article.type-page .wpcf7-form input.wpcf7-submit,
.site-footer #mc-embedded-subscribe-form input#mc-embedded-subscribe,
.btns a,
.wc-proceed-to-checkout a.checkout-button {
	color: #91c444;
	outline: 0;
	-webkit-transition:	all 0.5s;
	-moz-transition:	all 0.5s;
	-o-transition:		all 0.5s;
	-ms-transition:		all 0.5s;
	transition:			all 0.5s;
}
a:hover,
a:focus,
a:active {
	color: #313131;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	float: right;
	margin: 50px 0 0 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0 15px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.main-navigation li:hover,
.main-navigation .current_page_item,
.main-navigation .current-menu-item {
		border-bottom: 3px solid #272727;
}

.main-navigation a:hover,
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
		border-bottom: 3px solid #343434;
		color: #feda4a;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color: #feda4a;
}
/* Small menu */
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

.column.full-width, .columns.full-width {
		margin: 0;
	margin-left: -50% !important;
	padding: 0 50% !important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

.site-logo {
	height: 116px;
	background: url('images/bg-repeat-header.png') repeat left top;
}

#imsocial {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#imsocial li {
	float: left;
}

#imsocial li a {
	padding: 0 5px;
	color: #313131;
	float: left;
	display: block;
	width: 30px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 1.1em;
}

#imsocial li a:hover {
	background-color: #91c444;
	color: #fff;
}

/* Prabhu styles Starts */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 5px 10px;
}

#top-nav {
	background: #fff;
}

#top-nav .widget {
	padding: 15px 0;
}

#top-nav .widget,
#top-nav p {
	margin-bottom: 0;
}

#top-nav p {
	font-size: .8em;
}

#top-nav a {
	color: #313131;
}

#top-nav a:hover {
	color: #91c444;
}

#top-nav .social {
    position:relative;
}    

#top-nav .social a:before {
    position:absolute;
    font-family: FontAwesome;
    top:0;
    left:0px;
    text-indent: 0;
}

#top-nav .social a {
	text-indent: -9999em;
	display: inline-block;
    position: relative;
    width: 25px;
    font-size: 16px;
}

#top-nav .social a:nth-of-type(1):before {
	content: "\f099";
}

#top-nav .social a:nth-of-type(2):before {
	content: "\f09a";
}

#top-nav .social a:nth-of-type(3):before {
	content: "\f0d5";
}

#top-nav .social a:nth-of-type(4):before {
	content: "\f0e1";
}

#top-nav .social a:nth-of-type(5):before {
	content: "\f17d";
}

.site-branding {
	padding: 20px 0;
}

h1.site-title {
	font-size: 2em;
}

h1.site-title a {
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}

h1.site-title a:hover {
	color: #91c444;
}

h2.site-description {
	color: #fff;
	margin-top: -5px;
	font-size: 14px;
}

.woocommerce-account h2.site-description {
	font-size: 14px;
}

/* Footer Styles */
.site-info {
	font-size: 14px;
}

.site-footer .sixteen {
	background: url('images/bg-repeat-header.png') repeat left top;
}

.site-info {
	color: #fff;
	padding: 20px 0;
	clear: both;
	font-size: .9em;
	text-align: center;
	background: url('images/bg-repeat-title.gif') repeat-x left top;
}

.site-footer a {
	color: #91c444;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
}

.footer-top {
	padding: 20px 0;
	color: #fff;
}

.footer-top ul {
	list-style-type: none;
	margin: 0;
}

.footer-top li {
	margin-bottom: 10px;
	border-bottom: 1px solid #3f3f3f;
	padding-bottom: 10px;
}

.site-footer h3 {
	font-size: 1.5em;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	color: #feda4a;
	background: url('images/bg-repeat-title.gif') repeat-x left bottom;
	padding-bottom: 8px;
}

.footer-top li a {
	background: url('images/arrow.png') no-repeat left center;
	padding-left: 15px;
}

.footer-top li a:hover {
	padding-left: 25px;
	background-position: 5px center;
}
/* Footer Ends */

/* Content Starts */
ul.products {
	margin-left: 0;
	content:"";
	display: table;
}

.products li {
	background-color: #fff;
	margin-bottom: 50px;
	box-shadow: 0px 0px 5px #C5BFBF;
	padding-bottom: 20px;
	position: relative;
}

a.add_to_cart_button,
button.single_add_to_cart_button,
a.product_type_simple {
	background-color: #91c444;
	padding: 8px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	float: right;
	margin-right: 20px;
	text-transform: uppercase;
}

button.single_add_to_cart_button {
	position: static;
	border: 0;
	box-shadow: 0 0 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

a.add_to_cart_button, 
a.button.product_type_simple {
	margin-top: -20px;
}

a.add_to_cart_button:hover,
button.single_add_to_cart_button:hover {
	background-color: #333;
}

.onsale {
	display: none;
}

.product a {
	text-decoration: none;
}

.product a h3 {
	color: #313131;
	margin-bottom: 0;
	margin-left: 20px;
}

.products li img {
	margin-bottom: 25px;
}

.products li img:hover {
	opacity: .5;
}

.price {
	margin-left: 20px;
	color: #313131;
}

.product .price {
	float: left;
}

.products li .price ins {
	background-color: #fff;
	padding: 0 10px;
	font-family: 'Montserrat', sans-serif;
}

.amount {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

td.product-price .amount,
td.product-subtotal .amount {
	font-size: 14px;
}

.price:hover,
.product a h3:hover {
	color: #91c444;
}

p.price:hover {
	color: #313131;
}

.price del .amount,
.product_list_widget del .amount {
	font-size: 1.2em;
	font-weight: 400;
}

.home .star-rating {
	margin-left: 20px;
	color: #91c444;
}

ins {
	background-color: transparent;
}

#content {
	/*background-color: #fff;*/
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.home #content {
	background: transparent;
}

.woocommerce-breadcrumb {
	background-color: #e5e4e4;
	padding: 15px 0;
	margin: 0;
}

.woocommerce-breadcrumb a {
	color: #91c444;
	padding: 0 5px;
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
	color: #313131;
}


.summary h1.product_title.entry-title {
	text-align: left;
} 

.summary .price {
	margin-left: 0;
}

input.input-text.qty.text {
	padding: 5px 10px;
	font-size: 1.3em;
	width: 15%;
	margin: 0 5px;
}

.product .images {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 20px;
}

.product .summary {
	float: right;
	width: 48%;
	margin-bottom: 20px;
}

.quantity.buttons_added {
	position: relative;
	display: inline;
	margin-right: 25px;
}

.quantity input.minus,
.quantity input.plus {
}

.quantity input.plus {
}

.quantity input.minus {
}

.woocommerce-tabs .tabs {
	background-color: #8c8a8a;
	list-style-type: none;
	padding: 0 100%;
	margin: 0 -100%;	
	min-height: 48px;
}

.woocommerce-tabs .tabs li {
	display: inline;
	margin: 0;
}

.woocommerce-tabs .tabs li a {
	padding: 15px;
	display: inline-block;
	color: #fff;
	margin: 0;
	float: left;
	outline: 0;
	padding-left: 40px;
}

.woocommerce-tabs .tabs li a:hover,
.woocommerce-tabs .tabs li.active a {
	background-color: #E5E4E4;
	color: #000;
}

.woocommerce-tabs .entry-content h2,
.page-template-page_theme_landing-php h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
}

.woocommerce-tabs .entry-content h3,
.page-template-page_theme_landing-php .entry-content h3 {
	font-size: 1.3em;
	text-align: center;
}

.woocommerce-tabs .entry-content p {
	12text-align: center;
}

.woocommerce-tabs .entry-content .one-third,
.page-template-page_theme_landing-php .entry-content .one-third {
	border: 2px solid #91c444;
	min-height: 160px;
	padding: 20px;
	margin-bottom: 80px;
}

.woocommerce-tabs .entry-content .one-third h3,
.page-template-page_theme_landing-php .entry-content .one-third h3 {
	margin-bottom: 10px;
}

#tab-description p,
.page-template-page_theme_landing-php .entry-content .one-third p {
	text-align: center;
}

#tab-description .one-third .fa-stack,
.page-template-page_theme_landing-php .one-third .fa-stack {
	background-color: #fff;
	-webkit-border-radius:	50px;
	-moz-border-radius:		50px;
	border-radius:			50px;
	display: block;
	margin: -70px auto 7px;
}

#tab-description .one-third .fa-stack i,
.page-template-page_theme_landing-php .one-third .fa-stack i {
	color: #313131;
}

#tab-description .one-third p,
.page-template-page_theme_landing-php .one-third p {
	margin-bottom: 0;
}

#tab-description .one-third .fa-stack,
.page-template-page_theme_landing-php .one-third .fa-stack {
	position: relative;
	border-top: 3px solid #91C444;
	border-bottom: 3px solid #91C444;	
}

#tab-description h2,
.page-template-page_theme_landing-php .entry-content h2 {
	margin-bottom: 70px;
}


@font-face { 
	font-family:star;src:url(fonts/star.eot);
	src:url(fonts/star.eot?#iefix) format('embedded-opentype'),
	url(fonts/star.woff) format('woff'),
	url(fonts/star.ttf) format('truetype'),
	url(fonts/star.svg#star) format('svg');
	font-weight:400;
	font-style:normal;
	}

@font-face {
	font-family:WooCommerce;src:url(fonts/WooCommerce.eot);
	src:url(fonts/WooCommerce.eot?#iefix) format('embedded-opentype'),
	url(fonts/WooCommerce.woff) format('woff'),
	url(fonts/WooCommerce.ttf) format('truetype'),
	url(fonts/WooCommerce.svg#WooCommerce) format('svg');
	font-weight:400;
	font-style:normal
}

.woocommerce p.stars,
.woocommerce-page p.stars { 
	position:relative;
	font-size: 1em
}

.woocommerce p.stars a,
.woocommerce-page p.stars a {
	display:inline-block;
	font-weight:700;
	margin-right:1em;
	text-indent:-9999px;
	position:relative;
	outline: none;
}

.woocommerce p.stars a:last-child,
.woocommerce-page p.stars a:last-child {
	border-right:0;
}

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-1,
.woocommerce-page p.stars a.star-2,
.woocommerce-page p.stars a.star-3,
.woocommerce-page p.stars a.star-4,
.woocommerce-page p.stars a.star-5 {
	border-right:1px solid #ccc;
}

.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce-page p.stars a.star-5:after { 
	font-family:WooCommerce;
	text-indent:0;
	position:absolute;
	top:0;
	left:0;
}

.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 { 
	width:2em;
}

.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after { 
	content:"\e021";
}

.woocommerce p.stars a.star-1.active:after,
.woocommerce p.stars a.star-1:hover:after,
.woocommerce-page p.stars a.star-1.active:after,
.woocommerce-page p.stars a.star-1:hover:after { 
	content:"\e020";
}

.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
	width:3em;
}

.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
	content:"\e021\e021";
}

.woocommerce p.stars a.star-2.active:after,
.woocommerce p.stars a.star-2:hover:after,
.woocommerce-page p.stars a.star-2.active:after,
.woocommerce-page p.stars a.star-2:hover:after {
	content:"\e020\e020";
}

.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
	width:4em;
}

.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
	content:"\e021\e021\e021";
}

.woocommerce p.stars a.star-3.active:after,
.woocommerce p.stars a.star-3:hover:after,
.woocommerce-page p.stars a.star-3.active:after,
.woocommerce-page p.stars a.star-3:hover:after {
	content:"\e020\e020\e020";
}

.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
	width:5em;
}

.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after { 
	content:"\e021\e021\e021\e021";
}

.woocommerce p.stars a.star-4.active:after,
.woocommerce p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4.active:after,
.woocommerce-page p.stars a.star-4:hover:after {
	content:"\e020\e020\e020\e020";
}

.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 { 
	width:6em;
	border:0;
}

.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after { 
	content:"\e021\e021\e021\e021\e021";
}

.woocommerce p.stars a.star-5.active:after,
.woocommerce p.stars a.star-5:hover:after,
.woocommerce-page p.stars a.star-5.active:after,
.woocommerce-page p.stars a.star-5:hover:after { 
	content:"\e020\e020\e020\e020\e020";
}

ol.commentlist {
	list-style-type: none; 
}

ol.commentlist > li {
	margin-bottom: 50px;
}

.comment_container img.avatar {
	padding: 5px;
	background-color: #333;
	float: left;
}

.woocommerce-tabs .entry-content ol.commentlist p {
	text-align: left;
}

.comment-text {
	margin-left: 80px;
	position: relative;
}

.comment-text .star-rating {
	margin-bottom: 0;
}

.comment-text p.meta,
.comment-text .star-rating {
	background-color: #91c444;
	color: #fff;
	padding: 10px;
}

.comment-text .description {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius:	0 0 5px 5px;
	-moz-border-radius:		0 0 5px 5px;
	border-radius: 			0 0 5px 5px;
}

.comment-text .description p {
	margin-bottom: 10px;
}

.comment-text p.meta {
	margin-bottom: 0px;
	position: absolute;
	left: 80px;
	top: 0;
	padding: 5px;
}

.comment-text p.meta strong {
	font-size: 1.3em;
}

.star-rating strong {
	color: #333;
}

h3#reply-title {
	text-align: left;
	margin-bottom: 10px;
}

.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"], 
.comment-form input[type="password"], 
.comment-form input[type="search"], 
.woocommerce-account input[type="text"], 
.woocommerce-account input[type="email"], 
.woocommerce-account input[type="url"], 
.woocommerce-account input[type="password"], 
.woocommerce-account input[type="search"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color: #313131;
	padding: 5px;
}

.woocommerce-account input[type="text"], 
.woocommerce-account input[type="email"], 
.woocommerce-account input[type="url"], 
.woocommerce-account input[type="password"], 
.woocommerce-account input[type="search"] {
	width: 40%;
}

.comment-form .form-submit input,
.woocommerce-account input.button,
article.type-page .wpcf7-form input.wpcf7-submit {
	background-color: #91c444;
	border: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	text-shadow: 0 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 10px 20px;
}

.comment-form .form-submit input:hover,
.woocommerce-account input.button:hover,
article.type-page .wpcf7-form input.wpcf7-submit:hover,
.site-footer #mc-embedded-subscribe-form input#mc-embedded-subscribe:hover {
	background-color: #333;
}

/* My Account styles */
#main.site-main {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

h1.entry-title {
	font-size: 2em;
	text-align: center;
}

.woocommerce-account h2 {
	font-size: 2em;
}

form.login {
	margin-top: 20px;
}

form.login input {
	border: 1px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 50%;
}

form.login .form-row input.button {
	width: auto;
}

form.login label {
	display: inline-block;
	width: 25%;
	text-align: right;
}

form.login .form-row label.inline,
form.login .form-row label.inline input {
	width: auto;
}

.woocommerce-account label {
	width: 30%;
	padding-right: 20px;
	display: inline-block;
	text-align: right;
}

.woocommerce-account label.inline {
	width: auto;
}

.woocommerce-account input.button {
	margin-left: 30%;
	margin-right: 20px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-1 a.edit,
.woocommerce .col2-set .col-2 a.edit {
	background-color: #91c444;
	padding: 1px 20px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
}

.woocommerce .col2-set .col-1 a.edit:hover,
.woocommerce .col2-set .col-2 a.edit:hover {
	background-color: #333;
}

.col-1.address header,
.col-2.address header {
	position: relative;
}

.col-1.address header h3,
.col-2.address header h3 {
	font-size: 1.3em;
	margin-bottom: 0;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

.woocommerce-account abbr.required {
	color: #FF0606;
}

p#billing_address_2_field,
p#shipping_address_2_field {
	margin-left: 30%;
}

p#billing_address_2_field input,
p#shipping_address_2_field input {
	width: 57%;
}

p.lost_password a:hover {
	color: #333;
	text-decoration: none;
}

ul.woocommerce-error {
	list-style-type: none;
	color: #fff;
	padding: 20px;
	background: #D85927 url('images/icon-error.png') no-repeat 20px 20px;
	padding-left: 50px;
	box-shadow: -5px -5px 0 #852E0A;
	margin-left: 0;
}

ul.woocommerce-error li {
	padding-bottom: 5px;
}

/* Cart Styels */
.cart_totals h2 {
	font-size: 1.5em;
}

.cart_totals td,
.cart_totals th {
	border: 1px solid #ccc;
	padding: 10px;
}

#primary {
	width: 100%;
}

.cart_totals th {
	text-align: right;
}

.cart_totals tr.order-total th,
.cart_totals tr.order-total td {
	border-top: 0;
}

.cart_totals tr.order-total td,
.cart_totals tr.cart-subtotal td {
	border-left: 0;
}

.cart_totals tr.shipping td {
	border-left: 0;
}

.shop_table td,
.shop_table th {
	border: 1px solid #ccc;
	padding: 10px;
	border-left: 0;
	border-bottom: 0;vertical-align: top;
}

table.shop_table {
	border: 1px solid #ccc;
	border-right: 0;
	border-top: 0;
}

.shop_table.cart .coupon {
	display: inline;
}

td.product-remove a.remove {
	text-decoration: none;
	background-color: #FF0606;
	padding: 2px 0;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: block;
	text-align: center;
}

td.product-remove a.remove:hover {
	background-color: #333;
}

table.shop_table.cart th {
	text-transform: uppercase;
	text-align: center;
}

table.shop_table.cart .quantity.buttons_added {
	margin-right: 0;
}

table.shop_table td.actions {
	text-align: right;
}

td.product-name a {
	text-align: center;
	display: block;
	color: #91c444;
	text-decoration: none;	
}

td.product-name a:hover {
	color: #333;
}

table.shop_table td,
.shop_table th {
	text-align: center;
}

table.shop_table.cart td.product-quantity input.input-text.qty.text {
	width: 50%;
}

table.shop_table.cart td.product-quantity .quantity.buttons_added input.minus {
	width: 26px;
}

.coupon input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 8px 10px;
}

table.shop_table.cart input.button,
.shipping-calculator-form button.button,
form.login .form-row input.button,
.btns a,
.wc-proceed-to-checkout a.checkout-button {
	border-radius: 0;
	padding: 8px 10px;
	background-color: #91c444;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	border: 1px solid #7AAB2F;
	text-shadow: 0 0 0;
	color: #fff;
}

table.shop_table.cart input.button:hover,
.shipping-calculator-form button.button:hover,
form.login .form-row input.button:hover,
.btns a:hover,
.btns a.btn-grade:hover,
.wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #333;
	border-color: #000;
}

.wc-proceed-to-checkout {
	text-align: right;
}

.wc-proceed-to-checkout a.checkout-button {
	text-decoration: none;
}

.products .added_to_cart.wc-forward {
	background-color: #91c444;
	padding: 1px 5px;
	color: #fff;
	margin-left: 7px;
}

.products .added_to_cart.wc-forward:hover {
	background-color: #333;
}

a.shipping-calculator-button {
	padding: 5px 10px;
	background-color: #91c444;
	color: #fff;
	text-decoration: none;
}

a.shipping-calculator-button:hover {
	background-color: #333;
}

.shipping-calculator-form {
	margin-top: 25px;
	display: block;
}

.shipping-calculator-form input,
.shipping-calculator-form select {
	width: 25%;
	padding: 5px 10px;
}

.shipping-calculator-form input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.woocommerce-message {
	background-color: #91c444;
	padding: 10px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
}

.woocommerce-message a.button.wc-forward {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	color: #fff;	
	padding: 0 5px;
}

.woocommerce-message a.button.wc-forward:hover {
	background-color: #91c444;
}

.cart_totals .amount {
	font-size: 1.2em;
}

.products li.hosting {
	margin-bottom: 50px;
	background-color: ;
	background: #313131 url('images/bg-blur.gif') no-repeat 25% top;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}

.img-hosting {
	background: url('images/img-hosting.png') no-repeat left 10px;
	width: 30%;
	height: 383px;
	float: left;
	margin-top: 2%;
}

.hosting-con {
	float: right;
	width: 65%;
	margin-top: 4%;
}

li.hosting h2 {
	font-size: 1.7em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

a.btn-buynow {
	display: inline-block;
	padding: 10px 25px;
	background: #91c444;
	color: #fff;
}

a.btn-buynow:hover {
	background-color: #666;
}

.single-product .product {
	background: #FFFFFF;
    margin: 0 -100%;
    padding: 20px 100% 0;
}

.woocommerce-tabs {
	background: #E5E4E4;
    clear: both;
    margin: 0 -100%;
    padding: 0 100%;
	margin-top: 50px;    
}

.single-product #content {
	margin-top: 0;
}

li.description_tab a {
	background: url('images/icon-descrip.png') no-repeat 12px top;
}

li.reviews_tab a {
	background: url('images/icon-comment.png') no-repeat 12px top;
}

li.description_tab.active a,
li.description_tab a:hover {
	background-position: 12px bottom;
}

li.reviews_tab.active a,
li.reviews_tab a:hover {
	background-position: 12px bottom;
}

.single-product .button.single_add_to_cart_button {
	float: none;
}

.single-product .product .price {
	float: none;
}

/* CheckOut Page */
.woocommerce-checkout #customer_details label {
	width: 25%;
	display: inline-block;
}

#customer_details input[type="text"], 
#customer_details input[type="email"], 
#customer_details input[type="url"],
#customer_details input[type="password"],
#customer_details input[type="search"], 
#customer_details textarea {
	border: 1px solid #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 70%;
}

#customer_details #billing_country_chosen,
#customer_details .chosen-container {
	width: 70% !important;
}

#customer_details p#billing_address_2_field, 
#customer_details p#shipping_address_2_field {
	margin-left: 25%;
	width: 100%;
}

#payment .payment_methods {
	margin-left: 0;
	list-style-type: none;
}

#payment .payment_methods li {
	margin-bottom: 10px;
}

.payment_box.payment_method_paypal {
	margin-top: 10px;
}

.payment_box.payment_method_paypal {
	background-color: #91c444;
}

.payment_box.payment_method_paypal p {
	padding: 10px;
	color: #fff;
	font-size: 1.2em;
}

.woocommerce-info {
	margin-bottom: 10px;
}

#page.container #content.container {
	margin: 50px 0 0 0;
	padding: 0;
	width: 96%;
}

article.type-page .wpcf7-form p {
	width: 40%;
	margin-left: 5%;
	float: left;
}

article.type-page .wpcf7-form input,
article.type-page .wpcf7-form textarea {
	border-color: #91c444;
	-webkit-border-radius:	0;
	-moz-border-radius:		0;
	border-radius:			0;
	padding: 5px 10px;
	width: 100%;
}

.wpcf7-form span.required  {
	color: #ff0000;
}

.site-footer #mc-embedded-subscribe-form input#mc-embedded-subscribe {
	background: none;
	background-color: #91c444;
	-webkit-box-shadow:	0 0 0;
	-moz-box-shadow:	0 0 0;
	box-shadow:			0 0 0;
	-webkit-border-radius:	0;
	-moz-border-radius:		0;
	border-radius:			0;
	border: 0;
	text-shadow: 0 0 0;
	color: #fff;
	padding: 10px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
}

.site-footer #mc-embedded-subscribe-form input#mc-embedded-subscribe:hover {
	background-color: #333;
}

.site-footer #mc-embedded-subscribe-form input#mce-EMAIL {
	-webkit-border-radius:	0;
	-moz-border-radius:		0;
	border-radius:			0;
	border: 0;
	padding: 5px 10px;
	width: 100%;
}

article.type-page .wpcf7-form input.wpcf7-submit {
	width: auto;
}

.site-footer #mc-embedded-subscribe-form .mc-subscribe {
	text-align: right;
	margin-top: 10px;
}

.site-footer #mc-embedded-subscribe-form .mc-field-group label {
	width: 100%;
	padding-right: 0;
	text-align: left;
}

.main-navigation button.menu-toggle {
	-webkit-box-shadow:	0 0 0;
	-moz-box-shadow:	0 0 0;
	box-shadow:			0 0 0;
	border:	0;
	-webkit-border-radius:	0;
	-moz-border-radius:		0;
	border-radius:			0;
	background-color: #91c444;
	padding: 10px 20px;
	text-shadow: 0 0 0;
	color: #fff;
	outline: 0;
	-webkit-transition:	all 0.5s;
	-moz-transition:	all 0.5s;
	-o-transition:		all 0.5s;
	-ms-transition:		all 0.5s;
	transition:			all 0.5s;	
}

.main-navigation button.menu-toggle:hover {
	background-color: #333;
}

p.demo_store {
    background-color: #91c444;
    color: #fff;
    font-size: 1.2em;
    left: 0;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;	
}

.single .entry-summary .price ins {
	font-size: 25px;
	margin-left: 5px;
	color: #91c444;
}

.page-template-page_theme_landing-php .theme-description .theme-thumb {
	width: 49%;
	float: left;
}

.page-template-page_theme_landing-php .theme-description .entry-header {
	width: 49%;
	float: right;
}

.page-template-page_theme_landing-php h1.entry-title {
	text-align: left;
	margin-bottom: 15px;
}

.page-template-page_theme_landing-php .entry-header p {
	line-height: 1.8;
}

.btns .fa-stack-1x {
	position: static;
	width: auto;
	text-align: left;
	padding-right: 10px;
}

.btns a {
	padding: 10px 20px;
	text-decoration: none;
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
	margin-right: 5px;
}

.btns a.btn-grade {
	background-color: #EF0000;
	border-color: #BF0000;
}

.page-template-page_theme_landing-php .entry-content h2 {
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 2em;
}

.page-template-page_theme_landing-php .entry-content h2.free-feature-title {
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 25px;
}

.free-features .fa {
    display:block;
    font-size: 35px;
	text-shadow: -2px 2px 0 rgba(0,0,0,0.1);    
}

.free-features .fa-stack {
	line-height: 1.5em;
	height: 1.5em;
}

.page-template-page_theme_landing-php .entry-content 
.free-features h3 {
	font-size: 1.2em;
	margin-bottom: 0;
	padding: 0 15px;
}

.free-features .three {
	text-align: center;
	padding: 15px 0;
	min-height: 150px;
	border: 1px solid #feda4a;
	margin-bottom: 20px;
}


.free-features .three:hover {
	background-color: #fafafa;
}

.free-features p {
	display: none;
}

p.btn-doc {
	margin-bottom: 0;
}

p.btn-doc a {
	background-color: #000;
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}

p.btn-doc a i {
	padding-right: 10px;
}

p.btn-doc a:hover {
	background-color: #ccc;
	color: #000;
}

.entry-footer span.edit-link {
	padding-top: 20px;
	display: block;
}

@media screen and (max-width: 1024px) {
	.img-hosting {
		background-size: 220px auto;
	}
}

@media all and (min-width: 769px) and (max-width: 960px) {
	.woocommerce-tabs .entry-content .one-third {
		min-height: 220px;
	}
}

@media screen and (max-width: 768px) {
	.site-logo {
		height: auto;
	}

	.site-logo.columns.full-width {
		padding-bottom: 20px;
	}

	.main-navigation ul {
		margin-top: 0;
		float: none;
	}

	h1.site-title,
	h2.site-description {
		text-align: center;
	}

	input.input-text.qty.text {
		width: 40%;
	}

	.shipping-calculator-form input, .shipping-calculator-form select {
		width: 50%;
	}

	.product .images,
	.product .summary {
		float: none;
		margin: 0;
		width: 100%;
	}

	.woocommerce-checkout #customer_details label {
		width: 100%;
		display: block;
	}

	#customer_details input[type="text"], 
	#customer_details input[type="email"], 
	#customer_details input[type="url"],
	#customer_details input[type="password"],
	#customer_details input[type="search"], 
	#customer_details textarea {
		width: 100%;
	}	

	.woocommerce-checkout .woocommerce .col2-set .col-1, 
	.woocommerce-checkout .woocommerce .col2-set .col-2 {
		width: 100%;
		float: none;
	}

	#customer_details p#billing_address_2_field, #customer_details p#shipping_address_2_field {
		margin-left: 0;
	}

	#customer_details #billing_country_chosen,
	#customer_details .chosen-container {
		width: 100% !important;
	}

	.woocommerce-account input[type="text"], .woocommerce-account input[type="email"], .woocommerce-account input[type="url"], .woocommerce-account input[type="password"], .woocommerce-account input[type="search"],
	.woocommerce .billing_country_chosen {
		width: 65%;
	}

	table.shop_table.cart td.product-quantity input.input-text.qty.text,
	.img-hosting, .hosting-con,
	form.login label {
		width: 100%;
	}

	.img-hosting {
		background-position: center top;
		background-size: 200px 260px;
		height: 260px;
	}

	.shop_table td.product-remove {
		padding: 10px 5px;
	}

	.products li.hosting {
		background-image: none;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	form.login label {
		text-align: left;
	}

	form.login input {
    	width: 75%;
	}

	article.type-page .wpcf7-form p {
	    float: none;
	    margin-left: 5%;
	    width: 90%;
	}	

	.main-navigation li {
		padding-bottom: 15px;
	}

	.page-template-page_theme_landing-php .theme-description .theme-thumb,
	.page-template-page_theme_landing-php .theme-description .entry-header {
		width: 100%;
		float: none;
	}
	.btns a {
	    display: block;
	    font-size: 1.5em;
	    margin-bottom: 10px;
	    text-align: center;
	}	

}

@media screen and (max-width: 700px) {
	table.shop_table.cart {
		display: block;
		overflow-x: auto;
		width: auto;
	}
}

@media screen and (max-width: 480px) {
	.products li {
		min-height: 0;
	}	

	a.add_to_cart_button {
		position: static;
		padding: 5px 15px;
	}

	.product a h3 {
		font-size: 1.5em;
	}

	.amount {
		font-size: 1.2em;
	}

	.comment-text p.meta {
		position: static;
	}

	.comment-text .star-rating {
		margin-bottom: 0;
	}

	.comment-text {
		margin-left: 0;
	}

	.comment_container img.avatar {
		float: none;
	}

	ol.commentlist {
		margin-left: 0;
	}

	.description {
		margin-top: 20px;
	}

	.comment-text .star-rating {
		padding-bottom: 0;
	}

	.woocommerce-page p.stars a {
		margin-right: 5px;
	}

	.woocommerce .col2-set .col-1 a.edit, .woocommerce .col2-set .col-2 a.edit {
		position: static;
	}

	.woocommerce-account input[type="text"], .woocommerce-account input[type="email"], .woocommerce-account input[type="url"], .woocommerce-account input[type="password"], .woocommerce-account input[type="search"] {
		width: 60%;
	}

	p#billing_address_2_field input, p#shipping_address_2_field input {
		width: 85%;
	}

	.shipping-calculator-form input, .shipping-calculator-form select {
		width: 100%;
	}

	.woocommerce-account input[type="text"], .woocommerce-account input[type="email"], .woocommerce-account input[type="url"], .woocommerce-account input[type="password"], .woocommerce-account input[type="search"],
	.woocommerce .billing_country_chosen,
	p#billing_address_2_field input, p#shipping_address_2_field input {
		width: 100%;
	}

	.woocommerce-account label {
		display: block;
		width: 100%;
		text-align: left;
	}

	p#billing_address_2_field, p#shipping_address_2_field {
		margin-left: 0;
		width: 100%;
	}

	.img-hosting {
		background-size: 150px 195px;
		height: 200px;
	}	

	.main-navigation li {
		padding: 15px 0 5px;
	}

	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2,
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		width: 100%;
		float: none;
	}
}

/*
.woocommerce #customer_login .col-2 {
	display: none;
}

.woocommerce #customer_login .col-1 {
	margin: 0 25%;
}
*/

/* Coupon Code */
.notice {
	background-color: #d9edf7;
	border-radius: 5px;
	color: #333;
	margin: 20px 25px;
	padding: 5px 10px;	
}

.notice span {
	color: red;
}

/*  Page Navigation  */

.page-numbers {
	list-style: none;
	text-align: center;
	display: block;
	margin-bottom: 20px;	
}
.page-numbers .page-numbers {
	padding: 7px 14px;
	background: #91c444;
}
.page-numbers li {
     display: inline-block;
}
.page-numbers li a {
	color: #fff;
	text-decoration: none;
}
.page-numbers.current {
	color: #fff;
	background: #000;
}
.page-numbers .page-numbers:hover { 
	background: #000;
}

/* form - free theme  */

#wpcf7-f5331-p5332-o1 form p:nth-of-type(5) {
	width: 90%;
}
.cart_list.product_list_widget li {
	list-style: none;
}
a.bbp-topic-permalink {
    color: #313131;
}

/* request page css */
#post-5332 .entry-content p:first-child {
	margin-left: 5%;
	margin-bottom: 30px;
}
#post-5332 .entry-content p:last-child,#post-5332 h4 {
	text-align: center;
}
#post-5332 h4 {
  margin-bottom: 40px;	
  font-size: 23px;
}
#post-5332 h4 a {
	display: block;
	padding: 5px 0px;
	background: #91c444;
	color: #fff;
	text-decoration: none;
	margin: 20px auto 0px;
	width: 110px;
	font-size: 15px;
}
#post-5332 h4 a:hover {
	background: #333;
}
#post-5332 .try {
	display: inline-block;
	float:left;
	height: 20px;
	margin-right: 10px;
}
#wpcf7-f5331-p5332-o1 {
	display: table;
	content:"";
	margin-bottom: 80px;
	padding-bottom: 50px;
	border-bottom: 1px solid #c5c5c5;
}