/*  
Theme Name: Ratatouille
Theme URI: https://ratatouilletheme.com
Description: An Ultra Responsive Restaurant WordPress Theme. <strong>Follow me on twitter:</strong> <a href="https://twitter.com/skatdesign">Skat Design</a>
Version: 1.2.6
Author: Skat
Author URI: https://skat.tf/
Tags: custom-header, custom-background, threaded-comments, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, translation-ready
Text Domain: ratatouille
License:
License URI:
*/

/*--------------------------------------------------------------------- Index ------------------------------------------------------------------*/
/*
/* 01. General
/* 02. Typography Styling
/* 03. Header
/* 04. Main Header Navigation
/* 05. Content
/* 06. Blog Entry
/* 07. Comments
/* 08. Sidebar
/* 09. Pagination
/* 10. WP's Default Styles
/* 11. Footer
/* 13. VC Shortcodes
/* 14. Responsivness
/*
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
	

/* ------------------------------------------------------------------------ */
/* 01. General
/* ------------------------------------------------------------------------ */
@font-face {
	font-family: star;
	font-style: normal;
	font-weight: 400;
	src: url(framework/fonts/star.eot);
	src: url(framework/fonts/star.eot?#iefix) format("embedded-opentype"),
		 url(framework/fonts/star.woff) format("woff"),
		 url(framework/fonts/star.ttf) format("truetype"),
		 url(framework/fonts/star.svg#star) format("svg");
}
@font-face {
	font-family: WooCommerce;
	font-style: normal;
	font-weight: 400;
	src: url(framework/fonts/WooCommerce.eot);
	src: url(framework/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),
		 url(framework/fonts/WooCommerce.woff) format("woff"),
		 url(framework/fonts/WooCommerce.ttf) format("truetype"),
		 url(framework/fonts/WooCommerce.svg#star) format("svg");
}

body {
	background-color: #fff;
	color: #444444;
	font: 400 16px/24px 'Playfair Display', Arial, Tahoma, sans-serif;
	position: relative;
	-webkit-text-stroke: 0.001px transparent;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
body input[type="email"],
body input[type="submit"],
body input[type="text"],
body textarea {
	-webkit-appearance: none;
}
/* ------------------------------------------------------------------------ */
/* 02. Typography Styling
/* ------------------------------------------------------------------------ */

/* Links */
a {
	color: #d1a773;
	outline: none;
	text-decoration: none;
	-webkit-transition: color .3s ease-in;
	   -moz-transition: color .3s ease-in;
		-ms-transition: color .3s ease-in;
		 -o-transition: color .3s ease-in;
	        transition: color .3s ease-in;
}
a:hover {
	text-decoration: none;
	color: #d1a773;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
button:focus {outline:0;}
/* Blockquotes */
blockquote {
	border-left: 10px solid #d1a773;
	display: inline-block;
	font-size: 26px;
	font-style: italic;
	line-height: 34px;
	margin-bottom: 15px;
	padding: 20px;
}
blockquote p {
	padding: 0 !important;	
}

p {
	margin: 0;	
}
/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #303e4c;
	font-family: 'Josefin Sans', Tahoma, sans-serif;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.sd-single-entry-content h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
}
/* Images Styling */
img.alignleft {
	float: left;
	vertical-align: middle;
	margin-right: 20px;
}
img.alignright {
	float: right;
	vertical-align: middle;
	margin-left: 20px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
}
.aligncenter {
	margin: 0 auto;
	clear: both;
	display: block;
}
.sd-underline {
	text-decoration: underline;	
}
/* table */
.sd-left-col table,
.sd-left-col th,
.sd-left-col td {
	border: 1px solid #d1d1d1;
}

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

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

.sd-left-col th {
	border-width: 0 1px 1px 0;
	font-weight: 500;
}

.sd-left-col td {
	border-width: 0 1px 1px 0;
}

.sd-left-col th,
.sd-left-col td {
	padding: 0.4375em;
}
/* Raw code styling */
pre,
code {
	font: 11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	text-shadow: none;
}
pre {
	border: 1px solid #ddd;
	margin: 20px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(framework/images/bg-code.gif);
}
/* Lists */

ul {
	list-style: disc inside;
}
ul li ul {
	margin-bottom: 0;	
}
ul li ul li {
	padding-left: 20px;
}
ol {
	list-style: decimal inside;
}
ol li ol {
	margin-bottom: 0;	
}
ol li ol li {
	padding-left: 20px;
}
/* style helpers */
.sd-alpha {
	margin-left: 0;	
}
.sd-omega {
	margin-right: 0;	
}
.sd-center {
	text-align: center;
}
.sd-centered-tabs .ult_tabmenu {
	display: block !important;
	text-align: center !important;
}
.sd-centered-tabs .ult_tab_li {
	float: none !important;	
}
.sd-left {
	text-align: left;
}
.sd-right {
	text-align: right;	
}
.sd-inline {
	display: inline;	
}
.sd-margin-left {
	margin-left: 30px;	
}
.sd-margin-right {
	margin-right: 30px;	
}
.sd-margin-top {
	margin-top: 20px;
}
.sd-margin-bottom {
	margin-bottom: 20px;
}
.sd-list-margin-bottom ul li {
	margin-bottom: 20px !important;
}
.sd-list-margin-bottom li:last-child {
	margin-bottom: 0;	
}
.sd-margin-none {
	margin: 0 !important;
	overflow: hidden;
}
.sd-margin-top-0 {
	margin-top: 0;
}
.sd-margin-bottom-0 {
	margin-bottom: 0 !important;
}
.sd-padding-left {
	padding-left: 15px !important;
}
.sd-padding-right {
	padding-right: 15px !important;	
}
.sd-padding-left-none {
	padding-left: 0 !important;
}
.sd-padding-right-none {
	padding-right: 0 !important;	
}
.sd-padding-none {
	padding: 0 !important;	
}
.sd-display-none {
	display: none;
}
.sd-display-inline-block {
	display: inline-block;
}
.sd-display-table {
	display: table;	
}
.sd-overflow {
	overflow: hidden;	
}
.sd-text-background,
.sd-text-background-dark,
.sd-text-bg-white {
	background-color: #d1a773;
	display: inline-block;
	padding: 10px 25px;
}
.sd-text-background {
	font-size: 12px;	
}
.sd-text-background-dark {
	background-color: #435061;
}
.sd-text-bg-white {
	background-color: #fff;
}
.sd-bold {
	font-weight: bold;
}
.sd-light {
	font-weight: lighter;	
}
.sd-small-text {
	font-size: 12px;
	line-height: 12px;
}
.sd-large-text {
	font-size: 21px;	
}
.sd-clear {
	clear: both;	
}
.sd-float-none {
	float: none !important;	
}
.sd-border-top {
	border-top: 1px solid #dfe5e9;
	display: inline-block;
	margin-top: 10px;
	padding-top: 10px;
}
.sd-border-bottom {
	border-bottom: 1px solid #dfe5e9;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sd-border-title h1,
.sd-border-title h2,
.sd-border-title h3,
.sd-border-title h4,
.sd-border-title h5,
.sd-border-title h6 {
	border-bottom: 2px solid #d1a773;
	display: inline-block;
}
.sd-border-none {
	border: none;	
}
.sd-zindex-high {
	z-index: 999;	
}
.sd-zindex-low {
	z-index: 1;	
}
.sd-border-radius,
.sd-border-radius img {
	border-radius: 500px;	
}
.sd-shadow {
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
}
.sd-shadow2 {
	background-color: #fff;
	border: 1px solid #f3f3f3;
	border-width: 0 1px;
	position: relative;
}
.sd-shadow2::before,
.sd-shadow2::after {
	border-radius:100px / 10px;
	bottom:10px;
	box-shadow:0 0 20px rgba(0, 0, 0, .1);
	content:"";
	left:0;
	position:absolute;
	right:0;
	top:10px;
	z-index:-1;
}
.sd-shadow2:::after {
	left:auto;
	right:10px;
	transform:skew(8deg) rotate(3deg);
}
/* background transition */

.sd-bg-trans {
	-webkit-transition: background .3s linear;
       -moz-transition: background .3s linear;
		-ms-transition: background .3s linear;
		 -o-transition: background .3s linear;
			transition: background .3s linear;
}
.sd-opacity-trans {
	-webkit-transition: opacity .3s ease-in-out;
	   -moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out !important;
}
.sd-opacity-trans:hover {
	opacity: .8;	
}
.sd-link-trans {
	-webkit-transition: color .3s ease-in;
	   -moz-transition: color .3s ease-in;
		-ms-transition: color .3s ease-in;
		 -o-transition: color .3s ease-in;
	        transition: color .3s ease-in;
}
.sd-border-trans {
	-webkit-transition : border .3s ease-out;
	   -moz-transition : border .3s ease-out;
		 -o-transition : border .3s ease-out;
			transition : border .3s ease-out;
}
.sd-all-trans {
	-webkit-transition : all .3s ease-out;
	   -moz-transition : all .3s ease-out;
		 -o-transition : all .3s ease-out;
			transition : all .3s ease-out;
}
.capitalize {
	text-transform: capitalize;
}
.sd-list-style li {
	list-style: none;
	padding: 0 0 5px 20px;
	position: relative;
}
.sd-list-style li::before {
	content: "\f111";
	color: #d1a773;
	font-family: FontAwesome;
	font-size: 8px;
	left: 0;
	position: absolute;
	top: 0;
}
.sd-list-style li:last-child {
	padding-bottom: 0;	
}
.sd-list-style-none {
	list-style: none;	
}
.sd-position-relative {
	position: relative;	
}
.sd-subtitle {
	color: #a1a7a5;	
	font-size: 15px;
	font-weight: normal;
}
.sd-colored {
	color: #d1a773;	
}
.sd-left-col img {
	height: auto;
	max-width: 100%;
}
.sd-float-left {
	float: left !important;	
}
.sd-letter-spacing {
	letter-spacing: 5px;	
}
.sd-font-josefin {
	font-family: 'Josefin Sans', Arial, sans-serif;
	line-height:
}
.ubtn-data {
	line-height: normal !important;
}
/* ------------------------------------------------------------------------ */
/* 03. Header
/* ------------------------------------------------------------------------ */

#sd-header {
	background-color: #fff;
	position: relative;
	width: 100%;
	z-index: 101;
}
.sd-transparent-bg {
	background: none !important;
	position: absolute !important;
}
.sd-logo-menu {
	height: 195px;
	position: relative;
	z-index: 2;
}
/* logo */
.sd-logo {
	float: left;
	margin: 50px 0 0;
	padding: 0;
}
.sd-logo-text {
	color: #d1a773;
	display: block;
	font-size: 22px;
	line-height: 24px;
}
.sd-header-style2 .sd-menu-wrapper {
	float: left;
}
.sd-header-style2 .sd-logo {
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}
.sd-header-style3 {
	height: auto;	
}
.sd-header-style3 .sd-logo {
	float: none;
	text-align: center;
}
.sd-header-style3 .sd-menu-wrapper {
	float: none;
	margin: 38px 0;
}
.sd-header-style3 .sd-menu-wrapper ul {
	text-align: center !important;
}
/* burger menu */

.sd-off-canvas-menu-wrap,
.sd-content-wrap-content {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.sd-off-canvas-menu-wrap {
	overflow-y: scroll;	
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.sd-off-canvas-content-wrap {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.sd-content-wrap-content {
	position: relative;
}

.sd-content-wrap-content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s, transform 0s 0.3s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

/* Menu Button */
.sd-open-button {
	background: none;
	border: none;
	color: #fff;
	float: right;
	font-size: 24px;
	margin-top: 84px;
}
.sd-header-style2 .sd-open-button {
	float: left;
}
.sd-header-style3 .sd-open-button {
	float: none;
	margin-top: 20px;
}
.sd-header-style3 .sd-logo-menu-content {
	text-align: center;
}
/* Close Button */
.sd-close-button {
	background: none;
	border: none;
	color: transparent;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 1em;
	text-indent: 16px;
	top: 1em;
	width: 16px;
	z-index: 1001;
}
.sd-close-button::before,
.sd-close-button::after {
	background-color: #808080;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 2px;
}

.sd-close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sd-close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.sd-off-canvas-menu-wrap {
	background-color: #fff;
	box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.3);
	font-size: 1.15em;
	height: 100%;
	position: fixed;
	transform: translate3d(-300px, 0px, 0px);
	transition: transform 0.3s ease 0s;
	width: 300px;
	z-index: 1001;
}
.sd-off-canvas-menu {
	padding: 100px 0 0 30px;
	width: calc(100% - 50px);
}
.sd-off-canvas-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sd-off-canvas-menu ul li ul {
	padding: 0;
}
.sd-off-canvas-menu li {
	padding: 0;	
}
.sd-off-canvas-menu li a {
	color: #444;
	margin-bottom: 20px;
}
.sd-off-canvas-menu li a:hover {
	color: #404040;	
}
.sd-off-canvas-menu-wrap .sd-header-contact {
	border: 2px solid #f7f7f7;
	border-width: 2px 0;
	margin-top: 100px;
	padding: 30px;
	position: relative;
	z-index: 1001;
}
.sd-off-canvas-menu-wrap .sd-header-contact span {
	display: block;	
}
.sd-off-canvas-menu-wrap .sd-header-contact span {
	margin-bottom: 20px;	
}
.sd-off-canvas-menu-wrap .sd-header-contact span:last-child {
	margin-bottom: 0;	
}
.sd-off-canvas-menu-wrap .sd-header-contact span a {
	color: #404040;	
}
.sd-off-canvas-menu-wrap .sd-header-contact span i {
	color: #d1a773;
	margin-right: 10px;	
}
.sd-off-canvas-menu-wrap .sd-header-social {
	float: none;
	margin-top: 20px;
	position: relative;
	text-align: center;
	z-index: 1001;
}
.sd-off-canvas-menu-wrap .sd-header-social a {
	display: inline-block;
	float: none;	
}
/* Morph Shape */
.morph-shape {
	fill: #fff;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	z-index: 1000;
}

/* Shown menu */
.sd-show-menu .sd-off-canvas-menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.sd-show-menu .sd-off-canvas-content-wrap {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translate3d(100px,0,0);
	transform: translate3d(100px,0,0);
}

.sd-show-menu .sd-content-wrap-content::before {
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* Overlay modal style */
.sd-overlay {
	background-color: rgba(0, 0, 0, 0.9);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

/* Overlay closing cross */
.sd-overlay .sd-overlay-close {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 1em;
    text-indent: 16px;
    top: 1em;
    width: 50px;
    z-index: 1001;
}
.sd-overlay .sd-overlay-close::before,
.sd-overlay .sd-overlay-close::after {
    background-color: #808080;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;		
}

.sd-overlay .sd-overlay-close::before {
    transform: rotate(45deg);
}
.sd-overlay .sd-overlay-close::after {
    transform: rotate(-45deg);
}
/* Menu style */
.sd-overlay nav {
}

.sd-overlay ul {
}

.sd-overlay ul li {
}

.sd-overlay ul li a {
}

.sd-overlay ul li a:hover,
.sd-overlay ul li a:focus {

}

/* Effects */
.sd-overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.sd-overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sd-overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.sd-overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.sd-overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.sd-overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.sd-overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.sd-overlay ul li {
		min-height: 34px;
	}
}
.sd-modal-content-wrap {
    backface-visibility: hidden;
    left: 50%;
    padding: 0;
    position: fixed;
    top: 50%;
    z-index: 2;
    max-height: 95%;
	width: 100%;
	height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.sd-modal-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.sd-modal-content .sd-logo {
	float: none;
	margin: 0 0 100px;
	text-align: center;
	width: 100%;
}
.sd-modal-content ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	text-align: center;
}
.sd-modal-content ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.sd-modal-content nav a {
	color: #fff;
	display: inline-block;
	font: 600 24px/24px 'Josefin Sans', Arial, sans-serif;
	margin-bottom: 10px;
}
.sd-modal-content nav a:hover {
	color: #d1a773;
}
.sd-header-social a,
.sd-modal-copyright a,
.sd-modal-copyright .sd-copyright-text {
	color: #fff;
}
.sd-modal-bottom .sd-header-social a:hover,
.sd-modal-copyright a:hover {
	color: #d1a773;
}
.sd-modal-bottom {
	bottom: 0;
	position: absolute;
	width: 100%;
}
.sd-modal-bottom .sd-header-social {
	float: none;
	margin-bottom: 20px;
	text-align: center;
}
.sd-modal-bottom .sd-header-social a {
	display: inline-block;
	float: none;
}
.sd-modal-copyright {
	text-align: center;
}
/* slide in sidebar */
.sd-sidebar-slidein-btn-wrap {
	background: #fff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.05);
	display: none;
	left: 0;
	padding: 15px;
	position: fixed;
	top: 0;
	z-index: 10002;
}
.sd-sidebar-slidein-button {
	cursor: pointer;
	display: block;
	height: 17px;
	transform: rotate(0deg);
	transition: all 0.5s ease-in-out 0s;
	width: 24px;
}

.sd-sidebar-slidein-button span {
	background: #404040 none repeat scroll 0 0;
	display: block;
	height: 3px;
	opacity: 1;
	position: absolute;
	width: 50%;
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
			transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
       -moz-transition: .25s ease-in-out;
			transition: .25s ease-in-out;
}

.sd-sidebar-slidein-button span:nth-child(even) {
	left: 50%;

}

.sd-sidebar-slidein-button span:nth-child(odd) {
	left:0px;
}

.sd-sidebar-slidein-button span:nth-child(1),
.sd-sidebar-slidein-button span:nth-child(2) {
	top: 0px;
}

.sd-sidebar-slidein-button span:nth-child(3),
.sd-sidebar-slidein-button span:nth-child(4) {
	top: 6px;
}

.sd-sidebar-slidein-button span:nth-child(5),
.sd-sidebar-slidein-button span:nth-child(6) {
	top: 12px;
}

.sd-sidebar-slidein-button.open span:nth-child(1),
.sd-sidebar-slidein-button.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
			transform: rotate(45deg);
}

.sd-sidebar-slidein-button.open span:nth-child(2),
.sd-sidebar-slidein-button.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.sd-sidebar-slidein-button.open span:nth-child(1) {
	left: 5px;
	top: 5px;
}

.sd-sidebar-slidein-button.open span:nth-child(2) {
	left: calc(50% - 3px);
	top: 5px;
}

.sd-sidebar-slidein-button.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.sd-sidebar-slidein-button.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.sd-sidebar-slidein-button.open span:nth-child(5) {
	left: 5px;
	top: 9px;
}

.sd-sidebar-slidein-button.open span:nth-child(6) {
	left: calc(50% - 3px);
	top: 9px;
}
/* ------------------------------------------------------------------------ */
/* 04. Navigation
/* ------------------------------------------------------------------------ */


.sd-boxed .sd-menu-nav {
	margin: 0 -14px 0 -16px;
}
.sd-boxed .sd-menu-nav ul > li:last-child a {
	padding-right: 15px !important;	
}
.sd-pull-left-top-nav {
	float: left;
}
.sd-pull-left-top-nav ul li:first-child a {
	padding-left: 0;	
}
.sd-header-top-nav ul li a {
	color: #848a90;
}
.sd-header-top-nav ul li a:hover {
	color: #d1a773;	
}
.sd-menu-wrapper {
	float: right;
	margin-top: 81px;
	position: relative;
	z-index: 2;
}

.sd-menu-wrapper ul {
	list-style: none;
}
.sd-menu-content {
	clear: both;	
}
.mega-sub-menu {
	padding: 0 -10px !important;	
}
.sd-menu-nav {
	font-family: 'Josefin Sans', Aria, sans-serif;
}
.sd-menu-nav a {
	-webkit-transition : border .3s ease-out !important;
	   -moz-transition : border .3s ease-out !important;
			transition : border .3s ease-out !important;
}
.sd-menu-nav li {}
#mega-menu-wrap-top-bar-menu .mega-menu-toggle .mega-toggle-block-right {
	padding: 0 10px;	
}
/* when max mega menu is disabled */
.sd-unstyled-menu .sd-top-bar-menu {
	
}
.sd-unstyled-menu .sd-menu-nav a,
.sd-unstyled-menu .sd-top-nav a {
	color: #625350;
}
.sd-unstyled-menu .sd-menu-nav a:hover,
.sd-unstyled-menu .sd-top-nav a:hover {
	color: #d1a773;
}
.sd-unstyled-menu .sd-menu-nav,
.sd-unstyled-menu .sd-menu-nav ul,
.sd-unstyled-menu .sd-menu-nav li,
.sd-unstyled-menu .sd-menu-nav a,
.sd-unstyled-menu .sd-top-nav,
.sd-unstyled-menu .sd-top-nav ul,
.sd-unstyled-menu .sd-top-nav li,
.sd-unstyled-menu .sd-top-nav a {
	border: none;
	margin: 0;
	line-height: 16px;
	list-style: none;
	padding: 0;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;     
}
.sd-unstyled-menu .sd-top-nav,
.sd-unstyled-menu .sd-top-nav ul,
.sd-unstyled-menu .sd-top-nav li,
.sd-unstyled-menu .sd-top-nav a {
	line-height: 50px;
	padding: 0;
}
.sd-unstyled-menu .sd-menu-nav,
.sd-unstyled-menu .sd-top-nav {
	display: block;
	height: 37px;
	margin: 0;
	padding: 0;
	width: auto;
}
.sd-unstyled-menu .sd-menu-nav,
.sd-unstyled-menu .sd-menu-nav > ul > li > ul > li a:hover {
}

.sd-unstyled-menu .sd-menu-nav > ul,
.sd-unstyled-menu .sd-top-nav > ul {
	list-style: inside none;
	margin: 0;
	padding: 0;

}
.sd-unstyled-menu .sd-menu-nav > ul > li,
.sd-unstyled-menu .sd-top-nav > ul > li {
	display: block;
	float: left;
	list-style: inside none;
	margin: 0;
	padding: 0;
	position: relative;
}
.sd-unstyled-menu .sd-menu-nav > ul > li > a,
.sd-unstyled-menu .sd-top-nav > ul > li > a {
	display: block;
	outline: none;
	padding: 12px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
  
}
.sd-unstyled-menu .sd-menu-nav .menu-item-has-children {
	padding-right: 15px;
}
.sd-unstyled-menu .sd-top-nav > ul > li > a {
	padding: 0 0 0 20px;
}
.sd-unstyled-menu .sd-menu-nav > ul > li > a:hover {
}
.sd-unstyled-menu .sd-menu-nav > ul > li:first-child > a {
}
.sd-unstyled-menu .sd-menu-nav > ul > li > a:after,
.sd-unstyled-menu .sd-top-nav > ul > li > a:after {
	bottom: -1px;
	content: '';
	position: absolute;
	right: -2px;
	top: -1px;
	z-index: 99;
}
.sd-unstyled-menu .sd-menu-nav ul li.has-sub:hover > a::after,
.sd-unstyled-menu .sd-top-nav ul li.has-sub:hover > a::after {
  top: 0;
  bottom: 0;
}
/* arrow pointer */
.sd-unstyled-menu .sd-menu-nav > ul > li.has-sub > a::before,
.sd-unstyled-menu .sd-top-nav > ul > li.has-sub > a::before {
  content: '';
  position: absolute;
  top: 17px;
  right: 4px;
  border: 5px solid transparent;
  border-top: 5px solid;
}
.sd-unstyled-menu .sd-menu-nav > ul > li.has-sub:hover > a:before,
.sd-unstyled-menu .sd-top-nav > ul > li.has-sub:hover > a:before {
  top: 19px;
}
.sd-unstyled-menu .sd-menu-nav ul li.has-sub:hover > a,
.sd-unstyled-menu .sd-top-nav ul li.has-sub:hover > a {
	color: #d1a773;
	padding-bottom: 13px;
	padding-top: 13px;
	top: -1px;
	z-index: 999;
}
.sd-unstyled-menu .sd-menu-nav ul li.has-sub:hover > ul,
.sd-unstyled-menu .sd-menu-nav ul li.has-sub:hover > div,
.sd-unstyled-menu .sd-top-nav ul li.has-sub:hover > ul,
.sd-unstyled-menu .sd-top-nav ul li.has-sub:hover > div {
  display: block;
}
.sd-unstyled-menu .sd-menu-nav ul li.has-sub > a:hover {
}
.sd-unstyled-menu .sd-menu-nav ul li > ul,
.sd-unstyled-menu .sd-menu-nav ul li > div,
.sd-unstyled-menu .sd-top-nav ul li > ul,
.sd-unstyled-menu .sd-top-nav ul li > div {
	background: #fff;
	display: none;
	padding: 10px 0;
	position: absolute;
	top: 38px;
	width: auto;
	z-index: 999;
}
.sd-unstyled-menu .sd-menu-nav ul li > ul,
.sd-unstyled-menu .sd-top-nav ul li > ul {
	width: 200px;
}
.sd-unstyled-menu .sd-menu-nav ul li > ul li,
.sd-unstyled-menu .sd-top-nav ul li > ul li {
	display: block;
	list-style: inside none;
	margin: 0;
	padding: 0;
	position: relative;
}
.sd-unstyled-menu .sd-menu-nav ul li > ul li a,
.sd-unstyled-menu .sd-top-nav ul li > ul li a {
	display: block;
	margin: 0;
	outline: none;
	padding: 8px 20px;
	position: relative;
	text-decoration: none;
}
.sd-unstyled-menu .sd-menu-nav ul ul a:hover,
.sd-unstyled-menu .sd-top-nav ul ul a:hover {
	color: #d1a773;
}
.sd-unstyled-menu .sd-menu-nav > ul > li.has-sub > a:hover::before,
.sd-unstyled-menu .sd-top-nav > ul > li.has-sub > a:hover::before {
	border-top: 5px solid;
}
.sd-contact-form .wpcf7-form-control-wrap {
	width: 100%;
}
.sd-contact-form .wpcf7-submit {
	padding-left: 50px;
	padding-right: 50px;	
}

/* sidebar menu */
#sd-sidebar-menu,
#sd-sidebar-menu ul,
#sd-sidebar-menu ul li,
#sd-sidebar-menu ul li a {
	border: 0;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#sd-sidebar-menu {
	width: 100%;
}
#sd-sidebar-menu ul ul {
  display: none;
  padding-left: 10px;
}
#sd-sidebar-menu ul ul ul {
	padding-left: 10px;	
}
.align-right {
  float: right;
}
#sd-sidebar-menu > ul > li > a,
#sd-sidebar-menu ul ul li a {
	cursor: pointer;
	height: 40px;
	padding: 0 0 5px;
}
#sd-sidebar-menu > ul > li > a,
#sd-sidebar-menu ul ul li a {
	padding-right: 12px;	
}
#sd-sidebar-menu > ul > li > a:hover,
#sd-sidebar-menu > ul > li.active > a,
#sd-sidebar-menu > ul > li.open > a {
  color: #d1a773;
}
#sd-sidebar-menu > ul > li.open > a {
}
#sd-sidebar-menu > ul > li:last-child > a,
#sd-sidebar-menu > ul > li.last > a {
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	right: 2px;
	width: 6px;
	z-index: 10;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
}
.holder::after {
	border-left: 2px solid #808080;
	border-top: 2px solid #808080;
	top: 10px;
}
#sd-sidebar-menu > ul > li > a:hover > span::after,
#sd-sidebar-menu > ul > li.active > a > span::after,
#sd-sidebar-menu > ul > li.open > a > span::after {

}
.holder::before {
	display: none;
}
#sd-sidebar-menu ul ul li a {
  cursor: pointer;
}
#sd-sidebar-menu ul ul li:hover > a,
#sd-sidebar-menu ul ul li.open > a,
#sd-sidebar-menu ul ul li.active > a {
  color: #d1a773;
}
#sd-sidebar-menu ul ul ul li:first-child > a {

}
#sd-sidebar-menu ul ul ul li a {

}
#sd-sidebar-menu > ul > li > ul > li:last-child > a,
#sd-sidebar-menu > ul > li > ul > li.last > a {

}
#sd-sidebar-menu > ul > li > ul > li.open:last-child > a,
#sd-sidebar-menu > ul > li > ul > li.last.open > a {

}
#sd-sidebar-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {

}
#sd-sidebar-menu ul ul li.has-sub > a::after {
	border-left: 2px solid #808080;
	border-top: 2px solid #808080;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	right: 2px;
	top: 10px;
	width: 5px;
	z-index: 10;
	-webkit-transform: rotate(-135deg);
	   -moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
}
#sd-sidebar-menu ul ul li.active > a::after,
#sd-sidebar-menu ul ul li.open > a::after,
#sd-sidebar-menu ul ul li > a:hover::after {
	color: #404040;
}
/* sticky menu */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.sd-sticky-header {
	padding: 10px 0;	
}
.sd-sticky-header .sd-open-button {
	margin-top: 26px; 	
}
.sd-sticky-header .sd-logo-menu {
	height: auto;
}
.sd-sticky-header .sd-logo {
	margin-top: 0;
}
.sd-sticky-header .sd-logo img {
	height: auto;
	width: 80%;
}
.sd-sticky-header .sd-header-style3 .sd-logo img {
	width: auto;	
}
.sd-sticky-header .sd-menu-wrapper {
	margin-top: 20px;	
}
.sd-sticky-header .sd-header-style3 .sd-menu-wrapper {
	margin-bottom: 0;	
}
.sd-sticky-header .sd-reservation-button {
	margin-top: 18px;
}
.sd-sticky-header .sd-header-social {
	margin-top: 30px;	
}
.sd-stick.sd-sticky-header {
	background-color: #fff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.05);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	animation: fadeInDown .3s ease-out;
}
.sd-reservation-button {
	border: 2px solid #d1a773;
	color: #fff;
	display: inline-block;
	float: right;
	font: 600 13px/13px 'Josefin Sans', Arial, sans-serif;
	margin-left: 10px;
	margin-top: 79px;
	padding: 12px 15px;
	position: relative;
}
.sd-reservation-button::after {
	background-color: #d1a773;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transform: scaleY(0);
	transform-origin: bottom center;
	transition: transform 0.3s;
	width: 100%;
	z-index: -1;
}
.sd-reservation-button:hover {
	color: #fff;
}
.sd-reservation-button:hover::after {
	transform: scaleY(1);
}
.sd-header-social {
	float: right;
	margin-left: 14px;
	margin-top: 90px;
}
.sd-header-social {
	line-height: 16px;	
}
.sd-header-social i {
	font-size: 16px;	
}
.sd-header-social a {
	color: #fff;
	margin-left: 11px;
}
.sd-header-social a:hover {
	color: #d1a773;	
}
/* revslider */

.wpb_revslider_element {
	margin: 0 -15px;	
}
.sd-centered-wrapper .wpb_revslider_element {
	margin: 0;
}
/* page top */

.sd-page-top {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 20px 0 20px;
}
.sd-page-top h1 {
	display: inline-block;
	font-size: 30px;
	padding-bottom: 0;
}
.sd-page-top-bg {
	padding: 20px 0;	
}
.sd-page-top-bg h1 {
	display: inline-block;
	font-size: 30px;
}
/* ------------------------------------------------------------------------ */
/* 05. Content
/* ------------------------------------------------------------------------ */

.sd-wrapper {
	overflow: hidden;
}

/* full width */
.sd-full-width {
	margin: 0;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.sd-centered-wrapper {
	margin: 0 -15px;
}
.sd-centered-wrapper .container {
}
.vc_row-o-equal-height .sd-centered-wrapper {
	display: flex;	
}
.vc_row.vc_row-o-equal-height .sd-centered-wrapper > .vc_column_container {
    align-items: stretch;
}
.vc_row.vc_row-flex .sd-centered-wrapper > .vc_column_container {
    display: flex;
}
.vc_row.vc_column-gap-1 .sd-centered-wrapper > .vc_column_container {
	padding: 0.5px;	
}
.vc_row.vc_column-gap-2 .sd-centered-wrapper > .vc_column_container {
	padding: 1px;	
}
.vc_row.vc_column-gap-3 .sd-centered-wrapper > .vc_column_container {
	padding: 1.5px;	
}
.vc_row.vc_column-gap-4 .sd-centered-wrapper > .vc_column_container {
	padding: 2px;	
}
.vc_row.vc_column-gap-5 .sd-centered-wrapper > .vc_column_container {
	padding: 2.5px;	
}
.vc_row.vc_column-gap-10 .sd-centered-wrapper > .vc_column_container {
	padding: 5px;	
}
.vc_row.vc_column-gap-15 .sd-centered-wrapper > .vc_column_container {
	padding: 7.5px;	
}
.vc_row.vc_column-gap-20 .sd-centered-wrapper > .vc_column_container {
	padding: 10px;	
}
.vc_row.vc_column-gap-25 .sd-centered-wrapper > .vc_column_container {
	padding: 12.5px;	
}
.vc_row.vc_column-gap-30 .sd-centered-wrapper > .vc_column_container {
	padding: 15px;	
}
.vc_row.vc_column-gap-35 .sd-centered-wrapper > .vc_column_container {
	padding: 17.5px;	
}
.vc_row.vc_row-flex .sd-centered-wrapper > .vc_column_container > .vc_column-inner {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.vc_row.vc_row-o-content-bottom .sd-centered-wrapper > .vc_column_container > .vc_column-inner {
	justify-content: flex-end;	
}
.vc_row.vc_row-o-content-top .sd-centered-wrapper > .vc_column_container > .vc_column-inner {
	justify-content: flex-start;
}
.vc_row.vc_row-flex .sd-centered-wrapper > .vc_column_container > .vc_column-inner {
	justify-content: center;
}
.wpb_wrapper {
	position: relative;
	z-index: 100;	
}
.wpb_wrapper .wpb_row {
}
.wpb_wrapper ul {
	margin: 0;
	padding: 0;
}
.wpb_row {
	position: relative;
}
.wpb_single_image {
	margin-bottom: 20px;	
}
.sd-centered-wrapper hr {
	margin: 8px 0 !important;	
}

.sd-centered-wrapper img {
	max-width: 100%;	
}
.sd-parallax-bg {
	background-attachment: fixed;
	height: 100%;
	left:0;
	margin: 0;
	position:absolute;
	top:0;
	width:100%;   	
}
.sd-bg-repeat {
	background-repeat: repeat;	
}
.sd-bg-no-repeat {
	background-repeat: no-repeat !important;
}
.sd-bg-stretched {
	 background-repeat: no-repeat !important;
	 background-position: center center !important;
	 -webkit-background-size: cover !important;
	 	-moz-background-size: cover !important;
	 	  -o-background-size: cover !important;
			 background-size: cover !important;
}
.sd-bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.sd-parallax-cover {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.wpb_video_widget .wpb_wrapper iframe {
	border-radius: 3px;	
}

/* boxed */

.sd-boxed {
	background-color: #fff;
	border: 1px solid #dfe5e9;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.05);
	margin: 50px auto;
	max-width: 100%;
	position: relative;
	width: 1000px;
	z-index: 1000;
}
.sd-boxed .sd-portfolio-slidein-content {
	padding: 0 20px;	
}
.is-sticky .sd-header-style1 {
	background-color: #fff;	
}
.is-sticky .sd-boxed {
	background-color: #fff;
	border: 1px solid #dfe5e9;
	box-shadow: 0 6px 5px 1px rgba(0, 0, 0, .1);
	margin: 50px auto;
	width: 970px;
}
.sd-boxed .wpb_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.sd-blog-page,
.single-product .sd-woo,
.woocommerce-account .woocommerce {
	background-color: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
}
.sd-blog-page .sd-entry-thumb {
	position: relative;
}
.sd-entry-thumb img {
	max-width: 100%;
}
.sd-entry-video-wrapper {
	padding: 0;
}
.sd-blog-page .sd-entry-video {
	margin-bottom: 0;
}
.sd-entry-video {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;		
}
.sd-entry-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
    top:0;
	width: 100%;	
}
.sd-entry-video .mejs-poster {
	height: auto !important;
	max-width: 100% !important;
}
.sd-entry-wrapper img {
	height: auto;
	max-width: 100%;
}
.sd-full-width-content {
	background-color: #fff;	
}
/* ------------------------------------------------------------------------ */
/* 06. Blog Entry
/* ------------------------------------------------------------------------ */

.sd-blog-entry {
	border-bottom: 2px solid #f7f7f7;
	margin-bottom: 60px;
	position: relative;
}
.sd-blog-full-width .sd-blog-entry {
	border: none;
}
.sd-blog-masonry .sd-entry-meta ul li {
	display: block;
	width: 100%;
}
.container .sticky .sd-content-wrap {
	padding: 40px;
}
.sd-content-wrap {
	padding: 40px 0;	
}
.sd-single-blog-entry .sd-content-wrap {
	margin-top: 40px;
	padding: 0;
}
.sd-blog-page .sd-entry-content p {
	color: #515661;
}
.sd-blog-page .sd-entry-content p:last-child {
	margin-bottom: 0;
}
.sd-blog-entry  .sd-entry-content p:last-child {
	margin-bottom: 0;
}
.sd-single-blog-entry .sd-entry-thumb,
.sd-single-blog-entry .sd-entry-video-wrapper,
.sd-single-blog-entry .flexslider,
.sd-single-blog-entry .sd-entry-audio {

}
.sd-entry-title {
	font-size: 14px;
}
.sd-blog-page .sd-entry-title {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 5px;
}
.sd-entry-title a {
	color: #303e4c;
}
.sd-entry-title a:hover {
	color: #d1a773;	
}
.sd-blog-page .sd-entry-thumb img,
.sd-blog-page .sd-entry-video,
.sd-blog-page .sd-entry-gallery,
.sd-single-entry-gallery,
.sd-single-entry-gallery img {
	height: auto;
	max-width: 100%;
}
.sd-blog-page .sd-entry-gallery,
.sd-blog-page .sd-entry-video-wrapper,
.sd-blog-page .sd-entry-audio,
.sd-single-entry-gallery {
	position: relative;	
}
.sd-blog-page .sd-entry-thumb,
.sd-blog-page .sd-entry-gallery,
.sd-blog-page .sd-entry-video-wrapper,
.sd-blog-page .sd-entry-audio {

}

.sd-blog-entry embed {
	max-width: 100%;	
}
.wp-block-embed iframe {
	max-width: 100%;
}
.sd-entry-content ul,
.sd-entry-content ol {
	margin: 0;
	padding: 0;
}
.sd-entry-content p {
	margin-top: 0;
}
.sd-single-blog-entry .sd-entry-content p,
.sd-blog-page .sd-entry-content p {
	margin-bottom: 30px;	
}
.sd-blog-entry .sd-entry-content p:last-child,
.sd-blog-page .sd-entry-content p:last-child {
	margin-bottom: 0;
}
.sd-more-p {
	float: left;	
}
.sd-submit-comments {
	background-color: #fff;
	border: 2px solid #d1a773;
	border-radius: 0;
	color: #444;
	display: inline-block;
	font: 600 13px/13px 'Josefin Sans', Arial, sans-serif;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	outline: none;
	padding: 0 40px;
	position: relative;
	text-transform: uppercase;
}
.sd-submit-comments:hover {
	background-color: #d1a773;
	color: #fff;
}
.sd-more {
}
.sd-blog-entry .sd-more-p {
	margin-bottom: 0 !important;
}
.sd-prev-next-post {
	border-top: 2px solid #f7f7f7;
	margin-top: 40px;
	padding: 30px 30px 0;
}
.sd-prev-next-post span {
	display: block;	
}
.sd-prev-post a,
.sd-next-post a {
	color: #404040;
}
.sd-prev-next-post {
	font-size: 16px;
}
.sd-prev-post span a,
.sd-next-post span a {
	color: #d1a773;
	font-size: 16px;	
}
.sd-prev-post span,
.sd-next-post span {
	margin-bottom: 20px;	
}

.sd-prev-post a:hover,
.sd-next-post a:hover {

}
.sd-prev-post {
	text-align: left;
}
.sd-prev-post i {
	color: #d1a773;
	margin-right: 15px;	
}
.sd-next-post i {
	color: #d1a773;
	margin-left: 15px;	
}
.sd-next-post {
	text-align: right;
}
.sd-entry-video .mejs-overlay {
	height: 100% !important;
	width: 100% !important;
}
.sd-entry-gallery .flex-control-paging,
.sd-single-entry-gallery .flex-control-paging {
	display: none;	
}
.sd-entry-gallery .flexslider:hover .flex-next,
.sd-entry-gallery .flexslider:hover .flex-prev,
.sd-single-images .flexslider:hover .flex-next,
.sd-single-images .flexslider:hover .flex-prev,
.sd-single-entry-gallery .flexslider:hover .flex-next,
.sd-single-entry-gallery .flexslider:hover .flex-prev {
	background-color: #d1a773;
	height: 40px;
	width: 40px;
}
.sd-entry-gallery .flexslider,
.sd-single-images .flexslider,
.sd-single-entry-gallery .flexslider {
	border: none;
	box-shadow: none;
	margin: 0 !important;
	padding: 0;
}
.sd-entry-gallery .flex-direction-nav a::before,
.sd-single-images .flex-direction-nav a::before,
.sd-single-entry-gallery .flex-direction-nav a::before {
	color: #fff;
	display: block !important;
	font-size: 13px;
	line-height: 40px;
}
.sd-entry-gallery .flex-direction-nav a,
.sd-single-images .flex-direction-nav a,
.sd-single-entry-gallery .flex-direction-nav a {
	text-align: center;	
}
.sd-single-images .flex-control-nav.flex-control-paging {
	bottom: 20px;
	position: absolute;	
}
.sd-single-images .flex-control-paging li a {
	background-color: #435061;	
}
.sd-single-images .flex-control-paging li a.flex-active {
	background-color: #fff;	
}
.sd-single-images .flex-control-paging li a:hover {
	background-color: #fff;	
}
.sd-post-author {
	display: block;
	float: right;
	margin-top: 32px;
	text-transform: capitalize;
}
.sd-post-author img {
	border-radius: 50px;
	margin-right: 5px;	
}
.sd-single-content-wrap {
	padding: 30px 0 0;	
}
/* post meta */

.sd-entry-meta {
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}
.sd-entry-meta,
.sd-entry-meta a {
	color: #999;
	font-size: 14px;
}
.sd-entry-meta a {
	text-transform: capitalize;	
}
.sd-entry-meta a:hover {
	color: #d1a773;	
}
.sd-entry-meta ul {
	margin: 0;
	padding: 0;	
}
.sd-entry-meta ul li {
	display: inline-block;
	list-style: none;
	padding-right: 15px;
}
.sd-entry-meta ul li i {
	margin-right: 3px;
}
.single-testimonials .sd-entry-meta {
	display: none;
}
/* share icons */
.sd-share-icons {
	border-top: 2px solid #f7f7f7;
	margin-top: 30px;
	padding: 30px 0 0;
}
.sd-share-icons h3 {
	float: left;
}
.sd-share-icons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
.sd-share-icons ul li {
	display: inline-block;
	margin-right: 20px;
}
/* related posts */ 

.sd-related-posts {
	border-top: 2px solid #f7f7f7;
	margin-top: 30px;
	padding: 30px 0;
}
.sd-related-posts h3 {
	margin-bottom: 30px;
	padding: 0;
}
.sd-related-posts h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0;	
}
.sd-related-posts h4 a {
	color: #404040;
}
.sd-related-posts h4 a:hover {
	color: #d1a773;
}
.sd-related-posts span {
	text-transform: capitalize;
}
.sd-single-entry-content p {
	margin-bottom: 20px;
}
.sd-single-entry-content p:last-child {
	margin-bottom: 0;	
}
/* author box */ 

.sd-author-box {
	background-color: #d1a773;
	color: #fff;
	padding: 30px;
}
.sd-author-bio {
	overflow: hidden;
}
.sd-author-photo {
	float: left;
	margin-right: 20px;	
}
.sd-author-photo img {
	border-radius: 150px;
}
.sd-author-bio h4 {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 0;
	text-transform: capitalize;
}
.sd-author-bio ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.sd-author-bio ul li {
	float: left;
	margin-right: 10px;
}
.sd-author-bio p {
	margin-bottom: 20px;
}
.sd-author-posts {
	color: #fff;
	margin-top: 20px;	
}
.sd-author-posts:hover {
	color: #fff;
}
.sd-author-icons li a {
	color: #fff;
	display: block;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	width: 26px;
}
/* ------------------------------------------------------------------------ */
/* 07. Comments
/* ------------------------------------------------------------------------ */


.sd-comments-wrapper {
	padding: 30px 0;	
}
.sd-comments-title {
	margin-bottom: 30px;	
}
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;	
}
.comment-list .children {
	list-style: none;	
}
.comment-reply-title {
	font-size: 16px;
	margin-bottom: 35px;
	padding: 0;
	text-transform: uppercase;	
}
.comment-form .logged-in-as {
	margin-bottom: 15px;	
}
.sd-comments ul,
.sd-comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sd-author-avatar {
	float: left;
	margin-right: 20px;
}
.sd-author-avatar img {
	border-radius: 150px;
}
.sd-comment-text {
	overflow: hidden;
	position: relative;	
}
.sd-comment-author {

}
.sd-comment-meta,
.sd-comment-date {
	color: #808080;
	float: right;
	font-size: 14px;
	margin-left: 20px;
}
.sd-comment-meta-data,
.sd-comment-date {
	margin-left: 0;	
}
.sd-comment-date {
	display: block;
	font-size: 12px;
	font-weight: 400;
}
.sd-comment-author cite,
.sd-comment-author cite a {
	color: #404040;
	display: inline-block;
	font-style: normal;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.sd-comment-author cite a:hover {
	color: #d1a773;	
}
.sd-comment-body {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.sd-text-of-comment {
	margin-bottom: 30px;	
}
.sd-text-of-comment p {
	margin-bottom: 20px;
}
.sd-text-of-comment p:last-child {
	margin-bottom: 0;	
}
.sd-comments .children {
	margin-left: 70px;
}
.comment-reply-link {
	color: #404040;
	text-decoration: underline;
}
#cancel-comment-reply-link {
	color: #f00;	
}
.sd-respond-separator {
	border-top: 2px solid #f7f7f7;
	display: block;
}
#respond {
}
.sd-respond-inputs input {
	height: 50px;
	line-height: 50px;
}
.sd-respond-inputs input,
.sd-respond-textarea textarea {
	background-color: #fff;
	border: 2px solid #f7f7f7;
	border-radius: 3px !important;
	outline: none;
	padding: 0 15px;
	-webkit-transition : border .3s ease-out;
	   -moz-transition : border .3s ease-out;
		 -o-transition : border .3s ease-out;
			transition : border .3s ease-out;
}
.sd-respond-inputs input:focus,
.sd-respond-textarea textarea:focus {
	border-color: #d4d4d4;	
}
.sd-respond-inputs p {
	margin-bottom: 15px;	
}
.comment-notes {
	margin-bottom: 10px;	
}
.sd-respond-textarea {
	margin-bottom: 10px;	
}
.sd-respond-textarea textarea {
	max-width: 100%;
	padding: 10px;
}
.form-allowed-tags {
	display: none;	
}
/* ------------------------------------------------------------------------ */
/* 08. Sidebar
/* ------------------------------------------------------------------------ */

.sd-sidebar-widget {
	background-color: #fff;
	border-bottom: 2px solid #f7f7f7;
	margin-bottom: 30px;
	padding: 30px;
}
.sd-sidebar aside {
	border-left: 2px solid #f7f7f7;
}
.sd-sidebar aside div:last-child {
	border: none;	
}
.sd-sidebar select {
	max-width: 100%;
	width: 100%;
}
.sd-sidebar-widget a {
	color: #444;
}
.sd-sidebar-widget a:hover {
	color: #d1a773;	
}
.sd-sidebar-widget img {
	max-width: 100%;
	height: auto;	
}
.sd-sidebar-widget h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.sd-sidebar-widget ul {
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;	
}
.sd-sidebar-widget ul li {
	position: relative;	
}

/* search widget top bar */

.sd-header-top .sd-search {
	float: left;
}
.sd-header-top .sd-search-input {
	background: none;
	border-radius: 0;
	color: #585757;
	margin-left: 20px;
	outline: none;
	padding: 0;
	text-transform: uppercase;
}
.sd-header-top .sd-search-button {
	background: none;
	border-radius: 0;
	left: 0;
	padding: 0;
	right: auto;
	width: 15px;
}
.sd-header-top .sd-search-button i {
	color: #585757;	
}
/* search widget */

.sd-search {
	position: relative;	
}
.sd-search-input {
	background-color: #fff;
	border: 2px solid #f7f7f7;
	border-radius: 3px;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 10px;
	width: 100%;
}
.sd-search-button {
	background: none;
	border: none;
	display: block;
	height: 40px;
	position: absolute;
	right: 40px;
	width: 20px;
}
.sd-search-button i {
	color: #808080;	
}
.sd-sidebar .sd-search-button {
	right: 20px;	
}
/* newsletter widget */


.sd-sidebar-widget .mc-field-group {
	max-width: 100%;
	width: 100%;
}
.sd-sidebar-widget #mc_embed_signup_scroll input[type="text"],
.sd-sidebar-widget #mc_embed_signup_scroll input[type="email"] {
	border: 2px solid #f7f7f7;
	border-radius: 3px;
	color: #757170;
	height: 40px;
	line-height: 40px;
	outline: none;
	padding: 0 15px;
	width: 100%;
}
.sd-sidebar-widget #mc_embed_signup_scroll input[type="submit"] {
	background-color: #d1a773;
	border: none;
	border-radius: 3px;
	display: inline-block;
	color: #fff;
	height: 40px;
	margin-top: 10px;
	width: 100%;
}

/* ------------------------------------------------------------------------ */
/* 09. Pagination
/* ------------------------------------------------------------------------ */

.sd-pagination  {
	width: 100%;
	text-align: center;
}
.sd-current-page,
.sd-inactive,
.sd-next-page,
.sd-previous-page,
.sd-last-page,
.sd-first-page  {
	background-color: #f7f9f9;
	color: #444;
	display: inline-block;
	font: 600 16px/16px 'Josefin Sans', Arial, sans-serif;
	margin-right: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}
.sd-current-page {
	background-color: #d1a773;
	border: none;
	color: #fff;	
}
.sd-last-page {
	float: right;
	margin: 0;	
}
.sd-first-page {
	float: left;
	margin: 0;
}
.sd-nav-previous {
	float: left;	
}
.sd-nav-next {
	float: right;
	margin-right: 0;
}
.sd-nav-previous a,
.sd-nav-next a {
	background-color: #f3f6f8;
	border-radius: 24px;
	color: #435061;
	display: inline-block;
	margin-right: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}
.sd-nav-previous a:hover,
.sd-nav-next a:hover {
	color: #d1a773;
}
/* ------------------------------------------------------------------------ */
/* 10. WP's Default Styles
/* ------------------------------------------------------------------------ */

#wp-calendar {
	width: 100%
}
#wp-calendar caption {
	padding: 0 10px;
	text-align: left;
	font-weight: bold;
	margin: -5px 0 5px 0;
}
#wp-calendar thead {
	font-size: 10px
}
#wp-calendar thead th {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #f5f5f5;
}
#wp-calendar tbody {
	color: #aaa
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #e1e5eb;
	text-align: center;
	padding: 5px 8px;
}
#wp-calendar tbody td:hover {
	background: #d1a773;
	color: #fff;
}
#wp-calendar tbody .pad {
	background: none
}
#wp-calendar tfoot #next {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding-top: 5px;
}
#wp-calendar tfoot #prev {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
}
#prev {
	text-align: left;
	margin: 10px 0 0 0;
}
#next {
	text-align: right;
	margin: 10px 0 0 0;
}
.textwidget {
	margin-bottom: 0;
	padding-bottom: 0;
}
.textwidget p {
	padding-bottom: 10px;
}
.textwidget p:last-child {
	margin: 0;
	padding: 0;
}
.textwidget img {
	height: auto;	
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.container .sticky {
	background-color: #fff;
	border: 2px solid #d1a773;
	position: relative;
}
.container .sticky::after {
	background: url(framework/images/sticky.png) no-repeat;
	content: " ";
	height: 60px;
	position: absolute;	
	right: 40px;
	top: -2px;
	width: 40px;
}
.bypostauthor {
	background-color: #f7f7f7;
}
/*--gallery--*/
.gallery-item img {
	border: none !important;
}
.gallery-item {
	padding: 0 20px !important;	
}
.caption {
	margin-left: 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.alignleft {
	float: left;
	margin-bottom: 10px !important;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-bottom: 10px !important;
	margin-left: 10px;
}
.wp-caption {
	background-color: #fff;
	border: 1px solid #e0e0e1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	text-align: center;
	max-width: 100%;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	color: #696969;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 3px 5px 4px;
}
.gallery-caption {}
.post-password-form input[type="password"] {
	background-color: #fbfcfd;
	border: 1px solid #e5e9ec;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.post-password-form input[type="submit"] {
	background-color: #51b848;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-width: 0 0 1px;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
}
.post-password-form input[type="submit"]:hover {
	opacity: .8;	
}
.tagcloud a {
	color: #444;
	display: inline-block;
	background-color: #f7f7f7;
	font-size: 14px !important;
	margin: 0 5px 5px 0;
	padding: 5px 20px;
	-webkit-transition: color .3s ease-in;
	   -moz-transition: color .3s ease-in;
		-ms-transition: color .3s ease-in;
		 -o-transition: color .3s ease-in;
	        transition: color .3s ease-in;
	-webkit-transition: background .3s linear;
       -moz-transition: background .3s linear;
		-ms-transition: background .3s linear;
		 -o-transition: background .3s linear;
			transition: background .3s linear;
}
.tagcloud a:hover {
	background-color: #d1a773;
	color: #fff !important;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.vc_wp_custommenu ul li {
	list-style: none;	
}
.sd-right-col .widget_categories ul li,
.sd-right-col .widget_pages ul li,
.sd-right-col .widget_meta ul li,
.sd-right-col .widget_rss ul li,
.sd-right-col .widget_nav_menu ul li,
.sd-right-col .widget_archive ul li,
.sd-right-col .widget_recent_comments ul li,
.sd-right-col .widget_recent_entries ul li,
.sd-right-col .widget .edd-taxonomy-widget li,
.sd-right-col .widget .widget_categories ul li,
.sd-right-col .widget .widget_pages ul li,
.sd-right-col .widget .widget_meta ul li,
.sd-right-col .widget .widget_rss ul li,
.sd-right-col .widget .widget_nav_menu ul li,
.sd-right-col .widget .widget_archive ul li,
.sd-right-col .widget .widget_recent_comments ul li,
.sd-right-col .widget .widget_recent_entries ul li,
.edd-taxonomy-widget li,
.vc_wp_custommenu ul li {
	border-bottom: 1px solid #e1e5eb;
	margin-bottom: 10px;
	padding: 0 0 10px;
	position:relative;
	text-transform: uppercase;
}
.sd-right-col p {
	margin-bottom: 20px;	
}
.sd-right-col .widget_categories .children li,
.sd-right-col .widget_pages .children li,
.sd-right-col .widget_nav_menu .sub-menu li,
.vc_wp_custommenu .widget_nav_menu .sub-menu li {
	padding-left: 20px;	
}
.sd-right-col .sub-menu li:first-child,
.vc_wp_custommenu .sub-menu li:first-child {
	border-top: 1px solid #e1e5eb;
	margin-top: 10px;
	padding-top: 10px;	
}
.sd-right-col .sub-menu li:last-child,
.vc_wp_custommenu .sub-menu li:last-child {
	margin-bottom: 0;	
}
.sd-right-col .widget_categories ul li ul li:last-child,
.sd-right-col .widget_pages ul li ul li:last-child,
.sd-right-col .widget_nav_menu ul li ul li:last-child,
.vc_wp_custommenu .widget_nav_menu ul li ul li:last-child {
	border: none;
	padding-bottom: 0;
}
.sd-right-col .widget_pages .current_page_item a,
.sd-right-col .widget_nav_menu .current_menu_item a,
.sd-right-col .widget_nav_menu .current-menu-item a {
	color: #d1a773;
}
.sd-right-col .widget_categories ul li:before,
.sd-right-col .widget_pages ul li:before,
.sd-right-col .widget_meta ul li:before,
.sd-right-col .widget_rss ul li:before,
.sd-right-col .widget_nav_menu ul li:before,
.sd-right-col .widget_archive ul li:before {

}

/* blogroll */

.blogroll {
	list-style: none;
}

.blogroll li {
	float: left;
	width: 46%;
}
/* recent posts widget */

.sd-recent-posts-widget h4 {
	font-size: 15px;
}
.sd-recent-posts-widget li {
	margin-bottom: 40px;	
}
.sd-recent-posts-widget li:last-child {
	margin-bottom: 0;	
}
.sd-recent-widget-thumb {
	float: left;
	height: 75px;
	margin-right: 20px;
	width: 100px;
}
.sd-recent-widget-thumb img {
	border-radius: 3px;
	height: auto;
	max-width: 100%;
}
.sd-recent-posts-content {
	overflow: hidden;	
}
.sd-recent-posts-content i {
	margin-right: 5px;	
}
.sd-sidebar .sd-recent-posts-content h4 {
	font-weight: 400;
}
.sd-footer .sd-recent-posts-content h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	padding-bottom: 0;
}
.sd-footer .sd-recent-posts-content h4 a {
	color: #768ba2;	
}
.sd-footer .sd-recent-posts-content h4 a:hover {
	color: #d1a773;	
}
.sd-footer .sd-recent-date {
	color: #91a1b4;
	font-size: 12px;
}
.sd-sidebar .sd-recent-date {
	color: #989898;
	font-size: 12px;
}
.sd-left-col .sd-recent-posts-widget li {
	margin-bottom: 20px;
}
.sd-sidebar .sd-recent-posts-widget li {
	border-bottom: 1px solid #f3f6f8;
}
.sd-recent-posts-widget li:last-child {
	border: none;
	margin: 0;
	padding: 0;	
}
/* social widget */
.sd-social-icons-widget {
	position: relative;	
}
.sd-social-icons-widget a {
}
.sd-social-icons-widget a:hover {
}
.sd-social-icons-widget li {
	padding: 0;
	float: left;
	margin-right: 10px;
}
.sd-footer-widgets .sd-social-icons-widget {
	font-size: 24px;	
}
.sd-footer-widgets .sd-social-icons-widget a {
	color: #444;
}
.sd-social-widget-email,
.sd-social-widget-phone {
	font-size: 16px;
	line-height: 24px;
}
.sd-social-widget-phone i,
.sd-social-widget-email i {
	padding-right: 10px;
	font-size: 24px;
}
/* twitter widget */


.sd_tweets_widget li {
	margin-bottom: 20px;	
}
.sd_tweets_widget li:last-child {
	margin-bottom: 0;	
}
.sd_tweets_widget li i {
	color: #2197d7;
	float: left;
	margin: 8px 5px 0 0;
}
.sd-tweet-content {
	overflow: hidden;	
}
.sd_tweets_widget .sd-tweet-content .sd-time-ago {
	color: #768ba2;
	font-size: 12px;	
}
.sd-footer-sidebar-widget .sd-twitter-widget i {
	color: #d1a773;
}

/* flickr widgets */

.sd-flickr {
	margin-top: -10px;
	position: relative;
}
.sd-flickr a {
	float: left;
	margin: 10px 7px 0 0;	
}
.sd-flickr img {
	border-radius: 3px;	
}
/* ------------------------------------------------------------------------ */
/* 11. Footer
/* ------------------------------------------------------------------------ */


/* footer newsletter widget */
.sd-footer-sidebar-widget .mc-field-group {
	float: left;
	width: 400px;
	max-width: 100%;
}
.col-md-3 .sd-footer-sidebar-widget .mc-field-group {
	width: 144px;
}
.col-md-4 .sd-footer-sidebar-widget .mc-field-group {
	width: 250px;
}
.sd-footer-sidebar-widget  input[type="text"],
.sd-footer-sidebar-widget  input[type="email"] {
	border: 2px solid #f7f7f7;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	color: #757170;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding: 0 15px;
	width: 100%;
}
.sd-footer-sidebar-widget  input[type="submit"] {
	background-color: #d1a773;
	border: none;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	height: 50px;
	padding: 0 30px;
}
.col-md-4 .sd-footer-sidebar-widget input[type="submit"] {
	padding: 0 20px;
}
.sd-footer-sidebar-widget  #mc_embed_signup {
	float: left;
	max-width: 100%;
}
.sd-footer-sidebar-widget  #mc_embed_signup_scroll div {
	float: left;	
}
.sd-footer-sidebar-widget  .mc-field-group {

}
/* newsletter vc */

.wpb_wrapper .mc-field-group {
	margin-bottom: 20px;
	width: 100%;
}
.wpb_wrapper .mc-field-group input[type="text"],
.wpb_wrapper .mc-field-group input[type="email"] {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	width: 100%;
}
.wpb_wrapper #mc_embed_signup_scroll input[type="submit"] {
	background-color: #29c777;
	border: 0;
	border-radius: 3px;
	color: #fff;
	height: 45px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
/* footer */

#sd-footer {
	padding-top: 80px;
}
.sd-without-footer {
	background-color: #fff;
	margin-bottom: 350px;
	position: relative;
	z-index: 2;	
}
.sd-parallax-footer {
	bottom: 0;
	height: 350px;
	position: fixed;
	width: 100%;
	z-index: 1;
}
.sd-boxed-padding {
	padding-left: 40px !important;
	padding-right: 40px !important;	
}
.sd-3-sidebars-content-wrap {

}
.sd-footer-widgets {

}
.sd-footer-widgets a {
	color: #808080;
}
.sd-footer-widgets a:hover {
	color: #d1a773;
}
.sd-footer-widgets .menu li {
	margin-bottom: 20px;	
}
.sd-footer-widgets .menu li:last {
	margin: 0;	
}
.sd-footer-widgets .widget_recent_entries {
	font-size: 14px;
	text-transform: uppercase;
}
.sd-footer-widgets .widget_recent_entries .post-date {
	display: block;
	font-size: 12px;	
}
.sd-footer-widgets .widget_recent_entries li {
	border-bottom: 1px solid #e8ecf2;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sd-footer-widgets .widget_recent_entries li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;	
}
.sd-footer-sidebar-widget .widget_nav_menu .menu li {
	width: 100%;
}
.sd-footer-sidebar-widget .menu li {
	float: left;
	margin-bottom: 0;
	width: 50%;
}
.sd-footer-sidebar-widget .menu ul li {
	float: none;	
}
.sd-footer-sidebar-widget .menu .sub-menu li {
	float: none;
	width: 100%;
}
.sd-footer-sidebar-widget .menu .sub-menu li .sub-menu li {
	float: left;
	width: 100%;
}
.sd-footer-widgets ul {
	list-style: none;	
}
.sd-footer-widgets ul li ul li {
	padding: 0;
}
.sd-footer-sidebar-widget {
	margin-bottom: 30px;
}
.sd-footer-sidebar-widget img {
	max-width: 100%;
	height: auto;	
}
.sd-3-sidebars-content img,
.sd-3-sidebars-content .wp-caption,
.sd-3-sidebars-content select {
	max-width: 270px;
}
.sd-footer-sidebar-last {
	border-right: 0;	
}
.sd-footer-sidebar-widget .textwidget ul li:before {
	color: #dda80f;
	content: "\f141";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
}
.sd-footer-sidebar-widget .textwidget ul li {
	float: left;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	width: 50%;
}
.sd-footer-widget-title {
	color: #303e4c;
	font-size: 24px;
	margin-bottom: 30px;
}
.sd-footer-widget-title span {
	color: #d1a773;
	font-weight: 300;
}
.sd-footer-widgets ul {
	margin: 0;
	padding: 0;	
}
.sd-footer-title {
	color: #c9d1d7;
	font-size: 24px;
	font-weight: 900;
	padding-bottom: 30px;
}	
.sd-footer-title span {
	font-weight: 400;	
}
#sd-footer .current-menu-item a {
	color: #d1a773;
}
/* copyright */
.sd-copyright-wrapper {
	background-color: #262626;
	margin-top: 80px;
}
.sd-copyright {
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
	position: relative;
}
.sd-copyright a {
	color: #d1a773;
}
.sd-copyright a:hover {
	color: #fff;	
}

/* footer menu social */

.sd-footer-menu-social {
	border-top: 1px solid #455a70;
	padding: 30px 0;
}
.sd-footer-social {
	float: right;
}
.sd-footer-social a {
	color: #768ba2;
	margin-left: 10px;
}
.sd-footer-social a:hover {
	color: #d1a773;
}
.sd-footer-social a:first-child {
	margin-left: 0;	
}
/* footer menu */

.sd-footer-menu {
	float: left;
}
.sd-footer-menu ul,
.sd-copyright-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sd-footer-menu li,
.sd-copyright-menu li {
	float: left;
	font-size: 14px;
	margin-right: 10px;
}
.sd-footer-menu .sub-menu, 
.sd-copyright-menu .sub-menu {
	display: none;
}
.sd-footer-menu li a,
.sd-copyright-menu li a {
	color: #768ba2;	
}
.sd-footer-menu li a:hover,
.sd-copyright-menu li a:hover {
	color: #d1a773;	
}
.sd-copyright-menu {
	float: right;	
}
.sd-copyright-menu li {
	margin: 0 0 0 10px;	
}
/* 404 page */

.sd-404-page {
	padding: 100px 0;	
}
.sd-not-found {
	background-color: #d1a773;
	height: 213.62px;
	margin: 103.92px 0;
	position: relative;
	width: 360px;
}
.sd-not-found::before,
.sd-not-found::after {
	border-left: 180px solid transparent;
	border-right: 180px solid transparent;	
	content: "";
	position: absolute;
	width: 0;
 
}
.sd-not-found::before {
	border-bottom: 103.92px solid #d1a773;	
	bottom: 100%;
}
.sd-not-found::after {
	border-top: 103.92px solid #d1a773;
	top: 100%;
	width: 0;
}
.sd-404-hexagon {
	position: relative;	
}
.sd-404-hexagon::before {
	background: #fff none repeat scroll 0 0;
	border-radius: 12px;
	content: "";
	height: 12px;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	top: -65px;
	width: 12px;
	z-index: 1;
}
.sd-404-hexagon::after {
	background: #e8e8e8 none repeat scroll 0 0;
	content: "";
	height: 145px;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	top: -204px;
	width: 2px;
	z-index: 2;
}
.sd-404-text {
	padding-top: 30px;
	text-align: center;	
}
.sd-404 {
	color: #fff;
	display: block;
	font-size: 130px;
	font-weight: 700;
	line-height: 130px;
}
.sd-page-not-found {
	color: #fff;
	font-size: 20px;
}
.sd-404-left {
	border: 1px solid #dde2e4;
	border-width: 1px 0;
	height: 214px;
	margin-left: -30px;
	margin-top: 104px;
	padding: 30px 0 0 40px;
}
.sd-404-left h2 {
	color: #d1a773;
	font-size: 24px;
	margin-bottom: 15px;	
}
.sd-404-left p {
	color: #808080;
	font-weight: 500;
}
/* tabs */
.sd-tabs {
	background: none;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
.sd-tabs ul {
	margin: 0;
	padding: 0;

}
.sd-tab-titles {
	list-style: none;
}

.sd-tab-titles li {
	float: left;
	position: relative;
	z-index: 10;
}
.sd-tab-titles li:first-child {
	margin: 0;
}
.sd-tab-titles a {
	background-color: #fff;
	border: 2px solid #e2e2e2;
	border-bottom: none;
	color: #606b78;
	display: block;
	font-size: 16px;
	font-weight: bold;
	*display: inline;
	margin: 0 4px 0 0;
	outline: none;
	overflow: hidden;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
	zoom: 1;
}
	
.sd-tab-titles .ui-tabs-selected a,
.sd-tab-titles .ui-tabs-active a {
	background-color: #fff;
	border-color: #d1a773;
	border-bottom: 2px solid #fff;
	color: #3b454f;
}

.sd-tabs .sd-tab {
	background: #fff;
	border: 2px solid #d1a773;
	margin-top: -2px;
	padding: 40px 30px;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
.sd-tabs .sd-tab p {
	margin: 0 0 20px;
}
.sd-tabs .wpb_wrapper > p:last-child {
	margin-bottom: 0;	
}
.sd-tabs .sd-tab h3 {
	margin-bottom: 25px;
	padding: 0;	
}
.sd-tabs.ui-tabs .ui-tabs-hide {
	left: -10000px;
	position: absolute;
}
.sd-tabs-visibility {
	visibility: hidden;	
}
.no-js {
	visibility: visible;	
}
/* vc tabs */

.wpb_tabs .wpb_tabs_nav li {
	border-top: 2px solid #fff;
}
.wpb_tabs .wpb_tabs_nav li:first-child {
	margin: 0;	
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active {
	background: none;
	border: 2px solid #d1a773;
	border-bottom-color: #fff !important;
}
.wpb_tabs .wpb_tab {
	background: none !important;
	border-top: 2px solid #d1a773;
}
.wpb_tabs .wpb_tabs_nav li:hover {
	background: none !important;
}
.wpb_tabs .wpb_tab {
	margin-top: -2px;	
}
.wpb_tabs .wpb_tabs_nav li a {
	color: #606b78;
}
.wpb_tabs .wpb_tabs_nav li a:hover,
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a {
	color: #3b454f;
	z-index: 100;
}

/* cf 7 styling */
.wpcf7 {

}
.wpcf7 .wpcf7-not-valid {
	border-color: #f00;	
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none;	
}
.wpcf7 label {
	color: #404040;
	font-size: 14px;
}
.wpcf7 label span {
    display: inline-block;
    margin-top: 5px;
	width: 100%;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar,
.wpcf7-date {
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	width: 100%;
}
.wpcf7-date {
	width: auto;
}
span.wpcf7-list-item {
	display: block;
	margin-left: 0;
	margin-right: 20px;	
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
	margin-right: 10px;	
}
.wpcf7 select {
	min-width: 300px;
	max-width: 100%;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-captchar:focus {
	border: 2px solid #d4d4d4;
	outline: none;
	-webkit-transition: border .3s ease-in;
	   -moz-transition: border .3s ease-in;
		-ms-transition: border .3s ease-in;
		 -o-transition: border .3s ease-in;
			transition: border .3s ease-in;
}
.wpcf7-textarea {
	height: 220px;
}
.wpcf7-captchar {
	width: 100px;	
}
.wpcf7-submit {
	background-color: #d1a773;
	border: none;
	border-radius: 3px;
	color: #fff;
	padding: 10px 35px;
	-webkit-transition: opacity .3s ease-out;
	   -moz-transition: opacity .3s ease-out;
		-ms-transition: opacity .3s ease-out;
		 -o-transition: opacity .3s ease-out;
			transition: opacity .3s ease-out;
}
.wpcf7-submit:hover {
	opacity: .8;
}

/* contact form widget */

.wpcf7 p {
	margin: 0 0 20px;
}
.wpcf7 p:last-of-type {
	margin-bottom: 0;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar,
.wpcf7-date {
	background-color: #fff;
	border: 2px solid #f7f7f7;
	border-radius: 3px;
}
.sd-footer-sidebar-widget .wpcf7-text,
.sd-footer-sidebar-widget .wpcf7-textarea,
.sd-footer-sidebar-widget .wpcf7-captchar {
	background-color: #1e323d;
	border: none;
	color: #fff;
	height: 35px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.sd-footer-sidebar-widget .wpcf7-text,
.sd-footer-sidebar-widget .wpcf7-captchar {
	line-height: 35px !important;
	padding: 0 10px !important;
	height: 35px !important;
}
.sd-footer-sidebar-widget input::-webkit-input-placeholder,
.sd-footer-sidebar-widget textarea::-webkit-input-placeholder {
   color: #a1a9af;
   line-height: 35px;
}
.sd-footer-sidebar-widget input:-moz-placeholder,
.sd-footer-sidebar-widget textarea:-moz-placeholder { /* Firefox 18- */
   color: #a1a9af;
   opacity: 1;
}
.sd-footer-sidebar-widget input::-moz-placeholder,
.sd-footer-sidebar-widget textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #a1a9af;  
   opacity: 1;
}
.sd-footer-sidebar-widget input::-ms-input-placeholder,
.sd-footer-sidebar-widget textarea::-ms-input-placeholder {  
   color: #a1a9af;  
}
.sd-footer-sidebar-widget .wpcf7-textarea {
	height: 75px;
	padding: 10px;
}
.sd-footer-sidebar-widget .wpcf7-captchar {
	width: 100px;	
}
.sd-footer-sidebar-widget .wpcf7-submit {
	background: none;
	border-radius: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
}
.sd-footer-sidebar-widget .wpcf7 p  {
	margin: 0;
}
/* back to top */
.sd-back-top-wrap {
	background: #fff;
	bottom: -72px;
	margin: 1em;
	position: fixed;
	right: 0;
	z-index: 10002;
}
.sd-back-top {
	border-radius: 3px;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	color: #808080;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 50px;
}

.sd-back-top:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
	color: #404040;
}
/* ------------------------------------------------------------------------ */
/* 13. VC Shortcodes
/* ------------------------------------------------------------------------ */

/* restaurant menu */ 

.sd-borders {
	border: 1px solid #ddd;
	position: relative;	
}
.sd-borders::before,
.sd-borders::after {
	border: 1px solid #ddd;
	content: '';
	display: block;
	height: calc(100% - 4px);
	left: 2px;
	position: absolute;
	top: 2px;
	width: calc(100% - 4px);
}
.sd-borders::after {
	height: calc(100% - 10px);
	left: 5px;
	top: 5px;
	width: calc(100% - 10px);
}
.sd-menu-item {
	margin-bottom: 30px;	
}
.sd-menu .sd-menu-item:last-child {
	margin-bottom: 0;
}
.sd-menu-thumb {
	border: 2px solid #d1a773;
	float: left;
	margin-right: 20px;
}
.sd-menu-item-desc {
	padding-left: 120px;	
}
.sd-item-title {
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}
.sd-item-title::before {
	bottom: 3px;
	display: block;
	height: 10px;
	font-size: 0.4em;
	letter-spacing: 4px;
	line-height: 1em;
	color: #6b6b6b;
	content: "...................................................................................................................................................................................................................................................";
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.sd-title-wrap,
.sd-title-price {
	background-color: #fff;
	position: relative;
}
.sd-title-wrap {
	margin-left: -5px;
	padding: 0 5px;
}
.sd-title-price {
	color: #d1a773;
	float: right;	
}
.sd-menu-featured {
	background-color: #d1a773;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	height: 18px;
	line-height: 22px;
	margin-left: -2px;
	padding: 0 3px;
}
/* open table */

.sd-sidebar .otw-input-wrap {
	padding: 0;
	width: 100%;
}

.otw-input-wrap {
	float: left;
	width: 33.3333%;
	padding-left: 20px;
}
#sd .otw-widget-form-wrap label {
	color: #999;
	font: 600 13px/13px 'Josefin Sans', Arial, sans-serif;
	text-transform: uppercase;
}
.otw-date-li {
	padding-left: 0;	
}
#sd .datepicker-panel {
	font-size: 14px;	
}
#sd div.otw-wrapper div.selectric p {
	height: 40px;
	line-height: 40px;
}
#sd .selectric,
#sd .otw-reservation-date {
	background-color: #fff;
	border: 2px solid #d3d3d3;
	height: 40px;
	line-height: 40px;	
	-webkit-transition : all .3s ease-out;
	   -moz-transition : all .3s ease-out;
		 -o-transition : all .3s ease-out;
			transition : all .3s ease-out;
}
#sd .selectric-hover .selectric,
#sd .otw-reservation-date:focus,
#sd .otw-reservation-date:hover {
	border-color: #d1a773;
}
#sd .selectric .label {
	font-size: 14px;	
}
#sd .otw-button-wrap {
	text-align: center;
}
#sd .otw-submit {
	background-color: #fff;
	border: 2px solid #d1a773;
	color: #444;
	height: 40px;
	font: 600 14px/14px 'Josefin Sans', Arial, sans-serif;
	margin-top: 20px;
	padding: 12px 15px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition : all .3s ease-out;
	   -moz-transition : all .3s ease-out;
		 -o-transition : all .3s ease-out;
			transition : all .3s ease-out;

}
#sd .otw-submit:hover {
	background-color: #d1a773;
	color: #fff;
}
.powered-by-open-table {
	display: none;	
}
/* advanced tabs */

.ult_tabmenu.style3 > li.ult_tab_li::before {
	box-shadow: none !important;
}
.ult_tabmenu.style3 {
	border: none !important;	
}
.ult_tabmenu.style3 > li.current {
	border-bottom: 2px solid #00d2ff !important;
}
/* latest blog shortcode */

.sd-latest-blog .sd-blog-entry {
	box-shadow: none;	
}

.sd-latest-blog-thumb {
	float: left;
	height: 100px;
	margin-right: 20px;
	width: 150px;	
}
.sd-latest-blog-content {
	overflow: hidden;	
}

.sd-latest-blog .sd-blog-entry {
	margin-bottom: 40px;
}
.sd-latest-blog-content {
	margin-top: 10px;
	overflow: hidden;	
}
.sd-latest-blog-content h3 a {
	color: #404040;
	font-size: 21px;
}
.sd-latest-blog-content h3 a:hover {
	color: #0078ff;	
}
.sd-latest-blog-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.sd-latest-blog-content ul li {
	color: #404040;
	display: inline-block;
	font-size: 14px;
}
.sd-latest-blog-content li span {
	color: #d0d0d0;
	display: inline-block;
	margin: 0 10px;
}
.sd-by {
	margin: 0 !important;	
}
.sd-view-all {
	border-top: 1px solid #e6e6e6;
	font-size: 14px;
	font-weight: 500;
	padding-top: 10px;
	text-align: center;
}
.sd-view-all a {
	color: #0078ff;
}
.sd-latest-blog-masonry[data-columns]::before,
.sd-blog-masonry[data-columns]::before {
	content: '3 .column.size-1of3';
}
.sd-blog-masonry .sd-blog-entry {
	margin: 0 15px 30px;
}
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.sd-masonry-item {
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
	margin: 0 15px 30px;
}
.sd-blog-masonry-content {
	background-color: #fff;
	padding: 30px;
}
.sd-cats a,
.sd-by {
	color: #404040;
	font-size: 14px;	
}
.sd-blog-masonry-content h3 a {
	color: #404040;
	font-size: 21px;	
}
.sd-blog-masonry-content h3 {
	margin: 10px 0;	
}
.sd-blog-masonry-content ul {
	list-style: none;
	margin-bottom: 10px;
}
.sd-blog-masonry-content ul li {
	display: inline-block;	
}
.sd-blog-masonry-content ul li:first-child {
	margin-right: 5px;
}
.sd-slash {
	display: inline-block;
	margin-right: 5px;	
}
.sd-blog-masonry-content .sd-more-p {
	margin-top: 10px;
}
.sd-3-columns {
	margin: 0 !important;
}
.sd-full-width-item {
	background-color: #fff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
}
.sd-blog-full-width-content {
	padding: 30px 0;	
}
.sd-blog-full-width-content-video {
	padding: 16px 0;
}
.sd-blog-full-width-content-audio {
	padding: 30px;
}
.sd-latest-blog-full-meta2 span {
	color: #808080;	
}
.sd-blog-full-width-content h3 a {
	color: #404040;
	font-size: 21px;	
}
.sd-blog-full-width-content h3 {
	margin: 10px 0;	
}
.sd-latest-blog-full-meta2 {
	list-style: none;
	margin-bottom: 10px;
}
.sd-latest-blog-full-meta2 li {
	display: inline-block;	
}
.sd-blog-full-width-content li:first-child {
	margin-right: 5px;
}
.sd-blog-full-width-content .sd-more-p {
	margin-top: 10px;
}
/* sd accordion */
.vc_toggle_square .vc_toggle_icon {
	border-radius: 3px !important	
}

.wpb_accordion_header {
	background: e9eef4 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 0 0 0 10px !important;
}
body .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	border: 2px solid #d1a773;
	border-width: 0 2px 2px;
	padding: 10px;
}
.wpb_accordion_section {
	border: none;
	margin-bottom: 5px;
}
.wpb_accordion_header a {
	color: #606b78;
	padding: 10px 0 !important;
}
.ui-accordion-header-active {
	background: #fff !important;
	margin: 0 !important;
}
.wpb_accordion_section .ui-accordion-header-active {
	border: 2px solid #d1a773;
	border-width: 2px 2px 0;
}
.wpb_accordion_section .ui-accordion-header-active a {
	color: #3b454f;
}
.ui-accordion-header span:before,
.ui-accordion-header-active span:before {
	color: #606b78;
	content: "\f067" !important;
	display: inline-block;
	font-family: FontAwesome !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: normal !important;
	height: auto !important;
	line-height: 1;
	padding-right: 10px;
	width: auto !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	background: none !important;
	border: none !important;
}
.ui-accordion-header-active span:before {
	color: #3b454f;
	content: "\f068" !important;
}

.wpb_alert p:first-child, #content .wpb_alert p:first-child, .wpb_text_column p:first-child, .wpb_text_column *:first-child, #content .wpb_text_column p:first-child, #content .wpb_text_column *:first-child, .wpb_toggle_content p:first-child {
	margin-top: 0 !important;	
}
.wpb_text_column p {
	margin-bottom: 25px !important;
}	
.wpb_text_column p:last-child {
	margin-bottom: 0 !important;	
}
/* separator */
.vc_separator .vc_sep_holder .vc_sep_line {
	height: 2px !important;	
}
.vc_separator h2,
.vc_separator h3,
.vc_separator h4,
.vc_separator h5,
.vc_separator h6 {
	display: table-cell;
	padding-bottom: 0;
	padding-left: 0.8em;
	padding-right: 0.8em;
	white-space: pre;
	
}
.vc_separator_align_left h2,
.vc_separator_align_left h3,
.vc_separator_align_left h4,
.vc_separator_align_left h5,
.vc_separator_align_left h6 {
	padding-left: 0;
}
.vc_separator_align_right h2,
.vc_separator_align_right h3,
.vc_separator_align_right h4,
.vc_separator_align_right h5,
.vc_separator_align_right h6 {
	padding-right: 0;
}

/* google map */
.google_map {
	max-width: 100%;	
}
.google_map img {
	max-width: none;
}


/* slick carousel */

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('framework/fonts/slick.eot');
	src: url('framework/fonts/slick.eot?#iefix') format('embedded-opentype'), url('framework/fonts/slick.woff') format('woff'), url('framework/fonts/slick.ttf') format('truetype'), url('framework/fonts/slick.svg#slick') format('svg');
}
.slick-loading .slick-list
{
    background: #fff url('framework/images/ajax-loader.gif') center center no-repeat;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
	outline: none !important;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 40px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	color: #b2b2b2 !important;
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px !important;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 1 !important;
    color: #e5e5e5 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1 !important;
	color: #b2b2b2 !important;
}
/* ultimate vc addons */

.sd-aio-margin .top-icon .aio-icon-header h3.aio-icon-title {
	margin: 0;
}

.align-icon {
	line-height: normal;	
}

.sd-uavc-list-icon-margin-bottom .uavc-list-content {
	margin-bottom: 20px !important;	
}
.timeline-feature-item img {
	max-width: 100%;
	height: auto;
}

.sd-button-width-100 a,
.sd-button-width-100 button {
	width: 100%;
}
.sd-box-quotes .ult-content-box {
	background: url(framework/images/quotes.png) no-repeat 40px 40px;
}

.uavc-list .uavc-list-desc p {
	margin-bottom: 10px;
}
.uavc-list .uavc-list-desc p:last-child {
	margin-bottom: 0;
}
.sd-tabs-border-bottom {
		
}
.ult_tabitemname {
	padding: 0 !important;	
}
.sd-prod-tabs .current {
	border-bottom: 2px solid #d1a773 !important;
	padding-bottom: 15px !important;
}
.sd-prod-tabs .ult_tabmenu.style1 li.ult_tab_li {
	margin-right: 20px !important;
}
.aio-icon-title {
	padding-bottom: 0;
}
a.ubtn-link {
	padding: 0;	
	margin: 0 !important;
}
.aio-icon-header + .aio-icon-description {
	margin-top: 0 !important;	
}
.aio-icon-description p {
	margin-bottom: 10px;
}
.aio-icon-description p:last-child {
	margin-bottom: 0;	
}
.uvc-heading p {
	margin-bottom: 10px;	
}
.uvc-heading p:last-child {
	margin-bottom: 0;	
}
.sd-text-left .bb-description {
	text-align: left !important;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('framework/fonts/flexslider-icon.eot');
	src:url('framework/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('framework/fonts/flexslider-icon.woff') format('woff'),
		url('framework/fonts/flexslider-icon.ttf') format('truetype'),
		url('framework/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/* preloader 
   https://codepen.io/neoberg/pen/kavnF
*/
.sd-preloading {
  background-color: #f4f4f4;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
}
.sd-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 10px solid #d1a773;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAZCAYAAADTyxWqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOxJREFUeNpivLi8uJyBgeGeXkTP6ksrSoyBbBcguxNIMwD5ILk9QP5ZBigAigkCqTQgFmRABfdYgEQHEIMUrwbiUCAuB2q4B1UAkuuEyoMMSoOKoRsEAmeZGIgEQIOU8BgEBkQbBnIxPoNINcyYkAJSDGOgq2EsUFoJGlMuxHoJn2GggJ2JFtgD602QYe8JqHlPimGdeORBKX8W0YZB82EFDoNcgfLvSQ2ze9gkSTGIZumMGHCWUPYi2jCgl9ORShBQUbVq6OTNUcPIN+wslgx9j0Caw1DP+P//f+TaJw1WUsDqTgK1FYp6gAADAC8NR5gp9mg+AAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center center;

}
.sd-loading::after {
  content: '';
  background: trasparent;
  width: 140%;
  height: 140%;
  position: absolute;
  border-radius: 100%;
  top: -20%;
  left: -20%;
  opacity: 0.7;
  box-shadow: rgba(209, 167, 115, 1) -4px -5px 3px -3px;
  animation: rotate 2s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.no-js .sd-preloading {
	display: none;	
}
/* ------------------------------------------------------------------------ */
/* 14. WooCommerce
/* ------------------------------------------------------------------------ */

.sd-shop-wrap {
	background-color: #f7f7f7;
	padding-top: 50px;
}
.products {
	clear: both;
	margin-top: 40px;	
}
.woocommerce-result-count {
	color: #2e4456;
	float: left;
	font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
}
.woocommerce-ordering {
	float: right;	
}
.sd-orderby select {
	margin: 0 !important;	
}
/* product listing */
.sd-product {
	background-color: #fff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
	position: relative;	
}
.sd-loop-class  {
	margin-bottom: 55px;	
}

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

.sd-thumb-add-cart {
	position: relative;	
}
.sd-thumb-add-cart .onsale,
.sd-soldout,
.sd-off-price {
	background-color: #d1a773;
	color: #fff;
	height: 25px;
	left: 0;
	line-height: 25px;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;	
	z-index: 10;
}
.sd-single-product .sd-thumb-add-cart .onsale,
.sd-single-product .sd-soldout,
.sd-single-product .sd-off-price {
	left: 15px;
}
.sd-single-product .woocommerce-Reviews-title {
	font-size: 22px;
	margin-bottom: 30px;
}
.sd-single-product .comment-text .description {
	overflow: hidden;
}
.sd-thumb-add-cart .onsale span,
.sd-soldout span {
}
.sd-soldout-wrapper {
	position: relative;	
}
.sd-thumb-add-cart .sd-soldout-wrapper {
	position: initial;
}
.sd-soldout {
	background-color: #f00;	
	color: #fff;
	left: 0;
}
.sd-shop-thumb-overlay {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.sd-product:hover .sd-shop-thumb-overlay {
	opacity: 1;	
}
.sd-add-cart {
	margin-top: -21.5px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.sd-add-cart a,
#yith-quick-view-content .button {
	background-color: #d1a773;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	padding: 5px 30px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out !important;
}
.sd-add-cart a:hover {
	color: #fff;	
}
.sd-shop-thumb-overlay .yith-wcqv-button {
	color: #808080;
	display: block;
	font-size: 13px;
	left: 0;
	margin: 20px auto 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	top: 50%;
	width: auto;
}
.sd-shop-thumb-overlay .blockOverlay {
	background-color: transparent !important;
}
.sd-add-cart a:hover {
}
.sd-woo .add_to_cart_button {
	overflow: hidden;
	position: relative;
}
.sd-add-cart .added_to_cart {
	display: none;	
}
.sd-loading-cart {
	color: #fff;
	display: none;
	font-size: 40px;
	left: 0;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	z-index: 10;
}
.sd-product-content {
	padding: 25px;
}
.sd-product-content h3 a {
	color: #404040;
	font-size: 18px;
}
.sd-product-content h3 a:hover {
	color: #d1a773;
}
.sd-product-content p {
	margin-top: 0;
}
.sd-price {
	display: inline-block;
	line-height: normal;
}
.sd-price .amount,
.sd-price ins {
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
.sd-price ins {
	float: left;	
}
.sd-price del {
	float: right;
	margin-left: 5px;
}
.sd-price del,
.sd-price del .amount {
	color: #808080;
}
.sd-prod-cats {
	color: #808080;
	display: block;
	font-size: 13px;
}
.sd-stars {
	line-height: normal;	
}
/* star rating */

.woocommerce p.stars {
	display: inline-block;
	position: relative;	
}
.woocommerce p.stars a {
	color: #ff9800;
	display: inline-block;
	padding-right: 20px;
	position: relative;
	text-indent: -999em;
	width: auto;
}
.woocommerce p.stars a:after {
	content: '\f006';
	display: block;
	font-family: FontAwesome;
	height: 1em;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 1em;
}
.woocommerce p.stars:hover a:after,
.woocommerce p.stars.selected a.active:after {
	content: '\f005';
}
.woocommerce p.stars a:after,
.woocommerce p.stars a:hover ~ a:after {
	content: '\f006';
}
.woocommerce p.selected a:not(.active):after {
	content: '\f005';
}
.woocommerce p.stars.selected a:not(.active):after {
	content: '\f005';
}
.woocommerce p.stars.selected a.active~a:after {
	content: '\f006';
}
.woocommerce .comment-form-rating {
	margin-bottom: 20px;	
}
/* display star rating */
/* Source http://codepen.io/janwagner/pen/vObMrZ */
.wc-layered-nav-rating .star-rating {
	display: inline-block;
}
.product_list_widget .star-rating {
	float: right;
}
.star-rating {
	height: 13px;
	position: relative;
	width: 65px;
}
.star-rating::before {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20none%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important;
	background-repeat: repeat-x;
	background-size: 13px;
	bottom: 0;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
}
.star-rating > span {
	display: block;
	text-indent: -10000px;
	width: 65px;
	height: 13px;
	overflow: hidden;
	position: absolute;
	left: 0;
}
.star-rating > span::before {
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20%23ff9800!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E) !important;
	background-repeat: repeat-x;
	background-size: 13px;
	bottom: 0;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	right: 0;
	text-indent: 10000px;
	top: 0;
}
.comment-text .star-rating > span {
	left: 0;
	right: auto;	
}
/* pagination */


.sd-woo .woocommerce-pagination {
	margin-bottom: 100px;
	text-align: center;	
}
.sd-woo .woocommerce-pagination ul li {
	display: inline-block;
	list-style: none;
}
.sd-woo .woocommerce-pagination span.page-numbers,
.sd-woo .woocommerce-pagination a.page-numbers {
	background-color: #fff;
	border-radius: 3px;
	color: #404040;
	display: block;
	font-size: 18px;
	font-weight: normal;
	height: 47px;
	line-height: 47px;
	width: 44px;
	-webkit-transition: all .3s ease-in;
	   -moz-transition: all .3s ease-in;
		-ms-transition: all .3s ease-in;
		 -o-transition: all .3s ease-in;
	        transition: all .3s ease-in;

}
.sd-woo .woocommerce-pagination span.current,
.sd-woo .woocommerce-pagination a:hover.page-numbers {
	background-color: #d1a773;
	color: #fff;
}
.sd-woo .woocommerce-pagination span.current {
}
/* woo widgets */
.sd-sidebar-shop {
}
.sd-sidebar-shop .sd-sidebar-widget {

}

.sd-sidebar-shop .widget_shopping_cart_content .buttons {
	margin-bottom: 0;
}
.sd-sidebar-shop .widget_product_search {
	margin-bottom: 30px;
}
/* cart widget */
.sd-sidebar-widget .widget_shopping_cart_content img {
	float: right;
	height: auto;
	width: 60px;
}
.sd-sidebar-widget .widget_shopping_cart_content .remove:hover {
	color: #f00;
}
.sd-sidebar-widget .widget_shopping_cart_content .quantity {
	color: #80878d;
	display: block;
	font-size: 14px;	
}
.sd-sidebar-widget .widget_shopping_cart_content .quantity .amount {
	color: #373c40;	
}
.sd-sidebar-widget .widget_shopping_cart_content .total .amount {
	color: #d1a773;	
}

.sd-sidebar-widget .widget_shopping_cart_content .total {
	background-color: #f9fafb;
	border: 1px solid #dfe5e9;
	border-width: 1px 0;
	color: #373c40;
	font-size: 14px;
	margin: 30px 0;
	padding: 10px;
}
.sd-sidebar-widget .widget_shopping_cart_content p {
	margin: 0;	
}
.sd-sidebar-widget .widget_shopping_cart_content .total strong {
	font-weight: normal;
}
.sd-sidebar-widget .widget_shopping_cart_content .total .amount {
	font-weight: 500;
	padding-left: 10px;	
}
.sd-sidebar-widget .widget_shopping_cart_content ul li {
	border-bottom: 1px solid #f5f7f8;
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 15px;
	width: 100%;	
}
.sd-sidebar-widget .widget_shopping_cart_content ul li:last-child {
	border: none;
	margin: 0;
	padding: 0;	
}
.sd-sidebar-widget .widget_shopping_cart_content .wc-forward,
.sd-sidebar-widget .price_slider_amount button {
	border-radius: 3px;
	color: #848a90;
	display: inline-block;
	font-weight: 500;
	height: 40px;
	line-height: 37px;
	padding: 0 20px;
	text-transform: uppercase;
}
.sd-sidebar-widget .widget_shopping_cart_content .checkout  {
	color: #fff !important;
}
.sd-sidebar-shop .product_list_widget li ins span {
	display: inline-block !important;
}
/* price slider */
.sd-sidebar-widget .price_slider {
	background-color: #808080;
	display: block;
	height: 5px;
	margin-bottom: 20px;
	position: relative;
}
.sd-sidebar-widget .ui-slider-range {
	background-color: #404040;
	height: 100%;
	position: absolute;
}
.sd-sidebar-widget .ui-slider-handle {
	background-color: #d1a773;
	border-radius: 100px;
	cursor: w-resize;
	height: 16px;
	margin-left: -1px;
	position: absolute;
	top: -5px;
	width: 16px;
}
.sd-sidebar-widget .ui-slider-handle:hover {
	
}
.sd-sidebar-widget .price_slider .ui-slider-handle:last-child {
	margin-left: -5px;	
}
.sd-sidebar-widget .price_slider_amount .price_label {
	color: #373c40;
	float: right;
	text-transform: uppercase;	
}
.sd-sidebar-widget .widget_shopping_cart_content .wc-forward {
	background: none;
	border: 1px solid #d1a773;
	color: #d1a773;
	font-size: 13px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 10px;
}
.sd-sidebar-widget .widget_shopping_cart_content .wc-forward:hover {
	color: #d1a773;	
}
.sd-sidebar-widget .price_slider_amount button,
.sd-sidebar-widget .widget_shopping_cart_content .checkout {
	background-color: #d1a773;
	border: none;
	border-radius: 3px;
	color: #fff;
	float: left;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	margin-left: 0;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-transition: opacity .3s ease-in-out;
	   -moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out !important;

}
.sd-sidebar-widget .widget_shopping_cart_content .checkout:hover {
	color: #fff !important;
}
.sd-sidebar-widget .widget_shopping_cart_content .checkout:focus {
	border: none;	
}
.sd-sidebar-widget .price_slider_amount button:hover,
.sd-sidebar-widget .widget_shopping_cart_content .checkout:hover {
	color: #fff;
	opacity: .8;
}
.widget_shopping_cart_content .variation {
	clear: both;
	display: block;
	padding-top: 10px;
}
.widget_shopping_cart_content .variation dt,
.widget_shopping_cart_content .variation dd {
	display: inline-block;
	float: left;
	width: 50%;
}
.widget_shopping_cart_content .variation dd {
	margin: 0;
	padding-left: 10px;
}
.widget_shopping_cart_content .remove {
	float: right;	
}
/* product categories */

.widget_product_categories li a,
.widget_layered_nav li {
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.widget_product_categories li a::before,
.widget_layered_nav li::before {
	color: #404040;
	content: '\f101';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
}
/* product list widget */

.sd-sidebar-widget .product_list_widget li {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%	
}

.sd-sidebar-widget .product_list_widget li img {
	float: left;
	height: auto;
	margin-right: 15px;
	width: 60px;
}
.sd-sidebar-widget .product_list_widget li .amount {
	display: inline;
	font-size: 14px;
}
.widget_shopping_cart .product_list_widget li .amount {
	display: inline;	
}
.sd-sidebar-widget .product_list_widget li br {
	display: none;	
}
.sd-sidebar-widget .product_list_widget li ins {
	text-decoration: none;	
}
.sd-sidebar-widget .product-title {
	color: #404040;
	display: block;
	font-size: 14px;
	line-height: 14px;
}

.sd-products-carousel {
	padding-bottom: 50px;
}
.sd-products-carousel .slick-dots {
	bottom: -20px;
}
.widget_layered_nav_filters .chosen {
	display: inline-block;
	float: left;
	margin-right: 20px;
	padding-left: 15px;
	position: relative;
}
.widget_layered_nav_filters .chosen:after {
	color: #f00;
	content: '\f00d';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
}
.woocommerce-product-search input[type="search"] {
	border: 2px solid #e6e6e6;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}
.woocommerce-product-search input[type="submit"] {
	background-color: #d1a773;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	height: 44px;
	line-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
}
.widget_products .product_list_widget a:hover .product-title,
.widget_recently_viewed_products .product_list_widget a:hover .product-title,
.widget_top_rated_products .product_list_widget a:hover .product-title,
.widget_recent_reviews .product_list_widget a:hover {
	color: #d1a773;
	-webkit-transition: color .3s ease-in;
	   -moz-transition: color .3s ease-in;
		-ms-transition: color .3s ease-in;
		 -o-transition: color .3s ease-in;
	        transition: color .3s ease-in;

}
.widget_recent_reviews .product_list_widget a {
	color: #404040;
	font-size: 14px;
	font-weight: normal;
}
.widget_recent_reviews .reviewer {
	color: #808080;
	display: block;
	font-size: 14px;
}
/* single product */
.sd-single-product .woocommerce-product-gallery .flex-viewport,
.sd-single-product .woocommerce-product-gallery .flex-control-nav img {
	box-shadow: 0 6px 5px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
}
.sd-single-product .woocommerce-product-gallery .flex-control-nav img {
	margin-bottom: 10px;
	
}
.sd-single-product .woocommerce-product-gallery .flex-control-nav {
	margin-top: 30px;
}
.sd-single-product .woocommerce-product-gallery .flex-control-thumbs li {
	margin-right: 30px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
		 user-select: none;
}
.woocommerce-product-gallery img {
	max-width: 100%;
	height: auto;	
}
.woocommerce-product-gallery li {
	list-style: none;	
}
.woocommerce-product-gallery .flex-control-thumbs li {
	height: auto;
	float: left;
	width: 25%;
}
.woocommerce-product-gallery .flex-control-thumbs li:hover {
	cursor: pointer;	
}
.woocommerce-product-gallery .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.woocommerce-product-gallery  .flex-control-nav {
    bottom: -40px !important;
	padding: 0;
}
.sd-single-product .entry-title {
	font-size: 30px;
}
.sd-single-product .sd-quantity {
	padding: 0;	
}
.sd-single-product .price {
	color: #404040;
	display: block;
	font-size: 30px;
	margin: 20px 0;
}
.sd-single-product .woocommerce-variation-price .price {
	margin: 0;	
}
.sd-single-product .price ins {
	float: left;
	margin-right: 10px;
	text-decoration: none;
}
.sd-single-product .price del {
	color: #808080;
}
.sd-single-product .woocommerce-Price-amount {
	font-weight: 300;	
}
.sd-single-product .woocommerce-product-rating {
	display: none;	
}
.sd-single-product .woocommerce-product-details__short-description {
	margin-bottom: 20px;
}
.sd-single-product .woocommerce-product-details__short-description p {
	margin-bottom: 10px;
}
.sd-single-product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}
.sd-single-product-price {
	float: left;
	margin-bottom: 20px;
}
.sd-single-product-price p {
	margin: 0;	
}
.sd-single-product-price .amount,
.sd-single-product-price ins {
	color: #ec5646;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
}
.sd-single-product-price del .amount {
	color: #96acbd;
	font-size: 14px;
	font-weight: 400;
}
.sd-single-product-price del {
	color: #96acbd;
}
.sd-single-ratings {
	float: right;
	margin-top: 5px;
}
.sd-single-ratings > span {
	color: #91a1b4;
	font-size: 12px;
	text-transform: uppercase;
}
.sd-single-product-desc p {
	margin-bottom: 30px;	
}
.sd-single-product-attr {
	color: #91a1b4;
	margin: 30px 0;
	text-transform: uppercase;	
}
#review_form #respond {
	background: none;	
}
.sd-single-product-attr table tr,
.sd-woo .woocommerce-tabs .shop_attributes tr {
	border-bottom: 1px solid #dee0e9;
	height: 40px;
	line-height: 40px;
}
.sd-single-product-attr table th,
.sd-woo .woocommerce-tabs .shop_attributes th {
	padding-right: 100px;
	text-align: left;	
}
.sd-quantity {
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
	float: left;
	margin-right: 10px;
	padding-top: 6px;
}
.sd-plus-button {

}
.sd-minus-button,
.sd-plus-button,
.sd-quantity-input {
	background-color: #fff;
	border: none;
	border-radius: 0;
	cursor: pointer;
	float: left;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 30px;	
}
.sd-quantity-button:hover {
	color: #91a1b4;
}
.sd-quantity-input {
	border: none;
	color: #808080;
	cursor: default;
	margin: 0;
}
.sd-woo .variations td.label {
	padding-right: 10px;
	padding-top: 12px;
	vertical-align: top;
}
.sd-select-wrapper {
	display: inline-block;
	position: relative;	
}
.sd-select-wrapper select,
.sd-orderby select {
	background: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	height: 40px;
	margin: 8px 0 0;
	outline: none;
	padding: 3px 10px;
	width: 200px;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-select-wrapper select,
	.sd-orderby select {
		padding-right: 18px;
	}
}

.sd-select-wrapper label,
.sd-orderby label {
	position: relative
}
.sd-select-wrapper label:after,
.sd-orderby label:after {
	color: #617d93;
	content: '<>';
	font: 11px "Consolas", monospace;
	padding: 0 0 2px;
	pointer-events: none;
	position: absolute;
	right: 8px; top:2px;
	-webkit-transform: rotate(90deg);
   	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.sd-select-wrapper label:before,
.sd-orderby label:before {
	content: '';
	display: block;
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 6px;
	top: 0px;
	width: 20px; 
}
.sd-product-meta {
	margin-top: 30px;	
}
.sd-woo .reset_variations {
	color: #d1a773;
	font-weight: 500;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	width: 20px;	
	text-transform: uppercase;
}
.sd-woo .single_variation {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.sd-woo .single_variation del,
.sd-woo .single_variation ins,
.sd-woo .single_variation .stock,
.sd-product-meta {
	color: #404040;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}
.sd-woo .single_variation .stock {
}
.sd-woo .single_variation_wrap {
	margin-top: 30px;	
}
.sd-woo .single_variation ins,
.sd-woo .single_variation .price {
	color: #d1a773;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
}
.sd-woo .sd-add-to-cart,
.sd-woo .single_add_to_cart_button {
	background-color: #d1a773;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	padding: 0 25px;
	-webkit-transition: opacity .3s ease-in-out;
	   -moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out !important;

}
.sd-woo .sd-add-to-cart:hover,
.sd-woo .single_add_to_cart_button:hover {
	opacity: .8;	
}
.woocommerce-message,
.woocommerce-error {
	background-color: #edffe9;
	border: 2px solid #c1ecb7;
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	list-style: none;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.woocommerce-error {
	background-color: #ffdfe0;
	border-color: #f6c2c4;
}
.sd-success-msg a,
.woocommerce-message a {
	float: right;
}
.woocommerce-checkout .woocommerce > .woocommerce-error,
.woocommerce-checkout .woocommerce > .woocommerce-message {
	margin: 0 auto 30px;
	width: 1140px;
}
.woocommerce-info {
	margin-bottom: 30px;	
}
.sd-woo .woocommerce-tabs {
	background-color: #fff;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
	margin-top: 50px;
	padding: 40px;
}
.sd-woo .woocommerce-tabs .star-rating {
	float: right;	
}
.sd-woo .woocommerce-tabs .tabs {
	float: left;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
.sd-woo .woocommerce-tabs .tabs li {
	float: left;
	list-style: none;
	margin-right: 30px;
}
.sd-woo .woocommerce-tabs .tabs li a {
	background-color: #fff;
	color: #808080;
	display: inline-block;
	font-size: 18px;
}
.sd-woo .woocommerce-tabs .tabs li.active a {
	color: #404040;
	border-bottom: 2px solid #d1a773;
	padding-bottom: 10px;
}
.sd-woo .woocommerce-tabs .panel {
	margin-top: 30px;
}
.sd-woo .woocommerce-tabs .panel p {
	margin-bottom: 10px;	
}
.sd-woo .woocommerce-tabs .panel p:last-child {
	margin-bottom: 0;	
}
.sd-woo .woocommerce-tabs .panel h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}
.sd-woo .commentlist {
	list-style: none;
	padding: 0;
}
.sd-woo .commentlist .avatar {
	border-radius: 100px;
	float: left;
	margin-right: 20px;
}
.sd-woo .commentlist .meta {
	color: #424545;
	margin: 0 0 10px;
	text-transform: capitalize;
}
.sd-woo .commentlist .meta time {
	color: #a1acb0;
	font-size: 12px;	
}
.sd-woo .commentlist .meta .verified {
	color: #3C3;
	font-size: 12px;
}
.sd-woo .commentlist .description p {
	margin: 0;	
}
.sd-woo .commentlist .comment {
	border-bottom: 1px solid #f2f5f6;
	margin-bottom: 20px;
	padding-bottom: 20px;	
}
.sd-woo #respond {
	padding: 0;	
}
.sd-woo #respond label {
	display: block;
}
.sd-woo #respond p {
	margin-bottom: 30px;	
}
.sd-woo #respond p:last-child {
	margin-bottom: 0;	
}
.sd-woo #respond input[type="text"],
.sd-woo #respond input[type="email"],
.sd-woo #respond textarea {
	background-color: #fff;
	border: 2px solid #f7f7f7;
	height: 46px;
	line-height: 46px;
	outline: none;
	padding: 0 10px;
	-webkit-transition : border .3s ease-in;
	   -moz-transition : border .3s ease-in;
		 -o-transition : border .3s ease-in;
			transition : border .3s ease-in;
}
.sd-woo #respond input[type="text"]:focus,
.sd-woo #respond input[type="email"]:focus,
.sd-woo #respond textarea:focus {
	border-color: #d4d4d4;
}
.sd-woo #respond textarea {
	min-height: 300px;	
}
.sd-woo #respond .form-submit input {
	background-color: #d1a773;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	margin-top: 15px;
	padding: 17px 28px;
	-webkit-transition: opacity .3s ease-in-out;
	   -moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out;
}
.sd-woo #respond .form-submit input:hover {
	opacity: .8;	
}
.sd-related-products {
	margin-top: 50px;
}
.sd-related-products .sd-thumb-add-cart .onsale,
.sd-related-products .sd-soldout,
.sd-related-products .sd-off-price {
	left: 0;
}
.sd-upsells {
	margin-top: 50px;	
}
.sd-upsells .price {
	margin: 0;	
}
.sd-upsells h3 {
	margin-bottom: 20px;
}
.sd-upsells .sd-loop-class {
	margin-bottom: 0;	
}
.sd-related-products-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.sd-product-content .star-rating {
	display: none;
}
.sd-related-products .sd-price ins {
	float: none;
}
.sd-related-products .price {
	margin: 0;	
}
.sd-woo .related > h3,
.sd-woo .upsells > h3,
.sd-cart-totals h3,
.sd-cross-sells > h3 {
	display: block;
	font-size: 20px;
	line-height: 20px;
	padding: 0;
}
/* cart */
.sd-cart {
	margin-bottom: 50px;
	margin-top: 50px;
}
.sd-cart .shop_table {
	font-weight: 500;
}
.sd-cart .shop_table,
.sd-shipping-calculator {
	width: 100%;
}
.sd-cart .shop_table thead {
	text-align: left;	
}
.sd-cart .shop_table thead th {
	color: #404040;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0;
}
.sd-cart .shop_table thead th.product-name {
	padding-left: 20px;	
}
.sd-cart .shop_table thead .product-name {
	padding-left: 10px;	
}
.sd-cart .product-name img {
	border: 1px solid #dfe5e9;
	height: auto;
	width: 60px;
}
.sd-cart .product-remove a {
	color: #ec5646;
	display: inline-block;
	text-align: center;
}
.sd-cart .cart_item td {
	padding: 20px 0;	
}
.sd-cart .cart_item td.product-name {
	padding-left: 20px;	
}
.sd-cart .cart_item td.product-price,
.sd-cart .product-subtotal {
	color: #404040;
	font-size: 16px;
	font-weight: 400;
}
.sd-cart-totals table {
	width: 100%;	
}
.sd-cart-thumb,
.sd-cart .product-name a {
	color: #404040;
	margin-right: 10px;
}
.sd-cart .product-name a:hover {
	color: #d1a773;	
}
.sd-cart-totals {

}
.sd-cart-totals h3 {
	margin-bottom: 30px;
}
.sd-cart-totals table tr {
	text-align: left;	
}
.sd-cart-totals table td {
	text-align: right;	
}
.sd-cart-totals table th {
	font-weight: 500;
	padding: 0 0 10px;	
}
.sd-cart-totals .order-total {

}
.sd-cart-totals .order-total .amount {

}
.woocommerce-Price-amount {
	font-weight: 400;
}
.sd-cart-totals .order-total th {

}
.sd-cart-totals .cart-subtotal th,
.sd-cart-totals .shipping th {
	font-weight: 300;	
}
.sd-cart-totals .shipping ul {
	list-style: none;	
}
.sd-cart-totals .cart-subtotal .amount,
.sd-cart-totals .shipping .amount {
	font-weight: 400;
}
.sd-cart-totals .wc-proceed-to-checkout {
	margin-top: 10px;
}
.sd-update-cart,
.sd-cart-totals .checkout-button {
	background-color: #ec5646;
	border: none;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	width: 49%;
	-webkit-transition: opacity .3s ease-in-out;
	   -moz-transition: opacity .3s ease-in-out;
		-ms-transition: opacity .3s ease-in-out;
		 -o-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out;
}
.sd-cart-totals .checkout-button:hover {
	opacity: .8;
}

.sd-update-cart {
	background: none;
	border: 2px solid #e6e6e6;
	color: #808080;
	float: left;
}
.sd-update-cart:hover {
	color: #d1a773;	
}
.sd-coupon-col .coupon {
	margin-bottom: 30px;	
}
.sd-coupon-col .coupon,
.sd-cart-totals {
	padding: 20px;	
}
.sd-coupon-col h3,
.sd-cart-totals h3 {
	font-size: 18px;
	margin: 0 -20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.sd-coupon-input {
	overflow: hidden;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
}
.sd-coupon-button {
	float: right;
	margin-left: 20px;	
}
.sd-coupon-button,
.shipping-calculator-form button,
.sd-woo-login input[type="submit"],
.sd-coupon-form input[type="submit"],
.sd-create-account input[type="submit"],
.sd-checkout-payment input[type="submit"],
.sd-edit-address input[type="submit"],
.sd-edit-account input[type="submit"],
.sd-form-login input[type="submit"],
.sd-lost-pwd input[type="submit"],
.sd-order-tracking input[type="submit"] {
	background-color: #d1a773;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
}
.shipping-calculator-form button {
	margin-left: 0;	
}
.sd-coupon-button:hover,
.shipping-calculator-form button:hover,
.sd-woo-login input[type="submit"]:hover,
.sd-coupon-form input[type="submit"]:hover,
.sd-edit-address input[type="submit"]:hover,
.sd-edit-account input[type="submit"]:hover,
.sd-form-login input[type="submit"]:hover,
.sd-lost-pwd input[type="submit"]:hover,
.sd-order-tracking input[type="submit"]:hover,
.sd-checkout-payment input[type="submit"]:hover {
	opacity: .8;
}
.sd-cart .coupon input[type="text"],
.sd-shipping-calculator input[type="text"] {
	background-color: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
	font-size: 13px;
	height: 40px;
	outline: none;
	padding: 0 15px;
	width: 100%;
}
.sd-cart-table {
	margin-bottom: 30px;	
}
.sd-cart-table dt,
.sd-cart-table dd,
.sd-form-checkout dt,
.sd-form-checkout dd,
.sd-order-details-table dt,
.sd-order-details-table dd {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
}
.sd-cart-table dd,
.sd-form-checkout dd,
.sd-order-details-table dt,
.sd-order-details-table dd {
	color: #637285;
	font-weight: 400;
	margin: 0 10px 0 0;	
}
.sd-shipping-calculator {
	margin-bottom: 50px;
	padding: 20px;
}
.sd-shipping-calculator p {
	margin: 0;	
}
.sd-shipping-calculator .shipping-calculator-button {
	color: #404040;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
}
.sd-shipping-calculator .shipping-calculator-button span {
	color: #3b454f;
	display: inline-block;
	padding-left: 10px;
}
.sd-shipping-calculator select {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 3px; 
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.sd-shipping-calculator label {
	position: relative;
}
.sd-shipping-calculator label:after {
	color: #91a1b4;
	content: '<>';
	font: 11px "Consolas", monospace;
	padding: 0 0 2px;
	pointer-events: none;
	position: absolute;
	right: 8px; top:2px;
	-webkit-transform: rotate(90deg);
   	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
			transform: rotate(90deg);
}
.sd-shipping-calculator label:before {
	content: '';
	display: block;
	height: 20px;
	pointer-events: none;
	position: absolute;
	right: 6px;
	top: 0px;
	width: 20px; 
}
.sd-shipping-calculator .shipping-calculator-form {
	margin-top: 20px;
}
.sd-shipping-calculator .shipping-calculator-form p {
	margin-bottom: 10px;	
}
.sd-shipping-calculator .shipping-calculator-form p:last-of-type {
	margin-bottom: 0;
}
.sd-shipping-calculator input[type="text"] {
	position: relative;
	width: 100%;
	z-index: 3;	
}
/* checkout */
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
	background-color: #f7f7f7;
	padding: 50px 0;	
}
.woocommerce-account .sd-full-width p {
	margin-bottom: 20px;	
}

.sd-returning-cust h3,
.woocommerce-account .sd-full-width h3 {
	font-size: 18px;
	padding: 0;	
}

.sd-form-checkout,
.sd-woo-login label,
.sd-woo-login input[type="submit"],
.sd-checkout-coupon,
.sd-edit-account,
.sd-form-login {
	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
}
.sd-form-checkout input[type="text"],
.sd-form-checkout textarea,
.sd-form-checkout input[type="tel"],
.sd-form-checkout input[type="email"],
.sd-woo-login input[type="text"],
.sd-woo-login input[type="password"],
.sd-coupon-form input[type="text"],
.sd-create-account input[type="text"],
.sd-create-account input[type="password"],
.sd-edit-address input[type="text"],
.sd-edit-address input[type="password"],
.sd-edit-address input[type="email"],
.sd-edit-address input[type="tel"],
.sd-edit-account input[type="text"],
.sd-edit-account input[type="password"],
.sd-edit-account input[type="email"],
.sd-form-login input[type="text"],
.sd-form-login input[type="password"],
.sd-form-login input[type="email"],
.sd-lost-pwd input[type="text"],
.sd-order-tracking input[type="text"],
.sd-order-tracking input[type="email"] {
	background-color: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
	font-size: 13px;
	height: 40px;
	outline: none;
	padding: 0 15px;
	width: 100%;
}
.sd-form-checkout textarea {
	min-height: 200px;
	padding: 15px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;	
}
.woocommerce .select2-container--default .select2-selection--single {
	border: none;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .05), 0 3px 3px rgba(0, 0, 0, .05);
	height: 40px;
	line-height: 40px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}
.sd-woo-login .form-row-first,
.sd-woo-login .form-row-last {
	float: left;
	width: 50%;
}
.sd-woo-login p {
	margin-bottom: 20px;
}
.sd-woo-login p:last-child {
	margin-bottom: 0;
}
.sd-woo-login .form-row-first {
	padding-right: 20px;
}
.sd-woo-login label {

}

.sd-checkout-coupon {

}
.sd-coupon-form {
	margin-top: 20px;	
}
.sd-coupon-form input[type="text"] {
	width: 100%;
}
.sd-form-checkout h3 {
	font-size: 22px;
	margin-bottom: 30px;
	padding: 0;
}
.sd-form-checkout #ship-to-different-address label {
	color: #404040;
}
.sd-form-checkout label {
	color: #808080;	
	display: inline-block;
	margin-bottom: 10px;
}
.sd-form-checkout abbr[title] {
	border: none;
}
.sd-form-checkout p {
	margin-bottom: 30px;	
}
.sd-form-checkout p:last-child {
	margin-bottom: 30px;	
}
.sd-form-checkout .select2-container .select2-choice,
.sd-edit-address .select2-container .select2-choice {
	background-color: #f4f8f9;
	border: 1px solid #e0e7e9;
	border-radius: 0;
	height: 42px;
	line-height: 42px;
}
.woocommerce-checkout .select2-drop-active,
.woocommerce-account .select2-drop-active {
	border: 1px solid #e0e7e9;
	border-width: 1px;
}
.select2-container .select2-choice > .select2-chosen,
.select2-results .select2-result-label {
	color: #56758d;	
}
.woocommerce-checkout .select2-search input,
.woocommerce-account .select2-search input {
	line-height: 17px;	
}
.sd-woo .comment-respond .required,
.woocommerce-checkout .required,
.sd-edit-account .required,
.sd-form-login .required {
	color: #f00;	
}
.sd-create-account p {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
}
.sd-create-account label,
.sd-create-account input,
.sd-edit-address,
.sd-lost-pwd label,
.sd-order-tracking label {
	color: #435061;	
	font-size: 13px;
	font-weight: 400;
}
.sd-form-checkout .sd-widget-title label {
	margin: 0;	
}
.sd-order-review table,
.sd-order-details-table {
	margin-bottom: 30px;
	width: 50%;
}
.sd-form-checkout #shipping_method {
	list-style: none;
}
.sd-order-review table th {
	padding: 10px 0;
	text-align: left;
}
.sd-order-review table thead th {
	border-bottom: 1px solid #cbd0db;
}
.sd-order-review table td {
	padding: 10px 0;	
}
.sd-order-review .order-total th,
.sd-order-review .order-total td {
	border-top: 2px solid #cbd0db;
}
.sd-form-checkout .order-total .amount,
.sd-form-checkout .product-total .amount,
.sd-form-checkout .cart-subtotal .amount,
.sd-order-details-table .order-total .amount,
.sd-order-details-table .product-total .amount,
.sd-order-details-table tfoot .amount,
.sd-order-details .total .amount {
	color: #d1a773;	
}
.sd-form-checkout .payment_box p {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
}
.sd-form-checkout .payment_method_paypal img {
	margin-right: 10px;
}
.sd-order-review table tfoot {
	border-top: 1px solid #e6e8ea;
}
.sd-checkout-payment ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sd-checkout-payment input[type="radio"] {
	margin-right: 5px;
}
.sd-checkout-payment input[type="submit"] {
	padding-left: 40px;
	padding-right: 40px;	
}
/* thank you */
.sd-order-details {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sd-order-details-table,
.sd-account-orders {
	margin-bottom: 30px;
	text-align: left;
	width: 50%;
}
.sd-order-details-table th,
.sd-order-details-table td {
	padding: 5px 0;	
}
.sd-order-details-table tfoot tr:last-child th,
.sd-order-details-table tfoot tr:last-child td {
	border-top: 2px solid #cbd0db;
}
.sd-customer-details {
	margin-bottom: 30px;
	text-align: left;
	width: 50%;	
}
.sd-form-checkout #customer_details {
	margin-bottom: 20px;	
}
.sd-billing-address {
	margin-bottom: 30px;	
}
.sd-edit-address h3 {
	margin-bottom: 30px;	
}
.sd-edit-address input[type="text"],
.sd-edit-address input[type="email"],
.sd-edit-address input[type="password"],
.sd-edit-address .select2-container .select2-choice,
.sd-edit-address input[type="tel"] {
	width: 50%;	
}
.sd-edit-address abbr[title] {
	border: none;
}
.sd-edit-address label,
.sd-edit-account label,
.sd-form-login label {
	display: block;
	margin-bottom: 5px;
}
.sd-edit-account h3,
.sd-form-login h3 {
	margin-bottom: 30px;
	padding: 0;
}
.sd-remember-me {
	margin-top: 20px;	
}
.sd-lost-pwd label {
	display: block;
}
.sd-my-account-user #billing_country_field,
.sd-my-account-user #billing_state_field {
	width: 50%;	
}
.woocommerce-MyAccount-navigation  ul {
	display: inline-block;
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}
.sd-my-account-user .account-orders-table td {
    padding-right: 30px;
}
.woocommerce-MyAccount-navigation  ul li {
	float: left;
	margin-right: 20px;
}
/* minicart */
.sd-minicart-link {
	float: left;	
}
.sd-order-tracking {
	margin-bottom: 50px;
	margin-top: 50px;
}
.sd-order-tracking p {
	margin-bottom: 30px;	
}
.sd-order-tracking p:last-child {
	margin-bottom: 0;
}
.sd-order-tracking .form-row-first {
	padding-right: 20px;	
}
.sd-order-tracking .form-row-first,
.sd-order-tracking .form-row-last {
	float: left;
	width: 50%;	
}
.sd-order-tracking label {

}
.sd-order-tracking-wrap {
	margin: 50px 0;	
}
.my_account_orders {
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
}
/* quick view */

#yith-quick-view-content .woocommerce-product-details__short-description {
	margin: 30px 0;
}
#yith-quick-view-content .button {
	margin-top: 5px;
}
#yith-quick-view-content .product_meta {
	margin-top: 20px;	
}
#yith-quick-view-content h1 {
	font-size: 30px;
	margin-bottom: 20px;
}
#yith-quick-view-content .variations {
	margin-bottom: 20px;
}
#yith-quick-view-content .onsale {
	display: none;	
}
/* ------------------------------------------------------------------------ */
/* 15. Responsive
/* ------------------------------------------------------------------------ */

@media (min-width: 1200px) {
	.sd-boxed {
		width: 1200px;	
	}
	.sd-logo-menu .sd-search-input {
		width: 270px;
	
	}
}

/* tablet portrait */
@media (min-width: 768px) and (max-width: 991px) {
	.sd-sticky-header {
		position: relative !important;
	}
	.sd-insurance-tabs ul {
		width: 284px;	
	}
	.sd-panel-img {
		display: none;	
	}
	.sd-responsive-menu-toggle {
		display: inline-block;
		float: right;
		margin-left: 20px;
		margin-top: 20px;
		width: auto;
	}
	
}
/* tablet landscape */
@media (min-width: 992px) and (max-width: 1199px) {
	.sd-product img {
		width: 100%;	
	}
	.sd-latest-blog-masonry[data-columns]::before {
		content: '2 .column.size-1of2';
	}
	.sd-blog-masonry[data-columns]::before {
		content: '2 .column.size-1of2';
	}
	.sd-latest-blog-thumb-masonry img {
		height: auto;
		width: 100%;	
	}
}
/* phone portrait */
@media (max-width: 767px) {
	html[lang] {
	  margin-top: 0 !important;
	}
	.sd-entry-thumb img {
		width: 100%;	
	}
	.sd-logo-menu {
		height: auto !important;	
	}
	.sd-open-button,
	.sd-header-style1 .sd-open-button,
	.sd-header-style3 .sd-open-button {
		display: block;
		float: none;
		margin: 20px 0;
		width: 100%;
	}
	.sd-open-button::before {
		left: 50%;
		margin-left: -20px;
		right: auto;
		width: 40px;	
	}
	.sd-header-top {
		height: auto;
		line-height: 20px;	
	}
	.sd-top-text {
		display: block;
		float: none;
		padding: 10px 0;
	}
	.sd-logo {
		float: none;
		margin-bottom: 30px;
		text-align: center;
		width: 100%;
	}
	.sd-header-style2 .sd-logo {
		position: relative;	
	}
	.sd-header-social {
		float: none;
		margin-top: 10px;
		text-align: center;
	}
	.sd-header-social a {
		border: none;
		display: inline-block;
		float: none;	
	}
	.sd-menu-wrapper {
		float: none;
		margin: 20px 0;
		width: 100%;
	}
	.sd-header-style3 .sd-menu-wrapper {
		float: none;
		margin: 20px 0;	
	}
	.sd-modal-content-wrap {
		overflow-y: scroll;	
	}
	.sd-modal-content {
		top: 0;
		transform: none;
	}
	.sd-modal-bottom {
		position: relative;
	}
	.sd-responsive-menu-toggle {
		display: inline-block;	
	}
	.sd-logo-menu-content {
		text-align: center;	
	}
	.wpb_row {
		margin: 0;	
	}
	.sd-margin-none-mobile,
	#sd .sd-margin-none-mobile,
	.sd-margin-none-mobile .ult-content-box {
		margin: 0 !important;	
	}
	.sd-404-page {
		padding: 0 0 100px;	
	}
	.sd-footer-sidebar-2-content-last {
		padding-left: 0;	
	}
	.sd-footer-menu,
	.sd-copyright-menu {
		float: none;
		text-align: center;	
	}
	.sd-footer-menu li,
	.sd-copyright-menu li {
		display: inline-block;	
		float: none;
	}
	.sd-footer-social {
		float: none;
		text-align: center;	
	}
	.sd-copyright {
		text-align: center;	
	}
	.sd-current-page,
	.sd-inactive,
	.sd-next-page,
	.sd-previous-page,
	.sd-last-page,
	.sd-first-page {
		margin-bottom: 10px;	
	}
	.sd-3-sidebars-content .sd-footer-sidebar-1,
	.sd-3-sidebars-content .sd-footer-sidebar-2,
	.sd-3-sidebars-content .sd-footer-sidebar-3,
	.sd-3-sidebars-content .sd-footer-sidebar-4 {
		display: block;
	}
	.sd-footer-sidebar-1,
	.sd-3-sidebars .sd-footer-sidebar-2,
	.sd-4-sidebars .sd-footer-sidebar-2,
	.sd-4-sidebars .sd-footer-sidebar-3 {
		border: none;
	}
	.sd-mobile-border-none,
	.sd-mobile-border-none .vc_column-inner  {
		border: none !important;	
	}
	.sd-404-left {
		margin: 0;	
	}
	.sd-background-mobile-none,
	.sd-background-mobile-none .upb_row_bg {
		background: none !important;	
	}
	.sd-comment-body .children {
		padding-left: 0;
	}
	.comment-list .children {
		padding-left: 0 !important;	
	}
	.sd-author-avatar {
		height: auto;
		width: 50px;	
	}
	.sd-comments-wrapper ul li ul li {
		padding-left: 0;	
	}
	.sd-left-col {
		padding: 20px;
	}
	.sd-author-photo {
		display: none;	
	}
	.sd-sidebar {
		margin-top: 20px;
	}
	.sd-latest-blog-masonry[data-columns]::before {
		content: '1 .column.size-1of1';
	}
	.sd-blog-masonry[data-columns]::before {
		content: '1 .column.size-1of1';
	}
	.sd-latest-blog-thumb-masonry img {
		height: auto;
		width: 100%;
	}
	.sd-blog-full-width-content {
		padding: 15px;	
	}
	.sd-wpas-wrap .wpas-search-field {
		margin-bottom: 10px;
		width: 100%;
	}
	.sd-footer-sidebar-widget #mc_embed_signup_scroll div,
	.sd-footer-sidebar-widget #mc_embed_signup {
		float: none;
		width: 100%;
	}
	.sd-footer-sidebar-widget input[type="submit"] {
		margin-top: 20px;
		width: 100%;
	}
	.sd-carousel-thumb img, .sd-shortcode-event-thumb img {
		height: auto;
		width: 100%
	}
	.vc_column_container > .vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important; 	
	}
	.sd-padding-none-mobile .vc_column_container > .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.sd-fixed-sidebar-content {
		float: none;
		width: 100%;	
	}
	.sd-sidebar-slidein-btn-wrap {
		display: inline-block;
	}
	.sd-fixed-sidebar {
		box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.3);
		left: -300px;
		opacity: 0;
		transition: all .75s ease;
	}
	.sd-fixed-sidebar.show {
		left: 0;
		opacity: 1;
		width: 300px;
	}
	.wpcf7 select {
		min-width: 100%;	
	}
	.sd-content-wrap {
		padding: 20px;
	}
	.sd-single-content-wrap {
		padding: 20px 0;
	}
	.sd-left-col .vc_column_container > .vc_column-inner,
	.sd-related-posts,
	.sd-comments-wrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;	
	}
	.sd-respond-inputs input,
	.sd-respond-textarea textarea {
		max-width: 100%;	
	}
	.sd-filters a {
		display: block;
		margin: 0;	
	}
	.sd-stick.sd-sticky-header {
		background: none !important;
	}
	.sd-transparent-bg-mobile {
		position: relative !important;	
	}
	.sd-without-footer {
		margin-bottom: 0 !important;
	}
	.sd-parallax-footer {
		height: auto !important;
		position: relative;
	}
	.sd-sticky-header .sd-logo img {
		width: auto;	
	}
	.sd-reservation-button {
		float: none;
		margin-top: 20px;
	}
	.sd-padding-none-mobile {
		padding: 0px !important;	
	}
}
/* phone landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
}
/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */