/*
	Theme Name: Petcare
	Theme URI: http://lolthemes.com/demo/wpm/petcare
	Author: PremiumLayers
	Author URI: https://themeforest.net/user/premiumlayers/portfolio
	Description: Pet Care - Veterinary WordPress Theme 
	Version: 1.3
	License: GNU General Public License
	License URI: license.txt
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Text Domain: petcare
*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		- Top Header
			-- Social
			-- Top Menu
			-- Logo block
		- Navigation Menu
		- Social Icons
		- Breadcrumb NavXT

	## WordPress
	
	## Widget
		- Post Navigation
		- Pagination
		- Sticky
		- Alignments
		- Media
		- Captions
		- Gallery
		- Comments

	## Footer
		- Copyright Text
		
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 991
*/

/* ## Global */
body {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}

img {
    max-width: 100%;
	height: auto;
}

a {
    outline: 0 !important;
}

video {
	max-width: 100%;
}

iframe,
audio {
	width: 100%;
}

.page_spacing {
	margin-top: 100px;
	margin-bottom: 100px;
}

.owclearfix::before,
.owclearfix::after {
	content: " ";
	display: table;
}

.owclearfix::after {
	clear: both;
}

.owpull-left {
	float: left;
}

.owpull-right {
	float: right;
}

.container {
    max-width: 100%;
}

.full-content {
	padding: 0;
}

body.admin-bar .ow-navigation.navbar-fixed-top {
	margin-top: 32px;
}

/* - Font Settings */

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light.eot');
    src: url('fonts/montserrat-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light.woff2') format('woff2'),
         url('fonts/montserrat-light.woff') format('woff'),
         url('fonts/montserrat-light.ttf') format('truetype'),
         url('fonts/montserrat-light.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold.eot');
    src: url('fonts/montserrat-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-semibold.woff2') format('woff2'),
         url('fonts/montserrat-semibold.woff') format('woff'),
         url('fonts/montserrat-semibold.ttf') format('truetype'),
         url('fonts/montserrat-semibold.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
	[Table of contents]

	## Navigation Menu
	- Navigation Menu > 991 RES
	- Navigation Menu Switch < 991 RES
	
*/

/* ## Navigation Menu */
.ow-navigation {
	background-color: #02a787;
	border: none;
	padding: 0;
	min-height: 1px;
	margin-bottom: 0;
	border-radius: 0;
	-moz-box-shadow: inset 0 3px 2px rgba(0,111,89,1);
	-webkit-box-shadow: inset 0 2px 2px rgba(0,111,89,1);
	box-shadow: inset 0 3px 2px rgba(0,111,89,1);
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
	margin: 0 13px;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li:first-child {
	margin-left: 0;
}

.ow-navigation .navbar-collapse > .nav.navbar-nav > li:last-child {
	margin-right: 0;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a { 
	padding: 25px 20px;
}
.ow-navigation .nav.navbar-nav > li > a {
	color: #fff;
}
.ow-navigation .nav.navbar-nav li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
}
.ow-navigation .nav.navbar-nav > li > a:hover,
.ow-navigation .nav.navbar-nav > li > a:focus,
.ow-navigation .nav.navbar-nav > li.active > a,
.ow-navigation .nav.navbar-nav > li:hover > a,
.ow-navigation .nav.navbar-nav > li:focus > a {
	background-color: #006F59;
	color: #fff;
}
.ow-navigation .navbar-nav > .active > a, 
.ow-navigation .navbar-nav > .active > a:focus, 
.ow-navigation .navbar-nav > .active > a:hover {
	color: #fff;
}
.ow-navigation .navbar-collapse > .nav.navbar-nav > li.active > a:before,
.ow-navigation .navbar-collapse > .nav.navbar-nav > li:focus > a:before,
.ow-navigation .navbar-collapse > .nav.navbar-nav > li:hover > a:before {
	content: "";
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #006F59;
	position: absolute;
}
.ow-navigation .navbar-collapse {
	float: left;
	padding-left: 0;
	padding-right: 0;
}
.ow-navigation .container {
	position: relative;
}
.ow-navigation .container [data-toggle="modal"]  { 	
	background-color: #b82641;
	padding: 24px 30px;
	color: #f1f1f1;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;	
	text-decoration: none;
	float: right;
	position: relative;
	z-index: 1;
}

.ow-navigation .container [data-toggle="modal"]:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #b82641;
	left: 0;
	bottom: -3px;
}

.ow-navigation .dropdown-menu > li > a:focus, 
.ow-navigation .dropdown-menu > li > a:hover {
	background-color: transparent;
	color: #0A68B1;
}

#slidepanel { 
	display: inline-block; 
}

#closeit,
#toggle,
#slideit {
	display: none;
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a {
		padding-left: 14px;
		padding-right: 14px;
	}
}

/* - Navigation Menu > 991 RES. */
@media (min-width: 992px) {

	.ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
		display: block;
	}	
	.ow-navigation .ddl-switch {
		display: none !important;
	}

	/* Dropdown */
	.ow-navigation .dropdown-menu > .active > a,
	.ow-navigation .dropdown-menu > .active > a:focus,
	.ow-navigation .dropdown-menu > .active > a:hover {
		background-color: transparent;
		color: #1377C5;
	}

	.ow-navigation .dropdown-menu {
		box-shadow: none;
		border: none;
		left: 0;
		padding: 10px;
		border-radius: 0;
		margin-top: 0;
		max-width: 250px;
	}
	.ow-navigation .dropdown-menu { 
		border-radius: 0;
		margin-top: 0;
	}
	.ow-navigation .navbar-nav > li  .dropdown-menu li a {
		padding-left: 0px;
		padding-right: 10px;
		font-size: 12px;
		line-height: 24px;
		white-space: normal;
	}
	.ow-navigation .navbar-nav li.dropdown:hover > a,
	.ow-navigation .navbar-nav li.dropdown:hover > a {
		background-color: transparent;
	}
	.ow-navigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		display: inherit;
	}

	.ow-navigation ul > li:nth-child(-n+4) .dropdown-menu ul {
		left: 100%;
		top: 0;
	}

	.ow-navigation ul > li:nth-child(-n+4) .dropdown-menu ul ul ul,
	.ow-navigation ul > li:nth-child(-n+4) .dropdown-menu ul ul ul ul ul ul ul {
		left: auto;
		right: 100%;
	}

	.ow-navigation ul > li:nth-child(-n+4) .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li:nth-child(-n+4) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: 100%;
		right: auto;
	}

	.ow-navigation ul > li:nth-child(n+5) .dropdown-menu {
		right: 0;
		left: auto;
	}
	.ow-navigation ul > li:nth-child(n+5) .dropdown-menu ul {
		right: 100%;
		top: 0;
		left: auto;
	}

	.ow-navigation ul > li:nth-child(n+5) .dropdown-menu ul ul ul,
	.ow-navigation ul > li:nth-child(n+5) .dropdown-menu ul ul ul ul ul ul ul {
		left: 100%;
		right: auto;
	}

	.ow-navigation ul > li:nth-child(n+5) .dropdown-menu ul ul ul ul ul,
	.ow-navigation ul > li:nth-child(n+5) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
		right: 100%;
	}
}

@media (min-width: 768px) {
	
	#loginpanel {
		display: none;
	}
}

@media (max-width: 767px) {

	.middle-header .col-md-9 {
		float: left !important;
		text-align: left;
		width: 100%;
	}

	.middle-header .carticon {
		position: absolute;
		right: 5px;
		top: -48px;
	}
	
	.slidepanel-btn {
		margin-right: 15px;
		position: absolute;
	}
	
	#loginpanel i {
		font-size: 21px;
	}

	#slidepanel { 
		display: none;
		margin-top: 24px;
		text-align: center;
	}

	#slideit,
	#toggle {
		display: block;
	}
	
	#loginpanel {
		right: 60px;
		top: -44px;
	}
	.middle-header .logo-block {
		margin-bottom: 0;
	}
}

/* - Navigation Menu Switch < 991 RES */
@media (max-width: 991px) {

	.ow-navigation .navbar-nav {
		margin: 0;
	}
	
	.ow-navigation .navbar-collapse {
		padding: 0;
	}
	
	.ow-navigation .ddl-switch {
		background-color: #666;
		cursor: pointer;
		font-size: 23px;
		padding: 1.5px 7px;
		position: absolute;
		right: 0;
		z-index: 9999;
		top: 7px;
	}
	.ow-navigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}
    .ow-navigation .navbar-header {
        float: none;
    }
    .ow-navigation .navbar-toggle {
        display: block;
		background-color: transparent;
		margin-bottom: 19px;
		margin-right: 15px;
		margin-top: 19px;
		border-radius: 0
    }
	.navbar-fixed-top.ow-navigation .navbar-toggle .icon-bar,
	.ow-navigation .navbar-toggle .icon-bar	{
		background-color: #fff;
	}
	.navbar-fixed-top.ow-navigation .navbar-toggle:focus,
	.navbar-fixed-top.ow-navigation .navbar-toggle:hover,
	.ow-navigation .navbar-toggle:hover {
		background-color: #0a68b1;
	}
	.navbar-fixed-top.ow-navigation .navbar-toggle:focus .icon-bar,
	.navbar-fixed-top.ow-navigation .navbar-toggle:hover .icon-bar,
	.ow-navigation .navbar-toggle:hover .icon-bar {
		background-color: #fff;
	}
	
    .ow-navigation .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		width: 100%;
		margin: 0;
    }
	.ow-navigation .navbar-collapse.collapse {
        display: none!important;
    }
    .ow-navigation .navbar-nav {
        float: none!important;
    }
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
		margin: 0;
	}	
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li a {
		padding: 10px;
	}
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li.active > a:before,
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li:focus > a:before,
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li:hover > a:before {
		height: 2px;
		bottom: 0;
		left: 0;
		right: 0;
	}
    .ow-navigation .navbar-nav > li {
		display: inline-block;
		float: none;
		width: 100%;
    }
    .ow-navigation .navbar-collapse > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
		width: 100%;
    }
    .ow-navigation .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .ow-navigation .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .ow-navigation .collapsing {
        overflow: hidden!important;
    }
	.ow-navigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-left: 10px;
		padding-top: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
	}
	.ow-navigation .dropdown-menu .ddl-switch {
		top: 1px;
	}
	.ow-navigation .dropdown-menu li {
		position: relative;
	}
	.ow-navigation .dropdown-menu  li a {		
		color: #fff;
		padding: 6px 0;
	}
	.ow-navigation .dropdown-menu  li a:hover,
	.ow-navigation .dropdown-menu  li a:focus {
		background-color: transparent;
	}

	/* -- Button */
	.ow-navigation .container [data-toggle="modal"] {
		position: absolute;
		left: 15px;
		top: 0;
	}
	.ow-navigation.navbar-fixed-top  {
		overflow-Y: scroll;
	}
	
	.ow-navigation .dropdown-menu > li > a:focus, 
	.ow-navigation .dropdown-menu > li > a:hover {
		color: #fff;
	}
}
/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.ow-navigation .navbar-collapse > .nav.navbar-nav > li {
		margin-left: 3px;
		margin-right: 3px;
	}
}

.section-header h3,
.banner-heading > h3,
.ow-navigation .navbar-collapse > .nav.navbar-nav > li > a,
.newsletter-section h3,
.footer-main .widget-title,
.photo-slider .slide-content  h2,
.photo-slider .slide-content-3 h2,
.pet-images .content-box h3,
.pet-images .content-box a,
.appointment-form .btn-default,
.service-tab .nav-tabs > li > a,
.callout h3,
.why-choose-content .why-choose-hover h3,
.testimonial .item-content > h2,
.team-content h3,
.counter p,
.product-box:hover .cart,
.product-list .widget h3,
.single-product-detail .entry-summary .price,
.smart-price h2,
.entry-cover  a.read-more,
.post-content .entry-title,
.post-content .entry-title a,
.section-title > h3,
.pagination li > a,
.widget-area .widget-title > h3,
.author-content > a,
.comment-section > h3,
.leave-comment > h3,
.what-we-do-content h3,
.price-box h3,
.price-box a,
.error-section h2,
.map-address,
.contact-form .btn-submit,
.btn-sign-in,
.btn-register,
.user-login > a,
.summary_table thead th,
.shop_cart thead th,
.summary_table .product-name a,
.shop_cart .product-name a,
.summary_table .product-subtotal,
.shop_cart .product-subtotal,
.summary_table .product-price,
.shop_cart .product-price,
.payment-mode > a,
.shop_cart tfoot tr td a,
.code-box h3,
.code-box label,
.code-box input[type="submit"],
.wc-proceed-to-checkout p,
.wc-proceed-to-checkout h5 {
	font-family: 'Montserrat', sans-serif;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Section Padding */
.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* - Section Header */
.section-header h3 {
	margin-top: 0px;
	font-size: 20px;
	letter-spacing: 1px;
	background-image: url("images/icon/separator.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 16px;
	margin-bottom: 15px;
}
.section-header p {
	font-size: 13px;
	color: #999;
	margin-bottom: 60px;
}

.section-header h3,
.newsletter-section h3,
.bottom-footer ul li a,
.bottom-footer p,
.subscribe-box h4,
.subscribe-box input,
.subscribe-box .input-group-btn > .btn,
.footer-main .widget-title,
.widget-links ul li,
.banner-heading > h3,
.photo-slider .slide-content  h2,
.photo-slider .btn-default,
.photo-slider .slide-content.slide-content-2  h3,
.photo-slider .slide-content-2  h2,
.photo-slider .slide-content-3 h2,
.pet-images .content-box h3,
.pet-images .content-box a,
.appointment-form .btn-default,
.service-tab .nav-tabs > li > a,
.callout h3,
.callout h4,
.callout a,
.why-choose-content > a,
.why-choose-content:hover .why-choose-hover h3,
.testimonial .item-content > h2,
.team-content h3,
.counter p,
.product-box:hover .cart,
.product-content h2,
.product-box .new,
.product-box .sold,
.product-list .widget h3,
.seller-box h4,
.widget-price-filter .price-filter > a,
.single-product-detail .entry-summary .product_title,
.qty-add .add-to-cart a,
.product-stock span,
.woocommerce-tabs .nav-tabs > li > a,
.smart-price h3,
.smart-price h2,
.offer-box h2,
.offer-box h3,
.entry-cover  a.read-more,
.post-date,
.post-content .entry-title,
.post-content .entry-title a,
.section-title > h3,
.widget-area .widget-title > h3,
.author-content > a,
.comment-section > h3,
.leave-comment > h3,
.leave-comment > input,
.price-table h5,
.price-box a,
.error-box a,
.contact-form .btn-submit,
.btn-sign-in,
.btn-register,
.user-login  span,
.user-login > a,
.summary_table thead th,
.shop_cart thead th,
.summary_table .product-name a,
.shop_cart .product-name a,
.payment-mode > a,
.order-summary .section-header a,
.shop_cart tfoot tr td a,
.code-box h3,
.code-box input[type="submit"],
.wc-proceed-to-checkout p,
.wc-proceed-to-checkout h5,
.wc-proceed-to-checkout > a {
	text-transform: uppercase;
}

.counter p,
.product-box:hover .cart,
.product-list .widget li,
.widget-price-filter .price-input,
.seller-box h4,
.entry-cover  a.read-more,
.post-date span:first-child,
.post-content .entry-content,
.section-title p,
.post-content .post-like a,
.post-content .post-comment a ,
.post-content .post-share a,
.categories-type li,
.recent-title a,
.categories-type span,
.widget-tags a,
.media-body a,
.media-body > span,
.leave-comment > input,
.leave-comment  textarea,
.billing-address-form span,
.radio-content p,
.code-box p,
.code-box label,
.code-box select,
.wc-proceed-to-checkout label {
	font-size: 13px;
}

.appointment .section-header {
	position: relative;
	z-index: 1;
}
.appointment .section-header h3,
.appointment .btn-default {
	color: #fff;
}

.photo-slider .slide-content h3,
.photo-slider .btn-default,
.photo-slider .slide-content-2 span,
.photo-slider .slide-content-2 p,
.pet-images .content-box,
.pet-images .content-box a,
.service-tab .nav-tabs > li.active a, 
.service-tab .nav-tabs > li.active > a:focus, 
.service-tab .nav-tabs > li.active > a:hover,
.service-tab .nav > li > a:focus, 
.service-tab .nav > li > a:hover,
.callout h3,
.callout h4,
.callout a,
.why-choose-content:hover .why-choose-hover h3,
.why-choose-content:hover .why-choose-hover p,
.testimonial .section-header h3,
.testimonial .item-content > h2,
.counter h3,
.counter p,
.product-box:hover .cart,
.product-box .new,
.product-list .widget h3,
.widget-price-filter .price-filter > a,
.woocommerce-tabs .nav-tabs > li > a:focus, 
.woocommerce-tabs .nav-tabs > li > a:hover,
.woocommerce-tabs .nav-tabs > li.active > a, 
.woocommerce-tabs .nav-tabs > li.active > a:focus, 
.woocommerce-tabs  .nav-tabs > li.active > a:hover,
.smart-price h3,
.smart-price h2,
.offer-box,
.entry-cover  a.read-more,
.pagination > .active > a:hover,
.pagination li:hover > a,
.pagination > .active > a,
.categories-type li:hover span,
.widget-tags a:hover,
.entry-thumb-item .img-zoom,
.leave-comment > input:hover,
.price-table h5,
.price-box h3,
.team-social-icon .list-inline a:hover,
.qty-add .add-to-cart a,
.price-box h3,
.price-box a,
.price-box a:hover,
.error-box a,
.contact-form .btn-submit,
.user-login > a:hover,
.payment-mode > a,
.order-summary .section-header a,
.wc-proceed-to-checkout > a {
	color: #fff;
}

/* ## Header */
/* - Top Header */
.top-header {
	background-color: #f5f5f5;		
}
.top-header [class*="color-"] {
	height: 3px;
}
.top-header .color-red {
	background-color: #f44027;
}
.top-header .color-green {
	background-color: #539e22;
}
.top-header .color-yellow {
	background-color: #ffbe01;
}
.top-header .col-md-8 p {
	margin-bottom: 0;
	line-height: 40px;
	font-size: 13px;
}
.top-header .col-md-8 p,
.top-header .col-md-8 p a {
	color: #777;
}

/* -- Social */
.social ul {
	float: right;
	padding: 0;
}
.social ul li {
	float: left;
	list-style: none;
}
.social li a {
	width: 40px;
	height: 40px;
	float: left;
	position: relative;
	overflow: hidden;
}
.social li a img {
	position: absolute;
	left: 0;
	top: 0;
}
.social li a:hover {
	background-color: #3b5998;
}
.social li a:hover > img {
	bottom: 0;
	top: auto;
}
	
/* -- Logo block */
.middle-header {
	padding-bottom: 28px;
	padding-top: 28px;
	background-color: #fff;
}

.text-logo {
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	color: #1377C5;
	font-size: 24px;
}

.logo-block {
	position: relative;
}
.logo-block a {
	display: inline-block;
	text-decoration: none;
}
.navbar-brand.logo-block {	
	display: none;
}
.middle-header .col-md-9 {
	text-align: right;
}
.location,
.time-scheduled,
.phone,
.carticon {
	position: relative;
	display: inline-block;
	text-align: left;
}
.carticon {
	top: -10px;
}
.location,
.time-scheduled,
.phone {
	margin-right: 50px;
	padding-left: 36px;		
	margin-top: 12px;
}
.location > img,
.time-scheduled > img,
.phone > img {
	position: absolute;
	left: 0;
}
.location p,
.time-scheduled p,
.phone p {	
	color: #777;
	line-height: 13px;
	margin-bottom: 0;
}
.location p span,
.time-scheduled p span,
.phone p span	{
	display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 13px;
	line-height: 13px;
}	
.carticon a > span { 
	height: 22px;
	width: 22px;
	background-color: #f44027;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	line-height: 22px;
	text-align: center;
	border-radius: 100%;
	right: -5px;
	position: absolute;
	top: -5px;
}

/* - Navigation Menu */
/* - Social Icons */

/* ## Newsletter Section */
.newsletter-section {
	background-color: #ffbe01;
	padding: 20px 0;
}
.newsletter-section form {
	padding-left: 30px;
	padding-right: 30px;
}
.newsletter-section .input-group {
	max-width: 297px;
	min-width: 297px;
	margin-right: 32px;
}
.newsletter-section h3,
.newsletter-section .input-group,
.newsletter-section form input[type="submit"] {
	float: left;
}
.newsletter-section h3 {
	margin: 13px 80px 13px 0;
	font-size: 18px;
}
.newsletter-section .input-group input {
	width: 100%;
	border: 1px solid #000;
	background-color: transparent;
	padding: 15px 20px;
	color: #000;
	height: auto;
	line-height: 18px;
	outline: none;
	box-shadow: none;
}
.newsletter-section form input[type="submit"] {
	background-color: #000;
	padding: 15px 32px;
	color: #fff;
	border: none;
	line-height: 16px;
}
.newsletter-section .input-group input::-webkit-input-placeholder {
   color: #000;
}

.newsletter-section .input-group input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

.newsletter-section .input-group input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

.newsletter-section .input-group input:-ms-input-placeholder {  
   color: #000;
}

/* - Breadcrumb NavXT */
.breadcrumb {
	font-size: 0;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
}

.breadcrumb > span + span::before {
	content: "";
	border-right: 1px solid #999;
	color: #999;
	font-size: 10px;
	font-weight: 700;
	margin-right: 10px;
}

.breadcrumb span,
.breadcrumb span > a {
	color: #ddd;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 12px;
}

.breadcrumb > span:last-child > span {
	color: #fff;
}

.breadcrumb span > a {
	margin-right: 10px;
}

.breadcrumb span:first-child > a {
	margin-left: 0;
}

/*  [ ## WordPress ]
- - - - - - - - - - - - - - - - - - - - */
table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

.bypostauthor {
}
.screen-reader-text {
    visibility: hidden;
	display: none;
}

/*  [ 3. Forms ]
- - - - - - - - - - - - - - - - - - - - */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	border: 2px solid #c1c1c1;
	border: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

/* - Post Navigation */
.post-navigation a {
	display: inline-block;
	padding: 20px 0;
}

.post-navigation .meta-nav {
	font-size: 12px;
	font-weight: 300;
	color: #acacac;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
}

.post-navigation .meta-nav .fa-arrow-circle-o-right {
	margin-left: 5px;
}

.post-navigation .meta-nav .fa-arrow-circle-o-left {
	margin-right: 5px;
}

.post-navigation .meta-nav:hover {
	color: #f3d028;
}

.post-navigation .nav-next {
	width: 50%;
	display: inline-block;
	text-align: right;
}

.post-navigation .nav-previous {
	width: 50%;
	display: inline-block;
}

.post-title {
	display: none;
}

/* - Pagination */
.pagination {
	margin: 100px 0 0;
	width: 100%;
}

.page-numbers.current {
	display: inline-block;
}

.pagination .nav-links {
	text-align: center;
}

.pagination .nav-links span,
.pagination .nav-links a {
	color: #777;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 14px;
	margin-right: 10px;
	text-decoration: none;
}

.pagination .nav-links a:hover,
.pagination .nav-links span:hover,
.pagination .nav-links span.current {
	background-color: #313131;
	border-color: #313131;
	color: #fff
}

/* - Paginated Posts */
.entry-content .page-links a span {
	line-height: normal;
	font-size: 14px;
}

.entry-content .page-links-title {
	margin-right: 10px;
}

.entry-content .page-links a,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	border: 1px solid #fff;
	display: inline-block;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	display: inline;
}

.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	color: #8FD0A6;
}

/* - Sticky */
.sticky-post {
	background-color: #1377c5;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.3em 1em;
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
	z-index: 1;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Media */
.site .avatar {
	border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

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

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

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 10px;
	background-color: #ccc;
}

/* - Galleries */
.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* - Table */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 0.4em;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

/* Comments */
.comments-title {
	color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}  

/* comment List */
.comment-body .comment-author .fn a {
	color: #000000;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.comment-body .comment-author .fn {
	color: #000000;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.comment-body  {
	position: relative;
	padding-left: 105px;
}
.comment-list,
.comment-list .children {
	list-style: none;
}
.comment-list .comment-author {
	display: inline-block;
}

.comment-author.vcard .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}
.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.comments-area .comment-content p {
    color: #333;
    font-size: 13px;
    line-height: 1.7em;
    font-weight: 400;
}

.comment-metadata {
	margin-bottom: 20px;
}

.comments-area .commentlist {
    margin-bottom: 50px;
}

.comments-area .comment-awaiting-moderation {
	display: none;
}

.reply  {
	margin-top: 10px;
}

.comment-reply-link {
	color: #000;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	font-weight: bold;
}
.comment-reply-link:hover {
	color: #acacac;
}

.replay-block {
	margin-bottom: 10px;
}

.replay-block .reply,
.replay-block .comment-meta.commentmetadata {
	display: inline-block;
}

.replay-block .fn {
	font-style: normal;
	font-size: 16px;
}

.comments-area .comment-list .comment-meta {
	color: #555;
    font-size: 13px;
}

.comment-content-block > p {
	margin-left: 130px;
}

.comment-list .children .comment-content-block > p {
	margin-left: 120px;
}

.comment-list .children .children .comment-content-block > p {
	margin-left: 104px;
}

/* Comment Form */
.comment-respond .form-group label {
    color: #acacac;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    text-align: left;
	font-size: 14px;
	padding-top: 7px;
}

.comment-respond .form-group .form-control {
	width: 315px;
	border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
	color: #555;
}

.comment-respond .form-group.comment-form-comment,
.comment-form-url,
.comment-form-email,
.comment-form-author {
	margin-bottom: 20px;
}

.comment-respond .form-group {
	margin-bottom: 0;
}
.comments-area .form-group:first-child {
	margin-right: 0;
}

.comments-area .form-group:last-child {
	margin-left: 0;
}

.comments-area  .comment-form-comment textarea  {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    resize: none;
	border-radius: 0;
	border: 1px solid #ececec;
	max-height: 160px;
}
.comments-area textarea:focus  {
	border-color: #000;
}

.comment-respond .comment-reply-title  {
	color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}

.comments-area {
	border: 1px solid #d1d1d1;
	display: inline-block;
	padding: 30px 26px;
	text-align: left;
	width: 100%;
}

.comments-area .comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comment-author.vcard {
    display: inline;
}

.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}
.comments-area .comment p {
    color: #303030;
    font-family: "Lato",sans-serif;
    font-weight: 600;
    line-height: 24px
}
.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
.comment-meta {
    background: none repeat scroll 0 0 transparent;
    color: indigo;
    padding: 0;
    text-align: left;
}
.comments-area > :last-child {
    margin-bottom: 0;
}
.comment-list + .comment-respond {
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
}

.comment-list {
    list-style: none;
    margin: 0;
	padding-left: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
}

.comment-list .children {
    list-style: none;
	padding-left: 0;
	margin-left: 60px;
}

.comment-form .form-submit input[type="submit"] {
	border: 1px solid #313131;
	background-color: transparent;
	box-shadow: none;
	color: #313131;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-weight: 700;
	line-height: 15px;
	margin-top: 26px;
	padding: 12px 20px;
	text-transform: uppercase;
}

.comment-form label {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border: 1px solid #eee;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    outline: medium none;
    padding: 10px;
    height: auto;
    width: 100%;
	outline: none;	
}

.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}
.comment-author .avatar {
	border-radius: 100%;
}

.comment-author.vcard .says {
	display: none;
}

/*.comment-metadata,
.comment-content {
	padding-left: 100px;        
}*/

.comment-metadata a {
	color: #acacac;
    font-family: "Roboto",sans-serif;
    font-style: italic;
    font-weight: 300;
}

.edit-link {
	display: none;
}
.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-weight: 700;
    padding-top: 1.6em;
}
.comment-navigation + .no-comments {
    border-top: 0;
}
.form-allowed-tags code {
    font-family: Inconsolata, monospace;
    white-space: normal;
}
.form-submit {
    margin-bottom: 0;
}
.required {
    color: #c0392b;
}
.comment-reply-title small {
    font-size: 100%;
}
.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}
.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}
.comment-list .children {
	margin-top: 50px;
}

.author-socials {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}

/*  [ ## Widget ]
- - - - - - - - - - - - - - - - - - - - */

.widget {
	margin-bottom: 40px;
	font-size: 13px;
}

.widget ul {
	list-style: none;
	color: #999;
}

.widget ul li > a {
	color: #777;
	text-decoration: none;
}

.widget ul li > a:hover {
	color: #333;
	text-decoration: none;
}

.widget-title h2 {
	font-family: "Montserrat",sans-serif;
	color: #222;
	font-size: 16px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.widget hr {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: inline-block;
	margin: 0 auto;
}

.widget-area li {
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 21px;
	padding-left: 20px;
	position: relative;
	text-transform: capitalize;
	width: 100%;
}

.widget-area li:last-of-type:after {
	border-bottom: 0;
}

.widget-area ul li:before {
	background: rgba(0, 0, 0, 0) url("images/widget/bullet.png") no-repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 6px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 6px;
}

.widget-area ul li:after {
	border-bottom: 1px solid #d1d1d1;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
}

.widget_nav_menu .menu-menu-items-container > ul:first-of-type,
.widget > ul:first-of-type {
	padding-left: 0;
}

.widget select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #ddd;	
}

/* - Widget Search */
.widget_search {
	border: 0 none;
	width: 100%;
}
.widget_search form {
	border: 1px solid #d1d1d1;
}
.widget_search .form-control {
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.widget_search .form-control:focus {
	border-color: #d1d1d1;
	box-shadow: none;
}
.widget_search .btn-default:active,
.widget_search .btn-default {
	border-radius: 0;
	border-left: none;
	border: none;
	outline: none;
}

/* - Recent Entries */
.widget.widget_recent_entries > ul li a {
    display: inline;
}

/* - Comments */

/* - Categories */
.widget_categories ul {
	padding-left: 0;
}

.widget_categories ul li a {
	text-decoration: none;
}

.widget_categories ul li a:hover {
	color: #000;
}

/* - Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}
.widget_calendar caption {
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

/* - RSS */
.widget_rss ul .rsswidget {
	font-weight: 700;
	display: block;
	line-height: 1.5;
}
.widget_rss ul li:last-child {
	border-bottom: none;
}
/* - Meta */

/* - Tag Cloud */
.tagcloud a {
	border: 1px solid #ededed;
	color: #777;
	font-size: 13px !important;
	display: inline-block;
	margin-bottom: 14px;
	margin-right: 7px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: capitalize;
}

.tagcloud a:hover {	
	background-color: #313131;
	transition: all 1s ease-in-out;
	color: #fff;
}

/* - Nav Menu */
.widget_nav_menu .menu-item-has-children {
	padding-bottom: 0;
}
.widget_nav_menu ul {
	padding-left: 15px;
}
.widget_nav_menu > div > ul {
	padding-left: 0;
}

/* - Pages */
.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

/* - Archives */
.widget.widget_archive ul li > a {
	display: inline;
}

/* - Text */
.textwidget {
	color: #777;
	line-height: 24px;
}

.textwidget option {
	max-width: 175px;
}

/* -- Widget Nav Menu */
.widget-nav-menu .widget-title {
	text-align: left;
}
.widget-nav-menu ul {
	margin-bottom: 0;
}
.widget-nav-menu ul li {
	display: inline-block;
	width: 100%;
	background-color: #262626;
	border-bottom: 1px solid #000;
}
.widget-nav-menu ul li a {
	position: relative;
	padding: 10px 12px;
	display: inline-block;
	color: #81d742;
}
.widget-nav-menu ul li a::before {
	 background: #c6c6c6;
    bottom: 2px;
    content: "";
    display: inline-block;
    height: 6px;
    left: 0;
    margin-right: 10px;
    position: relative;
    width: 6px;
}
.widget-nav-menu ul li a:hover {
	color: #dd9933;
}
.widget-nav-menu ul li a:hover::before {
	background-color: #dd9933;
}

/* ## Footer */
.footer-main {
	background-color: #111;
	padding-top: 98px;
}

.footer-main .widget-title h2 {
	color: #fff;
}

.bottom-footer {
	background-color: #171717;
	padding: 30px 0;
}
.bottom-footer ul {
	margin-bottom: 0;
	list-style: none;
}
.bottom-footer ul li {
	float: left;
	padding: 0 8px;
	position: relative;
}
.bottom-footer ul li:before {
	content: "|";
	color: #fff;
	position: absolute;
	left: -4px;
	top: 0;
}
.bottom-footer ul li:first-child:before {
	content: "";
}
.bottom-footer ul li a {
	color: #fff;
	font-size: 12px;
}
.bottom-footer p {
	margin-bottom: 0;
	color: #fff;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
}
/* -- Widget */
/* -- Widget Subsribe */
.widget-subscribe .subscribe-box {
	display: inline-block;
	padding: 45px 35px;
	border: 1px solid rgba(209,209,209,0.2);
	color: #eee;
}
.subscribe-box h4 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	color: #fff;
}
.subscribe-box p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 30px;
}
.subscribe-box input {
	border: none;
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
}
.subscribe-box input:focus {
	box-shadow: none;
}
.subscribe-box input,
.subscribe-box .input-group-btn > .btn {
	border-radius: 0;
	outline: none;
}
.subscribe-box .input-group-btn > .btn {
	background-color: #f7b731;
	border-color: #f7b731;
	padding-top: 11px;
	padding-bottom: 11px;
}

.footer-main .widget_mc4wp_form_widget [type="submit"] {
	background-color: #f7b731;
	border-color: #f7b731;
	padding-bottom: 11px;
	padding-top: 11px;
	color: #333;
	text-transform: uppercase;
	border-radius: 0;
	border: 0 none;
	font-size: 14px;
	min-width: 56px;
	outline: medium none;
}

.blog-section .format-video iframe,
.blog-section .format-video video {
	max-height: 267px;
	min-height: auto;
}

.footer-main .widget_mc4wp_form_widget.widget {
	margin-bottom: 0;
}

.footer-main .widget_mc4wp_form_widget .email-field [type="email"] {
	border: 0 none;
	height: auto;
	padding-bottom: 11px;
	padding-top: 10px;
	text-transform: uppercase;
}

.footer-main .widget_mc4wp_form_widget .input-group.email-field {
    float: left;
    min-width: 230px;
}

.footer-main .widget_mc4wp_form_widget .widget-title::after {
    color: #eee;
    content: "Get our Daily email n.ewsletter with Special Services, Updates, Offers and more";
    font-family: "Oxygen",sans-serif;
    font-size: 13px;
    line-height: 24px;
    text-transform: none;
}

.footer-main .widget_mc4wp_form_widget .widget-title h2 {
	font-size: 18px;
}

.footer-main .widget_mc4wp_form_widget {
    border: 1px solid rgba(209, 209, 209, 0.2);
    color: #eee;
    display: inline-block;
    padding: 45px 35px;
}
	
.footer-main .input-group.name-field {
	display: none;
}

.widget_social_icons ul {
	margin-top: 22px;
	list-style: none;
}
.widget_social_icons ul li {
	float: left;
	margin: 0 10px;
}
.widget_social_icons ul li a {
	width: 32px;
	height: 35px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.widget_social_icons ul li a img {
	position: absolute;
}
.widget_social_icons ul li a:hover img {
	top: -38px;
}

.footer-main .widget_mc4wp_form_widget .widget-title {
	margin-bottom: 31px;
}

.footer-main .widget-title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
	color: #fff;
	margin-bottom: 40px;
}

/* -- Widget Links */
.footer-main .widget {
	width: 100%;
	display: inline-block;
	margin-bottom: 75px;
}

.footer-main .widget-links {
	font-size: 14px;
}

.widget-area .widget-links ul li {
	color: #777;
	margin-bottom: 0;
}
.widget-area .widget-links ul li:last-of-type {
	padding-bottom: 0;
}

.widget-links ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	color: #fff;
}
.widget-links ul li span {
	float: right;
	text-align: center;
	width: 50%;
}
.widget-links ul li:last-child { 
	margin-bottom: 0;
}
.widget-links ul li:last-child span { 
	color: #FFBE01;
}

/* -- Widget About */
.widget-about {
	color: #fff;
	font-size: 14px;
}

.footer-main .widget-about li,
.footer-main .widget-about li a {
	color: #fff;
}

.widget-about p {
	margin-bottom: 40px;
}
.widget-about li {
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: 19px;
	padding-left: 55px;
	margin-bottom: 40px;
	font-weight: bold;
}
.widget-about li span {
	display: block;
}
.widget-about li img {
	position: absolute;
	left: 0;
	top: 0;
}
.widget-about li:last-child  {
	margin-bottom: 0;
}
.widget-about li a {
	color: #fff;
	font-weight: normal;
}

/* -- Page Banner */
.page-banner {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	max-height: 240px;
	min-height: 240px;
	padding: 96px 0;
	position: relative;
	width: 100%;
}
.page-banner::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
	display: inline-block !important;
}

/* - Banner Heading */
.banner-heading {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.banner-heading > h3 {
	margin-top: 0;
	color: #fff;
}

/* - Post Format */
.format-video iframe,
.format-video video {
	min-height: 400px;
	width: 100%;
	margin-bottom: 0;
}

.format-audio audio {
	width: 100%;
}

.format-audio iframe {
	min-height: 165px;
	width: 100%;
	margin-bottom: 0;
}

.format-gallery .carousel-control {
	width: 30px;
	height: 28px;
	line-height: 25px;
	border: 1px solid #fff;
	background-color: transparent;
	background-image: none;
	top: 50%;
	box-shadow: none;
	text-shadow: none;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.format-gallery .carousel span {
	color: #fff;
	margin: 0;
	padding: 0;
}

.format-gallery .carousel-control.left {
	left: 0;
}

.format-gallery .carousel-control.right {
	right: 35px;
}

.format-gallery a.carousel-control span.fa {
	border: 0 none !important;
	margin-left: 0;
	padding: 0;
	position: relative;
	top: 1px;
}

.vc_column_container > .vc_column-inner {
	padding: 0 !important;
}
.vc_row {
	margin: 0 !important;
}

/* Modal Popup */
.modal-dialog {
	bottom: 25px;
	float: none;
	left: 0;
	margin: 0 auto;
	min-width: 60%;
	max-width: 100%;
	padding: 0;
	position: fixed;
	top: 25px;
	height: 95%;
}

.modal-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #3c7dcf;
	border-radius: 0;
	box-shadow: none;
	overflow-y: scroll;
}

.modal-content .close {
	background-color: #000;
	color: #fff;
	font-weight: 400;
	text-shadow: none;
	width: 32px;
	height: 32px;
	z-index: 1;
	position: relative;
}

.modal-body {
	padding: 32px;
}

#appointment_form .appointment-form .btn-default,
#appointment_form .appointment-form > p {
	margin-bottom: 0;
}

#appointment_form .modal-dialog {
	max-height: 451px;
	width: 100%;
	max-width: 740px;
	min-width: 320px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#appointment_form.modal.in .modal-dialog,
#appointment_form.modal.fade .modal-dialog {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mc4wp-form-submitted .mc4wp-response {
	clear: both;
	display: inline-block;
	margin-top: 25px;
	text-align: center;
	width: 100%;
}

/* ## Woocommerce */
.ow-woocommerce h1 {
	margin-top: 0;
}

.product.prod-grid {
	min-height: 339px;
}

.widget_product_categories.widget ul.children {
    padding-left: 10px;
}

.woocommerce div.product form.cart table {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations label {
	text-transform: capitalize;
}

.single_variation {
	margin-bottom: 10px;
}

.woocommerce div.product form.cart table td {
    color: #333;
    font-size: 14px;
}

.woocommerce div.product form.cart .variations select {
    border: 1px solid #ccc;
    border-radius: 0;
	margin-bottom: 8px;
}

.product-type-variable .product-content .price {
	float: right;
}
.product-type-variable .product-content span {
	float: none;
}

.woocommerce .star-rating::before {
	color: #ffbe01;
}

.recentproduct .prod-grid .sl-button,
.product-list .products .prod-grid .sl-button,
.woocommerce ul.products li.product .sl-button {
	color: #fff;
	text-transform: uppercase;
}

.recentproduct .prod-grid .wishlist .sl-icon,
.product-list .products .prod-grid .wishlist .sl-icon,
.woocommerce ul.products li.product .wishlist .sl-icon {
	display: none;
}

.product-list .products .prod-grid .wp-post-image,
.woocommerce ul.products li.product .wp-post-image {
	margin-bottom: 0;
}

.woocommerce ul.products li.product .wishlist img {
	width: auto;
}

.recentproduct .prod-grid .button,
.product-list .products .prod-grid .button,
.woocommerce ul.products li.product .button {
	border: 1px solid #fff;
	display: none;
}

.recentproduct .prod-grid .product-box:hover .button:before,
.product-list .products .prod-grid .product-box:hover .button:before,
.woocommerce ul.products li.product .product-box:hover .button:before {
	background-image: url('images/icon/addtocart.png');
	content: "";
	display: inline-block;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 26px;
}

.product-box .product-content .star-rating {
	margin-top: 10px;
}

.recentproduct .product-box {
	margin-bottom: 60px;
}

.recentproduct .prod-grid .product-box:hover .button.product_type_variable,
.product-list .products .prod-grid .product-box:hover .button.product_type_variable,
.woocommerce ul.products li.product .product-box:hover .button.product_type_variable {
	width: 177px;
}

.recentproduct .prod-grid .product-box:hover .button,
.product-list .products .prod-grid .product-box:hover .button,
.woocommerce ul.products li.product .product-box:hover .button {
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 42%;
	width: 156px;
	line-height: normal;
}

.product-list .products .star-rating span::before,
.woocommerce ul.products .star-rating span::before {
	color: #ffbe01;
}

.recentproduct .product-content h2 a,
.product-list .products .product-content h2 a,
.woocommerce ul.products .product-content h2 a {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-align: left;
}

.recentproduct .prod-grid .button,
.product-list .products .prod-grid .button,
.woocommerce ul.products li.product .button {
	border: 1px solid #fff;
}

.recentproduct div.product p.price,
.recentproduct div.product span.price {
	margin-top: 6px;
}

.recentproduct .star-rating {
	float: left;
}

.related.products .section-header h3 {
	background-position: left bottom;
}

.related.products .section-header p {
	margin-bottom: 45px;
}

.woocommerce-sidebar .widget_top_rated_products ul li::before,
.woocommerce-sidebar .widget_products ul li::before,

.wc-sidebar .widget_top_rated_products ul li::before,
.wc-sidebar .widget_products ul li::before {
	background-image: none;
}

.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
	margin-bottom: 10px;
}

.product .summary.entry-summary .product_meta {
    clear: both;
    display: inline-block;
    width: 100%;
	text-align: left;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	margin-right: 10px;
	display: inline-block;
}

.product-box .price .amount {
	font-size: 15px;
}

.woocommerce .products .star-rating {
	float: left;
}

.wc-sidebar .widget .widget-title,
.woocommerce-sidebar .widget .widget-title {
	line-height: normal;
}

.woocommerce-sidebar .widget .widget-title h2,
.wc-sidebar .widget .widget-title h2 {
	background-color: #1377C5;
	font-size: 16px;
	line-height: 15px;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 15px 20px;
	color: #fff;
}

/* Price Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ececec;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	background-color: #539e22;
	border-radius: 3px;
	box-shadow: 0 2px 0 #457f1f;
	float: right;
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
}
.woocommerce .widget_price_filter .price_label {
	float: left;
	color: #777;
	font-size: 13px;
	font-weight: bold;
}
.woocommerce .widget_price_filter .price_label span {
	font-weight: normal;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #d1d1d1;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff;
	border: 3px solid #539e22;
	border-radius: 4px;
}

.woocommerce-sidebar .widget_price_filter .widget-title h2,
.wc-sidebar .widget_price_filter .widget-title h2 {
	background-color: #539E22;
	margin-bottom: 27px;
}

.woocommerce-sidebar .widget_products .widget-title h2,
.wc-sidebar .widget_products .widget-title h2 {
	background-color: #F44027;
}

.woocommerce-sidebar .widget-price-filter .widget-title h2,
.wc-sidebar .widget-price-filter .widget-title h2 {
	background-color: #539e22;
}

.woocommerce-sidebar .widget_product_categories .widget-title h2,
.wc-sidebar .widget_product_categories .widget-title h2 {
	background-color: #ffbe01;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: #ffbe01;
	border-radius: 0;
	height: auto;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
}

.product-subtotal .amount,
.product-price .amount {
    color: #000;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
}

.cart_totals h2,
.woocommerce .shop_table.cart thead th,
.product-name > a {
    color: #000;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	text-align: right;
}

/*
.cart_totals .wc-proceed-to-checkout {
	width: auto;
	min-width: 210px;
}
*/

.cart_totals h2 {
	font-size: 20px;
}

.woocommerce .shop_table.cart thead {
	background-color: #f6f6f6;
}

.woocommerce-cart table.cart img {
	width: auto;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	line-height: 18px;
	width: auto;
}

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
	text-align: center;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #ffbe01;
}

.woocommerce a.remove {
    border: 1px solid #a0a0a0;
    color: #a0a0a0 !important;
    display: inline-block;
    height: 30px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    width: 30px;
}

/* woocommerce single image */
.woocommerce div.product .product_title {
	font-family: "montserratsemi_bold";
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
}

#site-loader > .loader::before {
    background-color: transparent;
    background-image: none;
}

.woocommerce .quantity .qty {
	border: 1px solid #e9eaee;
	height: 39px;
	text-align: center;
	margin-right: 20px;
}

.woocommerce div.product form.cart .button {
	background-color: #ffbe01;
	border-radius: 0;
	height: 39px;
	line-height: normal;
	padding: 0 20px;
	text-transform: uppercase;
}
	
.woocommerce div.product form.cart .button:before {
	background-image: url('images/icon/addto-cart.png');
	content: "";
	display: inline-block;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 26px;
}

.woocommerce .star-rating span::before {
    color: #ffbe01;
}

.woocommerce-review-link {
	color: #868686;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	line-height: 15px;
}

.summary.entry-summary [itemprop="description"] {
	border-top: 1px solid #d1d1d1;
	padding-top: 15px;
	padding-bottom: 15px;
}

form.cart {
	border-top: 1px solid #d1d1d1;
	padding-top: 15px;
}

.summary.entry-summary [itemprop="description"] p {
	color: #555;
	font-family: "Lato",sans-serif;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 0;
}

.woocommerce .summary.entry-summary .amount {
	color: #000;
	font-family: "Montserrat",sans-serif;
	line-height: 16px;
}

.woocommerce div.product .summary.entry-summary .woocommerce-product-rating {
	margin-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-product-gallery {
    border: 1px solid #d1d1d1;
}

/* woocommerce single tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.wc-tabs-wrapper h2 {
	font-family: "Montserrat",sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.wc-tab p {
	color: #777;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	line-height: 28px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 50px;
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 10px 0 0;
	padding: 0;
	border-radius: 0;
	border: 0 none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	background-color: #f5f5f5;
	border: medium none;
	border-radius: 0;
	color: #777;
	font-family: "Lato",sans-serif;
	letter-spacing: 1px;
	margin-right: 0;
	padding: 14px 35px;
	text-transform: uppercase;
	border: 0 none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background-color: #b6b6b6;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	left: 0;
	right: 0;
	border-radius: 0;
	border: 0 none;
}

/* Product List Widget */
.woocommerce ul.product_list_widget li {
	border-bottom: 1px solid #f5f5f5;
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 25px;
	position: relative;
	width: 100%;
}

.woocommerce ul.product_list_widget li a {
	color: #313131;
	font-family: "Lato",sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

.woocommerce ul.product_list_widget li img {
	float: left;
	height: 72px;
	margin-left: 0;
	margin-right: 20px;
	width: 82px;
}

.appointment-form {
	margin-top: 20px;
	margin-bottom: 20px;
}
.appointment-form > .col-md-3.col-sm-3:first-of-type {
	padding-left: 0;
}
.appointment-form > .col-md-3.col-sm-3:nth-child(4) {
	padding-right: 0;
}
.appointment-form > .col-md-12.col-sm-12.col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	background-color: #f8f8f8;
	border-color: #d1d1d1;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 14px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #313131;
	color: #fff;
}

.yith-wcwl-wishlistexistsbrowse .dashicons.dashicons-heart:before,
.add_to_wishlist .dashicons.dashicons-heart:before {
	content: "";
}

.yith-wcwl-wishlistexistsbrowse .dashicons.dashicons-heart,
.add_to_wishlist .dashicons.dashicons-heart {
	background-image: url("images/icon/addto-1.png");
	width: 25px;
	height: 23px;
}

.yith-wcwl-add-to-wishlist {
	float: left;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}

.yith-wcwl-wishlistaddedbrowse.show,
.yith-wcwl-wishlistexistsbrowse.show {
	margin-bottom: 10px;
}

.yith-wcwl-wishlistexistsbrowse .dashicons.dashicons-heart,
.add_to_wishlist .dashicons.dashicons-heart {
	margin-right: 0;
}

.woocommerce div.product form.cart .button {
	background-color: #ffbe01;
	border-radius: 0;
	height: 39px;
	line-height: normal;
	padding: 0 20px;
	text-transform: uppercase;
}
	
.add_to_wishlist:before {
	background-image: url('images/icon/wishlist.png');
	content: "";
	display: inline-block;
	float: left;
	height: 23px;
	margin-right: 10px;
	width: 24px;
	background-repeat: no-repeat;
	position: relative;
    top: 8px;
}

.add_to_wishlist:hover {
	color: #fff;
	text-decoration: none;
}
.add_to_wishlist {
    background-color: #ffbe01;
    border-radius: 0;
    height: 39px;
    line-height: 38px;
    padding: 0 13px;
    text-transform: uppercase;
	float: left;	 
    color: #fff;
	font-weight: bold;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* ## Responsive */
@media (min-width: 992px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 30.8%;
	}
}

@media (min-width: 768px) {

	.site-main .content-left,
	.site-main .sidebar-left {
		float: left;
		clear: left;
	}

	.site-main .content-right,
	.site-main .sidebar-right {
		float: right;
	}
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

	.footer-main .widget_mc4wp_form_widget {
		padding: 20px;
	}
	.footer-main .widget_mc4wp_form_widget .input-group.email-field {
		min-width: 180px;
	}

	/* ## Header */
	/*.location, .phone {
		margin: 0;
	}*/
	
	/* ## Footer */
	.newsletter-section h3 {
		width: 100%;
	}
	.widget_social_icons ul li {
		margin: 0 7px;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.woocommerce div.product form.cart .button {
		padding: 0 10px;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	ul.products li.type-product.prod-grid {
		width: 50%;
		margin: 0 0 30px;
		padding: 0 15px;
		min-height: 334px;
	}
	.woocommerce-page ul.products {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}

	.woocommerce-page ul.products li.first {
		clear: none;
	}

	.product-list .products .product-box {
		min-height: 300px;
	}

	.product-list .owclearfix::after {
		clear: none;
	}
	
	.product-list .products .product-box {
		margin-bottom: 22px;
	}

	.blog-section .col-sm-6 {
		min-height: 560px;
	}
	
	.footer-main .widget_mc4wp_form_widget .input-group.email-field {
			min-width: 203px;
	}

	.location, .phone, .time-scheduled {
		margin-right: 10px;
		font-size: 11px;
		padding-left: 34px;
	}
	
	/* ## Footer */
	.newsletter-section h3 {
		width: 100%;
	}
	.newsletter-section .input-group {
		max-width: 39%;
		min-width: 39%;
	}
}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {	

	.top-header .top-menu {
		padding: 0;
	}
	.top-header .top-menu ul li {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.logo-block {
		margin-bottom: 33px;
	}
	.logo-block a {
		max-width: 182px;
		display: inline-block;
		position: relative;
	}
	.logo-block a img {
		left: 0;
	}
	.location, .time-scheduled, .phone, .carticon {
		margin-right: 20px;
	}
	
	/* ## Footer */
	.newsletter-section h3 {
		width: 100%;
	}
	.newsletter-section .input-group {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.bottom-footer,
	.bottom-footer p	{
		text-align: center;
	}
	.bottom-footer ul,
	.bottom-footer .col-md-7 {
		float: none !important;
	}
	.bottom-footer ul {
		margin-bottom: 10px;
	}
	.bottom-footer ul li {
		float: none;
		display: inline-block;
	} 
	.widget_social_icons ul li {
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media (max-width: 500px) {

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100%;
		max-width: 255px;
		float: none;
		margin: 0 auto 20px;
	}
	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n) {
		float: none;
	}
	
	.footer-main .widget_mc4wp_form_widget .input-group.email-field {
		min-width: 173px;
	}
	
	.footer-main .widget_mc4wp_form_widget {
		padding: 20px;
	}
	
	.location, .time-scheduled, .phone {
		max-width: 200px;
		min-width: 200px;
		display: block;
		margin: 0 auto 20px;
	}
	.top-header .col-xs-6 {
		width: 100%;
	}
	#slidepanel {
		text-align: left;
	}
}

/* -- min-width: 639 */
@media (max-width: 639px) {

	.logo-block {
		text-align: left;
	}
	.top-header .col-xs-6,
	.top-header .social ul {
		text-align: center;
	}
	.top-header .social ul {
		float: none !important;
	}
	.top-header .social ul{
		display: inline-block;
	}
	.carticon { 
		position: absolute;
		right: 15px;
		top: -80px;
	}
}

/* -- min-width: 1200 */
@media (min-width: 1200px) {

	.content-left {
		padding-right: 85px;
	}
	.content-right {
		padding-left: 85px;
	}

	.woocommerce-sidebar.content-right,
	.ow-woocommerce.content-right {
		padding-left: 35px;
	}

	.woocommerce-sidebar.content-left,
	.ow-woocommerce.content-left {
		padding-right: 35px;
	}

    .container {
        width: 1200px;
    }

}

/* -- min-width: 767px */
@media (max-width: 767px) {

	.newsletter-section form {
		padding: 0;
	}
	
	body.woocommerce-page .widget-area {
		margin-top: 0;		
	}

	.widget-area {
		margin-top: 40px;
	}

	.appointment-form > .col-md-3.col-sm-3 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.content-left {
		padding-right: 15px;
	}
	.content-right {
		padding-left: 15px;
	}

}

/* ## max-width: 1200 */
@media (max-width: 1200px) {

	.newsletter-section form {
		padding: 0;
	}
	
    .ow-navigation .container [data-toggle="modal"] {
		width: 202px;
		font-size: 13px;
	}	
}

.appointment-form span.wpcf7-not-valid-tip {
	margin-top: 0;
}

span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
    margin-top: 10px;
	text-align: left;
}

/*
	[Table of contents]

	## Shortcodes
		-- Photos Slider
		-- Intro
		-- Appointment
		-- Services
		-- Callout
		-- Why Choose Us
		-- Testimonial
		-- Team
		-- Counter
		-- Shop
			-- Product List
				-- Product List Widget
			-- Product Details
		-- Offer
		-- Blog Section
			-- Single Post
		-- What We Do
		-- Brands
		-- Pricing
		-- Error Section
		-- Map Section
		-- Contact Form
		-- Checkout
		
		
	## Responsive	
		-- min-width: 1551 to max-width: 1750
		-- min-width: 1367 to max-width: 1440
		-- min-width: 1201 to max-width: 1366
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- max-width: 767
		
		
*/

/* ## Shortcodes */

/* -- Photos Slider */
.photo-slider {
	position: relative;
}
.photo-slider .slider-content {
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
}
.photo-slider .slide-content {
	text-align: right;
	text-shadow: none;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.photo-slider .slide-content  h2 {
	font-size: 54px;
	font-weight: 600;
	/*color: #0a68b1;*/
	color: #f44027;
	letter-spacing: 2px;
	margin-bottom: 40px;
	line-height: 37px;
}
.photo-slider .slide-content h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 30px;
	text-shadow: 0 2px 3px rgba(0,0,0,0.25);
	text-transform: capitalize;
}
.photo-slider .slide-content span {
	display: block;
}
.photo-slider .slide-content p {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 40px;
}
.photo-slider .btn-default {
	font-size: 15px;
	font-weight: bold;
	background-color: #f44027;
	border: none;
	padding: 16px 35px;
	border-radius: 0;
	line-height: 13px;
}
.photo-slider .btn-default.bg {
	color: #000;
	background-color: #fff;
	margin-left: 20px;
}

.photo-slider .slider-content-2 {
	text-align: right;
	bottom: 28%;
}
.photo-slider .slide-content.slide-content-2  h3 {
	font-size: 18px;
	color: #000;
	background-color: #fff;
	display: inline-block;
	padding: 16px 20px;
	text-shadow: none;
	line-height: 18px;
	margin-bottom: 17px;
}
.photo-slider .slide-content-2  h2 {
	font-size: 50px;
	color: #f44027;
	margin-bottom: 20px;
}
.photo-slider .slide-content-2 span {
	display: inline-block;
}
.photo-slider .slide-content-2 p {
	line-height: 30px;
	margin-bottom: 35px;
}
.photo-slider .slide-content-2 p span {
	display: block;
}
.photo-slider .slide-content-3 {
	text-align: left;
}
.photo-slider .slide-content-3 h2 {
	font-size: 54px;
	font-weight: 600;
	color: #0a68b1;
	letter-spacing: 2px;
	margin-bottom: 35px;
}
.photo-slider .slide-content-3 h2 span {
	color: #f44027;
	display: inline-block;
}
.photo-slider .slide-content-3 p {
	line-height: 25px;
	margin-bottom: 40px;
	text-shadow: none;
}
.photo-slider .slide-content-3 p span {
	display: block;
}

.photo-slider .carousel-inner > .item:before {
	background-image: url("../images/gridtile.png");
	background-repeat: repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

/* -- Intro */
.intro{
	/*background-image: url("../images/intro/intro.jpg");*/
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.pet-images{
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.pet-images::before,
.pet-images::after,
.pet-images .content-box,
.pet-images .content-box h3,
.pet-images .content-box p,
.pet-images .content-box a {
	-webkit-transition: all 2s ease 0s;
    -moz-transition: all 2s ease 0s;
    -o-transition: all 2s ease 0s;
    transition: all 2s ease 0s;
}
.pet-images::before {
	background-color: #b82641;
    bottom: 0;
    content: "";
    display: inline-block;
    left: -20px;
    position: absolute;
    right: 0;
    top: -104%;
	-webkit-transform: skewX(129deg);
    transform: skewX(129deg);
}
.pet-images::after {
	background-color: #b82641;
    bottom: 0;
    content: "";
    display: inline-block;
    left: -20px;
    position: absolute;
    right: 0;
    top: -99%;
	-webkit-transform: skewX(129deg);
    transform: skewX(129deg);
}
.pet-images.bgcolor-green::before {
	background-color: #b82641;
}
.pet-images.bgcolor-green::after {
	background-color: rgba(72,161,29,0.5);
}
.pet-images.bgcolor-yellow::before {
	background-color: #ffbe01;
}
.pet-images.bgcolor-yellow::after {
	background-color: rgba(255,190,1,0.5);
}
.pet-images .content-box {
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	z-index: 1;
	text-align: left;
}
.pet-images .content-box h3 {
	margin-top: 0;
	font-size: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid transparent;
	position: relative;
}
.pet-images .content-box h3 span {
	display: block;
	font-size: 14px;
	text-transform: none;
	margin-top: 15px;
	margin-bottom: 30px;
	letter-spacing: 0;
}
.pet-images .content-box h3 i {
	opacity: 0.3;
}
.pet-images .content-box p {
	text-align: center;
	margin-bottom: 30px;
	line-height: 30px;
	opacity: 0;
}
.pet-images .content-box a {
	float: right;
	font-size: 12px;
	opacity: 0;
}
.pet-images:hover .content-box {
	left: 18px;
	right: 18px;
}
.pet-images:hover::after {
	opacity: 0;
}
.pet-images:hover::before {
	background-color: #b82641;
	transform: skewX(0deg);
	-webkit-transform: skewX(0deg);
	opacity: 0.9;
}
.pet-images.bgcolor-green:hover::before {
	background-color: #48a11d;
}
.pet-images.bgcolor-yellow:hover::before {
	background-color: #ffbe01;
}
.pet-images:hover .content-box h3 {
	padding-left: 94px;
	margin-bottom: 20px;
	border-bottom-color: rgba(255,255,255,0.2);
}
.pet-images:hover .content-box h3 i {
	position: absolute;
	left: 10px;
	top: 0;
}

.pet-images:hover .content-box h3 i,
.pet-images:hover .content-box p,
.pet-images:hover .content-box a {
	opacity: 1;
}

/* -- Appointment */
.appointment {
	/*background-image: url("../images/appointment/appointment.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}
.appointment .section-padding {
	padding-bottom: 35px;
	padding-top: 35px;
}
.appointment.container-fluid::before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background-color: rgba(0,0,0,0.7);
}
.appointment .section-header h3 {
	text-align: center;
	position: relative;
	background-image: url("../images/icon/separator-1.png");
}
.appointment-form .section-header p{
	text-align: center;
	color: #999;
	position: relative;
}
.appointment-form  .form-control:focus {
	border: 1px solid #666;
}

.appointment-form  .form-control {
	border-radius: 0px;
	margin-bottom: 30px;
	box-shadow: none; 
	padding: 10px;
	height: auto;
}
.appointment-form .form-control:focus {
	box-shadow: none;
}
.appointment-form .form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
   color: #999; 
}

.appointment-form .form-control:-moz-placeholder,
:-moz-placeholder { /* Firefox 18- */
   color: #999; 
}

.appointment-form .form-control::-moz-placeholder,
::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}

.appointment-form .form-control:-ms-input-placeholder,
.appointment-form .form-control:-ms-input-placeholder {  
   color: #999; 
}

.appointment-form select {
    height: 40px;
    width: 100%;
	color: #ccc;
	padding: 0 10px;
	border: 1px solid #eaeced;
	margin-bottom: 25px;
}
.appointment-form .btn-default {
	margin: 0 auto;
	font-size: 15px;
	background-color: #006F59;;
	padding: 15px 30px;
	position: relative;
	border: none;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	outline: none;
	color: #fff;
	box-shadow: 0 2px 0 #276200;
}

/* -- Services */
.services,
.service-tab {
	position: relative;
}
.services .section-header h3 {
	background-image: url("../images/icon/separator-2.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}
.service-tab {
	display: inline-block;
	z-index: 1;
}
.service-tab .nav-tabs {
	border: none;
}
.service-tab .nav-tabs > li {
    float: none;
    margin-bottom: 0;
	border-bottom: 1px solid #e3e9ec;
	display: block;
}

.services .right-image.fadeInRight {
	animation-duration: 1.5s;
}

.service-tab .nav.nav-tabs li i {
	margin-right: 23px;
	width: 27px;
	height: 27px;
	overflow: hidden;
	position: relative;
	float: left;
}
.service-tab .nav.nav-tabs li i img {
	position: absolute;
	top: 0;
}
.service-tab .nav-tabs > li:last-child {
    border: none;
}
.service-tab .nav-tabs > li > a {
	border: none;
	font-size: 16px;
	color: #313131;
	padding: 21.1px 20px;
	letter-spacing: 1px;
	border-radius: 0;
	margin-right: 0;
}
.service-tab .nav-tabs > li.active a, 
.service-tab .nav-tabs > li.active > a:focus, 
.service-tab .nav-tabs > li.active > a:hover,
.service-tab .nav > li > a:focus, 
.service-tab .nav > li > a:hover {
	background-color: #f44027;
	border: none;
}
.service-tab .nav-tabs > li.active a i img, 
.service-tab .nav-tabs > li.active > a:focus i img, 
.service-tab .nav-tabs > li.active > a:hover i img,
.service-tab .nav > li > a:focus i img, 
.service-tab .nav > li > a:hover i img{
	top: -30px;
}
.tab-box {
	display: inline-block;
	border-left: 1px solid #f44027;
	background-color: #f8f8f8;
	padding: 40px 25px;
}
.service-tab .tab-content p {
	font-size: 13.5px;
	color: #777;
	line-height: 24px;
	margin-bottom: 16px;
}
.service-tab .tab-content p:last-child { 
	margin-bottom: 0;
}
.services .right-image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 38%;
	text-align: center;
}

/* -- Callout */
.callout{
	/*
	background-image: url("../images/callout/callout.jpg");
	*/
	background-color: #b82641;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 75px;
	padding-top: 75px;
}

.callout h3,
.callout h4 {
	display: inline-block;
	width: 100%;
}

.callout h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
	display: inline-block;
	width: 100%;
}
.callout h4 {
	font-size: 18px;
	font-family: 'montserratlight';
	margin: 0px;
	letter-spacing: 2px;
}
.callout a {
	margin-bottom: 0px;
	float: right;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 12px 42px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.callout a:hover {
	background-color: #fff;
	color: #ffbe01;
}

/* -- Why Choose Us */
.why-choose-us {
	text-align: center;
	background-color: #f9f9f9;
}
.why-choose-content {
	position: relative;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	width: 100%;
}
.why-choose-content > .image-box {
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	overflow: hidden;
}
.why-choose-hover {
	padding: 50px 24px;
	border: 1px solid #ddd;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 30px;
}
.why-choose-content .why-choose-hover i {
	width: 70px;
	height: 70px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.why-choose-content .why-choose-hover i img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.why-choose-content .why-choose-hover i,
.why-choose-content .image-box img,
.why-choose-content > a {
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.why-choose-content .why-choose-hover h3 {
	color: #313131;
	font-size: 20px;
	margin-bottom: 15px;
}

.why-choose-content .why-choose-hover p {
	color: #777;
	line-height: 25px;
	height: 55px;
	overflow: hidden;
}

.why-choose-content > a {
	position: absolute;
	padding: 15px 34px;
	font-size: 14px;
	font-weight: bold;
	color: #1377c5;
	margin: 0 auto;
	bottom: 0px;
	left: 50px;
	right: 50px;
	background-color: #fff;
	display: inline-block;
	text-decoration: none;
	box-shadow: 0 2px 0 rgba(0,0,0,0.3);
	opacity: 0;
}

.why-choose-content:hover {
	background-color: #1377c5;
}

.why-choose-content:hover .image-box {
	opacity: 0.1;
}
.why-choose-content:hover .image-box img {
	transform: scale(1.2);
}

.why-choose-content:hover .why-choose-hover {
	top: 0;
	bottom: 0;
	border: none;
}
.why-choose-content:hover .why-choose-hover i {
	transform: scale(1.2);
}
.why-choose-content:hover .why-choose-hover i img {
	top: -77px;
}
.why-choose-content:hover .why-choose-hover h3 {
	font-size: 16px;
}
.why-choose-content:hover .why-choose-hover p {
	height: 70px;
}
.why-choose-content:hover > a {
	opacity: 1;
	bottom: -20px;
}

/* -- Testimonial */
.testimonial {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block !important;
	background-color: rgba(0,0,0,0.8);
}
.testimonial .section-header h3 {
	background-position: left bottom;
	background-image: url("../images/icon/separator-3.png");
	position: relative;
	margin-bottom: 50px;
	color: #fffefe;
}
.testimonial .carousel.slide {
	padding-right: 27px;
} 
.testimonial .item-content p {
	line-height: 40px;
	font-style: italic;
	color: #d5d5d5;
	font-size: 17px;
	margin-bottom: 35px;
}

.testimonial .item-content > img {
	float: left;
}
.testimonial .item.active.item-content {
	text-align: left;
}
.testimonial .item-content > h2 {
	margin-top: -3px;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-left: 15px;
}
.testimonial .item-content > h2 span {
	display: block;
	color: #777;
	text-transform: lowercase;
}
.testimonial .carousel.slide.carousel-fade.col-offset-2 {
	text-align: right;
}
.testimonial .carousel-control {
	position: relative;
	top: -45px;
	margin: 0 1%;
	opacity: 1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
}
.testimonial .carousel-control.left,
.testimonial .carousel-control.right{
	background-image: none;
	font-size: 10px;
}
.testimonial .carousel-control i{
	font-size: 15px;
	color: #000;
}
.testimonial .avatar-member {
	display: inline-block;
}
.testimonial .avatar-images {
	display: inline-block;
	padding: 0 23px 20px 0;
}
.testimonial .avatar-images img {
	border: 1px solid #ddd;
	padding: 4px;
}

/* -- Team */
.team {
	text-align: center;
}
.team2 {
	background-color: #f8f8f8;
}
.team-image-box {
	position: relative;
}
.team-member {
	display: inline-block;
	width: 100%;
}
.team-content {
	display: inline-block;
	background-color: rgba(19,119,197,0.3);
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
}
.team-content,
.team-content h3,
.team-social-icon {
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.team-content h3 {
	font-size: 16px;
	color: #313131;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #1377c5;
	padding: 15px 38px;
	margin: 5px 0;
	line-height: 25px;
}

.team-content h3 span {
	display: block;
	color: #777;
	text-transform: lowercase;
}
.team-member:hover .team-content {
	background-color: #1377c5;
}
.team-member:hover .team-content h3 { 
	width: 100%;
	border-color: #fff;
}
.team-social-icon {
	position: relative;
	bottom: 65px;
	text-align: center;
	z-index: -1;
	opacity: 0;
}
.team-social-icon .list-inline {
	background-color: #1377c5;
	padding: 12px;
	margin-left: 0px;
}
.team-social-icon .list-inline li {
	border: none;
	margin-right: 5px;
}
.team-social-icon .list-inline a {
	font-size: 20px;
    color: #89bbe2;
    height: 40px;
    width: 40px;
    text-align: center;
	border: 1px solid #ddd;
	border-radius: 50px;
	display: inline-block;
	line-height: 40px;
}
.team-member:hover .team-social-icon {
	bottom: 15px;
	z-index: 1;
	opacity: 1;
}
.team-social-icon .list-inline a:hover  {
	border: 1px solid #fff;
}

/* -- Counter */
.counter {
	/*background-image: url("../images/counter/counter.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	padding-bottom: 80px;
	padding-top: 80px;
	text-align: center;
}
.counter::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block !important;
	background-color: rgba(83,158,34,0.8);
}

.counter-box {
	display: inline-block;
}

.counter h3 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 0px;
	margin-top: 5px;
	display: inline-block;
	min-height: 55px;
	max-height: 55px;
}
.counter h3 img {
	margin-right: 25px;
}
.counter p {
	margin-bottom: 0px;
	width: 100%;
	display: inline-block;
	margin-top: 15px;
	letter-spacing: 1px;
}

/* -- Shop */
.shop {
	background-color: #f8f8f8;
}
.shop .section-header {
	text-align: center;
}
.product-box {
	border: 1px solid transparent;
	padding: 5px;
	display: inline-block;
	width: 100%;
	background-color: #f8f8f8;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.product-box:hover {
	border-color: #ddd;
	background-color: #f0f0f0;
}
.product-box .product-image {
	display: inline-block;
	width: 100%;
	position: relative;
}

.product-box .product-image a > img {
	border: 1px solid #d1d1d1;
	margin-bottom: 0;
	max-height: 260px;
}

.product-box:hover .product-image::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background-color: rgba(0,0,0,0.6);
	content: "";
}
.product-image .cart,
.product-image .wishlist {
	display: none;
}
.product-box:hover .cart {
	position: absolute;
	left: 53px;
	right: 53px;
	top: 45%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #fff;
	padding: 10px 10px;
	text-decoration: none;
}
.product-image .wishlist a {
	margin: 0 5px;
}
.product-box:hover .wishlist {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
	display: inline-block;
}
.product-image .cart i {
	padding-right: 10px;
}
.product-content {
    padding-left: 15px;
    padding-right: 15px;
}
.product-content h2 {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	margin-bottom: 0;
	letter-spacing: 1px;
	text-align: left;
}

.product-content i {
	color: #ffbe01;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none;
}

.product-content .price {
	float: right;
	margin-top: 10px;
}

.product-content h3 {
	font-size: 15px;
	color: #539e22;
	margin-top: 12px;
	margin-bottom: 15px;
	text-align: left;
}

	/* -- Product List */
	.product-list  .col-md-9 .section-padding {
		display: inline-block;
		width: 100%;
	}
	.product-list  .col-md-9,
	.product-list .section-header {
		text-align: center;
	}
	.product-list .product-box:hover .cart {
		padding-left: 5px;
		padding-right: 5px;
	}
	.product-list .product-box {
		margin-bottom: 60px;
	}
	
	.product-box .new {
		background-color: #ffcb34;
		padding: 10px 10px 10px 20px;		
		font-size: 12px;
		line-height: 12px;
		position: absolute;
		top: 6px;
		left: 1px;
	}
	.product-box .new::before,
	.product-box .new::after {
		content: "";
		position: absolute;
		right: -10px;
	}
	.product-box .new::before {
		top: 0;
		border-top: 17px solid #ffcb34; 
		border-right: 10px solid transparent;
	}
	.product-box .new::after {
		bottom: 0;
		border-bottom: 17px solid #ffcb34; 
		border-right: 10px solid transparent;
	}
	.product-box .sold {
		left: 0;
		position: absolute;
		top: 36%;
		right: 0;
		background-color: rgba(119,119,119,0.3);
		color: #333;
		padding: 17px 0;
		font-size: 12px;
	}
	
		/* -- Product List Widget */
		.product-list .widget {
			display: inline-block;
			width: 100%;
			margin-bottom: 90px;
		}
		.product-list .widget h3 {
			background-color: #f44027;
			font-size: 16px;
			margin-top: 0;
			margin-bottom: 7px;
			padding: 15px 20px;
			line-height: 15px;
		}
		
		/* -- Select Widget */
		.product-list .widget ul {
			margin-bottom: 0;
		}
		.product-list .widget li {
			display: inline-block;
			width: 100%;
			margin-top: 17px;
			padding-bottom: 17px;
			border-bottom: 1px solid #f5f5f5;
			color: #777;
		}
		.product-list .widget li:last-child {
			padding-bottom: 0;
			border-bottom: none;
		}
		.product-list .widget li input {
			margin-left:5px;
			margin-right:5px;
			outline: none;
			border: 1px solid #000;
		}
		.product-list .widget li span {
			float: right;
			margin-top: 3px;
		}
		
		/* -- Widget Price Filter */
		.widget.widget-price-filter h3 {
			background-color: #539e22;
			margin-bottom: 27px;
		}
		.widget-price-filter .price-filter {
			padding-left: 11px;
			padding-right: 11px;
		}
		.widget-price-filter .ui-slider-horizontal {
			height: 5px;
			margin-bottom: 20px;
		}
		.widget-price-filter .ui-widget-content {
			background-color: #ececec;
			border: none;
		}
		.widget-price-filter .ui-widget-header {
			background-color: #d1d1d1;
		}
		.widget-price-filter .ui-slider .ui-slider-handle {
			width: 13px;
			height: 13px;
			border: 3px solid #539e22;
		}
		.widget-price-filter .price-input {
			color: #777;
			padding: 9px 10px;
			display: inline-block;
		}
		.widget-price-filter .price-filter > a {
			font-size: 12px;
			background-color: #539e22;
			padding: 10px;
			border-radius: 3px;
			float: right;
			box-shadow: 0 2px 0 #457f1f;
		}
		
		/* -- Widget Brands */
		.widget.widget-brands h3 {
			background-color: #ffbe01;
		}
		
		/* -- Widget Best Seller */
		.widget.widget-best-seller h3 {
			background-color: #1377c5;
		}
		.widget-best-seller .seller-box {
			margin-top: 20px;
			position: relative;
			padding-left: 102px;
			display: inline-block;
			width: 100%;
			padding-bottom: 35px;
			border-bottom: 1px solid #f5f5f5;
		}
		.widget-best-seller .seller-box:last-child {
			border-bottom: none;
			padding-bottom: 0;
		}
		.seller-box .product-img {
			position: absolute;
			left: 0;
			top: 0;
			width: 82px;
			height: 72px;
		}		
		.seller-box h4 {
			font-family: 'Lato', sans-serif;
			color: #313131;
		}
		.seller-box h4 span {
			display: block;
			margin: 10px 0;
			font-size: 12px;
			color: #777;
		}
		.seller-box .rating i {
			color: #ffbe01;
			font-size: 12px;
		}
		.seller-box .rating i.fill-color {
			color: #bbbaba;
		}
		
	/* -- Product Details */
	.product-list .col-md-9.single-product-detail {
		text-align: left;
	}
	.single-product-detail .single-product {
		width: 42.54%;
	}
	.single-product-detail .summary {
		width: 57.45%;
	}
	.single-product-detail .single-product img {
		border: 1px solid #d1d1d1;
	}
	.single-product-detail .entry-summary .product_title {
		font-family: 'montserratsemi_bold';
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 20px;
		line-height: 13px;
	}
	.single-product-detail .entry-summary .price {
		font-size: 20px;
		line-height: 16px;
	}
	.single-product-detail .entry-summary .price  del {
		font-size: 14px;
		color: #777;
		margin-left: 32px;
	}
	.single-product-detail .review-link,
	.single-product-detail .review-link > a {
		display: inline-block;
	}
	.single-product-detail .review-link > a {
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		color: #868686;
		line-height: 15px;
	}
	.single-product-detail .review-link > a::after {
		content: "|";
		margin-left: 10px;
		margin-right: 9px;
	}
	.single-product-detail .review-link > a:last-child::after {
		content: "";
		margin: 0;
	}
	.single-product-detail .product-ratting {
		color: #ffbe01;
		margin-left: 55px;
	}
	.single-product-detail .description {
		border-bottom: 1px solid #d1d1d1;
		border-top: 1px solid #d1d1d1;
		margin: 18px 0;
		padding: 13px 0;
	}
	.single-product-detail .description p {
		color: #555;
		font-family: 'Lato', sans-serif;
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 0;
	}
	.single-product-detail .color-option .color-box,
	.single-product-detail .color-option .color-box span,		
	.add-icons a,
	.qty-add,
	.qty-add div,
	.product-stock {
		display: inline-block;
	}
	.single-product-detail .color-option {
		float: left;
	}
	
	.single-product-detail .color-option h5 {
		display: block;
		margin-top: 0;
		margin-bottom: 20px;
		font-family: 'Lato', sans-serif;
		font-size: 16px;
		font-weight: bold;
	}
	.single-product-detail .color-option .color-box {
		width: 22px;
		height: 23px;
		border: 1px solid #ececec;
		padding: 2px;
	}
	.single-product-detail .color-option .color-box span {
		background-color: #000;
		width: 16px;
		height: 17px;
	}
	.single-product-detail .color-option .color-box.color2 span {
		background-color: #ffd200;
	}
	.single-product-detail .color-option .color-box.color3 span {
		background-color: #ff5122;
	}
	.single-product-detail .color-option .color-box.color4 span {
		background-color: #ff6bec;
	}
	.single-product-detail .color-option .color-box.color5 span {
		background-color: #2fffee;
	}
	.single-product-detail .color-option .color-box.color6 span {
		background-color: #c2ac9b;
	}

	.add-icons a {
		background-color: #ffbe01;
		height: 39px;
		margin-right: 15px !important;
		padding: 8px 13px;
	}
	.qty-add {
		width: 100%;
		margin-top: 30px;
	}
	.qty-add div {
		margin-right: 20px;
	}
	.qty-add label {
		font-family: 'Lato', sans-serif;
		font-weight: bold;
		margin-right: 9px;
	}
	.qty-add .quantity input {
		width: 69px;
	}
	.qty-add .quantity input,
	.qty-add .size select {
		text-align: center;
		height: 39px;
		border: 1px solid #e9eaee;
	}
	.qty-add .size select {
		width: 74px;
	}
	.qty-add .add-to-cart a {
		background-color: #ffbe01;
		height: 39px;
		line-height: 39px;
		padding: 0 20px;
		border-radius: 0;
	}
	.qty-add .add-to-cart a img {
		margin-right: 12px;
	}
	.product-stock {
		width: 100%;
		margin-top: 20px;
	}
	.product-stock span { 
		color: #222;
	}
	.product-stock a {
		color: #777;
	}
	.woocommerce-tabs {			
		margin-top: 60px;
	}
	.woocommerce-tabs .nav-tabs > li {
		margin-bottom: 0px;
		margin-right: 10px;
	}
	.woocommerce-tabs .nav-tabs > li > a {
		padding: 14px 35px;
		border-radius: 0;
		font-family: 'Lato', sans-serif;
		letter-spacing: 1px;
		color: #777;
		background-color: #f5f5f5;
		margin-right: 0;
		border: none;
	}
	.woocommerce-tabs .nav-tabs > li > a:focus, 
	.woocommerce-tabs .nav-tabs > li > a:hover,
	.woocommerce-tabs .nav-tabs > li.active > a, 
	.woocommerce-tabs .nav-tabs > li.active > a:focus, 
	.woocommerce-tabs  .nav-tabs > li.active > a:hover {
		background-color: #b6b6b6;
		border: none;
	}
	.woocommerce-tabs .tab-content {
		padding: 40px 0;
	}
	.woocommerce-tabs .tab-content p {
		font-size: 16px;
		font-family: 'Lato', sans-serif;
		color: #777;
		line-height: 28px;
	}
	.single-product-detail .product-list .section-header {
		text-align: left;
	}
	.single-product-detail .product-list .section-header h3 {
		background-image: url("../images/icon/separator-2.png");
		background-position: left bottom;
	}
	.single-product-detail .product-list .section-header p {
		margin-bottom: 40px;
	}

/* -- Offer */
.offer {
	/*background-image: url("../images/offer/offer.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
	padding: 78px 0;
	position: relative;
	overflow: hidden;
}
.offer-shape {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: 55%;
	/*background-image: url("../images/offer/offer-1.jpg");*/
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0;
	height: 100%;
	-moz-clip-path: polygon(0% 0%, 32% 100%, 100% 100%, 100% 0%);
	z-index: 4;
	-webkit-clip-path: polygon(0% 0%, 32% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 32% 100%, 100% 100%, 100% 0%);
}
.offer-shape svg {
    height: 100%;
    position: absolute;
    width: 100%;
}
.offer-shape::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
}
.smart-price {
	position: relative;
	z-index: 1;
}
.smart-price h3 {
	font-size: 23px;
	font-family: 'montserratsemi_bold';
	letter-spacing: 0.94px;
	margin: 0;
	line-height: 18px;
}
.smart-price h2 {
	font-size: 40px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 0;
	line-height: 28px;
}
.offer-box {
	position: relative;
	z-index: 4;
	margin: 10px 0;
}
.offer-box h2,
.offer-box h3 {
	display: inline-block;
	margin: 0;
}
.offer-box h2 {
	font-weight: bold;
	font-size: 55px;
	color: #ffbe01;
	line-height: 45px;
	margin-right: 20px;
}
.offer-box h3 {
	font-size: 20px;
	font-family: 'montserratsemi_bold';
	line-height: 28px;
}
.offer-box h3 span {
	font-size: 15px;
	display: block;
}
/* -- Blog Section */
.blog-section .section-header {
	text-align: center;
}
/* - Blog Area */
.blog-area {
	padding-right: 85px;
	text-align: center;
}
/* - Entry Cover */
.entry-cover {
	position: relative;
	text-align: center;
}
.entry-cover::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: transparent;
	opacity: 0.8;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}	
.entry-cover:hover::before{
	background-color: #313131;
}

.entry-cover  a.read-more {
	position: absolute;
	left: 0;
	right: 0;
	top: 43%;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 10px 28px;
	width: 145px;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.entry-cover:hover  a.read-more{
	opacity: 1;
}

/* - Post Content */
.post-content {
	border: 1px solid #d1d1d1;
	padding: 15px 24px;
	text-align: left;
}

/* - Post Meta */
.post-meta {
	display: inline-block;
	width: 100%;
}

/* - Post Date */
.post-date {
	width: 59px;
	display: inline-block;
	background-color: #b82641;
	padding: 17px 0 14px;
	color: #f9f9f9;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}

.type-post.has-post-thumbnail {
	border-top: 0 none;
}

.has-post-thumbnail .post-date {
	margin-top: -45px;
	top: -7px;
}

.post-date a {
	text-decoration: none;
}

.post-date span {
	line-height: 12px;
	color: #fff;
}
.post-date span:first-child {
	display: block;
	margin-bottom: 8px;
	width: 100%;
	font-weight: 700;
	line-height: 12px;
}

.type-post .sl-icon {
	display: none;
}

/* - Post Comment */
.post-content .post-like,
.post-content .post-comment,
.post-content .post-share {
	display: inline-block;
	margin-left: 15px;
}
.post-content .post-like i,
.post-content .post-comment i {
	color: #f44027;
	font-size: 20px;
	margin-right: 5px;
}
.post-content .post-like a,
.post-content .post-comment a {
	color: #777;
}

/* - Post Share */
.post-content .post-share a {
	color: #777;
	display: inline-block;
}
.post-content .post-share i {
	color: #f44027;
	margin-right: 10px;
}
.blog-area .post-content .post-share a { 
	margin-left: 30px;
}

/* - Entry Title */
.post-content .entry-title,
.post-content .entry-title a {
	color: #313131;
	margin: 25px 0 20px;
	font-size: 14px;
}

/* - Entry Content */
.post-content .entry-content {
	color: #777;
	line-height: 22px;
	padding-bottom: 15px;
}

/* - Entry Footer */
.post-content .entry-footer {
	border-top: 1px solid #d1d1d1;
	display: inline-block;
	width: 100%;
	padding-top: 8px;
}

/* - Post Admin */
.post-content .post-admin {
	display: inline-block;
	margin-left: 8px;
	font-size: 12px;
	color: #777;
	text-transform: capitalize;
}
.post-content .post-admin i {
	color: #f44027;
	font-size: 20px;
	margin-right: 9px;
}
.post-content .post-admin a {
	color: #777;
	padding-left: 5px;
	font-size: 12px;
}

/* - Tags */
.post-content .tags {
	margin-top: 11px;
	margin-bottom: 0;
	float: right;
	font-size: 12px;
}
.post-content .tags > i {
	color: #f44027;
	display: inline-block;
	margin-right: 5px;
}
.post-content .tags a {
	margin-left: 0;
	position: relative;
	margin-right: 5px;
	color: #777;
	font-size: 12px;
}
.post-content .tags a::after {
	position: absolute;
	content: ",";
	bottom: 0;
}
.post-content .tags a:last-child::after {
	content: "";
}
/* - Section Title */
.section-title {
	text-align: left;
}
.section-title > h3 {
	color: #313131;
	font-size: 20px;
	letter-spacing: 1px;
	padding-bottom: 15px;
	margin: 0;
	position: relative;	
}
.section-title > h3::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	background: url("../images/blog/section-seprator.png");	
	height: 1px;
	width: 100%;
	background-repeat: no-repeat;
}
.section-title p {
	color: #999;	
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 0;
}

.blog-list article {
	margin-bottom: 55px;	
	position: relative;
}

.blog-list article:last-of-type {
	margin-bottom: 0;
}

/* -- Widget Area */
.widget {
	display: inline-block;
	margin-bottom: 50px;
	width: 100%;
}

.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

/* - Widget Title */
.widget-area .widget-title > h3 {
	font-size: 16px;
	color: #222;
	margin: 0;
	margin-bottom: 20px;
}

/* - Categories Type */
.categories-type {
	list-style: none;
}
.categories-type li {	
	position: relative;
	padding-left: 20px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 21px;
	text-transform: capitalize;
}
.categories-type li::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #d1d1d1;
	display: inline-block;
}
.categories-type li:last-child::after {
	border-bottom: none;
}
.categories-type li::before {
	position: absolute;
	content: "";
	background: url("../images/widget/bullet.png");	
	background-repeat: no-repeat;
	left: 0;
	display: inline-block;
	height: 6px;
	width: 6px;
	top: 8px;
}
.categories-type li > a {
	color: #777;
	text-decoration: none;
}
.categories-type li:hover a {
	color: #000;
}

/* - Recent Post Box */
.recent-post-box {
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	position: relative;
}
.recent-post-box::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #f0f0f0;
}
.recent-post-box:last-child::after {
	border-bottom: none;
}

/* - Recent Img */
.recent-img {
	width: 100px;
	float: left;
}

/* - Recent Title */
.recent-title a {
	color: #313131;
	font-weight: 700;
	text-decoration: none;
}
.recent-title:hover a {
	color: #000;
}
.recent-title span i {
	font-size: 15px;
	color: #777;
	display: inline-block;
	margin-right: 10px;
}
.recent-img img {
	max-height: 72px;
	max-width: 82px;
}
.recent-title > p {
	font-size: 11px;
	color: #777;
	text-transform: capitalize;
	margin-top: 8px;
}

/* - Categories Type */
.categories-type span {
	float: right;
	padding: 3px 5px;
	border: 1px solid #313131;
	border-radius: 5px;
	color: #313131;
	font-family: 'Lato', sans-serif;
}
.categories-type li:hover span {
	background-color: #313131;
}

/* - Widget Tags */
.widget-tags {
	display: inline-block;
	width: 100%;
}
.tags-content {
	display: inline-block;
	margin-top: 32px;
}
.widget-tags a {
	color: #777;
	text-decoration: none;
	text-transform: capitalize;
	border: 1px solid #ededed;
	padding: 5px 15px;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 14px;
}
.widget-tags a:hover {
	background-color: #313131;
	transition: all 1s ease-in-out;
}

/* -- Single Post */
.single-post.entry-cover{
	position: relative;
}
.single-post .entry-cover:hover::before{
	background: none;
	content: "";
}
.single-post .entry-title {
	display: inline-block;
	width: 100%;
}
.single-post .entry-content > p{
	margin-bottom: 15px;
}
.single-post .entry-content >p:last-child {
	margin-bottom: 40px;
}
.single-post .entry-content blockquote {
	border-left: none;
	position: relative;
	padding-left: 20px;
	padding-right: 0;
	margin-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.single-post .entry-content blockquote::before {
	position: absolute;
	content: "\f10e";
	left: 0;	
	font-size: 40px;
	font-family: "FontAwesome";
	color: #f44027;
	top: 20px;
}
.single-post .entry-content  blockquote > p {
	color: #777;
	font-family: 'montserratlight';
	font-size: 16px;	
	display: inline-block;
	margin-left: 40px;
	line-height: 30px;
	font-style: italic;
}

/* - Entry Thumb */
.entry-thumb {
	display: inline-block;
	margin: 35px 0 32px;
	text-align: center;
}
/* - Entry Thumb Item */
.entry-thumb-item {
	position: relative;
	display: inline-block;
}
.entry-thumb-item:hover::before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #313131;
	opacity: 0.8;
	display: inline-block;
}
.entry-thumb-item .img-zoom {	
	position: absolute;
	left: 0;
	right: 0;
	top: 42%;
	z-index: 1;
	display: none;	
}
.entry-thumb-item:hover .img-zoom {
	display: block;
}

/* - About Author */
.about-author {
	display: inline-block;
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: 18px 60px 18px 18px;
	margin-top: 60px;
	margin-bottom: 60px;
	position: relative;
	width: 100%;
}

/* - Author Img */
.author-img {
	float: left;
	max-width: 155px;
	max-height: 165px;
}

/* - Author Content */
.author-content {
	padding-left: 180px;
}
.author-content > a {
	text-decoration: none;
	color: #313131;	
	display: inline-block;
	margin-bottom: 20px;
}
.author-content p {
	color: #777;	
	line-height: 25px;
	margin-bottom: 25px;
}
.author-content span a {
	display: inline-block;
	margin-right: 10px;
}
.author-content span a i {
	padding: 6px 8px;
	font-size: 13px;
}
.author-content .fa-facebook {
	color: #3b59a1;	
	border: 1px solid #3b59a1;	
}
.author-content .fa-dribbble {
	color: #ea367e;
	border: 1px solid #ea367e;
}
.author-content .fa-twitter {
	color: #31aae2;
	border: 1px solid #31aae2;
}
.author-content .fa-google-plus {
	color: #dd4c39;
	border: 1px solid #dd4c39;
}

/* - Comment Section */
.comment-section {
	display: inline-block;
	width: 100%;
	border: 1px solid #d1d1d1;
	padding: 30px 26px;
	text-align: left;	
}
.comment-section .media-list {
	margin-bottom: 0; 
}
.comment-section > h3 {
	color: #313131;
	font-size: 18px;	
	margin: 0;
	margin-bottom: 30px;
}
.comment-section h3 span {
	margin-left: 5px;
	display: inline-block;
}

/* - Media */
.comment-section .media {
	display: inline-block;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
}
.comment-section .media:last-child {
	border-bottom: none;
}
.comment-section .media:nth-child(2) {
	padding-left: 90px;
}

/* - Media Left */
.comment-section .media-left {
	margin-right: 8px;
	display: inline-block;
	float: left;
	clear: both;	
}
.comment-section .media-left img {
	border-radius: 10px;
}
.media-heading {
	display: inline-block;
	width: 100%;
}
.media-heading h3 { 
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 16px;
	color: #222;
	font-family: 'Cabin', sans-serif;
	text-transform: capitalize;	
}
.media-heading h3 span {
	color: #777;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	position: relative;
	padding-left: 20px;
	margin-left: 15px;
}
.media-heading span::before {
	position: absolute;
	content: "|";
	left: 0;
	top: 0;
	color: #777;
}

/* - Media Body */
.media-body a {
	color: #de302f;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 700;
	display: inline-block;
	padding-bottom: 10px;
}
.media-body a:hover {
	color: #000;
}
.media-body > span {
    display: inline-block;
    width: 100%;
	color: #de302f;
	margin-bottom: 15px;
}
.media-body p {
	color: #777;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 25px;
}

/* - Leave Comment */
.leave-comment{
	display: inline-block;	
	padding-bottom: 10px;
}
.leave-comment > h3 {
	font-size: 18px;
	margin-bottom: 50px;
	margin-top: 5px;
}
.leave-comment .form-group {
	margin-bottom: 20px;
}
.leave-comment .form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #ececec;
}
.leave-comment .form-control:focus {
	border-color: #000;
}
.leave-comment  input {
	height: 40px;
}
.leave-comment > input {
	font-family: 'Lato', sans-serif;
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #313131;
	color: #313131;
	padding: 8px 20px;
	font-weight: 700;	
	line-height: 15px;
	display: inline-block;
	margin-top: 26px;
}
.leave-comment > input:hover {
	transition: all 1s ease-in-out;
	background-color: #222;
}

.leave-comment  textarea::-webkit-input-placeholder,
.leave-comment  input::-webkit-input-placeholder {
	color: #cacaca;
}
.leave-comment  textarea:-moz-placeholder,
.leave-comment  input:-moz-placeholder { /* Firefox 18- */
	color: #cacaca;
}
.leave-comment  textarea::-moz-placeholder,
.leave-comment  input::-moz-placeholder {  /* Firefox 19+ */
	color: #cacaca;
}
.leave-comment  textarea:-ms-input-placeholder,  
.leave-comment  input:-ms-input-placeholder {  
	color: #000;
}

/* -- What We Do */
.what-we-do .section-header {
	text-align: center;
}
.what-we-do .col-md-4:nth-child(3n+1){
	clear: left;
}
.what-we-do-content {
	position: relative;
	padding-left: 100px;
	margin-bottom: 50px;
}
.what-we-do-content img {
	position: absolute;
	left: 0;
	right: 0;
}
.what-we-do-content h3 {
	font-size: 18px;
	margin-top: 12px;
}
.what-we-do-content p {
	color: #969595;
	line-height: 25px;
}

/* -- Brands */
.brands .section-header {
	text-align: center;
}
.brands-images {
	border: 1px solid #f1f1f1;
	padding: 15px 35px;
	max-height: 131px;
	min-height: 131px;
}
.brands  .brand-logo.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}

/* -- Pricing */
.pricing .section-header {
	text-align: center;
}
.price-table {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.price-table h5 {
	background-color: #f44027;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px;
	font-weight: 700;
	font-size: 15px;
	border: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.price-box {
	display: inline-block;
	border: 1px solid #ddd;
	border-top: none;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	border-radius: 5px;
}
.price-box h3 sup {
    top: -10px;
}
.price-box h3 sub {
	font-size: 16px;
}
.price-box h3 {
	background-image: url("../images/pricing/price.jpg");
	margin: 0 -30px;
	text-align: center;
	font-size: 70px;
	padding: 40px 0px;
	position: relative;
	z-index: 0;
}
.price-box h3:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	background-color: rgba(244,64,39,0.3);
	content: "";
	z-index: -1;
}
.price-box ul {
	list-style: none;
	display: inline-block;
	width: 100%;
	padding: 0;
}
.price-box ul li {
	margin-bottom: 30px;
	color: #969595;
}
.price-box ul li:first-child {
	margin-top: 30px;
}
.price-box a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 20px;
	background-color: #eb768c;
	border: none;
	font-size: 13px;
}
.price-box a:hover {
	background-color: #eb768c;
}
.price-table.price-color-1 h5 {
	background-color: #539e22;
}
.price-color-1 .price-box h3:before {
	background-color: rgba(83,158,34,0.3);
}
.price-color-1 .price-box a {
	background-color: #31aae2;
}
.price-table.price-color-2 h5 {
	background-color: #ffbe01;
}
.price-color-2 .price-box h3:before {
	background-color: rgba(255,190,1,0.3);
}
.price-color-2 .price-box a {
	background-color: #73c8b7;
}

/* -- Error Section */
.error-section {
	text-align: center;
}
.error-section h2 {
	font-size: 54px;
	color: #f44027;
	display: inline-block;
	width: 100%;
	margin-bottom: 110px;
}
.error-section h2 > span {
	font-size: 28px;
	color: #222;
	font-weight: 700;
}

/* - Error Box */
.error-box a {
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	background-color: #1377c5;
	font-size: 15px;
	padding: 10px 35px;
	display: inline-block;
	margin-right: 17px;
	margin-top: 90px;
	box-shadow: 0 2px 0 #0a68b1;
}

/* -- Map Section  */
.map-section {
	position: relative;
}
.map-canvas {
	height: 440px;
	border: medium none;   
	width: 100%;
}

/* -- Contact Form */
.contact-form {
	text-align: center;
}
.contact-form .section-title{
	text-align: center;
	position: relative;
}
.contact-form .section-title > h3::after {	
	background: url("../images/icon/seprator-1.png");	
	background-repeat: no-repeat;
	background-position: center;
}
.contact-form form {
	display: inline-block;
	width: 100%;
	margin-top: 60px;
}
.contact-form .form-group {
	margin-bottom: 30px;
}
.contact-form .form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #ebebeb;
	min-height: 40px;
	color: #999;
	padding: 8px 20px;
}
.map-address {
	font-size: 16px;
	color: #313131;
	border-bottom: 1px solid #f44027;
	padding: 23px 29px;
	background-color: #fff;
}
.contact-form .btn-submit {
	background-color: #02a787;;
	padding: 10px 54px;
	font-size: 15px;
	border-radius: 5px;
	box-shadow: 0 2px 0 #02a787;;
	border: none;
}

/* - Alert Msg */
.alert-msg {
	color: #ccc;
	display: inline-block;
	width: 100%;
	margin: 10px 18px;
	position: relative;
	text-align: left;
	z-index: 1;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/* -- Checkout */
.new-user-registeration {
	display: inline-block;
	padding: 50px;
	width: 100%;
	border: 1px solid #e8e8e8;
	margin-top: 40px;
	font-weight: 400;
	color: #999;
}
.new-user-registeration label {
	font-weight: 400;
}
.new-user-registeration .form-control {
	margin-bottom: 40px;
	border-radius: 0;
	height: 33px;
	box-shadow: none;
}
.new-user-registeration .form-control:focus {
	border-color: #000;
}
.btn-sign-in,
.btn-register {
	display: inline-block;
	background-color: #313131;
	color: #fefefe;
	border: 1px solid transparent;
	padding: 10px 20px;
	box-shadow: 2px 0 0 #e7e7e7;
}
.btn-sign-in {
	padding: 10px 29px;
	margin-right: 0;
}
.btn-sign-in:hover,
.btn-register:hover {
	background-color: #fff;
	color: #000;
	border-color: #000;
	box-shadow: none;
	transition: all 1s ease-in-out;
}
.user-login {
	text-align: center;
}
.new-user-registeration .pull-right {
	text-align: right;
}
.user-login a {
	color: #f44027;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
	display: inline-block;
	padding-top: 10px;
	text-decoration: none;
	margin-right: 40px;
}
.user-login a:hover {
	color: #000;
}
.user-login p {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 37px;
	margin-bottom: 25px;
}
.user-login  span {	
	border: 1px solid #313131;
	border-radius: 100%;
	padding: 10px;
	line-height: 35px;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Lato', sans-serif;	
}
.user-login > a {
	display: inline-block;
	width: 100%;
	max-width: 264px;	
	color: #313131;
	border: 1px solid #313131;	
	padding: 10px 30px;
	text-align: center;
}
.user-login > a:hover {
	background-color: #313131;
	transition: all 1s ease-in-out;
}

/* - Order Summary */
.order-summary .section-header  h3 {
	background-image: url("../images/icon/separator-2.png");
	background-position: left bottom;
}
.order-summary-content {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.summary_table {
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
}
.summary_table,
.shop_cart {
	width: 100%;
}
.summary_table thead,
.shop_cart thead {
	background-color: #f6f6f6;
}
.summary_table thead th {
	border-left: 1px solid #ececec;
}
.summary_table thead th,
.shop_cart thead th {
	padding: 22px 0;
	text-align: center;
	line-height: 12px;
}
.summary_table tbody tr,
.shop_cart tbody tr {
	text-align: center;
	border-bottom: 1px solid #ececec;
}
.summary_table tbody tr td,
.shop_cart tbody tr td {
	padding: 30px 0;
	border-left: 1px solid #ececec;	
}
.summary_table .product-thumbnail {
	width: 18.889%;
}
.summary_table .product-name,
.shop_cart .product-name {
	text-align: left;
}
.summary_table .product-name {
	padding-left: 50px;
	width: 35.65%;
}
.summary_table .product-name a,
.shop_cart .product-name a {
	font-size: 16px;
	text-decoration: none;
}
.summary_table .product-name a span:first-child ,
.shop_cart .product-name a span:first-child {
	margin-top: 20px;
	margin-bottom: 10px;
}
.summary_table .product-name a span,
.shop_cart .product-name a span {
	font-size: 14px;
	color: #777;
}
.summary_table .product-name a > span,
.shop_cart .product-name a > span {
	display: block;
	font-weight: bold;
}
.summary_table .product-name a,
.summary_table .product-name a > span,
.shop_cart .product-name a,
.shop_cart .product-name a > span {
	color: #000;
}
.summary_table .product-name a span span,
.shop_cart .product-name a span span {
	text-transform: none;
	font-weight: normal;
	margin-left: 20px;
}
.summary_table .product-quantity {
	width: 25.213%;
}

.summary_table .product-quantity input,
.shop_cart .product-quantity input {
	width: 69px;
	height: 39px;
	border: 1px solid #e9eaee;
	text-align: center;
}
.summary_table .product-subtotal,
.shop_cart .product-subtotal,
.summary_table .product-price,
.shop_cart .product-price {
	font-size: 18px;
}

.summary_table th.product-subtotal,
.shop_cart th.product-subtotal,
.summary_table th.product-price,
.shop_cart th.product-price {
	font-size: 14px;
}

/* - Billing Address */
.billing-address-form {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
.billing-address-form .form-group {
	margin-bottom: 30px;
}
.billing-address-form .form-control {
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	border-color: #e8e8e8;
	font-size: 12px;
	text-transform: capitalize;
}
.billing-address-form .form-control:focus {
	border-color: #000;
}
.billing-address-form span {
	color: #999;
	display: inline-block;
	text-transform: capitalize;
	margin-left: 10px;
}

/* - payment-type */
.payment-type {
	display: inline-block;
	position: relative;
	margin-top: 40px;
}
.radio-box {
	display: inline-block;
	margin-bottom: 30px;
}

.radio-box input[type="radio"] {
	position: absolute;
	left: 0;
}

/* - Radio Content */
.radio-content {
	display: inline-block;	
	color: #313131;
	padding-left: 36px;
}
.radio-content > span {
	color: #313131;
	text-transform: capitalize;
	font-size: 15px;
	margin-right: 10px;
	margin-bottom: 8px;	
	display: inline-block;
}
.radio-content p {
	color: #999;
	display: inline-block;
	padding-right: 10px;
}
.payment-mode > a {
	display: inline-block;
	background-color: #313131;
	border: 1px solid transparent;
	margin-right: 15px;
	padding: 10px 20px;
	text-decoration: none;
	margin-top: 20px;
}
.payment-mode > a:hover {
	background-color: #fff;
	color: #000;
	border-color: #000;	
	transition: all 1s ease-in-out;
}

/* -- Shop Cart */
.order-summary .section-header {
	position: relative;
}
.order-summary .section-header a {
	font-family: 'Lato', sans-serif;
	position: absolute;
	right: 0;
	padding: 15px 25px;
	background-color: #ffbe01;
	top: 0;
	font-weight: 600;
	text-decoration: none;
	line-height: 12px;
}
.shop_cart {
	border: 1px solid #ececec;	
	margin-top: 20px;
	margin-bottom: 55px;
}
.shop_cart .product-name {
	padding-left: 22px;
}
.shop_cart tfoot {
	background-color: #f8f8f8;
}
.shop_cart tfoot tr td {
	padding: 25px 18px;
}
.shop_cart tfoot tr td a {
	background-color: #fff;
	border: 1px solid #ececec;
	color: #000;
	padding: 14px 20px;
	display: inline-block;
	margin-right: 25px;
	text-decoration: none;
	line-height: 11px;
}
.code-box {
	border: 1px solid #e9eaee;
	display: inline-block;
	width: 100%;
	padding: 30px 17px;
}
.code-box h3 {
	margin-top: 0;
	font-size: 16px;
	margin-bottom: 15px;
}
.code-box p {
	margin-bottom: 16px;
	color: #777;
}
.code-box label,
.code-box input[type="text"],
.code-box select {
	width: 100%;
	display: inline-block;
}
.code-box label {
	text-transform: capitalize;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #d1d1d1;
	padding: 5px 10px;
	margin-bottom: 25px;
	color: #777;
	line-height: normal;
	height: auto;
}

.code-box input[type="text"] {
	border: 1px solid #d1d1d1;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 25px;
	color: #777;
}
.code-box input[type="submit"] {
	display: inline-block;
	padding: 12px 20px;
	color: #313131;
	border: 1px solid #313131;
	background-color: transparent;
	line-height: 12px;
}
.code-box select {
	border: 1px solid #d1d1d1;
	padding: 7px 14px;
	margin-bottom: 18px;
	color: #777;
}
.wc-proceed-to-checkout {
	width: 100%;
	display: inline-block;
	background-color: #f8f8f8;
	padding: 28px 20px;
	text-align: right;
}
.wc-proceed-to-checkout p {
	margin-bottom: 14px;
	color: #777;
	line-height: 15px;
}
.wc-proceed-to-checkout h5 {
	font-size: 16px;
	color: #222;
	margin-top: 12px;
	margin-bottom: 22px;
}
.wc-proceed-to-checkout span {
	margin-left: 58px;
}
.wc-proceed-to-checkout > a {
	font-family: 'Lato', sans-serif;
	padding: 12px 27px;
	background-color: #ffbe01;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 15px;
	text-decoration: none;
}
.wc-proceed-to-checkout label {
	color: #ff5454;
	width: 100%;
}

/* ## Responsive */
/* -- min-width: 1551 to max-width: 1750 */
@media only screen and (min-width: 1501px) and (max-width: 1750px) {
	
}

/* -- min-width: 1367 to max-width: 1440 */
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	/* -- Services */
	.services .right-image {
		bottom: 40px;
		width: 32%;
	}
}

/* -- min-width: 1201 to max-width: 1366 */
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
	/* -- Services */
	.services .right-image {
		bottom: 40px;
		width: 28%;
	}
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* -- Photos Slider */
	.photo-slider .slider-content {
		bottom: 15%;
		padding-right: 5px;
	}
	.photo-slider .slide-content .row {
		margin: 0;
	}
	
	/* -- Intro */
	.pet-images .content-box {
		top: 18px;
		bottom: 18px;
	}
	.pet-images .content-box p {
		line-height: 20px;
		margin-bottom: 10px;
	}
	.pet-images:hover .content-box h3 {
		padding-left: 80px;
		margin-bottom: 10px;
	}
	.pet-images:hover .content-box h3 i { 
		left: 0;
	}
	
	/* -- Services */
	.service-tab {
		width: 100%;
	}
	
	/* -- Why Choose Us */
	.why-choose-hover {
		padding: 20px 15px;
	}
	.why-choose-content .why-choose-hover h3 {
		font-size: 17px;
	}
	.why-choose-content > a {
		left: 30px;
		right: 30px;
	}
	
	/* -- Testimonial */
	.testimonial .avatar-images {
		padding-right: 0;
		padding-bottom: 30px;
	}
	
	/* -- Shop */
	.shop .product-box:hover .cart {
		left: 25px;
		right: 25px;
		top: 35%;
	}
		/* -- Product List */
		.product-list .product-content h2 {
			font-size: 13px;
		}
		.product-list .product-box:hover .cart {
			left: 25px;
			right: 25px;
		}
		
		/* -- Single Product */
		.qty-add div {
			margin-right: 10px;
		}
		.qty-add .quantity input,
		.qty-add .size select {
			width: 55px;
		}
		.qty-add .add-to-cart a {
			padding-left: 10px;
			padding-right: 10px;
		}

	
	/* -- Offer */
	.smart-price h3 {
		font-size: 18px;
	}
	.smart-price h2 {
		font-size: 35px;
	}
	.offer-box h2 {
		font-size: 40px;
	}
	.offer-box h3 {
		font-size: 17px;
		line-height: 21px;
	}
	
	/* -- Blog Section */
	.blog-section .post-content .post-like, .post-content .post-comment, .post-content .post-share {
		margin-left: 12px;
	}
	.blog-section .post-content .tags {
		float: left;
		margin-left: 8px;
	}
	.blog-section .col-sm-6 {
		margin-bottom: 30px;
	}
		/* - About Author */
		.about-author {
			padding: 18px 10px 18px 18px;
		}
		.author-content > a {
			margin-top: 10px;
			margin-bottom: 15px;
		}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* -- Photos Slider */
	.photo-slider .slider-content {
		bottom: 10%;
	}
	.photo-slider .slide-content-1 h2,
	.photo-slider .slide-content-1 h3 {
		margin-bottom: 20px;
	}
	.photo-slider .slide-content-1 h3 {
		line-height: 40px;
	}
	.photo-slider .slide-content-1 p {
		margin-bottom: 30px;
	}
	
	/* -- Intro */
	.pet-images {
		max-width: 370px;
		margin-bottom: 20px;
	}
	.pet-images .content-box p {
		line-height: 20px;
	}
	
	/* -- Testimonial */
	.testimonial .avatar-images {
		padding: 0;
	}
	
	/* -- Shop */
	.woocommerce div.product {
		text-align: center;
	}

	.shop .product-box {
		max-width: 263px;
		margin: 0 auto 30px;
	}
	.shop .product-box:hover .cart {
		left: 40px;
		right: 40px;
		top: 40%;
	}
		/* -- Product List */
		.product-list .product-content h2 {
			font-size: 13px;
		}
		.product-list .product-box:hover .cart {
			left: 25px;
			right: 25px;
		}
		.product-list .products .col-md-4:nth-last-child(1) .product-box,
		.product-list .products .col-md-4:nth-last-child(2) .product-box {
			margin-bottom: 0;
		}
		
		/* -- Single Product */
		.single-product-detail .single-product,
		.single-product-detail .summary {
			width: 100%;
		}
		.single-product-detail .single-product {
			text-align: center;
			margin-bottom: 30px;
		}		
		.woocommerce-tabs .nav-tabs > li > a {
			padding-left: 19px;
			padding-right: 19px;
		}
		.single-product-detail .product-list .products .col-md-4:nth-last-child(2) .product-box {
			margin-bottom: 60px;
		}
	
	/* -- Offer */
	.smart-price h3 {
		font-size: 18px;
	}
	.smart-price h2 {
		font-size: 35px;
	}
	.offer-box {
		padding-left: 50px;
	}
	.offer-box h2 {
		font-size: 40px;
	}
	.offer-box h3 {
		font-size: 17px;
		line-height: 21px;
	}
	
	/* -- Blog Section */	
	.blog-section .col-sm-6 {
		margin-bottom: 30px;
	}
	
		/* - Blog Area */
		.blog-area {
			padding-right: 30px;
		}
		
		/* - Recent Title */
		.recent-title {
			padding-left: 95px;
		}
	
		/* - Entry Title */
		.post-content .entry-title a,
		.single-post .entry-content > p {
			font-size: 13px;
		}
		.single-post .entry-content blockquote::before {
			font-size: 30px;
		}
		.single-post .entry-content blockquote > p {
			font-size: 14px;
			margin-left: 30px;
		}
		.entry-thumb-item {
			margin-bottom: 25px;
		}
		.comment-section .media:nth-child(2) {
			padding-left: 45px;
		}
		
	/* -- What We d0 */
	.what-we-do .col-md-4:nth-child(3n+1){
		clear: right;
	}
	.what-we-do .col-md-4:last-child .what-we-do-content,
	.what-we-do .col-md-4:nth-last-child(2) .what-we-do-content{
		margin-bottom: 0;
	}
	
	/* -- Shop Cart */
	.wc-proceed-to-checkout p,
	.wc-proceed-to-checkout h5 { 
		font-size: 12px;
	}
	.wc-proceed-to-checkout span {
		margin-left: 20px;
	}
	.wc-proceed-to-checkout > a {
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* -- max-width: 767 */
@media (max-width: 767px) {
	/* -- Photos Slider */
	.photo-slider .slider-content {
		bottom: 10%;
	}
	.photo-slider .slide-content h2 {
		font-size: 30px;
	}
	.photo-slider .slide-content h2,
	.photo-slider .slide-content h3 {
		margin-bottom: 20px;
	}
	.photo-slider .slide-content h3 {
		line-height: 20px;
		font-size: 20px;
	}
	.photo-slider .slide-content h3 span {
		display: inline-block;
	}	
	.photo-slider .btn-default {
		padding: 14px 30px;
	}
	.photo-slider .slide-content.slide-content-2 h3{
		margin-bottom: 0;
	}
	
	/* -- Intro */
	.pet-images {
		max-width: 370px;
		margin-bottom: 20px;
	}
	
	/* -- Callout */
	.callout a {
		float: none;
		margin-top: 20px;
	}
	
	/* -- Testimonial */
	.testimonial .avatar-member{
		text-align: center;
		display: block;
	}

	/* -- Shop */
	.woocommerce div.product.prod-grid {
		margin: 0 auto;
		text-align: center;
	}

	.product-list .product-box,
	.shop .product-box {
		max-width: 263px;
		margin: 0 auto 30px;
	}
	.shop .product-box:hover .cart {
		left: 40px;
		right: 40px;
		top: 40%;
	}
		/* -- Single Product */
		.single-product-detail .single-product,
		.single-product-detail .summary,
		.single-product-detail .product-list .section-header,
		.woocommerce-tabs .nav-tabs > li,
		.single-product-detail .color-option, 
		.add-icons{
			width: 100%;
		}
		.add-icons {
			margin-left: 0;
			margin-top: 30px;
		}
		.single-product-detail .single-product {
			text-align: center;
			margin-bottom: 30px;
		}		
		.woocommerce-tabs .nav-tabs > li > a {
			padding-left: 19px;
			padding-right: 19px;
		}
		.single-product-detail .product-list .section-header {
			display: inline-block;
		}
		.single-product-detail .product-list .products .col-md-4:nth-last-child(2) .product-box {
			margin-bottom: 60px;
		}
	
	/* -- Offer */
	.smart-price h3 {
		line-height: 25px;
	}
	.smart-price h2 {
		line-height: 40px;
	}
	.offer-shape {
		display: none;
	}
	.offer-box {
		float: none !important;
		margin-top: 30px;
	}
	.offer-box h2 {
		color: #000;
	}
	
	/* -- Blog Section */	
	.blog-section article {
		max-width: 370px;
		display: block;
		margin: 0 auto 30px;
	}
	
	/* - Section Title */
	.section-title > h3 {
		font-size: 16px;
	}	
	/* - Blog Area */
	.blog-area {
		padding-right: 15px;
	}
	.blog-area .entry-title {
		display: inline-block;
		margin-top: 30px;
	}
	.blog-area .entry-cover:hover a.read-more {
		max-width: 140px;
		padding: 8px 28px;
		font-size: 12px;
		top: 40%;
	}
	.post-content .post-like i,
	.post-content .post-comment i,
	.blog-area .post-date {
		font-size: 14px;
	}
	.post-content .post-like a,
	.post-content .post-comment a,
	.post-content .pull-right a ,
	.blog-area .post-date > span:first-child {
		font-size: 11px;
	}
	.post-content .pull-right a,
	.post-content .post-like,
	.post-content .post-comment {
		margin-left: 4px;
	}
	.post-content .post-admin {
		width: 100%;
		margin-bottom: 5px;
	}
	.post-content .tags {	
		margin-left: 10px;
		float: left;
	}
		
	/* -- Single Post */
	.single-post .entry-content > p {
		font-size: 13px;
	}
	.entry-thumb-item {
		margin-bottom: 25px;
	}
	
	/* - About Author */
	.about-author {
		padding: 18px 10px 18px 18px;
	}
	.author-img {
		max-width: 90px;
	}
	.author-content {
		padding-left: 110px;
	} 
	.author-content > a {
		margin-top: 5px;
		margin-bottom: 0;
	}
	.author-content p {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.author-content span a {
		margin-right: 5px;
	}
	
	/* - Comment Section */
	.comment-section { 
		padding: 20px 10px 20px 10px;
	}
	.comment-section > h3 {
		margin-bottom: 15px;
	}
	.comment-section .media-left {
		margin-right: 5px;
	}
	.media-heading h3 {
		font-size: 14px;
	}
	.media-heading h3 span {
		font-size: 12px;
		margin-left: 4px;
		padding-left: 8px;
	}
	.comment-section .media-left img {
		max-width: 70px;
	}
	.media-body p {
		font-size: 13px;
		line-height: 25px;
	}	
	.comment-section .media:nth-child(2) {
		padding-left: 29px;
	}
	
	/* -- What We d0 */
	.what-we-do-content {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.what-we-do .col-md-4:last-child .what-we-do-content {
		margin-bottom: 0;
	}
	
	/* -- Pricing */
	.price-table {
		display: block;
		margin: 0 auto;
		max-width: 370px;
		margin-bottom: 30px;
	}
	
	/* -- Checkout */
	.new-user-registeration {
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
	}
	.summary_table,
	.shop_cart {
		position: relative;
		border: none;
	}
	.summary_table thead,
	.shop_cart thead {
		display: none;
	}
	.summary_table tbody,
	.summary_table th,
	.summary_table td,
	.summary_table tr,
	.shop_cart tbody,
	.shop_cart th,
	.shop_cart td,
	.shop_cart tr {
		display: block;
	}
	.summary_table tr,
	.shop_cart tr {
		margin-bottom: 30px;
		border: 1px solid #ececec;
	}
	.summary_table td,
	.shop_cart td {
		border-bottom: 1px solid #ececec;
		position: relative;
	}
	.summary_table tr td:last-child,
	.shop_cart tr td:last-child {
		border-bottom: none;
	}
	.summary_table td:before,
	.shop_cart td:before {
		content: attr(data-title); 
		width: 40%; 
		position: absolute; 
		display: inline-block; 
		color: #000; 
		text-transform: uppercase; 
		text-align: left;
		padding: 30px 5%;
		font-family: "Montserrat",sans-serif;
		background-color: #F6F6F6;
		top: 0;
		bottom: 0;
		left: 0;
		font-size: 14px;
	}
	.summary_table .product-thumbnail,
	.summary_table .product-name,
	.summary_table .product-quantity,
	.summary_table .product-subtotal,
	.shop_cart .product-thumbnail,
	.shop_cart .product-name,
	.shop_cart .product-quantity,
	.shop_cart .product-price,
	.shop_cart .product-subtotal,
	.shop_cart .product-remove {
		width: 100%;
		padding-left: 50%;
		text-align: left;
	}
	.summary_table .product-name a span span,
	.shop_cart .product-name a span span {
		margin-left: 0;
	}
	.order-summary .section-header a {
		position: relative;
		display: inline-block;
	}
	.shop_cart tfoot tr {
		margin-bottom: 0;
	}
	.shop_cart tfoot tr td::before {
		display: none;
	}
	
	/* -- Shop Cart */
	.code-box,
	.wc-proceed-to-checkout {
		margin-bottom: 20px;
	}
}
/* -- max-width: 639 */
@media (max-width: 639px) {
	/* -- Photos Slider */
	.photo-slider .slider-content {
		bottom: 10%;
	}
	.photo-slider .slide-content h2 {
		font-size: 24px;
	}
	.photo-slider .slide-content h2,
	.photo-slider .slide-content h3 {
		margin-bottom: 20px;
	}
	.photo-slider .slide-content h3 {
		line-height: 20px;
		font-size: 15px;
	}
	.photo-slider .slide-content h3 span {
		display: inline-block;
	}
	.photo-slider .slide-content p {
		display: none;
	}
	.photo-slider .btn-default {
		padding: 10px 20px;
	}
	.photo-slider .slide-content.slide-content-2  h3 { 
		font-size: 12px;
		padding: 12px 10px;
		line-height: 12px;
	}
	.photo-slider .slide-content-2 h2 {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	/* -- Team */
	.team-member {
		max-width: 270px;
		margin: 0 auto;
	}
	
}

/* -- max-width: 480 */
@media (max-width: 480px) {
	.pet-images .content-box {
		bottom: 15px;
		top: 15px;
		right: 15px;
		left: 15px;
	}
	.pet-images .content-box p  {
		margin-bottom: 10px;
		line-height: 20px;
	}
	.pet-images:hover .content-box h3 {
		padding-left: 80px;
	}
	.pet-images:hover .content-box h3 i {
		left: 0;
	}
	
	/* -- Offer */
	.offer-box h2 {
		font-size: 40px;
	}
	.offer-box h3 {
		font-size: 17px;
		line-height: 21px;
	}
	
	/* -- Blog Section */
	.blog-section .post-content .post-like, .post-content .post-comment, .post-content .post-share {
		margin-left: 12px;
	}
	.blog-section .post-content .post-like, .post-content .post-comment, .post-content .post-share {
		margin-left: 12px;
	}
	.blog-section .post-content .tags {
		width: 100%;
		margin-right: -8px;
	}
	
	/* -- Brands */
	.brands-images { 
		max-width: 170px;
		min-width: 170px;
		margin: 0 auto;
	}
	
	/* -- Checkout */
	.new-user-registeration {
		padding-left: 15px;
		padding-right: 15px;
	}
	.user-login a {
		margin-right: 0;
	}
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* -- Why Choose Us */
	.why-choose-content {
		max-width: 270px;
		min-width: 270px;
		margin: 0 auto;
	}
	
	/* -- Counter */
	.counter-box,
	/* -- Pricing */
	.price-table {
		margin-bottom: 30px;
	}
	.pricing  .col-md-4:last-child .price-table { 
		margin-bottom: 0;
	}
}

/* -- max-width: 1200 */
@media (max-width: 1200px) {
	/* -- Services */
	.services .right-image { 
		display: none;
	}
	
	/* -- Testimonial */
	.testimonial .avatar-images{
		display: inline-block;
		width: 100%;
	}
}

/* -- min-width: 992 */
@media (min-width: 992px) {
	.what-we-do .col-md-4:last-child .what-we-do-content,
	.what-we-do .col-md-4:nth-last-child(2) .what-we-do-content,
	.what-we-do .col-md-4:nth-last-child(3) .what-we-do-content {
		margin-bottom: 0;
	}
	
	.product-list .products .col-md-4:nth-last-child(1) .product-box,
	.product-list .products .col-md-4:nth-last-child(2) .product-box,
	.product-list .products .col-md-4:nth-last-child(3) .product-box {
		margin-bottom: 0;
	}
}

.boxers{
	min-height:300px;
	padding:15px;
}

#newsletter-section{
	display:none;
}

.recent-title a{
	color:#f9f9f9;
}
.recent-title a:hover{
	color:#ffffff;
}
.recent-post-box::after{
	border-bottom:1px solid #333;
}
#widget_workingtime-1 ul li:last-child{
	display:none;
}
.phone p a{
	color:#777;
}
.phone p a:hover{
	color:#777;
}