!
Theme Name: Bay City Rentals
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bay-city-rentals
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Bay City Rentals is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	color: #000;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.15;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*{outline: none;}


*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	font-family: 'Lato', sans-serif;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
	margin: 0;
	padding:0;
}

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: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	width: 100%;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 9px;
	width: 100%;
	font-size: 12px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000;
}

select {
	border: 1px solid #ccc;
}

textarea {
	/*width: 100%;*/
	resize: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	font-size: 14px; 
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
	color: #3366ff;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	/*float: left;*/
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	/*float: left;*/
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	/*float: left;*/
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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-left: auto;
	margin-right: auto;
}*/

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 2em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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 {
	display: block;
}

/***************************** custom css *********************************************/

/*purvi css start*/

/*responsive category slider css start*/
.wpl-wcs-slider-section .wpl-wcs-cat-item-content{border:none;}
.wpl-wcs-slider-section-380 .wpl-wcs-cat-info .wpl-wcs-cat-name{
	display: inline-block;
	border-bottom: 2px solid #34495e;
	padding: 0.5em 0;
}
.wpl-wcs-slider-section-380 .wpl-wcs-cat-info .wpl-wcs-cat-name:hover{
	color: #000;
}
.wpl-wcs-slider-section-380 a.wpl-wcs-shop-now{
	border:1px solid #000;
	border-radius: 0;
	font-family: 'Lato', sans-serif; 
	padding: 9px 12px;
	font-size: 0px;
	font-weight: 700;
	display:block;
	max-width: 90px;
	line-height: 1;
	margin: 13px auto 0;
	
}
.wpl-wcs-slider-section-380 a.wpl-wcs-shop-now:before{
	content: 'View Range';
	font-size: 12px;
}

.wpl-wcs-slider-section-380 a.wpl-wcs-shop-now:hover{
	border:1px solid #3366ff;
}

/*responsive category slider css end*/




/*product slider css start*/
.home .desktop_product{display: none;}
.home .responsive_product{display: block;}
/*.home .wpcs_product_carousel_slider .owl-item .item .cart .add_to_cart_button, 
.home .wpcs_product_carousel_slider .owl-item .item .cart a.added_to_cart.wc-forward
{
	border:1px solid #000!important;
	border-radius: 0 ;
	text-transform: capitalize ;
	touch-action:none ;
	transition: none ;
	font-weight: 700 ;
	padding: 9px 12px ;
	font-size: 12px ;
	font-family: 'Lato', sans-serif ;
	line-height: 1 ;
	background-color: transparent !important;
}
.home .wpcs_product_carousel_slider .button.product_type_grouped
{
	border:1px solid #000 !important;
	border-radius: 0 ;
	text-transform: capitalize ;
	touch-action:none ;
	transition: none ;
	font-weight: 700 ;
	padding: 8px 12px ;
	font-size: 12px ;
	font-family: 'Lato', sans-serif ;
	line-height: 1 ;
	background-color: transparent !important; 
}
.home .wpcs_product_carousel_slider .item{line-height: 2 ;}
.home .wpcs_product_carousel_slider .owl-item .item .cart{font-family: 'Lato', sans-serif ;}
.home .wpcs_product_carousel_slider .owl-item .item .cart .add_to_cart_button:hover, 
.home .wpcs_product_carousel_slider .owl-item .item .cart a.added_to_cart.wc-forward:hover,
.home .wpcs_product_carousel_slider .button.product_type_grouped:hover
{
	border: 1px solid #3366ff !important;
	background-color: #3366ff !important ;
}
.home .wpcs_product_carousel_slider .button.product_type_grouped:hover{color: #fff !important;}
.home .wpcs_product_carousel_slider .owl-item .item h4.product_name a
{
	border-bottom: 2px solid #3478b2 ; 
	display: inline-block ;
	padding: 0.5em 0 ;
}
.home .wpcs_product_carousel_slider .product_image_container .product_thumb_link:hover img
{
	transform: none ;
}*/
/*product slider css end*/

/*desktop category home section css start*/
.home .product-category{text-align: left;}
.home .product-category .woocommerce-loop-category__title{color: #34495e;padding: 0.5em 0;display: inline-block;border-bottom: 2px solid #34495e;font-weight: normal;}
.home .product-category .woocommerce-loop-category__title:hover{color: #000;}

.home .view_range_span{display: block;}
.home .view_range{
	color: #000;
	border:1px solid #000;
	font-size: 13px;
	padding: 9px 12px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	border-radius: 0;
	background-color: transparent;
	margin-top: 15px;
	width: auto;
	display: inline-block;
}
.home .view_range:hover{
	color: #fff;
	background-color: #3366ff;
	border:1px solid #3366ff;
}
.home_add_to_cart + h2 { display: none !important ; }

.products .home_add_to_cart input[type="button"]{
	color: #000;
	border:1px solid #000;
	font-size: 13px;
	padding: 9px 12px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	border-radius: 0;
	background-color: transparent;
	margin-top: 15px;
	width: auto;
}
.products .home_add_to_cart input[type="button"]:hover{
	color: #fff;
	background-color: #3366ff;
	border:1px solid #3366ff;
}
/*desktop category home section css start*/

/*comment hide css start*/
	#comments{display: none;}
/*comment hide css end*/

/*sale button hide on home page css start*/
.home .woocommerce ul.products li.product .onsale{display: none;}
/*sale button hide on home page css end*/

/*sub menu css start*/
.main-navigation ul ul.sub-menu{
    position: absolute;
    top: 74px;
    left: 0;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    display: none;  
    border:2px solid #ccc;
    border-bottom: none;
}
/*.main-navigation ul ul.sub-menu li{
	border:2px solid #ccc;
	border-bottom: none;
}*/
	.main-navigation ul ul.sub-menu a{
		color: #000;
		padding:15px 10px;
		border-bottom:2px solid #ccc;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
		left: 0;
	}
	.main-navigation ul li.menu-item.menu-item-has-children:hover> ul{
		display: block;
	}
	.main-navigation ul li.menu-item.menu-item-has-children:hover{
		background-color: #3366ff;
	}
	.main-navigation ul li.menu-item.menu-item-has-children:hover> a{color: #fff;}
	.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul{
		top: -2px;
	}
/*sub menu css end*/



/* header css start */
	.container{max-width: 90%; padding:0 15px;margin-left: auto;margin-right: auto;}
	.header{padding:10px 0;font-size: 0;position: fixed;top: 0;left: 0;z-index: 999;background-color: #fff;width: 100%;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);}
	.logo{ display: inline-block; vertical-align: middle; text-align: center; font-size: 0; width: 100%; padding: 0;}
	.logo img{max-width: 200px;}
	.navbar{ display: inline-block; vertical-align: middle; margin-top: 10px; width: 57%;text-align: center;}
	.expert_contact{ display: none;}
	.navbar ul{font-size: 0;}
	.navbar ul li{ display: inline-block;vertical-align: middle; font-size: 0;}
	.navbar ul li a{ text-transform: uppercase; padding: 30px 10px; font-size: 12px;font-weight: bolder;}
	.navbar ul li a:hover{color: #fff;background-color: #3366ff;}
	.expert_contact img{ display: inline-block; vertical-align: middle;padding-right: 15px;width: 41px; height: 26px;}
	.expert_text{ display: inline-block; vertical-align: middle;}
	.expert_text p{ font-size: 10px; margin: 0; text-align: left; text-transform: uppercase;}
	.expert_text a{ font-size: 19px; color: #3366ff; font-weight: 700;}
	.expert_text a:hover{color: #000;}
/* header css end */


/* banner css start */
	.banner{position: relative;padding: 60px 0 0;}
	.banner_content{background-repeat: no-repeat; width: 100%;height: 100%;background-size: cover;}
	.banner_content{padding: 40px 0 30px; display: inline-block; vertical-align: middle;}
	.banner_content h2{color: #fff;font-size: 20px;text-transform: uppercase; margin: 0; padding: 0 0 40px; line-height: 1.2;font-weight: 800;}
	.banner_content h3{color: #fff;font-size: 16px;text-transform: uppercase; margin: 0; line-height: 1;}
	.banner_content h4{color: #fff;font-size: 12px;text-transform: uppercase; margin: 0; line-height: 1.5;}
	.banner_subcontent{display: inline-block;vertical-align: middle;padding-left: 10px; width: 159px;}
	.banner_content img{display: inline-block; vertical-align: middle;width: 80px;}
	.banner_form{width: 100%;}
	.banner_form input[type="submit"]{color: #fff; text-transform: uppercase; text-align: center; background-color: #3366ff; padding: 10px 12px; border-radius: 0;margin-top: 7px;cursor: pointer;font-size: 12px;font-weight: 700;border:1px solid #3366ff;letter-spacing: 1px;}
	.banner_form input[type="submit"]:hover{color: #3366ff; background-color: #fff; border:1px solid #3366ff;}
	.banner_form input[type="text"],.banner_form input[type="email"],.banner_form input[type="tel"],.banner_form textarea{margin: 7px 0; border-radius: 0;font-size: 10px;}
	.banner_form p{margin: 0;}
	.banner_form h2{text-transform: uppercase; color: #3366ff; text-align: center;margin:0 0 10px;font-weight: 800;font-size: 18px;}
	.banner_left{max-width: 330px;width: 100%;padding: 0px;margin: 0 auto;}
	.banner_right{background-color: #fff;border: 1px solid #ccc; border-radius: 5px;padding: 20px;float: none;margin: 33px auto; max-width: 300px; width: 100%;}
	.banner div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{border:2px solid #f7e700;color: #000;}
/* banner css end */


/*product css start*/
	/*.product a{border: none;}
	.product a:hover{background-color: transparent ;color: #000;}
	.home .woocommerce ul.products li.product .woocommerce-loop-category__title,
	.home .woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.home .woocommerce ul.products li.product h3{font-size: 14px;margin-right: 6px;}
	.home .woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
	.home .woocommerce ul.products li.product .woocommerce-loop-product__title:hover, 
	.home .woocommerce ul.products li.product h3:hover{color: #000;}
	.woocommerce ul.products li.product .button{background-color:transparent;color: #000;border:1px solid #000;border-radius: 0;font-size: 12px;text-transform: capitalize;}
	.woocommerce ul.products li.product .button:hover{background-color: #3366ff;border:1px solid #3366ff;color: #fff;}
	.woocommerce a.added_to_cart{color: #000;font-weight: normal;line-height: 1;margin-top: 10px;font-size: 12px;text-transform: capitalize;}
	.woocommerce a.added_to_cart:hover{color: #3366ff;text-decoration: underline !important;}
	.home .woocommerce-loop-product__title{color:#34495e; font-weight: normal; border-bottom: 2px solid #3478b2;display: inline-block;}*/
	/*.home .woocommerce-loop-product__title:after{content: "";position: absolute;bottom: 0;left: 0;border-bottom:2px solid #3366ff;width: 50px;}*/
	
	
	/*.home .product-category .woocommerce-loop-category__title mark{display: none;}*/
/*product css end*/


/*progress css start*/
	.progress{background-color: #3478b2;padding: 30px 0;font-size: 0;}
	.progress ul{text-align: center; }
	.progress ul li .progress_content{display: inline-block;border: 1px solid #fff;text-align: center;padding: 25px 15px 0 15px;border-radius: 100%;width: 150px;height: 150px;vertical-align: middle; margin:10px 0px;}
	.progress ul li .progress_content:hover{background-color:#fff;}
	.progress ul li .progress_content:hover h2,.progress ul li .progress_content:hover h3{color: #3478b2;}
	.progress h2{color: #fff;font-size: 27px;margin: 10px 0;}
	.progress h3{color: #fff;font-size: 12px;text-transform: capitalize;margin: 10px 0;padding: 0 10px;line-height: 1.3;font-weight: normal;}
	.home .progress ul li:first-child h3,.home .progress ul li:nth-child(3) h3{text-transform: uppercase;}
/*progress css end*/


/*hire css start*/
	.hire{width: 100%; font-size: 0;padding: 30px 0 50px;}
	.hire_left{width: 100%; display: inline-block; vertical-align: top;padding-right: 0px;}
	.hire_left p{font-size: 12px; margin:0 0 20px 0; line-height: 1.3;}
	.hire_right{width: 100%; display: inline-block; vertical-align: top;padding-left: 0px;}
	.hire_right h1{font-size: 18px; margin: 0 0 20px 0;text-align: center; color: #555555;font-weight: 800;}
	.hire_right p{font-size: 12px; margin: 0 0 15px 0;}
	.hire_right a{color: #00704A; border-bottom: 1px solid #00704A;font-size: 12px;}
	.hire_right a:hover{color: #000; border:none; border-bottom: 1px solid #000;}
	.hire_builder{width: 230px; height: 230px;margin: 0 auto;}
	.trencher{width: 230px; height: 230px; margin: 0 auto;}
	.hire_right_img img{width: 50%;transform: rotate(10deg);}
	/*.hire_right_img {text-align: center;}*/
	.hire_right ul{list-style-type: disc; font-size: 14px;padding-left: 20px;}
/*hire css end*/


/*advice css start*/
	.advice{padding: 30px 0; background-attachment: fixed; background-repeat: no-repeat; background-size: cover;}
	.advice form{text-align: center;max-width: 790px; width: 100%;position: relative;margin: 0 auto;}
	.advice h1{color: #fff; text-transform: uppercase;text-align: center;margin: 0 0 20px 0;font-size: 18px;}
	.advice p{margin:0;max-width: 385px; width: 100%;}
	.advice input[type="text"],.advice input[type="email"],.advice input[type="tel"],.advice textarea,.advice input[type="submit"]{padding: 10px; border-radius: 0; margin:10px 0; font-size: 10px;}
	.advice input[type="submit"]{font-size: 12px; padding: 10px; color: #fff; background-color: #3366ff; text-transform: uppercase; border:2px solid #3478b2; font-weight: 700;margin: 10px 0 0 0;}
	.advice input[type="submit"]:hover{color: #3366ff; background-color: #fff; border:2px solid #3366ff;}
	.advice input[type="text"],.advice input[type="email"],.advice input[type="tel"],.advice textarea{border:2px solid #ccc;}
	.advice .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{color: #fff;}
/*advice css end*/

/*top footer css start*/
	.footer{background-color: #333232;padding: 30px 0px;}
	.footer ul{width: 100%; font-size: 0;}
	.footer li{display: inline-block;width: 100%;vertical-align: top; padding:7px;}
	.footer li:nth-child(2){width: 100%;}
	.footer_icon{width: 22px;display: inline-block; vertical-align: middle;}
	.footer p{color: #fff;margin: 0; font-size: 10px; width: 90%; display: inline-block; vertical-align: middle; padding-left: 10px; line-height: 1.3;letter-spacing: 1px;}
	.footer li:last-child p{width: 100%;padding-left: 0px;}
	.footer a{color: #fff; font-size: 10px; vertical-align: middle; padding-left: 10px;letter-spacing: 1px;display: inline-block;}
	.footer a:hover{color: #fff;}
	.footer span{font-weight: 700;color: #fff;}
	.footer li:last-child br{display: inline-block;}
/*top footer css end*/


/*bottom footer css start*/
	.bottom_footer{background-color: #000; padding: 20px 0;}
	.bottom_footer .left,.bottom_footer .right{display:block;text-align: center;padding:5px 0;}
	.bottom_footer .right{float: none;}
	.bottom_footer p{color: #fff;margin: 0;font-size: 9px;}
	.bottom_footer a{color: #fff;font-size: 9px;}
	.bottom_footer a:hover{color: #3478b2;}
	.bottom_footer p span{font-size: 13px; vertical-align: sub;}
/*bottom footer css end*/


/*toggle css stat*/
	#responsive-menu-container{top: 60px !important;}
	#responsive-menu-container .responsive-menu-search-box{height: 35px !important;font-size: 12px;}
	.responsive-menu-subarrow.responsive-menu-subarrow-active{transform: rotate(270deg) !important;}
/*toggle css end*/


/*contact us page css start*/
	.content-page label{display: inline-block; vertical-align: middle; width: 100%; font-size: 12px;margin-bottom:10px;}
	.content-page .wpcf7-form-control-wrap{display: inline-block; vertical-align: middle;}
	.content-page form.wpcf7-form{max-width: 700px; margin: 0 auto; border: 1px solid #ccc; border-radius: 10px; padding: 20px; margin-top: 20px;margin-bottom: 20px;}
	.content-page form.wpcf7-form input[type="submit"]{padding:9px 12px;background-color: transparent;border:1px solid #000;border-radius: 0; color: #000;font-size: 12px;font-weight: 700;width: auto;}
	.content-page form.wpcf7-form input[type="submit"]:hover{background-color: #3366ff;color: #fff;border:1px solid #3366ff;}
	.content-page .contact_btn{text-align: center;}
/*contact us page css end*/


/*cms pages css start*/
	.content-page {border: 1px solid #f4f4f4; box-shadow: 0 0 5px #f4f4f4; border-radius: 5px; margin: 0 auto;margin-top: 5rem; margin-bottom: 2rem; min-height: 700px;}
	.entry-content{margin: 0;}
	.entry-header h1{color: #3366ff; position: relative;padding-bottom: 10px;font-size: 18px;}
	.entry-header h1:after{content: "";	bottom: 0; left: 0;	width: 40px;border-bottom: 2px solid #3366ff;position: absolute;}
	.entry-content p{font-size: 12px;line-height: 1.4;}
	.alignleft {margin-bottom: 1rem;text-align: left; display: block;font-size: 12px;}
	.aligncenter {display: block;text-align: center;font-size: 12px;}
	.alignright {margin-bottom: 1rem;text-align: right; display: block;font-size: 12px;}
	.clear{clear: both;display: block;}
	.alignleft_img{float: left; margin-bottom: 1rem;} 
	.alignright_img{float: right;margin-bottom: 1rem;}
	.entry-content ul{margin: 0 0 1.5em 1em;list-style: disc;font-size: 12px;}
	.entry-content ol{margin: 0 0 1.5em 1em;list-style: decimal;padding: 0;font-size: 12px;}
	.entry-content h2{font-size: 16px;}
	.entry-content h3{font-size: 14px;}
/*cms page css end*/


/*contact us page css start*/
	div.wpcf7 .ajax-loader{display: none;}
	span.require_star{color: red;}
	.wpcf7-form span.wpcf7-not-valid-tip{margin-bottom: 10px;}
/*contact us page css end*/


/*gallery page css start*/
	.slideshowlink{display: none;}
	#fancybox-right span{left: auto; right: 20px;}
	#fancybox-left span{left: 20px;}
	.ngg-galleryoverview{margin: 0 !important;}
	.ngg-gallery-thumbnail {text-align: center!important; max-width: 100%!important;background-color: #fff!important;border: 1px solid #a9a9a9!important;margin-right: 5px!important;margin: 5px!important;}
	.ngg-gallery-thumbnail-box{margin: 10px auto !important;}
/*gallery page css end*/


/*cart page css start*/
	.woocommerce-cart .woocommerce a.remove{display: inline-block;}
	.woocommerce-cart .woocommerce table.shop_table_responsive tr td,
	.woocommerce-cart .woocommerce table.shop_table_responsive tr td a,
	.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td,
	.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td a{font-size: 12px;}
	.woocommerce-cart .woocommerce .quantity .qty{font-size: 12px; width: 4.631em;}
	.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text, 
	.woocommerce-cart .woocommerce table.cart td.actions .coupon input,
	.woocommerce-cart .woocommerce-page #content table.cart td.actions .coupon .input-text, 
	.woocommerce-cart .woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-cart .woocommerce-page table.cart td.actions .coupon .input-text, 
	.woocommerce-cart .woocommerce-page table.cart td.actions .coupon input,
	.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text+.button,
	.woocommerce-cart .woocommerce-page #content table.cart td.actions .coupon .button,
	.woocommerce-cart .woocommerce-page table.cart td.actions .coupon .button{
		margin: 8px 0;
		font-size: 12px;
	}
	.woocommerce-cart .woocommerce button.button:disabled,
	.woocommerce-cart .woocommerce button.button:disabled[disabled]{
		margin: 8px 0;
		font-size: 12px;
		background-color: #ccc;
		border:1px solid #ccc;
		color: #fff;
		font-weight: 700;
		padding: 10px;
		opacity: 1;
	}
	.woocommerce-cart .woocommerce button.button{margin: 8px 0;font-weight: 700;padding: 10px;font-size: 12px;}
	.woocommerce-cart .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{float: none;}
	.woocommerce-cart .cross-sells h2{margin: 0;font-size: 17px;}
	.woocommerce-cart .woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.woocommerce-cart .woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce-cart .woocommerce ul.products li.product h3{font-size: 12px;}
	.woocommerce-cart .woocommerce ul.products li.product .woocommerce-loop-category__title:hover, 
	.woocommerce-cart .woocommerce ul.products li.product .woocommerce-loop-product__title:hover, 
	.woocommerce-cart .woocommerce ul.products li.product h3:hover{color: #3366ff;}
	.woocommerce-cart .woocommerce ul.products li.product .price{font-size: 12px;}
	.woocommerce-cart .cart_totals h2{text-transform: capitalize; font-size: 17px;}
	.woocommerce-cart .woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-cart .woocommerce-page ul.products[class*=columns-] li.product{
		margin: 0 0 1.992em;
	}
	.woocommerce-cart .woocommerce ul.products{margin: 30px 0 0;}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{padding: 10px 12px;	display: inline-block; font-size: 13px;}
	.woocommerce-cart .hentry{margin: 0;}
	.woocommerce table.cart td.actions .coupon .input-text, 
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon .input-text, 
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon .input-text, 
	.woocommerce-page table.cart td.actions .coupon input
	{
		text-transform: uppercase;
		padding: 9px 5px;
	    border-radius: 0;
	}
	.woocommerce-cart .content-page label{width: auto;}
/*cart page css end*/


/*checkout page css start*/
	.woocommerce-info,.woocommerce-info a{font-size: 12px;border-top-color:#8fae1b;}
	.woocommerce-info::before{color: #8fae1b;}
	.woocommerce-checkout .woocommerce-billing-fields h3{font-size: 17px;}
	.woocommerce-checkout .woocommerce form .form-row{width: 100%;}
	.woocommerce form .form-row input.input-text, 
	.woocommerce form .form-row textarea
	{
		font-size: 12px;
	}
	.woocommerce form [type="checkbox"]{vertical-align: middle;}
	#ship-to-different-address span{padding-left: 6px;vertical-align: middle;}
	.woocommerce-checkout #order_review_heading{font-size: 17px;}
	.woocommerce-checkout .woocommerce table.shop_table{font-size: 12px;}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{width: auto;float: right;font-size: 13px;}
	.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
		background-color: transparent;
		border-radius: 0;
		border:1px solid #000;
		color: #000;
	}
	.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
		background-color: #3366ff;
		color: #fff;
		border:1px solid #3366ff;
		border-radius: 0;
	}
	.woocommerce-terms-and-conditions-checkbox-text a{font-size: 12px;}
	.woocommerce-checkout .content-page label{width: auto;}
	.woocommerce-checkout .wc_payment_method .content-page label{width: auto;}
/*checkout page css end*/


/*woocommerce button css start*/
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
		background-color: #3366ff;
		color: #fff;
		border:1px solid #3366ff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		width: auto;
		font-weight: 700;
		padding: 10px 12px;
		font-size: 12px;
	}
	.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
		background-color: #333;
		color: #fff;
		border:1px solid #333;
	}
	.entry-content ul.woocommerce-error{margin: 0 0 1.5em;}
	.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
		background-color: #3366ff;
		color: #fff;
	}
	.woocommerce span.onsale{font-size: 10px;background-color: #3366ff; min-height: 3em; min-width: 3em; padding: .01em;}
	.woocommerce ul.products li.product .price{color: #3366ff;}
/*woocommerce button css end*/


/*sign up page css start*/
	.woocommerce-account .woocommerce form .form-row label.inline{padding-left: 10px;vertical-align: middle;}
	.woocommerce-account #customer_login h2{font-size: 17px;}
	.woocommerce-account .woocommerce-LostPassword.lost_password a{font-size: 12px;}
/*sign up page css end*/


/*my account page css start*/
	.woocommerce-MyAccount-navigation a{font-size: 12px;}
	.woocommerce-MyAccount-content a{font-size: 12px;}
/*my account page css end*/


/*order css start*/
	.woocommerce table.my_account_orders{font-size: 12px;}
	.woocommerce-orders .woocommerce a.button{padding: 7px 12px;}
	.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{padding: 10px 8px;}
/*order css end*/


/*edit address css start*/
	.woocommerce-account .addresses .title h3{margin-top: 0;font-size: 15px;}
	.woocommerce-Address address{font-size: 12px;font-style: normal;}
/*edit address css end*/


/*edit account css start*/
	.woocommerce-edit-account .woocommerce form .form-row{width: 100%;}
	.woocommerce-edit-account legend{padding: 0 5px;}
/*edit account css end*/

/*download css start*/
	.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{top: 1.3em;}
/*download css end*/

/*shop page css start*/
	.woocommerce .woocommerce-ordering select{font-size: 12px;padding: 3px 0;}
	.page-template-default .woocommerce ul.products li.product .button{display: inline-block;}
	.page-template-default .woocommerce a.added_to_cart{margin-left: 10px;}
/*shop page css end*/


/*product detail page css start*/
	.product-template-default{margin-top: 5rem;}
	.product-template-default .entry-header{margin-bottom: 20px;}
	.product-template-default .woocommerce div.product div.images .flex-control-thumbs li{padding: 10px 5px;}
	.product-template-default .woocommerce div.product p.price, .woocommerce div.product span.price{
		margin: 0;
		color: #3366ff;
		font-size: 13px;
	}
	.product-template-default .woocommerce div.product div.images{margin-bottom: 1em;}
	.product-template-default .woocommerce button.button{padding: 9px 12px;}
	.product-template-default .product_meta .sku_wrapper,.product-template-default .product_meta .posted_in{
		display: block;
		margin: 15px 0;
		font-weight: 700;
		font-size: 13px;
	}
	.product-template-default .product_meta .sku_wrapper span, .product-template-default .product_meta .posted_in a{
		padding-left: 4px;
		font-weight: normal;
		font-size: 12px;
		vertical-align: top;
	}
	.product-template-default .entry-content h2{margin-top: 0;}
	.product-template-default .woocommerce div.product .woocommerce-tabs .panel{margin: 0 0 0 7px;}
	.product-template-default .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{margin: 0 0 1.992em;}
	.product-template-default .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation{
		display: none;
	}
	.product-template-default .comment-respond h3{margin-top: 0;font-size: 16px;}
	.product-template-default #commentform textarea,
	.product-template-default #commentform input[type="text"],
	.product-template-default #commentform input[type="email"],
	.product-template-default #commentform input[type="url"]
	{
		margin-top: 8px;
		font-size: 12px;
	}
	.product-template-default #commentform label{font-size: 12px;}
	.product-template-default #commentform .comment-notes{font-size: 12px;}
	.product-template-default .woocommerce div.product form.cart .button{margin-left: 0px;text-transform: capitalize;}
	.product-template-default .woocommerce .quantity .qty{border-radius: 0;padding: 9px;margin-right: 8px;}
	.product-template-default .woocommerce ul.products li.product .price{font-size: 12px;}
	.woocommerce div.product form.cart .variations select{font-size: 12px; padding: 2px;margin-bottom: 8px;}
	.woocommerce button.button.alt.disabled{background-color: #ccc;border:1px solid #ccc;}
	.woocommerce button.button.alt.disabled:hover{background-color: #3366ff; border:1px solid #3366ff;}
	.product-template-default .woocommerce div.product .woocommerce-tabs ul.tabs li.active{color: #3366ff;}
	.product-template-default .woocommerce-variation-price{margin-bottom: 10px;}
	.product-template-default .related.products{margin-top: 15px;text-transform: capitalize;}
	.woocommerce .quantity .qty{width: 5em;}
	.comment-respond span.required{color: red;}
	.product-template-default .woocommerce-Tabs-panel h2:first-child{display: none;}
	/*.product-template-default .woocommerce-error li span{padding-top: 0.5em; display: block;}
	.product-template-default .woocommerce-error::before,
	.product-template-default .woocommerce-info::before, 
	.product-template-default .woocommerce-message::before
	{
		top: 1.5em;
	}*/
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li
	{
		width: 100%;
		text-align: center;
	}
	.single-product .entry-header{display: none;}
	
	.single-product .entry-content{margin: 10px 0 0;}
	.single-product .entry-content h2.product-header{padding-bottom: 10px;font-size: 18px;color: #3366ff;position: relative;}
	.single-product .entry-content h2.product-header::after {content: "";bottom: 0;left: 0;width: 40px;border-bottom: 2px solid #3366ff;position: absolute;}
	.single-product .woocommerce div.product form.cart .variations select{min-width: 55%;}
	.single-product .woocommerce table.shop_attributes td{padding-left: 10px;}
/*product detail page css end*/


/*hide product price on home page css start*/
	.home .woocommerce ul.products li.product .price{
		display: none;
	}
/*hide product price on home page css end*/


/*error page css start*/
	.error-404.not-found h2.aligncenter{font-size: 14px;margin-bottom: 20px;color: #3366ff;}
	.error-404.not-found input[type="submit"]{margin: 10px 0;border-radius: 0;background-color: transparent;border: 1px solid #000;color: #000;font-weight: 700;padding: 10px;width: auto;float: none;}
	.error-404.not-found input[type="submit"]:hover{background-color: #3366ff; border:1px solid #3366ff; color:#fff;}
	.error-404.not-found .page-header h1{color: #3366ff; position: relative;padding-bottom: 10px;font-size: 18px;}
	.error-404.not-found .page-header h1:after{content: "";	bottom: 0; left: 0;	width: 40px;border-bottom: 2px solid #3366ff;position: absolute;}
	.error-404.not-found form{text-align: center;}
/*error page css end*/


/*no result found css start*/
	.no-results.not-found .page-content p{font-size: 12px;}
	.no-results.not-found input[type="submit"]{margin: 10px 0;border-radius: 0;background-color: transparent;border: 1px solid #000;color: #000;font-weight: 700;padding: 10px;width: auto;float: right;}
	.no-results.not-found input[type="submit"]:hover{background-color: #3366ff; border:1px solid #3366ff; color:#fff;}
/*no result found css end*/


/*product found css start*/
	.search .page-header h1{color: #3366ff; position: relative;padding-bottom: 10px;font-size: 18px;}
	.search .page-header h1:after{content: "";	bottom: 0; left: 0;	width: 40px;border-bottom: 2px solid #3366ff;position: absolute;}
	.search .product a{font-size: 16px;}
	.search p{font-size: 12px;}
/*product found css end*/

/*responsive menu css start*/
	.responsive-menu-search-box{display: none;}
/*responsive menu css end*/



/*responsive css start*/

/*569 css start*/
@media only screen and (min-width: 569px){

	/*header css start*/
	.logo{text-align: center; padding-left: 0;width: 100%;}
	.logo img{max-width: 260px;}
	button#responsive-menu-button{top: 24px!important;}
	#responsive-menu-container{top: 71px !important;}
	/*header css end*/

	/*banner css start*/
	.banner_content{padding: 100px 50px 30px;}
	.expert_text p,.expert_text a{display: inline-block;vertical-align: middle;}
	.expert_text p{padding-right: 10px;}
	.banner_right{margin: 0 auto; margin-top: 33px; margin-bottom: 33px;max-width: 300px;}
	/*banner css end*/

	/*product css start*/
	.woocommerce ul.products li.product .button{display: block;max-width: 120px;text-align: center;}
	/*product css end*/

	/*progress css start*/
	.progress ul{margin: 0 auto;max-width: 400px;}
	.progress ul li{width: 50%; display: inline-block;}
	.progress ul li .progress_content{margin: 10px;}
	/*progress css end*/

	/*hire css start*/
	.hire_right_img img{width: 40%;}
	/*hire css end*/

	/*advice css start*/
	.advice form{max-width: 380px;}
	/*advice css end*/

	/*contact us page css start*/
	.content-page{margin: 0 auto; margin-top: 6rem; margin-bottom: 2rem;}
	.content-page label{width: 100%;}
	.content-page .wpcf7-form-control-wrap{width: 100%;}
	/*contact us page css end*/

	/*cms page css start*/
	.alignleft_img{padding-right: 1rem;}
	.alignright_img{padding-left: 1rem;}
	/*cms page css end*/

	/*cart page css start*/
	.woocommerce-cart .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon
	{
		float: left;
	}

	.woocommerce-cart .woocommerce button.button:disabled, 
	.woocommerce-cart .woocommerce button.button:disabled[disabled],
	.woocommerce-cart .woocommerce button.button{
		width: auto !important;
		display: inline-block !important;
		padding: 10px 12px;
	}
	/*cart page css end*/

	/*product detail page css start*/
	.single-product .woocommerce div.product form.cart .variations select{min-width: 45%;}
	.product-template-default .woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0 0 0 8px;}
	.product-template-default .woocommerce div.product form.cart .variations td.label{padding-right: 0;}
	.single-product .entry-content{margin:40px 0 0;}
	/*product detail page css end*/

	/*message css start*/
		.woocommerce-message{padding: 2em 2em 2em 3.5em; position: relative;}
		.woocommerce-message::before{ top: 50%; transform: translateY(-50%); }
		.woocommerce-message .button.wc-forward{ position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
	/*message css end*/

	/*download message css start*/
		.woocommerce-downloads .woocommerce-info{padding: 2em 2em 2em 3.5em; position: relative;}
		.woocommerce-downloads .woocommerce-info::before{ top: 50%; transform: translateY(-50%); }
		.woocommerce-downloads .woocommerce-info .button{ position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
	/*download message css end*/

	/*gallery page css start*/
	/*gallery page css end*/


	/*product detail page img resize css start*/
	.single-product .woocommerce-product-gallery.woocommerce-product-gallery--with-images
	{
		width: 70%;
		margin: 0 auto;
	}


}
/*569 css end*/

/*768 css start*/
@media only screen and (min-width: 768px){

	/*product slider css start*/
	.home .responsive_product{margin: 30px 0;}
	#responsive-menu-container{top: 71px !important;}
	/*product slider css end*/

	/*general css start*/
	input[type="text"], 
	input[type="email"], 
	input[type="url"], 
	input[type="password"], 
	input[type="search"], 
	input[type="number"], 
	input[type="tel"], 
	input[type="range"], 
	input[type="date"], 
	input[type="month"], 
	input[type="week"], 
	input[type="time"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="color"], 
	textarea
	{
		font-size: 13px;
	}

	.container{max-width: 88%;}

	/*general css end*/

	/*header css start*/
	.logo img{max-width: 40%;}
	.header{z-index: 999;}
	/*header css end*/

	/* banner css start */
	.banner{clear: both;}
	.banner_content{padding: 100px 20px;}
	.banner_content h2{font-size: 25px;}
	.banner_left{max-width: 55%;padding: 0; margin: 0;}
	.banner_content img{width: 80px;}
	.banner_subcontent{padding-left: 20px;width: auto;}
	.banner_content h4{font-size: 14px;}
	.banner_content h3{font-size: 20px;}
	.banner_form h2{font-size: 20px;}
	.banner_form{position: absolute; top: 0; right: 0;z-index: 888;}
	.banner_right{float: right;max-width: 260px;margin: 93px 0px 23px 0; padding: 10px 20px;}
	.banner_form input[type="text"], .banner_form input[type="email"], .banner_form input[type="tel"], .banner_form textarea{margin: 5px 0;}
	.banner_right form{position: relative;}
	/*.banner_right span.wpcf7-not-valid-tip{position: absolute;top: 0; right: 9px;}*/
	/* banner css end */

	/*product css start*/
	.home .woocommerce .products ul,.home .woocommerce ul.products{margin: 60px 0 0;}
	.home .woocommerce ul.products li.product,.home .woocommerce-page ul.products li.product{margin: 0 2em 2.992em; width: 40%;}
	.home .woocommerce ul.products li.first,.home .woocommerce-page ul.products li.first{clear: both;}
	 body.home .woocommerce ul.products li.last,body.home .woocommerce-page ul.products li.last{margin-right: 2.6em;}
	.home .woocommerce ul.products li.product .woocommerce-loop-category__title,
	.home .woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.home .woocommerce ul.products li.product h3{font-size: 16px;}
	.home .woocommerce ul.products li.product .price{font-size: 13px;}
	.woocommerce span.onsale{font-size: 12px;}
	.woocommerce a.added_to_cart{margin-top: 10px;margin-left: 0px;padding: 10px 12px;}
	/*product css end*/

	/*progress css start*/
	.progress ul{max-width: 100%;}
	.progress ul li{width: 25%; display: inline-block;}
	.progress ul li .progress_content{width: 150px; height: 150px;}
	.progress h2{font-size: 30px;}
	.progress h3{font-size: 13px;}
	/*progress css end*/

	/*hire css start*/
	.hire_left{width: 50%;padding-right: 10px;}
	.hire_left p{font-size: 13px;}
	.hire_right{width: 50%;padding-left: 10px;}
	.hire_right h1{font-size: 20px;}
	.hire_right p,.hire_right a{font-size: 13px;}
	/*hire css end*/

	/*advice css start*/
	.advice h1{font-size: 20px;}
	.advice p{margin: 0 auto;}
	.advice input[type="submit"]{font-size: 12px;}
	.advice form{position: relative;}
	.advice span.wpcf7-not-valid-tip{position: absolute; top: 0; right: 9px;}
	
	/*advice css end*/

	/*top footer css start*/
	.footer p,.footer a{font-size: 12px;}
	.footer li,.footer li:nth-child(2){width: 50%;padding: 7px 10px 7px 0;}
	/*top footer css end*/

	/*bottom footer css start*/
	.bottom_footer p,.bottom_footer a{font-size: 10px;}
	.bottom_footer .left, .bottom_footer .right{display: inline-block;}
	.bottom_footer .right{float: right;}
	/*bottom footer css end*/

	/*contact us page css start*/
	.content-page .wpcf7-form-control-wrap{width: 50%;}
	.content-page label{padding-right: 30px;font-size: 13px;width: 49%;}
	.content-page form.wpcf7-form input[type="submit"]{font-size: 13px;}
	.wpcf7-form span.wpcf7-not-valid-tip{margin: 0px;}
	/*contact us page css start*/

	/*cms page css start*/
	.entry-content p,.entry-content ul,.entry-content ol{font-size: 13px;}
	.entry-content h2{font-size: 17px;}
	.entry-content h3{font-size: 15px;}
	/*cms page css end*/

	/*toggle css start*/
	#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link{font-size: 13px !important;}
	#responsive-menu-container .responsive-menu-search-box{font-size: 13px !important;}
	/*toggle css end*/

	/*cart page css start*/
	.woocommerce-cart .woocommerce table.shop_table_responsive tr td, 
	.woocommerce-cart .woocommerce table.shop_table_responsive tr td a, 
	.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td, 
	.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td a
	{
		font-size: 13px;
	}
	.woocommerce-cart .woocommerce .quantity .qty{width: 5em; text-align: center;}
	.woocommerce-cart .woocommerce button.button:disabled, 
	.woocommerce-cart .woocommerce button.button[disabled]:disabled,
	.woocommerce-cart .woocommerce button.button
	{
		font-size: 13px;
	}
	.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text, 
	.woocommerce-cart .woocommerce table.cart td.actions .coupon input,
	.woocommerce-cart .woocommerce-page #content table.cart td.actions .coupon .input-text, 
	.woocommerce-cart .woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-cart .woocommerce-page table.cart td.actions .coupon .input-text, 
	.woocommerce-cart .woocommerce-page table.cart td.actions .coupon input,
	.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text+.button,
	.woocommerce-cart .woocommerce-page #content table.cart td.actions .coupon .button,
	.woocommerce-cart .woocommerce-page table.cart td.actions .coupon .button
	{
		font-size: 13px;
	}
	.woocommerce-cart .cross-sells h2{font-size: 19px;}
	.woocommerce-cart .woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.woocommerce-cart .woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce-cart .woocommerce ul.products li.product h3
	{
		font-size: 13px;
	}
	.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
		width: 25%;
		}
	.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    max-height: 163px;
    margin: 0 auto;
	} 
	
	.woocommerce-loop-product__title{
		text-align:center;
	}
	.woocommerce-cart .cart_totals h2{font-size: 19px;}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{font-size: 14px;}
	/*cart page css end*/

	/*checkout page css start*/
	.woocommerce-info, .woocommerce-info a{font-size: 13px;}
	.woocommerce-checkout .woocommerce-billing-fields h3{font-size: 19px;}
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{font-size: 13px;}
	.woocommerce-checkout .woocommerce table.shop_table{font-size: 13px;}
	.woocommerce-terms-and-conditions-checkbox-text a{font-size: 13px;}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{font-size: 14px;}
	.woocommerce-checkout #order_review_heading{font-size: 19px;}
	/*checkout page css end*/

	/*sign up page css start*/
	.woocommerce-account #customer_login h2{font-size: 19px;}
	.woocommerce-account .woocommerce-LostPassword.lost_password a{font-size: 13px;}
	/*sign up page css end*/

	/*my account page css start*/
	.woocommerce-MyAccount-navigation a{font-size: 13px;}
	.woocommerce-MyAccount-content a{font-size: 13px;}
	/*my account page css end*/

	/*order css start*/
	.woocommerce table.my_account_orders{font-size: 13px;}
	/*order css end*/

	/*edit address css start*/
	.woocommerce-account .addresses .title h3{font-size: 17px;}
	.woocommerce-Address address{font-size: 13px;}
	/*edit address css end*/

	/*edit account css start*/
	.woocommerce-edit-account .woocommerce form .form-row:first-child,
	.woocommerce-edit-account .woocommerce form .form-row:nth-child(2)
	{
		width: 47%;
	}
	.woocommerce-edit-account .woocommerce form .form-row{width: auto;}
	.woocommerce-edit-account .woocommerce form fieldset p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide{width: auto;}
	.woocommerce-edit-account .content-page label{padding-right: 0;}
	/*edit account css end*/

	/*shop page css start*/
	.woocommerce .woocommerce-ordering select{font-size: 13px;}
	/*shop page css end*/

	/*product detail page css start*/
	.product-template-default .woocommerce div.product p.price, 
	.woocommerce div.product span.price
	{
		font-size: 14px;
	}
	.product-template-default .product_meta .sku_wrapper, 
	.product-template-default .product_meta .posted_in
	{
		font-size: 14px;
	}
	.product-template-default .product_meta .sku_wrapper span, 
	.product-template-default .product_meta .posted_in a
	{
		font-size: 13px;
	}
	.product-template-default .woocommerce ul.products li.product .price
	{
		font-size: 13px;
	}
	.product-template-default #commentform .comment-notes{font-size: 13px;}
	.product-template-default #commentform label{font-size: 13px;}
	.product-template-default .woocommerce .quantity .qty{border-radius: 0;padding: 8px;}
	.product-template-default .woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.product-template-default .woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.product-template-default .woocommerce ul.products li.product h3
	{
		font-size: 16px;
	}
	.product-template-default #commentform textarea, 
	.product-template-default #commentform input[type="text"], 
	.product-template-default #commentform input[type="email"], 
	.product-template-default #commentform input[type="url"]
	{
		font-size: 13px;
	}
	.product-template-default .comment-respond h3{font-size: 17px;}
	.woocommerce div.product form.cart .variations select{font-size: 13px; padding: 5px;margin-bottom: 8px;}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li
	{
		width: auto;
		text-align: center;
	}
	.single-product .woocommerce div.product form.cart .variations select{min-width: 30%;}
	.product-template-default .woocommerce ul.products[class*=columns-] li.product,
	.product-template-default .woocommerce-page ul.products[class*=columns-] li.product
	{
		width: 22.05%;
		display: inline-block;
		float: none;
		margin: 0 8px 26px;
		vertical-align: top;
	}
	.product-template-default .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), 
	.product-template-default .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n)
	{
		float: none;
	}
	.woocommerce ul.products li.product .button{max-width: 110px;}
	.single-product .entry-content{margin:50px 0 0;}
	/*product detail page css end*/


	/*error page css start*/
	.error-404.not-found h2.aligncenter{font-size: 16px;}
	.error-404.not-found label{width: 100%;}
 	/*error page css end*/

	/*no result found css start*/
	.no-results.not-found .page-content p{font-size: 13px;}
	/*no result found css end*/

	/*product found css start*/
	.search .product a{font-size: 17px;}
	.search p{font-size: 13px;}
	/*product found css end*/

}
/*768 css end*/


/*1024 css start*/
@media only screen and (min-width: 1024px){
	/*general css start*/
	input[type="text"], 
	input[type="email"], 
	input[type="url"], 
	input[type="password"], 
	input[type="search"], 
	input[type="number"], 
	input[type="tel"], 
	input[type="range"], 
	input[type="date"], 
	input[type="month"], 
	input[type="week"], 
	input[type="time"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="color"], 
	textarea
	{
		font-size: 14px;
	}
	/*general css end*/

	/*header css start*/
	.header{padding: 0;}
	.expert_contact{ display: inline-block;vertical-align: middle;text-align: right;width: 20%;padding-right: 0px;text-align: right;}
	.navbar{width: 60%;margin-top: 0;}
	.expert_text p, .expert_text a{display: block;}
	.logo{text-align: left;width: 20%;padding-left: 0px;margin-left: 0;}
	.logo img{max-width: 100%;}
	/*header css end*/

	/*banner css start*/
	.banner_content {padding: 140px 30px 60px;}
	.banner_left{max-width: 55%;}
	.banner_content h2 {font-size: 30px;}
	.banner_content img {width: 150px;}
	.banner_content h4 {font-size: 17px;}
	.banner_content h3 {font-size: 27px;}
	.banner_right{max-width: 300px;padding: 20px;margin: 105px 0px 23px 0;}
	.banner_form input[type="text"], .banner_form input[type="email"], .banner_form input[type="tel"], .banner_form textarea{font-size: 11px;}
	.banner_form input[type="submit"]{font-size: 12px;}
	/*banner css end*/

	/*product css start*/
	.home .woocommerce ul.products{font-size: 0;}
	.home .woocommerce ul.products li.first,.home .woocommerce-page ul.products li.first{clear: both;}
	 body.home .woocommerce ul.products li.last,body.home .woocommerce-page ul.products li.last{margin-right: 0;}
	.home .woocommerce ul.products li.product,.home .woocommerce-page ul.products li.product{float: left;margin: 0 3.8% 4rem 0;margin-left: 0px;padding: 0;position: relative;width: 22.05%;margin-left: 0; text-align: center;}
	.woocommerce span.onsale{font-size: 13px;min-height: 3em;min-width: 3em;padding: 2px;line-height: 2.8;}
	.woocommerce a.added_to_cart{padding: 9px 12px;font-size: 13px;}
	/*product css end*/

	/*progress css start*/
	.progress h2 {font-size: 32px;}
	.progress h3 {font-size: 14px;}
	.progress ul li .progress_content{width: 170px;height: 170px;}
	/*progress css end*/

	/*hire css start*/
	.hire{padding:40px 30px;}
	.hire_left p {font-size: 14px;}
	.hire_right h1 {font-size: 21px;}
	.hire_right p, .hire_right a {font-size: 14px;}
	/*hire css end*/

	/*advice css start*/
	.advice form{position: relative; max-width: 790px;}
	.advice p{margin: 0;}
	.advice{padding: 65px 0;}
	.advice h1 {font-size: 25px;}
	.advice input[type="text"], .advice input[type="email"], .advice input[type="tel"], .advice textarea{font-size: 11px;}
	.advice input[type="submit"]{font-size: 12px;}
	.advice p:nth-child(5){position: absolute;top: 0;right: 0;}
	.advice p:nth-child(6){position: absolute;bottom: 9px;right: 0;}
	.advice textarea{padding: 13px 10px;}
	.advice .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{bottom: -54px;left: 170px;width: 400px;color: #fff;position: absolute;}

	/*advice css end*/

	/*top footer css start*/
	.footer{padding: 50px 0;}
	.footer li{width: 27%;padding: 0 7px;}
	.footer li:nth-child(2){width: 19%;padding: 0;text-align: center;}
	.footer li:last-child p{padding-left: 10px;}
	.footer li:nth-child(3){text-align: center;}
	.footer p,.footer a{font-size: 12px;}
	.footer li, .footer li:nth-child(2){padding: 0;}
	.footer a{padding-left: 4px;}
	.footer p{vertical-align: top;}
	/*top footer css end*/

	/*bottom footer css start*/
	.bottom_footer p, .bottom_footer a {font-size: 10px;}
	.bottom_footer p{display: inline;vertical-align: middle;}
	.bottom_footer p span{font-size: 14px; vertical-align: middle;}
	/*bottom footer css end*/

	/*contact us page css start*/
	.content-page label{font-size: 14px;}
	.content-page form.wpcf7-form input[type="submit"]{font-size: 14px;}
	/*contact us page css end*/

	/*cms page css start*/
	.content-page{padding:0 30px;margin: 6rem auto 3rem;}
	.entry-header h1{padding-left: 0px;font-size: 20px;}
	.entry-content p,.entry-content ul,.entry-content ol{font-size: 14px;}
	.entry-header h1:after{left: 0px;}
	.entry-content h2{font-size: 18px;}
	.entry-content h3{font-size: 16px;}
	/*cms page css end*/

	/*container css start*/
	.container{max-width: 950px;}
	/*container css end*/

	/*cart page css start*/
	.woocommerce-cart .woocommerce table.shop_table_responsive tr td, 
	.woocommerce-cart .woocommerce table.shop_table_responsive tr td a, 
	.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td, 
	.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td a
	{
		font-size: 14px;
	}
	.woocommerce a.remove{line-height: 0.8;}
	#add_payment_method table.cart img, 
	.woocommerce-cart table.cart img, 
	.woocommerce-checkout table.cart img
	{
		width: 50px;
	}
	.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text, 
	.woocommerce-cart .woocommerce table.cart td.actions .coupon input,
	.woocommerce-cart .woocommerce-page #content table.cart td.actions .coupon .input-text, 
	.woocommerce-cart .woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-cart .woocommerce-page table.cart td.actions .coupon .input-text, 
	.woocommerce-cart .woocommerce-page table.cart td.actions .coupon input,
	.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text+.button,
	.woocommerce-cart .woocommerce-page #content table.cart td.actions .coupon .button,
	.woocommerce-cart .woocommerce-page table.cart td.actions .coupon .button
	{
		font-size: 13px;
		margin: 8px 5px;
	}
	.woocommerce table.cart td.actions .coupon .input-text, 
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon .input-text, 
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon .input-text, 
	.woocommerce-page table.cart td.actions .coupon input
	{
		width: auto;
	}
	.woocommerce-cart .woocommerce .quantity .qty{width: 5em; text-align: center;}
	.woocommerce-cart .woocommerce button.button:disabled, 
	.woocommerce-cart .woocommerce button.button[disabled]:disabled,
	.woocommerce-cart .woocommerce button.button
	{
		font-size: 14px;
	}
	.woocommerce #respond input#submit, 
	.woocommerce a.button, .woocommerce button.button, 
	.woocommerce input.button
	{
		padding: 9px 12px;
	}
	.woocommerce table.cart td.actions .input-text, 
	.woocommerce-page #content table.cart td.actions .input-text, 
	.woocommerce-page table.cart td.actions .input-text 
	{
		height: 36px;
	}
	.woocommerce-cart .cart_totals h2{margin-top: 0;}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{font-size: 15px;}
	.woocommerce-cart .woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.woocommerce-cart .woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce-cart .woocommerce ul.products li.product h3
	{
		font-size: 14px;
	}
	.woocommerce-cart .woocommerce ul.products{margin: 17px 0 0;}
	.woocommerce-cart .woocommerce img,.woocommerce-cart .woocommerce-page img{padding-right: 10px;}
	/*cart page css end*/

	/*checkout page css start*/
	.woocommerce-info, .woocommerce-info a{font-size: 14px;}
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{font-size: 14px;}
	.woocommerce-checkout .woocommerce table.shop_table{font-size: 14px;}
	.woocommerce-terms-and-conditions-checkbox-text a{font-size: 14px;}
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{font-size: 15px;}
	/*checkout page css end*/

	/*sign up page css start*/
	.woocommerce-account #customer_login h2{font-size: 21px;}
	.woocommerce-account .woocommerce-LostPassword.lost_password a{font-size: 14px;}
	/*sign up page css start*/

	/*my account page css start*/
	.woocommerce-MyAccount-navigation a{font-size: 14px;}
	.woocommerce-MyAccount-content a{font-size: 14px;}
	/*my account page css end*/

	/*order css start*/
	.woocommerce table.my_account_orders{font-size: 14px;}
	.woocommerce ul.products li.product .button{font-size: 13px;}
	.woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt
	{
		font-size: 13px;
	}
	/*order css end*/

	/*edit address css start*/
	.woocommerce-account .addresses .title h3{font-size: 19px;}
	.woocommerce-Address address{font-size: 14px;}
	.woocommerce-MyAccount-content p{margin-top: 0;}
	.woocommerce-MyAccount-content p:last-child{margin-top: 14px;}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{border-right: 1px solid #ccc; padding-right: 35px;}
	.woocommerce-edit-address .woocommerce-MyAccount-content h3{margin-top: 0;}
	/*edit address css end*/

	/*edit account css start*/
	.woocommerce-edit-account .woocommerce form .form-row-first, 
	.woocommerce-edit-account .woocommerce form .form-row-last, 
	.woocommerce-edit-account .woocommerce-page form .form-row-first, 
	.woocommerce-edit-account .woocommerce-page form .form-row-last
	{
		width: 47%;
	}
	.woocommerce-edit-account .content-page label{width: 100%;}
	.woocommerce-edit-account .woocommerce-MyAccount-content p{margin-top: 0em;}
	.woocommerce-edit-account .woocommerce-MyAccount-content p:last-child{margin-top: 1em;}
	.woocommerce-edit-account .woocommerce form .form-row{margin: 0 0 12px;width: auto;}
	.woocommerce-edit-account .woocommerce form fieldset p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide{width: auto;}
	.woocommerce-edit-account .woocommerce form .form-row:first-child,
	.woocommerce-edit-account .woocommerce form .form-row:nth-child(2)
	{
		width: 47%;
	}
	/*edit account css end*/

	/*shop page css start*/
	.woocommerce .woocommerce-ordering select{font-size: 14px;}
	/*shop page css end*/

	/*product detail page css start*/
	.product-template-default .woocommerce div.product p.price, 
	.woocommerce div.product span.price
	{
		font-size: 15px;
	}
	.product-template-default .product_meta .sku_wrapper, 
	.product-template-default .product_meta .posted_in
	{
		font-size: 15px;
	}
	.product-template-default .product_meta .sku_wrapper span, 
	.product-template-default .product_meta .posted_in a
	{
		font-size: 14px;
	}
	.product-template-default .woocommerce ul.products li.product .price
	{
		font-size: 14px;
	}
	.product-template-default #commentform .comment-notes{font-size: 14px;}
	.product-template-default #commentform label{font-size: 14px;}
	.product-template-default .woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product
	{
		margin: 0 33px 2.992em 0;
	}
	.product-template-default .woocommerce ul.products[class*=columns-] li.product.last, 
	.woocommerce-page ul.products[class*=columns-] li.product.last
	{
		margin-right: 0;
	}
	.product-template-default .woocommerce div.product div.summary{margin-top: 0;}
	.product-template-default .comment-respond h3{font-size: 18px;}
	.product-template-default #commentform textarea, 
	.product-template-default #commentform input[type="text"], 
	.product-template-default #commentform input[type="email"], 
	.product-template-default #commentform input[type="url"]
	{
		font-size: 14px;
	}
	.single-product .entry-content{margin:40px 0 0;}
	.single-product .entry-content h2.product-header{font-size: 20px;}
	/*product detail page css end*/

	/*woocommerce button css start*/
	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button
	{
		font-size: 13px;
	}
	/*woocommerce button css end*/

	/*error page css start*/
	.error-404.not-found h2.aligncenter{font-size: 18px;}
	.error-404.not-found input[type="submit"]{font-size: 13px;}
	.error-404.not-found .page-header h1{font-size: 20px;}
	/*error page css end*/

	/*no result found css start*/
	.no-results.not-found .page-content p{font-size: 14px;}
	.error-404.not-found input[type="submit"]{font-size: 14px;}
	/*no result found css end*/

	/*product found css start*/
	.search .page-header h1{font-size: 20px;}
	.search .product a{font-size: 18px;}
	.search p{font-size: 14px;}
	/*product found css end*/
	
	/*product slider css start*/
	.home .desktop_product{display: block;}
	.home .responsive_product{display: none;}
	.woocommerce ul.products li.product .button{max-width: 120px;}
	/*product slider css end*/

	/*error msg in advice css start*/
	.home .advice div.wpcf7-response-output{bottom: -54px;left: 130px;width: 500px;position: absolute;color: #fff;border:2px solid #f7e700;}
	/*error msg in advice css end*/

}
/*1024 css end*/


/*1366 css start*/
@media only screen and (min-width: 1366px){
	/* header css start */
	.expert_contact{text-align: right;width: 23%;}
	.logo{width: 20%;text-align: left;margin-top: 0;padding-left: 0;}
	.expert_text p{font-size: 14px;}
	.expert_text a{font-size: 24px;}
	.expert_contact img{width: 51px;height: 36px;}
	.navbar{width: 57%;}
	/* header css end */

	/* banner css start */
	.banner{clear: both;}
	.banner_content{padding: 100px 30px 60px;}
	.banner_content h2{font-size: 36px;padding-top: 50px;}
	.banner_left{max-width: 55%;}
	.banner_content img{width: auto;}
	.banner_subcontent{padding-left: 20px;width: auto;}
	.banner_content h4{font-size: 18px;}
	.banner_content h3{font-size: 30px;}
	.banner_form h2{font-size: 24px;}
	.banner_form input[type="text"], .banner_form input[type="email"], .banner_form input[type="tel"], .banner_form textarea{font-size: 12px;}
	.banner_form input[type="submit"]{font-size: 13px;}
	.banner_form{position: absolute; top: 0; right: 0;}
	.banner_right{margin: 120px 0px 0px 0;}
	
	/* banner css end */

	/*product css start*/
	.home .woocommerce ul.products li.product .woocommerce-loop-category__title, 
	.home .woocommerce ul.products li.product .woocommerce-loop-product__title,
	.home .woocommerce ul.products li.product h3
	{
		font-size: 17px;
	}
	.woocommerce-LoopProduct-link.woocommerce-loop-product__link{min-height: 285px; display: block;}
	.woocommerce ul.products li.product .button{display: inline-block;margin-right: 10px;}
	/*product css end*/

	/*progress css start*/
	.progress{padding: 50px 0;}
	.progress h3{font-size: 15px;}
	.progress h2{font-size: 47px;}
	.progress ul li .progress_content{width: 185px; height: 185px;margin: 0 30px;}
	/*progress css end*/

	/*hire css start*/
	.hire_left{width: 50%;padding-right: 30px;}
	.hire_right{width: 50%;padding-left: 30px;}
	.hire_left p,.hire_right p,.hire_right a{font-size: 14px;}
	.hire_right h1{font-size: 23px;}
	/*hire css end*/

	/*advice css start*/
	.advice input[type="submit"]{font-size: 13px;padding: 17px;margin: 10px 0;}
	.advice input[type="text"], .advice input[type="email"], .advice input[type="tel"], .advice textarea{font-size: 14px;padding: 15px;}
	.advice textarea{padding: 15px;height: 120px;}
	.advice p:nth-child(6){bottom: 0;}
	/*advice css end*/

	/*advice css start*/
	.advice h1{font-size: 36px;margin-bottom: 60px;}
	/*advice css end*/

	/*top footer css start*/
	.footer{padding: 50px 0;}
	.footer li{width: 27%;padding: 0px;}
	.footer li:nth-child(2){width: 19%;}
	.footer li:last-child p{padding-left: 10px;}
	.footer p,.footer a{font-size: 12px;}
	.footer a{padding-left: 10px;}
	/*top footer css end*/

	/*bottom footer css start*/
	.bottom_footer p,.bottom_footer a{font-size: 10px;}
	.bottom_footer .left, .bottom_footer .right{display: inline-block;}
	.bottom_footer .right{float: right;}
	/*bottom footer css end*/

	/*cms page css start*/
	.entry-header h1{font-size: 25px;}
	.content-page{ margin: 6rem auto 4rem;}
	.entry-content h2{font-size: 19px;}
	.entry-content h3{font-size: 16px;}
	/*cms page css end*/

	/*container css start*/
	.container{max-width: 1030px;width: 100%;}
	/*container css end*/

	/*product page css start*/
	.product-template-default .woocommerce div.product p.price, 
	.product-template-default .woocommerce div.product .woocommerce-tabs ul.tabs li a
	{
		font-size: 15px;
	}
	.woocommerce div.product span.price{ font-size: 15px; }
	.woocommerce ul.products li.product .button{max-width: 120px;}
	.single-product .entry-content h2.product-header{font-size: 25px;}
	/*product page css end*/


	/*woocommerce button css start*/
	
	/*woocommerce button css end*/

	/*search found css start*/
	.search .page-header h1{font-size: 25px;}

	/*search found css end*/

	/*error page css start*/
	.error-404.not-found .page-header h1{font-size: 25px;}
	/*error page css end*/


}
/*1366 css end*/


/*1440 css start*/
@media only screen and (min-width: 1440px){
	.advice textarea{padding: 15px 15px 25px;}
}
/*1440 css end*/


/*1920 css start*/
@media only screen and (min-width: 1920px){

}
/*1920 css end*/

/*responsive css end*/

/*purvi css end*/


::-webkit-input-placeholder { color: #b2b2b2;opacity: 1;text-transform: uppercase; } :-moz-placeholder { /* Firefox 18- */ color: #b2b2b2;opacity: 1;text-transform: uppercase;  } ::-moz-placeholder { /* Firefox 19+ */ color: #b2b2b2;opacity: 1;text-transform: uppercase;  } :-ms-input-placeholder { color: #b2b2b2 !important;opacity: 1; text-transform: uppercase; }

