/*
Theme Name: webpress
Theme URI: https://www.themeansar.com/free-themes/webpress
Author: themeansar
Author URI: https://www.themeansar.com
Description: webpress is a powerful bootstrap Wordpress theme for ecommerce and woocommerce. This theme designed for webpress (e-commerce business , online-shop etc.). You can also use for corporate and business. It comes with all features these kind of shop page, blog page.
Version: 1.1
Tags: translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: webpress
*/

/* --------------------------------------
=========================================
	Header
=========================================
-----------------------------------------*/
@font-face {
  font-family: 'lucida-calligraphy';
  src: url('./fonts/lucida-calligraphy.ttf'); /* IE9 Compat Modes */
  src: url('./fonts/lucida-calligraphy.ttf')  format('truetype'), /* Safari, Android, iOS */    
}
@font-face {
  font-family: 'CroissantOne-Regular';
  src: url('./fonts/CroissantOne-Regular.otf'); /* IE9 Compat Modes */
  src: url('./fonts/CroissantOne-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */    
}
@font-face {
  font-family: 'Cabin-Regular';
  src: url('./fonts/Cabin-Regular.otf'); /* IE9 Compat Modes */
  src: url('./fonts/Cabin-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */    
}

.webpress-trhead {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 999;
	    background: transparent;
}
.webpress-cart {
	position: relative;
}
.webpress-cart i {
	font-size: 20px;
}
.webpress-cart-count {
    background: #e33729;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    height: 16px;
    line-height: 15px;
    margin-left: -7px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    vertical-align: top;
    width: 16px;
}

h1.site-title a:hover, p.site-description{color:#B17F53;}

/*---------------------------------------
	Theme Menu          
-----------------------------------------*/
.navbar-wp {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	z-index: 1000;
}
.navbar-brand {
	font-size: 26px;
	height: auto;
	line-height: 25px;
	margin-right: 50px;
	padding: 15px 0;
	text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
}
.navbar-brand span.site-description {
	font-size: 13px;
	line-height: 0;
}
.navbar-wp .navbar-nav > li> a {
   padding: 10px 16px;
    /* margin-right: 0; */
    font-size: 14px;
    letter-spacing: 0.5px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    margin-bottom: 0px;
    font-family: Cabin-Regular;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.navbar-wp .navbar-nav > li > ul > li > a i {
	padding-right: 10px;
}
.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
	background-color: transparent;
}
.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
	background: transparent;
}
.navbar-toggle {
	border-radius: 4px;
	margin: 10px auto;
	position: absolute;
	right: 5%;
	border: none;
}
.navbar-wp .dropdown-menu {
	min-width: 200px;
	padding: 0;
	border: none;
	border-radius: 0;
	z-index: 10;
	right: auto;
	left: 0;
}
.navbar-wp .dropdown-menu > li {
	border-width: 0 0 1px 0;
	border-style: solid;
}
.navbar-wp .dropdown-menu > li:last-child {
	border: 0
}
.navbar-wp .dropdown-menu > li > a {
	padding: 8px 15px;
	font-size: 12px;
}
.navbar-nav > li:last-child > .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-wp.affix .navbar-inner {
	border-bottom: 0
}
.navbar-wp.affix .navbar-nav > li > a {
	padding: 18px 16px;
	margin-right: 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase
}
.dropdown-submenu {
	position: relative
}
.dropdown-submenu > .dropdown-menu {
	top: -1px;
	left: 100%;
	margin-top: 0;
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
	padding: 0
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px
}
.navbar-wp .navbar-brand {
    font-size: 22px;
    line-height: 20px;
    padding: 8px 0 0 15px;
    transition: all 0.25s ease-out 0s;
}
.is-sticky .webpress-main-nav {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
	z-index: 999;
}
.is-sticky .navbar-brand {
	padding: 8px 0 0 15px;
	transition: all 0.25s ease-out 0s;
	font-size: 22px;
	line-height: 18px;
}
.is-sticky .navbar-brand img {
	height: 40px;
	transition: all 0.25s ease-out 0s;
}
.is-sticky .navbar-nav > li > a {
	padding: 16px 16px;
	transition: all 0.25s ease-out 0s;
}
.webpress-search-box {
    position: absolute;
    right: 0px;
    top: 16px;
}

.webpress-search-modal .webpress-search .btn {
	padding: 2px 12px;
	border-radius: 0 3px 3px 0;
	height: 40px;
	border-width: 1px;
	border-style: solid;
}
.webpress-search-modal .modal-header .close:focus, .webpress-search-modal .modal-header .close:hover {
	background: none;
}
.webpress-search-modal {
	top: 30%;
}
.webpress-search-modal .modal-header {

}
.webpress-search-modal .modal-content{
	background: transparent;
	box-shadow: none;
	border: none;
}
.modal-backdrop {
	background: #fff;
}
.modal-backdrop.in {
    opacity: 0.90;
}
.modal-header {
	border-bottom: none;
}

/*---------------------------------------
	Body & Global           
-----------------------------------------*/
body {
	padding: 0;
	margin: 0;
	font-family: Cambria;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.boxed {
	width: 1170px;
	margin: 0 auto;
	box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
}
a {
	text-decoration: none;
}
body a:focus, body a:hover {
	outline: none;
	text-decoration: none;
}
select {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #444;
	display: block;
	font-weight: 400;
	overflow: hidden;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
 .no-gutter > [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}
input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: inherit;
	padding: 6px 12px;
	line-height: 25px;
	border-width: 2px;
	border-style: solid;
}
input[type="button"], input[type="reset"], input[type="submit"], button {
	padding: 5px 35px;
	line-height: 30px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
input:not([type]):hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="text"]:hover, input:not([type]):focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="text"]:focus {
	border-width: 1px;
	border-style: solid;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus {
	transition: all 0.3s ease 0s;
	outline: none;
}
.form-control {
	border-width: 2px;
}
select, textarea {
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
}
mark, .mark {
	padding: 2px 5px;
	border-radius: 3px;
}
/*Responsive Video*/
.responsive-video {
	height: 0;
	padding-top: 1px;
	position: relative;
	padding-bottom: 56.25%; /*16:9*/
}
.responsive-video iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
}
/*---------------------------------------
	Typography        
-----------------------------------------*/
h1, .h1 {
	font-size: 34px;
	line-height: 40px;
}
h2, .h2 {
	font-size: 32px;
	line-height: 35px;
}
h3, .h3 {
	font-size: 28px;
	line-height: 30px;
}
h4, .h4 {
	font-size: 22px;
	line-height: 25px;
}
h5, .h5 {
	font-size: 20px;
	line-height: 20px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: CroissantOne-Regular;
	font-weight: 600;
	letter-spacing: 0.03em;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.webpress-accordion-heading {
	margin: 10px 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
}
.webpress-accordion-body {
	border-width: 1px;
	border-style: solid;
	margin: -10px 0 10px 0;
	padding: 10px;
	transition: all 0.4s ease 0s;
}
.webpress-accordion-heading > a.collapsed .icon-expanded {
	display: none;
}
.webpress-accordion-heading > a i.icon-expanded {
	display: none;
}
.webpress-accordion-heading > a.collapsed .icon-collapsed {
	display: inline-block;
	vertical-align: baseline;
}
blockquote {
	position: relative;
	width: 100%;
	border-width: 0 0 0 5px;
	border-style: solid;
}
blockquote::before {
	color: #d0d0d0;
	content: "\f10d";
	display: table;
	float: left;
	font-family: "FontAwesome";
	font-size: 28px;
	margin-top: 6px;
	font-weight: normal;
	width: 6%;
}
blockquote p {
	font-style: italic;
	width: 94%;
	display: table;
}
.margin-top-zero {
	margin-top: 0px;
}
.margin-bottom-zero {
	margin-bottom: 0px;
}
.margin-top-10 {
	margin-bottom: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-80 {
	margin-top: 80px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-80 {
	margin-bottom: 80px;
}
.padding-top-10 {
	padding-top: 10px;
}
.padding-top-20 {
	padding-top: 20px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-top-50 {
	padding-top: 50px;
}
.padding-top-40 {
	padding-top: 40px;
}
.padding-top-60 {
	padding-top: 60px;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}
.padding-bottom-50 {
	padding-bottom: 50px;
}
.padding-bottom-60 {
	padding-bottom: 60px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}
/*---------------------------------------
	Alerts Styles           
-----------------------------------------*/
.alert-success, .text-success {
	background-color: #2ac56c;
	color: #fff;
}
.alert-info, .text-info {
	background-color: #4593e3;
	color: #fff;
}
.alert-danger, .text-danger {
	background-color: #f06060;
	color: #fff;
}
.alert-warning, .text-warning {
	background-color: #fcd04b;
	color: #fff;
}
.progress-bar-success {
	background-color: #2ac56c;
	color: #fff;
}
.progress-bar-info {
	background-color: #4593e3;
	color: #fff;
}
.progress-bar-danger {
	background-color: #f06060;
	color: #fff;
}
.progress-bar-warning {
	background-color: #fcd04b;
	color: #fff;
}
.webpress-skills .progress {
	border-radius: 0;
}
.webpress-skills .progress .progress-bar {
	overflow: hidden;
	position: absolute;
}
.subscription-success {
	color: #2ac56c;
}
.subscription-error {
	color: #f06060;
}
/*---------------------------------------
	Button Styles           
-----------------------------------------*/
.btn {
	border-radius: 30px;
	padding: 5px 35px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
	font-weight: bold;
	display: inline-block;
	transition: all 0.4s ease-in-out 0s;
}
.btn-theme {
	border: none;
}
.btn-theme:hover, .btn-theme:focus {
	transition: all 0.3s ease 0s;
	outline: none;
}
.btn-theme-two {
	margin-left: 15px;
}
.btn-theme-two:hover, .btn-theme-two:focus {
	transition: all 0.3s ease 0s;
	outline: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 50%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 50%;
}
.pagination > li > a, .pagination > li > span {
	margin: 0 3px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	transition: all 0.3s ease 0s;
}
button.mfp-close:hover, button.mfp-close:focus {
	background: inherit;
}
/*---------------------------------------
	WP Styles  
-----------------------------------------*/
/*--WP--*/

.bypostauthor > article .fn:after {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.sticky {
	display: none;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.content-area img.alignnone, .content-area figure.alignnone img {
	width: 100%;
	height: auto;
}
.content-area figure {
	width: 100%;
}
.entry-header h1 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-size: 24px;
}
.entry-header h1::before {
	border: 1px solid;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	width: 30px;
	transition: all 0.4s ease 0s;
}
.entry-header h1:hover::before {
	width: 13%;
}
.entry-footer {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.entry-footer .screen-reader-text {
	display: none;
}
img.alignnone {
	width: 100%;
	height: auto;
}
img.size-large {
	width: 100%;
	height: auto;
}
/*----woocommerce----*/
/* woocommerce v2.3.5 */
*:focus {
	outline: 0;
}
.woocommerce h2 {
	font-size: 22px;
}
.woocommerce h3 {
	font-size: 20px;
}
/*----product----*/
.woocommerce .products span.onsale, .woocommerce span.onsale {
	border-radius: 0;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	margin: 4px !important;
	min-height: 10px;
	padding: 0 12px;
	z-index: 999;
}
.woocommerce span.onsale {
	margin: 10px !important;
}
.woocommerce ul.products li.product {
	text-align: center;
	padding-bottom: 10px;
	transition: all 0.4s ease 0s;
	border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);

}
.woocommerce ul.products li.product:hover {
	box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product a {
	overflow: hidden;
	position: relative;
}
.woocommerce ul.products li.product a img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.woocommerce ul.products li.product a img:hover {
	transform: scale(1.1);
}
.woocommerce-page .woocommerce-ordering select {
	padding: 12px 15px 12px 10px;
	color: #A0A0A0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.woocommerce-page .products .product > a:first-child {
	position: relative;
	text-align: center;
	display: block;
}
.woocommerce-page .products a.button {
	display: inline-block;
	text-align: center;
	padding: 16px 20px;
	border-radius: 30px;
	margin: 10px;
	border: none;
	font-size: 12px;
	margin: 0 auto !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.woocommerce-page .products h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	float: none;
	width: auto;
	margin: 0;
}
.woocommerce-page .products .star-rating {
	position: relative;
	margin: 0 auto;
}
.woocommerce-page .products a .price {
	line-height: 20px;
	width: 100%;
	float: left;
	height: auto;
	min-height: 40px;
	text-align: center;
	padding: 10px 0;
}
.woocommerce ul.products li.product .price {
	font-size: 14px;
}
.woocommerce-page .products a .price del {
	display: inline-block !important;
	line-height: 20px;
}
.woocommerce-page .products a .price ins {
	display: inline-block;
	font-weight: bold;
	background: none;
	line-height: 20px;
	margin-left: 10px;
}
.woocommerce-page .products .added_to_cart {
	display: inline-block;
	text-align: center;
	padding: 6px 20px 6px 20px;
	border-radius: 30px;
	border: none;
	font-size: 12px;
	margin: 0;
}
.woocommerce-page .woocommerce-result-count {
	float: left;
	font-size: 14px;
	line-height: 46px;
	margin-top: 20px;
}
.woocommerce-page .woocommerce-ordering {
	float: right;
	margin-top: 20px;
}
.woocommerce-page .product-type-simple {
	position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: inherit;
	border-radius: 30px;
	width: 40%;
	float: right;
}
footer .webpress-widget .woocommerce ul.cart_list li img, footer .webpress-widget .woocommerce ul.product_list_widget li img {
	margin-top: 7px;
}
/*woocommerce-tabs*/
.woocommerce div.product .woocommerce-tabs .panel {
	padding: 10px 30px;
}
.tabs.wc-tabs {
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-width: 0 0 1px 0;
	border-style: solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 22px;
	line-height: 25px;
}
.related.products {
	text-align: center;
}
.related.products h2 {
	font-size: 26px;
	line-height: 40px;
}
/*woocommerce-form*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 40px;
	margin-bottom: 20px;
	border: 2px solid #eee;
	color: #ccc;
	border-radius: 3px;
	padding: 6px 12px;
}
.select2-container .select2-choice {
	height: 40px;
	padding: 6px 12px;
	border: 2px solid #eee;
}
.select2-drop-active {
	border: none;
}
/*woocommerce-cart*/
.woocommerce table.shop_table {
	border-radius: 0;
}
.woocommerce table.shop_table td {
	padding: 20px 12px;
}
.woocommerce table.shop_table td img.size-shop_thumbnail {
	width: 60px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
	line-height: 30px;
	padding: 5px 35px;
	border-radius: 30px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	line-height: 30px;
	padding: 5px 35px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border-radius: 3px;
	height: 40px;
	border-width: 2px;
	border-style: solid;
	min-width: 110px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding: 12px 20px;
	border-radius: 30px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
/*woocommerce-messages*/
.woocommerce-page .woocommerce-message {
	margin: 0px 0 40px;
	border-radius: 3px;
	list-style: none;
}
.woocommerce-page .woocommerce-message a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-error {
	list-style: none;
	padding: 0;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
}
.woocommerce-page .woocommerce-error a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	list-style: none;
	padding: 0;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
	margin-top: 25px !important;
}
.woocommerce-page .woocommerce-info a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	float: left;
	text-align: left;
	padding-top: 30px;
}
.woocommerce-page .woocommerce .woocommerce-info {
	border-radius: 3px;
	border: none;
	padding-top: 15px;
	margin-bottom: 40px;
}
.woocommerce-page .woocommerce .woocommerce-info a {
	opacity: 0.9;
}
/*woocommerce-pagination*/
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	float: left;
	line-height: 1.42857;
	margin: 6px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 36px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	background: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav .woocommerce-pagination ul li span.current {
	border-width: 1px;
	border-style: solid;
}
/*woocommerce-price-filter*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #1a2128;
}
/*----contactform----*/
.wpcf7-form .wpcf7-form-control {
    margin-top: 11px;
    margin-bottom: 25px !important;
    font-size: 18px;
    height: 40px;
    padding: 6px 12px;
    display: block;
    color: #000;
    line-height: 1.42857143;
    width: 100%;
    border-width: 1px;
    border-style: solid;
}
.wpcf7-form .wpcf7-textarea {
	height: 150px;
	border-radius: 3px;
}
.wpcf7-form .wpcf7-form-control:hover, .wpcf7-form .wpcf7-form-control:focus {
	box-shadow: none;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
	    padding: 3px 28px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: Cambria;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
}
/*----contactform footer-widget----*/
footer .webpress-widget .wpcf7-form .wpcf7-form-control.wpcf7-submit {
	margin-bottom: 0;
}


/*---------------------------------------
	webpress-slider-warraper          
-----------------------------------------*/
.webpress-slider-warraper #webpress-slider {
	margin: 0;
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
}
.webpress-slider-warraper #webpress-slider .item img {
	width: 100%;
	min-height: 400px;
}
.webpress-slider-warraper #webpress-slider .item iframe {
	border: 6px solid #fff;
}
/*--------------- ti slider inner ---------------*/
#webpress-slider .webpress-slider-inner {
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	background: rgba(18, 4, 1, 0.5);
}
#webpress-slider .inner-table {
	display: table;
	height: 100%;
}
#webpress-slider .inner-table-cell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}
#webpress-slider .slide-caption {
	width: 55%;
	margin: auto;
	text-align: center;
}
#webpress-slider .slide-caption h1 {   
	font-size: 50px;
	line-height: 80px;
	font-weight: 900;
	transition: font 200ms ease-out 0s;
}
#webpress-slider .slide-caption .description {
	font-size: 18px;
	line-height: 24px;
	padding: 0;
	margin: 0 auto;
	width: 70%;
}
#webpress-slider .slide-caption .description p {
	margin: 0;
	letter-spacing: 0.1em;
	font-size: 18px;
	font-weight: 400;
}
#webpress-slider p {
	font-size: 14px;
}
/*--------------- webpress-slider-Control ---------------*/
.webpress-slider-warraper .owl-controls {
	margin-top: -24px;
}
.webpress-slider-warraper .owl-controls .owl-buttons div {
	width: 40px;
	height: 60px;
	display: block;
	font-size: 500%;
	line-height: 60px;
	opacity: 1;
	border-radius: 0;
	text-align: center;
}
.webpress-slider-warraper .owl-controls .owl-buttons div i {
}
.webpress-slider-warraper .owl-controls .owl-buttons {
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.webpress-slider-warraper:hover .owl-controls .owl-buttons {
	opacity: 1;
}
.webpress-slider-warraper:hover .owl-controls .owl-buttons .owl-prev {
	left: 35px;
}
.webpress-slider-warraper:hover .owl-controls .owl-buttons .owl-next {
	right: 35px;
}
.webpress-slider-warraper .owl-controls .owl-buttons .owl-prev, .webpress-slider-warraper .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	z-index: 5;
	margin: -30px 0 0;
	transition: all 0.3s ease 0s;
}
.webpress-slider-warraper .owl-controls .owl-buttons .owl-prev {
	left: 8px;
}
.webpress-slider-warraper .owl-controls .owl-buttons .owl-next {
	right: 8px;
}
.webpress-slider-warraper .owl-controls .owl-page {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.webpress-slider-warraper .owl-controls .owl-page.active span {
	height: 12px;
	width: 12px;
}
.webpress-slider-warraper .owl-controls .owl-page span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 0;
	background: transparent;
	border-width: 4px;
	border-style: solid;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.webpress-slider-warraper .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.webpress-slider-warraper .owl-pagination {
	bottom: 15px;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
}
/*--------------- ti slider Custom Buttons---------------*/
.btn.btn-tislider, .btn.btn-tislider:hover, .btn.btn-tislider:focus {
	outline: none;
	margin: 20px auto;
	letter-spacing: 1px;
	border-radius: 30px;
}
.btn.btn-tislider-two {
	margin-left: 15px;
	outline: none;
	letter-spacing: 1px;
	border-radius: 30px;
}
/*---------------------------------------
	webpress-section         
-----------------------------------------*/
.webpress-section {
	padding: 60px 0;
	margin: 0;
}
#content {
	padding: 0;
}
/*---------------------------------------
	webpress-heading           
-----------------------------------------*/
.webpress-heading {
	margin-bottom: 24px;
	text-align: center;
	position: relative;
}
p.heading {
	font-size: 18px;
}
.webpress-heading h1 {
	font-size: 26px;
	font-weight: normal;
}
.webpress-heading h3 {
	font-size: 75px;
	font-weight: bold;
}
.webpress-heading .webpress-heading-inner {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	line-height: 1;
	text-transform: capitalize;
	width: auto;
	letter-spacing: -0.05em;
}
.webpress-heading .webpress-heading-inner i {
	display: block;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	text-align: center;
	bottom: -20px;
	width: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.webpress-heading-bor-bt h5 {
	position: relative;
	font-size: 20px;
	margin-bottom: 40px;
	padding-bottom: 15px;
}
/*---------------------------------------
	webpress-product          
-----------------------------------------*/
#product .webpress-product{
    padding-bottom: 10px;
    text-align: center;
    margin: 15px 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#product .webpress-product a {
    overflow: hidden;
}
#product .webpress-product a .onsale {
    left: -1px;
    right: auto;
    top: 10px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 25px;
    margin: 18px;
    min-height: 10px;
    padding: 0 12px;
    z-index: 111;
    background: #4caf50;
    color: #fff;
}
#product .webpress-product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 1em;
    width: 100%;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.11);
    border-radius: 4px 4px 0 0;
}
#product .webpress-product a h3 {
    display: inline-block;
    float: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    font-size: 1em;
    margin: 0;
    padding: 0.5em 0;
    position: relative;
    width: auto;
}
#product .webpress-product a .star-rating {
   display: none;
}

#product .webpress-product a .price {
    float: left;
    height: auto;
    line-height: 20px;
    min-height: 40px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #000;
}
#product .webpress-product a .price del {
    line-height: 20px;
}
#product .webpress-product a .price ins {
    color: #e96656;
    margin-left: 10px;
    line-height: 20px;
}
#product .webpress-product a.button, .added_to_cart {
    border: medium none;
    border-radius: 30px;
    display: inline-block;
    font-size: 12px;
    margin: 0 auto;
    padding: 6px 20px;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
#product .webpress-product:hover a.button {
	opacity: 1;
}
#product .webpress-product:hover {
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}

/*---------------------------------------
	webpress-blog          
-----------------------------------------*/
.webpress-blog-section {
}
.webpress-blog-section .overlay {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 60px 0;
}
.webpress-blog-post-box {
	margin-bottom: 40px;
	background: #fff;
	padding: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.webpress-blog-post-box img {
    width: 100%;
    height: 100%;
    min-height: 270px;
    border-radius: 4px;
}
.webpress-blog-post-box .small {
	font-size: 14px;
    padding: 36px 36px 25px;
	border-radius: 4px;
}
.webpress-blog-post-box .small > p {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.webpress-blog-post-box .small table {
	width: 100%;
}
.webpress-blog-post-box .small table tr th, .webpress-blog-post-box .small table tr td {
	padding: 8px;
	border: 1px solid #ccc;
}
.webpress-blog-post-box .small input[type="checkbox"], .webpress-blog-post-box .small input[type="radio"] {
	display: inline;	
}
.webpress-blog-thumb {
	position: relative;
	width: 100%;
	/*margin-bottom: 22px;*/
	float: left;
}
.webpress-blog-thumb img {
	position: relative;
	max-width: 100%;
	float: left;
	height: auto;
	border-radius: 4px 4px 0 0;
}
.webpress-blog-date {
	height: 32px;
	min-width: 100px;
	padding: 0;
	margin: 0 auto;
	z-index: 10;
	display: inline-block;
}
.webpress-blog-date span {
	font-size: 12px;
	font-weight: 600;
}
.webpress-blog-author {
	font-size: 16px;
	font-weight: 800;
	width: 65px;
	height: 65px;
	right: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	bottom: 0;
	margin: 0 10px -30px;
	z-index: 999;
	box-shadow: 0 1px 17px -4px rgba(0, 0, 0, 0.26);
}
.webpress-blog-author img {
	max-width: 100%;
	border-radius: 100%;
}
.webpress-blog-post-box h2.webpress-blog-title {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.2;
	position: relative;
	margin-top: 0;
}
.webpress-blog-category {
	padding: 20px 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #eee;
}
.webpress-blog-category a {
	
	color: #b6b6b6;
	display: inline;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	padding: 0 10px 0 0;
}
.webpress-blog-category i {
	color: #888;
}
.btn-blog {
	padding: 10px 20px;
	border-radius: 2px;
	border-width: 2px;
	border-style: solid;
	background: transparent;
	font-size: 14px;
}
.btn-blog:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.3s ease 0s;
}
.webpress-info-author-block {
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	margin-bottom: 40px;
	margin-top: 10px;
	padding: 20px 20px 0px 20px;
	color: #999;
	background: #fff;
}
.webpress-info-author-block a {
	color: #777;
	font-size: 13px;
}
.webpress-info-author-block .row {
	margin: 0;
}
.webpress-info-author-block h4 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.webpress-info-author-block h4 span {
	color: #999999;
	font-size: 13px;
	padding-right: 5px;
}
.webpress-info-author-block h4 span i {
	padding-right: 5px;
}
.webpress-info-author-block .webpress-author-pic img {
	margin: 0 25px 15px 0;
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.webpress-info-author-block .webpress-info-author-social {
	font-size: 24px;
	padding: 0;
}
.webpress-info-author-block .webpress-info-author-social li a {
	color: #dbdbdb;
	font-size: 24px;
}
.webpress-info-author-block .webpress-info-author-social li a:hover {
	color: #777;
}
.comments-area label {
    clear: both;
    width: 100%;
    color: #212121;
}
.comments-area .comment-body {
    border-bottom: 1px solid #eee;
    padding: 10px 10px 16px;
}

.comment_section .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	padding-right: 8px;
}
.comment_section .comment-reply-link {
	border-radius: 4px;
	margin-left: 10px;
	padding: 4px 8px;
	transition: all 0.3s ease 0s;
	border-width: 1px;
	border-style: solid;
	background: #f0f0f0;
	color: #666;
	border-color: #f0f0f0;
}
.webpress-comments a {
	color: #777;
}
.webpress-comments .webpress-reply {
	border-radius: 4px;
	margin-left: 10px;
	padding: 4px 8px;
	transition: all 0.3s ease 0s;
	border-width: 1px;
	border-style: solid;
}
.webpress-comments a i {
	padding-right: 6px;
}
.webpress-comments h4 {
	color: #888;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
}
.webpress-comments h4 span {
	color: #999999;
	font-size: 12px;
	padding-left: 7px;
}
.webpress-comments .btn {
	margin-left: 5px;
}
.webpress-comments .media {
	margin-top: 0;
}
.webpress-comments .comment .media-body > p:last-child {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
	margin-top: 0;
}
.webpress-comments li .media-body > .small {
	border-bottom: none!important;
	padding: 0;
	color: #999;
}
.webpress-comments li .media-body > p {
	border-bottom: 1px solid #f0f0f0;
	padding: 5px 0px 20px 5px;
	margin-bottom: 20px;
	color: #999;
}
.webpress-comments li .media .media {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.webpress-comments li:last-child .media-body > p {
	border-bottom: none;
	padding: 0;
}
.webpress-comments .media-left img {
	height: 64px;
	width: 64px;
	border-radius: 3px;
}
.webpress-comments .comment-list li {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	border-left: 2px solid #eee;
}
.webpress-blog-thumb > .responsive-video {
	z-index: 9;
	min-height: 240px;
}
.blog-slider {
	position: relative;
	z-index: 9;
	margin-bottom: -34px;
}
.blog-slider .owl-controls .owl-buttons div {
	margin: 5px;
	font-size: 23px;
	opacity: 0.8;
	display: inline-block;
	padding: 5px 13px;
	border: 1px solid #fff;
	color: #fff;
	opacity: 0;
	transition: all 0.4s ease 0s;
	border-width: 1px;
	border-style: solid;
}
.blog-slider .owl-controls .owl-buttons div:hover {
	border-width: 1px;
	border-style: solid;
}
.blog-slider .owl-controls .owl-buttons div i {
}
.blog-slider:hover .owl-controls .owl-buttons div {
	opacity: 1;
}
.blog-slider .owl-controls .owl-buttons div.owl-prev {
	position: absolute;
	left: 20px;
	top: 40%;
}
.blog-slider .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	right: 20px;
	top: 40%;
}
.blog-slider .owl-controls .owl-buttons div.owl-prev {
	left: 20px;
}
.blog-slider .owl-controls .owl-buttons div.owl-next {
	right: 20px;
}
.blog-slider .owl-pagination {
	padding-bottom: 10px;
}
.blog-slider .owl-controls .owl-page {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.blog-slider .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: rgba(255,255,255,0.20);
	transform: rotate(40deg);
}
.blog-slider .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.blog-slider .owl-pagination {
	bottom: 30px;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
}

/* --------------------------------------
=========================================
	webpress-breadcrumb-section
=========================================
-----------------------------------------*/
.webpress-breadcrumb-section {
	background: url(images/breadcrumb/background.jpg) repeat fixed;
	background-size: cover;
	height: 100%;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0;
	width: 100%;
	box-shadow: 0 0 5px 0 #aaaaaa;
}
.webpress-breadcrumb-section .overlay {
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	padding: 100px 0;
	position: relative;
	width: 100%;
}
.webpress-breadcrumb-title {
	text-align: center;
	padding: 0;
}
.webpress-breadcrumb-title h1 {
	font-size: 75px;
	font-weight: bold;
	margin: 0;
	line-height: 85px;
	padding-bottom: 0px;
}
.webpress-page-breadcrumb {
	list-style: none outside none;
	margin-bottom: 12px;
	padding: 0;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
}
.webpress-page-breadcrumb > li {
	display: inline-block;
}
.webpress-page-breadcrumb > li + li:before {
	content: "\f105";
	font-family: fontawesome;
	padding: 0 5px;
}
/* --------------------------------------
=========================================
	webpress-sidebar
=========================================
-----------------------------------------*/
.webpress-sidebar {
	padding: 0;
}
.webpress-sidebar a {
	transition: all 0.3s ease 0s;
}
.webpress-sidebar .webpress-widget .btn {
	padding: 2px 12px;
	border: none;
	border-radius: 0;
	height: 40px;
}
.webpress-sidebar .webpress-widget {
	margin-bottom: 30px;
	padding: 10px 20px;
	border-width: 3px 0 0;
	border-style: solid;
	border-radius: 4px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.webpress-sidebar .webpress-widget .input-group .form-control {
	height: 40px;
}
.webpress-sidebar .webpress-widget ul {
	padding: 0;
	list-style: none;
}
.webpress-sidebar .webpress-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.webpress-sidebar .webpress-widget ul li:last-child {
	border: none;
}
.webpress-sidebar .webpress-widget h2 {
	font-size: 18px;
	line-height: 20px;
}
.webpress-sidebar .webpress-widget h6, .webpress-sidebar .webpress-widget h2 {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 0;
}
.webpress-sidebar .webpress-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
}
.webpress-sidebar .webpress-widget ul li a:hover {
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.webpress-sidebar .webpress-widget ul.menu li .sub-menu {
	margin-left: 15px;
}
.webpress-sidebar .webpress-widget ul.menu li .sub-menu li {
	border-bottom: none;
	padding: 10px 0 0;
}
.webpress-sidebar .webpress-widget.widget_search .btn {
	border: medium none;
	border-radius: 0 3px 3px 0;
	height: 40px;
	padding: 2px 12px;
	transition: all 0.3s ease 0s;
}
.webpress-sidebar .webpress-category-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.webpress-sidebar .webpress-category-widget ul li a:hover {
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.webpress-sidebar .webpress-widget .webpress-widget-tags, .webpress-sidebar .webpress-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
.webpress-sidebar .webpress-widget .webpress-widget-tags a, .webpress-sidebar .webpress-widget .tagcloud a {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 9px 0;
	padding: 6px 12px;
	transition: all 0.4s ease-in-out 0s;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}
.webpress-sidebar .webpress-widget-tags a:hover, .webpress-sidebar .webpress-widget .tagcloud a:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
.webpress-sidebar .webpress-widget .webpress-twitter-feed li {
	margin: 2px 0;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.webpress-sidebar .webpress-widget .webpress-twitter-feed li::before {
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 0;
	content: "\f099";
}
.webpress-sidebar .webpress-widget .webpress-twitter-feed li a {
	padding-right: 3px;
}
.webpress-sidebar .webpress-widget .webpress-twitter-feed li .twitter-text {
	display: table;
}
.webpress-sidebar .webpress-widget .webpress-twitter-feed li .date-twitter {
	font-size: 12px;
}
.webpress-sidebar .webpress-opening-hours li i {
	font-size: 14px;
	padding-right: 10px;
}
.webpress-sidebar .webpress-widget .webpress-widget-address li {
	clear: both;
}
.webpress-sidebar .webpress-widget .webpress-widget-address li span.icon-addr {
	height: 25px;
	line-height: 25px;
	margin: 5px 15px 8px 8px;
	text-align: center;
	width: 25px;
	display: inline-block;
	float: left;
	border-radius: 3px;
}
.webpress-sidebar .webpress-widget .webpress-widget-address li span.icon-addr i {
	font-size: 14px;
}
.webpress-sidebar .webpress-widget .webpress-social {
	padding: 10px 0px;
}
.webpress-sidebar .webpress-widget .webpress-social li {
	display: inline-block;
}
.webpress-sidebar .webpress-widget .webpress-social li span.icon-soci {
	display: inline-block;
	float: left;
	height: 32px;
	line-height: 32px;
	margin: 8px 12px 8px 8px;
	text-align: center;
	width: 32px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}
.webpress-sidebar .webpress-widget .webpress-social li span.icon-soci:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
.webpress-sidebar .webpress-widget .webpress-social li span.icon-soci i {
	font-size: 16px;
}
.webpress-sidebar .webpress-widget-payment a {
	font-size: 30px;
}
.webpress-sidebar .webpress-widget .webpress-widget-quote .form-control {
	border-radius: 0;
	margin-bottom: 20px;
	font-size: 12px;
}
.webpress-sidebar .webpress-widget .webpress-widget-quote .btn {
	border-radius: 2px;
	padding: 5px 35px;
}
/*--webpress-mailchimp--*/ 
.webpress-sidebar .webpress-mailchimp-widget .btn {
	border-radius: 0 3px 3px 0;
	transition: all 0.3s ease 0s;
}
/*--webpress-blog-post end--*/ 
.webpress-sidebar .webpress-widget .webpress-blog-post {
	margin-bottom: 0;
	margin-top: 0 !important;
	overflow: hidden;
	padding-bottom: 20px;
}
.webpress-sidebar .webpress-widget .webpress-post-area {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
.webpress-sidebar .webpress-widget .webpress-blog-post .webpress-post-area img {
	border-radius: 2px;
	display: block;
	height: 70px;
	max-width: 70px;
	transition: all 0.3s ease-in-out 0s;
}
.webpress-sidebar .webpress-widget .webpress-blog-post h3 {
	display: block;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: -5px;
	word-wrap: break-word;
}
.webpress-widget .webpress-blog-post span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-right: 8px;
	font-style: italic;
}
/*--webpress-blog-post end--*/ 
/*--calendar_wrap--*/ 
.webpress-sidebar .webpress-widget .calendar_wrap table {
	width: 100%;
	font-size: 11px;
}
.webpress-sidebar .webpress-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.webpress-sidebar .calendar_wrap table thead th {
	border-width: 1px;
	border-style: solid;
}
.webpress-sidebar .calendar_wrap table tbody td:hover, .webpress-sidebar .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
.webpress-sidebar .calendar_wrap table tfoot {
	border-width: 1px;
	border-style: solid;
}
.webpress-sidebar .webpress-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
}
.webpress-sidebar .webpress-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.webpress-sidebar .webpress-widget .calendar_wrap table tfoot {
	font-size: 11px;
}
.webpress-sidebar .webpress-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
.webpress-sidebar .webpress-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
/*--calendar_wrap end--*/ 
.webpress-sidebar .webpress-widget .textwidget select, .webpress-sidebar .webpress-widget .textwidget img {
	width: 100%;
}
/*----woocommerce footer-widget----*/
.webpress-sidebar .webpress-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 0 3px 3px 0;
	margin-left: -1px;
}
/* --------------------------------------
=========================================
	webpress-error page
=========================================
-----------------------------------------*/
.webpress-error-404 h1 {
	font-size: 100px;
	line-height: 80px;
}
.webpress-error-404 h1 i {
	padding: 5px;
}
.webpress-error-404 h4 {
	line-height: 40px;
}
.webpress-error-404 p {
	line-height: 30px;
}

/* --------------------------------------
=========================================
	webpress-footer
=========================================
-----------------------------------------*/
footer .webpress-footer-widget-area {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 50px;
}
footer .webpress-widget {
	margin-bottom: 10px;
}
footer .webpress-widget:nth-child(4n+1) {
	clear: both;
}
footer .webpress-widget .webpress-subscribe {
	padding: 1px 12px;
	border-radius: 0 3px 3px 0;
	height: 40px;
}
footer .webpress-widget .webpress-subscribe:hover, footer .webpress-widget .webpress-subscribe:focus {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .webpress-search-widget .btn {
	padding: 1px 12px;
	border-radius: 0;
	height: 40px;
}
footer .webpress-widget.widget_search .btn {
	border-width: 1px;
	border-style: solid;
	padding: 2px 12px;
	height: 40px;
	border-top-right-radius: 3px;
}
footer .webpress-widget.widget_search .btn-default, footer .webpress-widget.widget_search .btn-default:hover {
	background-color: initial;
}
footer .webpress-widget.widget_search .btn:hover, footer .webpress-widget.widget_search .btn:focus {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .webpress-widget h6 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px 0;
	position: relative;
	padding-bottom: 0px;
}
footer .webpress-widget ul {
	padding: 0;
	list-style: none;
}
footer .webpress-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
footer .webpress-widget ul li a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .webpress-widget ul li:first-child {
	padding-top: 0;
}
footer .webpress-widget ul li:last-child {
	border-bottom: none;
}
footer .webpress-widget ul li {
	margin: 0;
	padding: 10px 0;
	position: relative;
}
footer .webpress-widget ul li a {
	transition: all 0.4s ease-in-out 0s;
}
footer .webpress-widget ul li a:hover {
	padding-left: 10px;
}
footer .webpress-widget .list-unstyled li:first-child {
	padding-top: 0;
}
footer .webpress-widget .list-unstyled li {
	margin: 0;
	padding: 10px 0;
	position: relative;
}
footer .webpress-widget .list-unstyled li {
	border-width: 1px;
	border-style: solid;
}
footer .webpress-widget .list-unstyled li :last-child {
	border-bottom: none;
}
footer .webpress-widget .list-unstyled li a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .webpress-widget .list-unstyled li a {
	line-height: 25px;
	transition: all 0.4s ease-in-out 0s;
}
footer .webpress-widget .list-unstyled li a:hover {
	padding-left: 10px;
}
footer .webpress-widget .webpress-social {
	padding: 10px 0px;
}
footer .webpress-widget .webpress-social li {
	display: inline-block;
	margin-right: 5px;
	border-bottom: none;
        list-style:none;
}
footer .webpress-widget .webpress-social li a:hover {
	padding-left: 0;
}
footer .webpress-widget .webpress-social li span.icon-soci {
           display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0px 4px;
    text-align: center;
    width: 40px;
    border-radius: 50px;
    box-shadow: 0 1px 17px -4px rgba(0, 0, 0, 0.26);
    background: rgba(255, 255, 255, 0.08);
}
footer .webpress-widget .webpress-social li span.icon-soci:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .webpress-widget .webpress-social li span.icon-soci i {
	font-size: 16px;
}
footer .webpress-widget .webpress-widget-tags, footer .webpress-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
footer .webpress-widget .webpress-widget-tags a, footer .webpress-widget .tagcloud a {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 5px 9px 0;
	padding: 6px 12px;
	transition: all 0.4s ease-in-out 0s;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}
footer .webpress-widget .webpress-widget-tags a:hover, footer .webpress-widget .tagcloud a:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .webpress-widget .webpress-widget-quote .form-control {
	border-radius: 0;
	margin-bottom: 20px;
	border: none;
	font-size: 12px;
}
footer .webpress-widget-payment a {
	font-size: 30px;
}
footer .webpress-widget .calendar_wrap table {
	width: 100%;
	font-size: 11px;
}
footer .webpress-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
footer .webpress-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
	border-width: 1px;
	border-style: solid;
}
footer .webpress-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
footer .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
footer .calendar_wrap table tbody td:hover {
	transition: all 0.3s ease 0s;
}
footer .webpress-widget .calendar_wrap table tfoot {
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
}
footer .webpress-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
footer .webpress-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
footer .webpress-widget .textwidget select, footer .webpress-widget .textwidget img {
	width: 100%;
}
footer .webpress-blog-post {
	margin-bottom: 0;
	margin-top: 0;
	overflow: hidden;
	padding-bottom: 20px;
}
footer .webpress-post-area {
	display: block;
	float: left;
	margin-left: 0;
	margin-right: 15px;
}
footer .webpress-blog-post .webpress-post-area img {
	border-radius: 2px;
	display: block;
	height: 70px;
	max-width: 70px;
	transition: all 0.3s ease-in-out 0s;
}
footer .webpress-blog-post h3 {
	display: block;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: -5px;
	word-wrap: break-word;
}
footer .webpress-blog-post span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-right: 8px;
	font-style: italic;
}
footer .webpress-widget .form-control {
	border-width: 2px;
	border-style: solid;
	height: 40px;
}
/*----woocommerce footer-widget----*/
footer .webpress-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 0 3px 3px 0;
	margin-left: -1px;
}
/*----contactform footer-widget----*/
footer .webpress-widget .wpcf7-form .wpcf7-form-control {
	border: none;
}
footer .webpress-footer-copyright {
	padding: 10px 0 10px;
}
footer .webpress-footer-copyright p, footer .webpress-footer-copyright a {
	font-size: 15px;
	line-height: 23px;
}
footer .webpress-social {
	padding: 0px;
	margin: 0;
}
footer .webpress-social li {
	display: inline-block;
	margin-right: 5px;
	border-bottom: none;
}
footer .webpress-social li a:hover {
	padding-left: 0;
}
footer .webpress-social li span.icon-soci {
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0px 4px;
	text-align: center;
	width: 40px;
	border-radius: 50px;
	box-shadow: 0 1px 17px -4px rgba(0, 0, 0, 0.26);
	background: rgba(255, 255, 255, 0.08);
}
footer .webpress-social li span.icon-soci:hover {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .webpress-social li span.icon-soci a {
	font-size: 16px;
}
/* --------------------------------------
=========================================
	webpress-scroll-button
=========================================
-----------------------------------------*/
.webpress_scroll {
	bottom: 2%;
	display: none;
	height: 50px;
	line-height: 55px;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	right: 12px;
	text-align: center;
	width: 50px;
	z-index: 9999;
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.webpress_scroll:hover {
	opacity: 1;
}
.webpress_scroll i {
	font-size: 26px;
}
.webpress_scroll:hover, .ti_scroll:focus {
	transition: all 0.3s ease 0s;
}
/* --------------------------------------
/* --------------------------------------
=========================================
	webpress-Responsive Part
=========================================
-----------------------------------------*/
@media (max-width: 992px) {
.woocommerce-page .woocommerce .cart-collaterals .cart_totals {
	width: 100%;
}
.woocommerce-page .products .product > a:first-child {
/*		min-height: 325px; */
}
.webpress-trhead {
	position: relative;
}
}
@media (max-width: 767px) {
.webpress-calltoaction {
	text-align: center;
}
.webpress-calltoaction .btn{
	margin-bottom: 20px;
}

.woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 48%;
	float: left;
	clear: both;
	margin: 0 0 2.992em;
}
.woocommerce .upsells.products ul li.product:nth-child(4), .woocommerce-page ul.products li.product:nth-child(4) {
	margin: 0 0 2.992em;
}
.woocommerce .upsells.products ul li.product:nth-child(4+1), .woocommerce-page ul.products li.product:nth-child(4+1) {
	clear: none;
}
.woocommerce .upsells.products ul li.product:nth-child(even), .woocommerce-page ul.products li.product:nth-child(even) {
	margin-right: 0;
	float: right;
}
.woocommerce .upsells.products ul li.product:nth-child(odd), .woocommerce-page ul.products li.product:nth-child(odd) {
	clear: left;
}
}
@media (max-width: 600px) {
.woocommerce-page .product .images {
	width: 100%;
}
.woocommerce-page .product .entry-summary {
	width: 100%;
	padding-left: 0%;
	margin-top: 50px;
}
.woocommerce-page .woocommerce-tabs .tabs li a {
	font-size: 14px;
}
.woocommerce-page .woocommerce-tabs .tabs li {
	padding: 10px 10px;
}
.listpost-content-wrap-large {
	position: relative;
}
.listpost-content-wrap-large {
	padding: 20px 0px 0px 0px;
}
.entry-meta-large {
	position: relative;
	float: left;
	width: 100%;
}
.entry-footer-large {
	padding-right: 0;
}
}
@media (max-width: 480px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 100%;
}
.woocommerce-page .woocommerce-result-count {
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
}
.woocommerce-page .woocommerce-ordering {
	float: none;
}
.woocommerce-page .products .product > a:first-child {
	width: 240px;
}
.woocommerce-page .woocommerce-tabs .tabs li {
	width: 100%;
}
.woocommerce-page .woocommerce-tabs .tabs li {
	width: 100%;
	border-bottom: 2px solid #CCC;
}
.woocommerce-page .woocommerce-tabs .tabs {
	border-bottom: 0;
}
.woocommerce-page .woocommerce-tabs .comment_container {
	position: relative;
	padding-left: 0px;
	padding-top: 50px;
}
.woocommerce-page .products .product > a:first-child {
	width: 100%;
}
/* cart page */
.woocommerce table.shop_table th {
	padding: 5px 5px;
	font-size: 8px;
}
.woocommerce-page .woocommerce .product-name a {
	font-size: 12px;
	line-height: 16px;
	float: left;
}
.woocommerce table.shop_table td {
	padding: 20px 12px;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table td span, .woocommerce table.shop_table td a, .woocommerce table.shop_table td strong {
	font-size: 12px;
}
.woocommerce table.shop_table td .amount {
	font-size: 12px;
}
.woocommerce-page .woocommerce .product-quantity input.qty {
	width: 45px;
}
.woocommerce td.product-quantity {
	min-width: 40px;
}
.woocommerce-page .woocommerce input[type="submit"] {
	font-size: 10px;
}
.woocommerce-page .woocommerce .cart_totals tr.cart-subtotal th {
	font-size: 12px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	font-size: 12px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table td span, .woocommerce-cart .cart-collaterals .cart_totals table td a {
	font-size: 12px;
}
.woocommerce form .form-row label {
	font-size: 12px;
}
.woocommerce-page .woocommerce .woocommerce-info, .woocommerce-page .woocommerce .woocommerce-info a {
	font-size: 12px;
}
.woocommerce-checkout-payment label {
	font-size: 14px;
}
.woocommerce-page .woocommerce #payment div.payment_box p {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}
.woocommerce form .form-row {
	width: 100%;
}
.woocommerce-page .woocommerce .order_details li {
	width: 100%;
	border-bottom: 1px dashed #d3ced2;
	border-right: none;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	margin-top: 5px
}
.woocommerce-page address {
	font-size: 12px;
}
.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error li {
	font-size: 12px;
}
.woocommerce-page .woocommerce .cart-collaterals .cart_totals a {
	width: 100%;
	margin-right: 0;
}
.woocommerce-page .woocommerce .checkbox {
	font-size: 16px;
}
.woocommerce-page .myaccount_address {
	font-size: 12px;
}
.woocommerce-page #content .quantity input.minus, .woocommerce-page #content .quantity input.plus {
	display: none;
}
.woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 100%;
}
}
/* [end] woocommerce */
@media (min-width: 768px) and (max-width: 991px) {
.navbar-header {
	/*float: none;*/
}
}
 @media only screen and (min-width: 240px) and (max-width: 460px) {
.webpress-footer-top-area .webpress-app-widget .btn {
	margin-top: 10px;
}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
/* Top Details*/
.webpress-head-detail .info-left {
	float: none;
	text-align: center;
	margin: 10px 0 17px;
	float: none;
}
.webpress-head-detail .info-right {
	float: none;
	text-align: center;
	margin: 10px 0 17px;
	float: none;
}
/* logo*/
.navbar-default .navbar-brand {
	margin: 0 auto;
	text-align: center;
}
.navbar-wp .navbar-nav > li > a {
	padding: 12px;
}
.navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	z-index: 8;
}
..navbar-wp .navbar-nav > li > a:hover {
         color: #c59d5f;
}
.navbar-wp .webpress-search-box {
	float: left;
}
.webpress-search {
	margin: 0 auto;
}
.webpress-plans .webpress-plan.active {
	transform: scale(1);
}
.webpress-subscriber .subscription-form .int-box {
	width: 100%;
}
}
@media screen and (min-width: 1024px) {
.webpress-slider-inner {
}
}
@media screen and (min-width: 240px) and (max-width: 1179px) {
.boxed {
	width: auto;
}
.webpress-slider-inner p {
	width: auto;
}
}
@media screen and (min-width: 530px) and (max-width: 1024px) {
/*--------------- webpress-slider ---------------*/
.webpress-slider-inner {
	min-width: auto !important;
	width: auto !important;
}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
#webpress-slider .slide-caption h1{
	font-size: 450%;
}
}
@media screen and (min-width: 240px) and (max-width: 767px) {
/*--------------- webpress-slider ---------------*/
.navbar-wp .navbar-nav>.active>a, .navbar-wp .navbar-nav>.active>a:hover, .navbar-wp .navbar-nav>.active>a:focus {
	border-bottom: none;
}
.navbar-wp .navbar-nav > a, .navbar-wp .navbar-nav> a:hover, .navbar-wp .navbar-nav a:focus {
	border-bottom: none;
}
.webpress-slider-inner {
	min-width: auto !important;
	width: auto !important;
}
#webpress-slider .slide-caption h1{
	font-size: 180%;
	line-height: 40px;
	letter-spacing: 0;
}
#webpress-slider .slide-caption .description {
	font-size: 100%;
	line-height: 1em;
	margin: 0 auto;
	width: 100%;
}
.webpress-slider-warraper .owl-controls .owl-buttons div {
	width: 30px;
	height: 30px;
	font-size: 200%;
	line-height: 10px;
	border-width: 2px;
	border-style: solid;
}

/*--------------- webpress-subscription-form ---------------*/
.webpress-subscriber .subscription-form .int-box {
	width: 100%;
}
}
.navbar-header {
	padding:0;
}
.content-area {
	margin-top: 0px;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
	padding-top:0 !important;
}
.home_slide {
	    text-align: center;
    overflow: hidden;
    display: block;
   
	
}
.home_slide h1 {
text-transform: uppercase;
    display: block;
    font-weight: 100;
    font-size: 40px;
    color: #fff;
    letter-spacing: 6px;
    line-height: 46px;
    margin-bottom: 0;
}
.home_slide h3 {
    font-size: 80px;
    line-height: 55px;
    color: #c59d5f;
letter-spacing: 6px;
}
.home_slide h2 {
    font-size: 25px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
margin: 5px 0;
}
.slide_img {
	background-attachment:fixed;
    border-bottom: 5px solid #fff;
}
.our_bakery {
	    padding-top: 28px;
 padding-bottom: 28px;

}
.our_bakery h3 {
	font-size: 18px;
    margin: 0;
}
.our_bakery h1 {
   font-size: 80px;
    margin: 0;
   line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #c59d5f;
}
.our_bakery h2 {
   font-size: 50px;
    margin: 0;
   line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.our_bakery p {
    margin: 50px 0;
    display: block;
    overflow: hidden;
    margin-right: 20px;
    text-align: center;
}
.read_more {
   display: inline-block;
    text-align: center;
    color: #c59d5f;

}
.read_more:hover {
	/*background: #D4AF37;*/
       color:#c59d5f;
}
.read_more:after {
border-bottom: 2px solid #c59d5f;
    content: '';
    padding: 2px 0;
    display: block;

}
.cofee_bg {
	background-attachment:fixed;
	background-repeat: no-repeat ;
    background-size: cover ;
 border-bottom: 5px solid #808080;
}
.cofee_cont {
	    text-align: center;
}
.cofee_cont h1 {
    font-size: 175px;
    text-transform: capitalize;
    display: block;
    line-height: 173px;
    overflow: hidden;
 color: #808080;
}
.cofee_cont h3 {
    font-size: 31px;
    line-height: 31px;
    display: block;
    overflow: hidden;
}
.parallax-bg {
	    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
   height: 850px;
border-bottom: 5px solid #808080;
}
.bakery {
 border-bottom: 5px solid #808080;
}
.about-me {
 border-bottom: 5px solid #808080;
}
.product {
	padding-top: 28px;
    padding-left: 8%;
   /* padding-right: 19%;*/
   padding-bottom: 28px;
}  
.product h3 {
	  font-size: 18px;
    margin: 0;
}
.product h1 {
    font-size: 80px;
    margin: 0;
    line-height: 80px;
    text-align: center;
    text-transform: capitalize;
    color: #c59d5f;
}
.product h2  {
 font-size: 50px;
    margin: 0;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
.product p {
    margin: 50px 0;
    display: block;
    text-align: center;
    overflow: hidden;
}
.avia-layerslider {
z-index: 1;
}
.scroll-down-link {
top: -130px;
left: 99% !important;
background:url('images/expand_arrow.png');
position:absolute;
}
@media screen and (max-width:680px) {
	#content {
		padding:0 10px;
	}
	.our_bakery {
		padding:0 4%;
		padding-top: 20px;

	}
	.product {
		padding:0 4%;
		padding-top: 20px;

	}
	.cofee_cont h1 {
		    font-size: 80px;
	}
	.content-area {
		margin-top:0;
	}
	        .parallax-bg {
          height:250px;
       }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
     padding:0 15px !important;
     margin-top:75px;
    width:100%;
    } 
    .pad-left {padding-left:0 !important;padding-top:30px;}
    .article__content {padding:18px 0 !important;}
    .article__content_cont {padding:18px 0 !important;}
    .menu-list__title {margin-top:14px !important;font-size: 19px;}
    .promo-box__container {
        padding:36px 0 !important;
     } 
    .home_about_des {
        /* padding: 0 4% !important;*/
    }
    .home_about_des h1 {
     font-size:55px !important; 
    } 
}
@media screen and (min-width:682px) and (max-width:1024px) {
	.content-area {
		margin-top:0;
	}
	.our_bakery {
		/*padding:0 5%;
		padding-top: 30px;*/
	}
	.product {
		padding:0 5%;
		padding-top: 30px;
	}
         .parallax-bg {
          height:430px;
       }
      .home_about_des {
       /* padding:0 4% !important;*/
      }
      .home_about_des h1 {
       font-size:60px !important;
      }
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding:0;
}
.down-arrow--bubble {
    bottom: -16px;
}
.down-arrow {
    display: block;
    width: 80px;
    height: 80px;
    opacity: 0.7;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    cursor: pointer;
    z-index: 10;
}
.down-arrow--bubble .arrow {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
}
.down-arrow .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
svg:not(:root) {
    overflow: hidden;
}
.blurp--top {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.blurp--top {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -96px;
    margin-top: -50px;
    z-index: 10;
}
p {
        font-family: Cabin-Regular;
    color: #515150;
    font-size: 16px;
    line-height: 1.7;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
 margin-bottom:0 !important;
}
.home_about_des h1 {
 font-size: 80px;
    margin: 0;
    padding: 0;
    color: #c59d5f;
    line-height: 70px;
}
.home_about_des h2 {
     font-size: 40px;
}
.home_about_des p {
 margin: 40px 0;
}
.home_about_des {
/* padding-left:30px;
 padding-right:30px;*/
}
.contact_des {
/* padding-left:48px;
    padding-right: 48px;*/
}
.article__content {
 padding: 78px 0;
/*background: url(./images/bg03.jpg);*/

} 
.article__content_cont {
 padding: 78px 0;
/*background: url(./images/contact_bg.png);*/
}
.flush--top {
     text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
}
.contact_des h3 {
text-transform: capitalize;
    font-weight: normal;
    margin-top: 0;
    color: #c59d5f;
}
.webpress-social li span.icon-soci {
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0px 4px;
    text-align: center;
    width: 40px;
    border-radius: 50px;
    box-shadow: 0 1px 17px -4px rgba(0, 0, 0, 0.26);
    background: #000;
}
.webpress-social li {
    display: inline-block;
    margin-right: 5px;
    border-bottom: none;
}
.webpress-social {
    margin: 14px 0;
   padding:0;
}
.webpress-social li span.icon-soci a {
    font-size: 16px;
   color:#fff;
}
.webpress-social li span.icon-soci:hover {
 background-color:#D4AF37;
}
.wpb_gmaps_widget .wpb_wrapper {
 padding:0 !important;
}
.vc_parallax_img {
 height:450px;
}
.seperator {
     margin: 36px 0 !important;
}
.menu-list__title {
 letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 42px;
    margin-bottom: 30px;
font-family: cambria;
}
.menu-list__items ul {
 list-style:none;
 padding:0;
}
.menu-list__items ul li {
     display: list-item;
}
.menu-list__item-title {
 letter-spacing: 0.1em;
}
.menu-list__item {
     position: relative;
    margin-bottom: 30px;
}
.menu-list__item-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 96px;
    text-align: left;
text-transform: uppercase;
       font-size: 15px;
}
.menu-list__item-title::after {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    border: 0;
    height: 3px;
    display: block;
    background-image: radial-gradient(circle closest-side, #b3b3b3 99%, rgba(0, 0, 0, 0) 1%);
    background-position: bottom;
    background-size: 6px 3px;
    background-repeat: repeat-x;
}
.piatti .menu-list__item-title::after {
    display:none
}
.menu-list__item-price {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 96px;
  /*  background-color: white;*/
    font-size: 17px;
    line-height: 1.27316;
    font-weight: bold;
}
.menu-list__item-highlight-wrapper {
    margin-top: 54px;
    margin-bottom: 38px;
}
.menu-list__item-highlight-wrapper:before {
    content: '';
    position: absolute;
    top: -18px;
    left: -7px;
    right: -8px;
    bottom: -18px;
    border: 2px solid #c59d5f;
}
.menu-list__item-highlight-title {
    position: absolute;
    top: -38px;
    left: -7px;
    padding: 0 18px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.250em;
    color: white;
    background-color: #c59d5f;
}
.pad-left {
 /*padding-left: 30px !important;*/
}
.promo-box__container {
    padding:  36px 54px;
    background-color: #D4AF37;
    color: white;
}
.promo-box__container h4 {
 color:#fff;
 text-transform:uppercase;
 line-height:33px;
    font-family: cambria;
}
.promo-box__container p {
 color:#fff;
}
.menu-list__item-title .item_title {
    position: relative;
    z-index: 5;
   /* background-color: white;*/
     font-family: cambria;
}
.main-menuleft {
 float:left;
}

@media screen and (max-width:1024px) {
 .desktop {
 display:none !important;
}
}
@media screen and (min-width:1025px) and (max-width:1920px) {
  .mobile {
   display:none !important;
}
}
.pad0 .vc_column-inner  {
 padding:0 !important;
}
.about_our_bakery {
 padding:28px 8%;
}
.about_product {
 padding:28px 0;
}

.menu-list__item-glass {
 position: absolute;
    top: 0;
    right: 55px;
    z-index: 1;
    max-width: 96px;
    background-color: white;
    font-size: 17px;
    line-height: 1.27316;
    font-weight: bold;
}
.follow_des h3 {
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 0;
    color: #c59d5f;
}
.custom-logo {
 position:absolute;
 text-align:center;
}
.webpress-trhead2 {
    position: relative;
    right: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}
.side {
 position:fixed;
 right:0;
 top:40%;
    z-index: 999;
}
.side li {
 display:block !important;
 margin-bottom:10px;
}
.side li span.icon-soci {
 display: block !important;
 float:none !important;
}
.home_slide img {
 width:auto !important;
}
.nav-center  {
 text-align:center;
 float:none;
 display:inline-block;
 position:relative;
 left:32%;
}

.none:after {
 background:none;
}
.webpress-trhead2 .navbar-wp .navbar-nav > li > a:hover {
 color:#000;
}
.head_cont {
    float: right;
    display: inline-block;
    margin: 26px 0;
    color:#fff;
}
.head_cont p a {
 color:#fff;
 font-size:22px;
}
.head_cont p .fa {
 color:#fff;
 width:20px;
}

.head_cont2 {
    float: right;
    display: inline-block;
    margin: 26px 0;
    color:#000;
}
.head_cont2 p a {
  color:#000;
  font-size:22px;
}
.head_cont2 p .fa {
  color:#000;
 width:20px;
}
.navbar-default .navbar-toggle {
 top:0;	
 cursor:pointer;
    left: 5%;
}
.navbar {
 min-height:55px;
 padding: 10px 0;
}
.navbar-default .navbar-toggle .icon-bar {
 background-color: #888 !important;
}
@media (max-width:380px) {
 .custom-logo {
    right: 37%;
    width: 124px;
    height: 54px;
}
 .content-area2 {
 padding-top:150px;
}
.head_cont {
     margin: 13px 7px;
}
.head_cont p a {
    font-size: 11px;
}
.head_cont2 p a {
 font-size: 11px;
}
.head_cont2 {
     margin: 13px 7px;
}
}
@media screen and (min-width:382px) and (max-width:480px) {
  .custom-logo {
  right:27%;
}
.head_cont p a {
    font-size: 11px;
}
.head_cont2 {
     margin: 13px 7px;
}
.head_cont2 p a {
 font-size: 11px;
}
.content-area2 {
 padding-top:132px;
}
.head_cont2 {
 display:none;
}
}
@media screen and (min-width:482px) and (max-width:780px) {
 .content-area2 {
 padding-top:50px;
}
}
.star {
 color:#fff;
}
.star:before {
     display: block;
    left: 24%;
    content: "";
    position: absolute;
    width: 23%;
    border: 1px solid #d8d8d8;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 12px;
} 
.star:after {
    display: block;
    left: 53%;
    content: "";
    position: absolute;
    width: 23%;
    border: 1px solid #d8d8d8;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -12px;
}
@media (max-width:780px) {
 .our_bakery h1 {
     font-size: 52px;
}
.product h1 {
 font-size: 52px;
}
.product h2 {
     font-size: 35px;
}
.home_slide h3 {
     font-size: 50px;
}
.home_slide h1 {
     font-size:26px;
    line-height: 38px;
	}
.home_slide h2 {
     font-size: 18px;
} 
.our_bakery h2 {
 font-size: 42px;
}
.webpress-trhead {
 position: absolute;
    right: 0;
    left: 0;
    z-index: 999;
    background: transparent;
}
}