/*
Theme Name: Cinnamon Club
Theme URI: 
Author: Ignite Hospitality
Author URI: http://www.ignitehospitality.com/
Description: A Multipurpose and Ultra Responsive theme for Corporate/Blog/Portfolio website.
Version: 1.9.8
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

/* ============================================================
   SUMMARY
/* ============================================================
	
	00. Reset
	01. Body, styles, and main divs
		001. Body and html
		002. Main styles
		003. Main containers
	02. Grid System
	03. Header
	04. Top Nav Menu
	05. Left Nav Menu
	06. Left SideBar
		001. Main styles and div
		002. Audio Player	
	07. Right Sidebar
	08. Autocomplete search
		002. Search Form
		002. Autocomplete search result
	09. Themeone Slider
	10. LightBox
	11. Audio Player
	12. ScrollBar	
	13. Footer
	14. Page Navigation
	15. Search Page Results
	16. Index Page
	17. Single Page Informations
		001. BreadCrumb menu
		002. Page heading
		003. Page informations (author, date, comment nb)
		004. Social share icons page
		005. Author bio
	18. Single Post Page
	19. Single Portfolio Page
	20. Comment System
	21. Form Input
	22. Widgets
	23. Wordpress Classes
	24. Media Queries

/* ============================================================
   00. RESET
/* ============================================================ */


html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box; /* Android ≤ 2.3, iOS ≤ 4 */
     -moz-box-sizing: border-box; /* Firefox ≤ 28 */
          box-sizing: border-box; /* Chrome, Firefox 29+, IE 8+, Opera, Safari 5.1 */
}

:focus {
	outline: 0;
}
input[type=submit] {
	-webkit-appearance: none;
}
html {
	overflow-x: hidden;
	max-width:   100%;
}
body {
	max-width:   100%;
	position: relative;
}
ol, ul, li {
	list-style: none;
}
input[type=text]::-ms-clear {
	display: none;
}
sup {
	font-size: 10px;
	vertical-align: super;
}
sub {
	font-size: 10px;
	vertical-align: sub;
}
p:empty {
	display: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
section {
	z-index: 1;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

/* ============================================================
   01. BODY, STYLES, AND MAIN DIVS
/* ============================================================ */

	/* === 01. - 001. Body and html === */

/** force hardware acceleration on every element for smooth animation **/
.no-touch {
	-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);
}
/** Fixed css issues (rare exception) for Hardware acceleration **/
html.no-touch,
.no-touch body,
.no-touch img,
.no-touch .owl-controls,
.no-touch .col-padding *,
.no-touch .shipping_address *,/*woocommerce 2.3.0 select-2 problem*/
.no-touch .woocommerce-billing-fields *, /*woocommerce 2.3.0 select-2 problem*/
.wpb_wrapper/*fixed visual composer overflow*/,
.vc_column_container/*fixed visual composer overflow*/ {
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.wpb_wrapper {
	padding-top: 40px;
}
.to-tabs li span {
	padding: 0 40px 0 0;
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
}
.to-tabs li:last-of-type span {
	padding: 0;
}
.vc_controls, /*visual composer fix*/
.vc_controls *, /*visual composer fix*/
.no-touch .vc_controls, /*visual composer fix*/
.no-touch .vc_controls * /*visual composer fix*/ {
	-webkit-transform: initial !important;
	-moz-transform: initial !important;
	-ms-transform: initial !important;
	-o-transform: initial !important;
	transform: initial !important;
}
html {
	overflow-y: scroll;
	min-height: 100%;
}
html, body {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	font-family: "kepler-std",serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html.ie7, body.ie7{
	min-width: 480px;
}
section {
	position: relative;
}
	/* === 01. - 002. Main styles === */

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 700;
}
h1 {
    font-size: 45px;
	line-height: 45px;
}
h2 {
    font-size: 40px;
	line-height: 46px;
	margin-bottom: 25px;
}
h3 {
    font-size: 20px;
    line-height: 34px;
	margin-bottom: 12px;
}
h4 {
    font-size: 18px;
    line-height: 32px;
	margin-bottom: 12px;
}
h5 {
    font-size: 16px;
    line-height: 26px;
	margin-bottom: 12px;
}
h6 {
    font-size: 14px;
    line-height: 24px;
	margin-bottom: 12px;
}
p {
	padding-bottom: 25px;
	line-height: 30px;
}
.bold,
strong,
b,
thead {
	font-weight: 600;
}
a {
	cursor: pointer !important; /*overide every pointer behaviour*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;	
	transition: all 0.2s linear;
}
a:-webkit-any-link {
	text-decoration: none;
	cursor: auto;
}
a:-moz-any-link {
	text-decoration: none;
	cursor: auto;
}
a:link {
	text-decoration: none;
	cursor: auto;
}
a:visited,
a:active {
	text-decoration: none;
	color: inherit;
}
input[type=text], 
textarea, 
input[type=email], 
input[type=password], 
input[type=tel], 
input[type=url] {
	font-size: 14px;
    line-height: 25px;
	font-weight: normal;
}
p {
	font-size: 20px;
	font-weight: 300;
	color: #5D0749;
	letter-spacing: 1px;
	line-height: 30px;
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important; /*overide every pointer behaviour*/
}
.button,
input[type="button"],
input[type=submit],
.comment-list .reply a,
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a,
.widget .tagcloud a,
.post-tags a {
	display: inline-block;
	font-family: inherit !important; /*important needed for 3rd plugin*/
	line-height: 28px !important; /*important needed for 3rd plugin*/
	padding: 2px 20px !important; /*important needed for 3rd plugin*/
	border: 1px solid #AB825E !important; /*important needed for 3rd plugin*/
	background: none !important; /*important needed for 3rd plugin*/
	text-transform: uppercase;
	color: #AB825E;
	font-family: "brandon-grotesque", sans-serif;
}
img {
	max-width: 100%;
}
em {
	font-style: italic;
}
blockquote,
blockquote p {
	line-height: 40px;
	font-size: 22px;
	padding-left: 0px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	font-weight: lighter;
}
code {
	display: block;
	clear: both;
	overflow: auto;
	padding: 20px;
	margin: 12px 0;
	white-space: pre;
	font: 12px "Andale Mono",Courier,"Courier New",monospace;
}
ul, ol {
	margin-left: 30px;
	margin-bottom: 30px;
}
ul li {
	list-style: disc;
	list-style-position: outside;
}
ol li {
	list-style: decimal;
	list-style-position: outside;
}
dt {
	font-weight: bold;
}
dd {
	padding-left: 20px;
}
table {
	width: 100%;
}
table td,
table th {
	text-align: center;
}
table tbody td {
	padding: 5px;
	border-right: 1px solid;
	border-bottom: 1px solid;
}
table tbody tr td:first-child {
	border-left: 1px solid;
}
table th {
	border-bottom: 1px solid;
}
caption {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
body.sidebar-anim {
	overflow-y: hidden;
	height: 100vh; 
}
.notransition {
	-webkit-transition: none !important; /*Disable all transitions*/
	-moz-transition: none !important; /*Disable all transitions*/
	-o-transition: none !important; /*Disable all transitions*/
	-ms-transition: none !important; /*Disable all transitions*/
	transition: none !important; /*Disable all transitions*/
}
#outer-container {
	position: relative;
	display: block;
	z-index: 1;
    margin-bottom: -25px;
}
#body-overlay {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#push-anim-overlay {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
	-moz-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
	-o-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
	-ms-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
	transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;
}
.sidebar-anim #push-anim-overlay,
.menu-anim #push-anim-overlay {
	opacity: 0.3;
	width: 100%;
	height: 100%;
	cursor: url("images/close-cursor.png"), progress;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
#inner-container {
	position: relative;
	overflow: hidden;
	height: 100%;
	opacity: 1;
	background: #fff;
}
.ajax-load #inner-container {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#search-container {
	position: fixed;
	display: none;	
	z-index: 9999;
	min-height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#search-container.search-anim {
	display: block;	
}
#search-inner {
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
	padding-bottom: 150px;
}
#search-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
}
#search-msg {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
}
.search-anim #search-overlay {
	opacity: 0.95;
}
#search-overlay {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#error-404 {
	text-align: center;
	margin: 80px 0;
}
#error-404 h1 {
	font-size: 180px;
	line-height: 180px;
}
body #error-404 h2 {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 35px;
}
body #error-404 h3 {
	margin-top: 50px;
}
#body-overlay,
#outer-container,
#header,
#sliding-menu,
#sliding-sidebar,
#scrollToTop {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.csstransitions .menu-anim #body-overlay,
.csstransitions .menu-anim #outer-container,
.csstransitions .menu-anim #header,
.csstransitions .menu-anim #sliding-menu,
.csstransitions .menu-anim #scrollToTop {
	-webkit-transform: translate3d(275px,0,0)!important;
	-moz-transform: translate3d(275px,0,0) !important;
	-o-transform: translate3d(275px,0,0) !important;
    -ms-transform: translate3d(275px,0,0) !important;
	transform: translate3d(275px,0,0) !important;
}
.no-csstransitions .menu-anim #body-overlay,
.no-csstransitions .menu-anim #outer-container,
.no-csstransitions .menu-anim #header,
.no-csstransitions .menu-anim #scrollToTop {
	left: 275px !important;
}
.no-csstransitions .menu-anim #sliding-menu {
	left: 0 !important;
}
.csstransitions .sidebar-anim #body-overlay,
.csstransitions .sidebar-anim #outer-container,
.csstransitions .sidebar-anim #header,
.csstransitions .sidebar-anim #scrollToTop {
	-webkit-transform: translateX(-350px) !important;
	-moz-transform: translateX(-350px) !important;
	-o-transform: translateX(-350px) !important;
    -ms-transform: translateX(-350px) !important;
	transform: translateX(-350px) !important;
}
.touch .sidebar-anim #sliding-sidebar {
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	-o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}
.no-csstransitions .sidebar-anim #body-overlay,
.no-csstransitions .sidebar-anim #outer-container,
.no-csstransitions .sidebar-anim #header,
.no-csstransitions .sidebar-anim #scrollToTop {
	left: -350px !important;
}

/*  Prevent Revolution Slider over header */
.rev_slider_wrapper {
	z-index: 1;
}

/* fix admin bar css problem */
html.admin {
	margin-top: 0 !important;
	top: 32px !important;
}
html.vc_inline-shortcode-edit-form {
	margin-top: 0 !important;
	top: 0 !important;
}
#wpadminbar {
	position: fixed !important;
}
.admin #header.fixed,
.admin #header.search,
.admin #search-container,
.admin #sliding-sidebar,
.admin #sliding-menu {
	margin-top: 32px !important;
}

/*** visual composer fix layout issue ***/
.vc_editor #header.fixed,
.vc_editor #header.search,
.vc_editor #search-container,
.vc_editor #sliding-sidebar,
.vc_editor #sliding-menu {
	margin-top: 0 !important;
}
body.wpb-js-composer.compose-mode {
	top: -32px !important;
	margin-bottom: -32px !important;
}
#vc-spacer {
	display: none;
}
body.wpb-js-composer.compose-mode #vc-spacer {
	display: block;
}

/* ============================================================
   02. GRID SYSTEM
/* ============================================================ */

.section-container {	
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
}
.clear { 
	clear: both;
	padding-bottom: 24px; 
}
.section-container:after, 
.col:after{ 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.col {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-right: 2%;
}
.col.col-last {
	margin-right: 0;
}
.five-cols {
	width: 20%;
	margin-right: 0;
}
.col-1 { width: 6.5%; }
.col-2 { width: 15.0%; }
.col-3 { width: 23.5%; }
.col-4 { width: 32.0%; }
.col-5 { width: 40.5%; }
.col-6 { width: 49.0%; }
.col-7 { width: 57.5%; }
.col-8 { width: 66.0%; }
.col-9 { width: 74.5%; }
.col-10 { width: 83.0%; }
.col-11 { width: 91.5%; }
.col-12 { 
	width: 100%;
	margin-right: 0;
}

/* ============================================================
   03. HEADER
/* ============================================================ */

#header {
	position: absolute;
	z-index: 4;
	min-width: 320px;
	width: 100%;
	height: auto;
	top: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transform: translateZ(0);
}
#header.search-anim {
	opacity: 0;
}
#header.trans.dark {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
#header.trans.light {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#header.fixed {
	position: fixed !important;
}
#header-container {
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.header-mobile #header-container {
	position: relative;
	margin: 0 auto;
	min-width: 100%;
}
.header-mobile #header-container {
	position: relative;
	margin: 0 auto;
}
.header-menu #header-container {
	position: relative;
	margin: 0 auto;
}
#header.nav-bg {
	background-color: rgba(255,255,255, 0.9);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
}
.no-rgba #header.nav-bg {
	background-color: #fff;
}
#header-overlay {
	position: absolute;
	display: block;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
}
.ajax-load #header-overlay {
	display: block !important;
}
#header-overlay-slider {
	position: absolute;
	display: none;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	transform-style: flat;
}
.ajax-load #header-overlay-slider {
	display: none !important;
}
#header.trans #header-overlay-slider {
	display: block;
}
#header.dark #header-overlay-slider {
	background: #fff;
}
#header.light #header-overlay-slider {
	background: #000;
}
#header.trans #header-overlay {
	opacity: 0 !important;
}	
#cantPlay {
	position: absolute;
	display: none;
	height: 30px;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0.95;
	line-height: 30px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 3px 5px rgba(0,0,0,0.15);
}
#cantPlay .fa-times {
	background: none;
}
#cantPlay a {
	color: inherit;
}
#top-nav {
	display: block;
	background: transparent;
	list-style: none;
	height: 100%;
	position: relative;
}
.header-mobile #top-nav {
	display: none;
}
#top-nav .top-menu {
	position: absolute;
	display: block;
	height: auto;
	width: 100%;
	top: 50%;
	left: 0;
	bottom: 0;
	margin-top: -8px;
	text-align: right;
}
.website-logo {
	position: relative;
	display: inline-block;
	z-index: 1;
	float: left;
	top:-10px;
	height: 100%;
}
.website-logo a {
	transform: none;
}
.header-mobile .website-logo {
	position: absolute;
	cursor: pointer;
	height: 100%;
	left: 95px;
	right: 95px;
}
.website-logo img {
	position: absolute;
	display: block;
	max-width: none;
	min-height: 25px;
	max-height: 50%;
	width: auto;
	top: 14px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; 
}
#header-container .website-logo img.logo-dark {
	opacity: 1;
}
#header-container .website-logo img.logo-light {
	opacity: 0;
}
#header-container.trans.light .website-logo img.logo-light {
	opacity: 1;
}
#header-container.trans.dark .website-logo img.logo-light {
	opacity: 0;
}
#header-container.trans.light .website-logo img.logo-dark {
	opacity: 0;
}
.sliding-sidebar-open,
.search-button {
	margin: 0 10px !important;
	font-size: 18px;
	cursor: pointer;
}
.sliding-sidebar-open i,
.search-button i {
	width: 20px;
	text-align: center;
}
.header-mobile .search-button,
.header-mobile .sliding-sidebar-open,
.header-mobile .sliding-menu-open {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 20px;
	height: 30px;
	top: 50%;
	left: 0;
	line-height: 30px;
	margin: -15px 10px 0 10px !important;
	cursor: pointer;
}
.header-mobile .search-button,
.header-mobile .sliding-sidebar-open {
	float: right;
	right: 0;
	left: auto;
}
.header-menu .no-nav.search-button,
.header-menu .no-nav.sliding-sidebar-open,
.header-menu .sliding-menu-open {
	display: none;
}
.sidebar-anim .sliding-sidebar-open svg {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	-moz-transform: rotate3d(0,0,1,-45deg);
	-o-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,-45deg);
}
#header-container,
#header-overlay,
#header-overlay-slider,
.website-logo img,
.to-wishlist-counter,
.cart-counter,
.to-wishlist-counter i,
.cart-counter i,
.to-wishlist-counter span,
.cart-counter span,
#header-container .icon-to-search,
.header-mobile .search-button.no-nav,
.search-button .fa-search:before,
.nav-container  .search-button .icon-to-search,
.sliding-sidebar-open svg {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sliding-menu-open *,
.sliding-sidebar-open * {
	-webkit-transition: fill 0.3s ease-in-out;
	-moz-transition: fill 0.3s ease-in-out;
    -o-transition: fill 0.3s ease-in-out;
    -ms-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
}
.nav-container .search-button {
	position: absolute;
	width: 45px !important;
	top: 0;
	right: 0;
	margin-left: 10px !important;
	background: none;
}

#header.header-mobile #to-woo-icons-menu, 
#header.header-mobile .widget.widget_shopping_cart {
	display: none;
}

#to-woo-icons-menu {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: none !important;
}
.light .widget h4 {
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 29px;
	font-weight: 300;
	color: #5D0749;
}
select[name="archive-dropdown"],
select[name="cat"] {
	width: 100%;
	border: 1px solid #ab825e;
}
#single-post-section a:hover, #single-portfolio-section a:hover {
	color: #5D0749;
	text-shadow:none;
}
/* ============================================================
   04. TOP NAV MENU
/* ============================================================ */

.icon-menu.fa {
	display: inline-block !important;
	float: left;
	width: 24px;
	font-size: 14.5px;
	text-align: left;
}
#top-nav .sub-menu.sub-image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#top-nav .sub-menu.sub-image.top-left {
	background-position: top left;
}
#top-nav .sub-menu.sub-image.top-right {
	background-position: top right;
}
#top-nav .sub-menu.sub-image.bot-left {
	background-position: bottom left;
}
#top-nav .sub-menu.sub-image.bot-right {
	background-position: bottom right;
}
#top-nav .megamenu .sub-menu.sub-image {
	padding-right: 100px;
}
#top-nav .megamenu .sub-menu.sub-image.top-left {
	padding-right: 0;
	padding-left: 100px;
}
#top-nav > ul > li > a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-bottom: 3px solid;
	transform: scale(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	-o-transition: -o-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
}
#top-nav > ul > li:hover > a:after {
	border-color: inherit;
}
#top-nav > ul > li > a.cta-book:after {
	border: none;
}
#top-nav > ul > li > a.hover:after,
#top-nav > ul > li.current-menu-ancestor > a:after,
#top-nav > ul > li.current-menu-item > a:after {
	opacity: 1;
	transform: scale(1) translateZ(0);
}
#top-nav > ul > li > a > .icon-menu.fa {
	font-size: 16px;
}
#top-nav li:before,
.icon-menu {
	display: none !important;
}
#top-nav .arrow-indicator {
	position: relative;
	display: inline-block;
	width: 10px;
	left: 6px;
	color: inherit !important;
}
#top-nav .sub-menu .arrow-indicator {
	position: absolute;
	display: inline-block;
	width: 10px;
	left: 175px;
}
#top-nav .megamenu .sub-menu .sub-menu li:hover a,
#top-nav .sub-menu li:hover > a {
	padding-left: 25px;
}
#top-nav .megamenu .sub-menu .arrow-indicator {
	display: none;
}
#top-nav ul	{
	float: left;	
}
#top-nav ul	{
	height: 100%;
	margin: 0; 
	padding: 0;
}
#top-nav li	{
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 30px;
	margin: 0; 
	padding: 0;
	transform: none;
}
#top-nav li.megamenu	{
	position: static;
}
.custom-sub {
	position: relative;
	display: none;
	height: 8px;
	width: 100%;
	top: 100%;
	margin: 0;
}
#top-nav .sub-menu {
	position: absolute;
	height: auto;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
}
#top-nav > ul > li {
	margin-right:20px;
}
#top-nav > ul > li:last-of-type {
	margin-right:0;
}
#top-nav > ul > li > a	{
	position: relative;
	z-index: 3;
	height: 100%;
	line-height: 17px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #AB825E;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
}
#top-nav li a	{
	display: block;
	float: left;
	line-height: 25px;
	padding: 0px 10px;
	color: inherit;
	background: transparent !important;
	cursor: pointer;
}
#top-nav > ul > li.menu-item-has-children > a {
	padding: 0px 16px 0 14px;
	letter-spacing: 2px;
}
#top-nav ul ul { 
	display: none; 
	position: absolute;
	top: 100%; 
}
#top-nav ul ul li { 
	position: relative;
	display: inline-block;
	width: 190px;
	height: auto;
	min-height: 40px;
}
#top-nav ul ul li a { 
	width: 158px;
	line-height: 14px;
	background: transparent !important;
	text-align: left;
	padding: 13px 16px;
	font-size: 13px !important;
	letter-spacing: 2px;
}
#top-nav .sub-menu .sub-menu {
	top: 0px !important;
	margin-left: 190px;
}
#top-nav .megamenu .sub-menu {
	height: auto;
	width: 100%;	
	max-width: 1280px;
	left: 0;
	right: 0;
	top: 100%;
	margin: auto;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
}
#top-nav .megamenu > .sub-menu {
	top: -200%;
}
#top-nav .megamenu .menu-item:after {
	display: none;
}
#top-nav .megamenu .sub-menu li {
	display: table-cell;
	vertical-align: top;
	float: none;
	width: 33.33%;
	padding: 15px;
	background: transparent !important;
}
#top-nav .megamenu .sub-menu li:hover {
	background: transparent !important;
}
#top-nav .megamenu .sub-menu li:last-child {
	border-right: none;
}
#top-nav > ul > .megamenu > .sub-menu > li > a {
	margin: 8px 0 18px 15px;
	padding: 0 0 12px 0;
	font-size: 12px !important;
	text-transform: uppercase;
	border-bottom: 1px solid;
	border-color: inherit;
}
#top-nav .megamenu .sub-menu li a {
	font-weight: 600;
	padding: 0 15px;
}
#top-nav .megamenu .sub-menu li ul {
	position: relative;
	display: block;
	width: 100%;
	top: 0px !important;
	left: 0px !important;
	padding: 0;
	opacity: 1;
	border-top: none;
}
#top-nav .megamenu .sub-menu .sub-menu {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#top-nav .megamenu .sub-menu .sub-menu li {
	position: relative;
	display: block;
	float: right;
	min-height: 30px;
	width: 100%;
	padding: 0;	
	opacity: 1;
	border: none;
}
#top-nav .megamenu .sub-menu .sub-menu li a {
	width: auto;
	text-transform: none;
	font-weight: normal;
	padding: 7px 15px;
	font-size: 13px;
	background: none !important;
}
#top-nav  > ul > li.right > ul { 
	right: 0;
}
#top-nav  ul .right ul li a { 
	background: transparent !important;
	text-align: right;
}
#top-nav .right .sub-menu .sub-menu {
	top: 0px !important;
	margin-left: 0;
	right: 190px;
	opacity: 1;
}
#top-nav .right .sub-menu {
	height: auto;
	-webkit-box-shadow: -5px 5px 10px rgba(0,0,0,0.05);
	-moz-box-shadow: -5px 5px 10px rgba(0,0,0,0.05);
	box-shadow: -5px 5px 10px rgba(0,0,0,0.05);
}
#top-nav .right .sub-menu .arrow-indicator {
	position: absolute;
	display: inline-block;
	width: 10px;
	left: 5px;
}
#top-nav .right .sub-menu .arrow-indicator .fa-angle-right:before {
	content: "\f104";
}
#top-nav .right .sub-menu li:hover > a {
	padding-right: 25px;
	padding-left: 0;
}
#top-nav ul li.megamenu > ul ,
#top-nav ul li > ul {
	display: block;
	overflow: hidden;
	max-height: 0px;
	max-width: 0px;
	top: 100%;
	opacity: 0;
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
	-o-transition: -o-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
	transition: transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;
}
#top-nav ul li.megamenu > ul ul {
	overflow: visible;
	top: 0;
	max-height: none;
	max-width: none;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: none;
	-moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
#top-nav ul li.megamenu:hover > ul,
#top-nav ul li:hover > ul {
	overflow: visible;
	max-height: 3000px;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;
}
#top-nav ul li:hover > ul {
	max-width: 190px;
}
#top-nav ul li.megamenu:hover > ul {
	max-width: 3000px;
}
#top-nav ul li.megamenu:hover > .sub-menu {
	top: 100%;
}
#top-nav ul li a {
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;	
	transition: all 0.2s linear !important;
}
#top-nav > ul > li.megamenu.columns-2 > ul > li { width: 50%; }
#top-nav > ul > li.megamenu.columns-3 > ul > li { width: 33.33%; }
#top-nav > ul > li.megamenu.columns-4 > ul > li { width: 25%; }
#top-nav > ul > li.megamenu.columns-5 > ul > li { width: 20%; }
#top-nav > ul > li.megamenu.columns-6 > ul > li { width: 16.66%; }

#top-nav li.sliding-sidebar-open {
	height: auto;
}
/* ============================================================
   05. LEFT NAV MENU
/* ============================================================ */


#left-nav,
#left-nav * {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}
#left-nav,
#left-menu-shop { 
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 30px 0;
	font-size: 14px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#left-menu-shop {
	position: relative;
	display: inline-block;
	margin: -8px 0 0 0;
}
.lef-menu {
	position: relative;
	display: block;
	left: 0;
}
#left-nav .back-sub-menu span { 
	padding: 0 0 0 6%;
	line-height: 40px;
	height: 40px;
}
#left-nav .back-sub-menu:hover i {
	position: relative;
}
#left-nav li,
#left-menu-shop li { 
	position: relative;
	display: block;
	float: left;
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	-webkit-box-sizing: box-content;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#left-menu-shop li {
	position: relative;
	display: block;
	max-height: 40px;
}
#left-nav li.back-sub-menu,
#left-nav .megamenu ul li.back-sub-menu {
	position: relative;
	display: block;
	width: 70%;
	padding: 12px 18% 12px 12%;
}
#left-nav li.back-sub-menu:hover,
#left-nav .megamenu ul li.back-sub-menu:hover {
	padding: 12px 23% 12px 7%;
}
#left-nav li a,
#left-menu-shop li a	{
	display: block;
	float: left;
	width: 70%;
	line-height: 16px;
	margin: 0;
	padding: 12px 18% 12px 12%;
	text-align: left;
	cursor: pointer;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
#left-nav ul li:before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 6px;
	bottom: 6px;
	width: 3px;
	opacity: 0;
	-webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    -ms-transform: scale(1,0);
	transform: scale(1,0);
}
#left-nav ul li.current-menu-item:before,
#left-nav ul li.current_page_ancestor:before {
	opacity: 1;
	-webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
	transform: scale(1,1);
}
#left-nav ul li:hover:before {
	opacity: 1;
	-webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
	transform: scale(1,1);
}
#left-nav > ul > li > a,
#left-nav .back-sub-menu,
#left-menu-shop a {
	text-transform: uppercase;
	font-weight: 700;
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing: 4px;
}
#left-nav li a .fa	{
	display: table;
	font-size: 14px;
	height: 100%;
}
#left-nav li a .fa:before	{
	display: table-cell;
	vertical-align: middle;
}
#left-menu-shop li a i {
	font-size: 18px;
	padding: 0 4px 0 0;
}
#left-nav li:hover > a,
#left-menu-shop li:hover > a{
	padding: 12px 17% 12px 17%;
	width: 66%;
}
#left-nav ul { 
	position: relative;
	display: block;
	float: left;	
	height: auto;
	width: 100%;
	margin: 0;
}
#left-nav ul ul {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 0 0 100%;
}
#left-nav ul ul li { 
	display: block;
}
#left-nav .megamenu li {
	height: 40px;
	line-height: 40px;
}
#left-nav .megamenu ul li {
	position: relative;
	display: inline-block;
	float: left;
	height: auto;
	width: 100%;
}
#left-nav .megamenu ul ul li:last-child {
	border: none;
}
#left-nav > ul > li > a > .icon-menu.fa {
	font-size: 16px;
}
#left-nav .arrow-indicator,
#left-menu-shop span {
	position: absolute;
	display: block;
	width: 10px;
	top: 0;
	left: 84%;
	font-size: 20px;
}
#left-nav .arrow-indicator {
	height: 100%;
}
#left-menu-shop span {
	top: 8px;
	left: 82%;
	min-width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: initial;
	text-align: center;
	background: rgba(0,0,0,0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#left-nav li:before,
#left-nav .icon-menu,
#left-nav .megamenu li:after {
	display: none;
}
#left-nav li,
#left-nav li a,
#left-nav li a i,
#left-nav .back-sub-menu,
#left-nav .back-sub-menu i,
#left-nav .back-sub-menu span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.left-menu {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#left-nav li:before {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#left-nav li a {
	-webkit-transition: all 0.2s linear !important;
	-moz-transition: all 0.2s linear !important;
	-o-transition: all 0.2s linear !important;	
	transition: all 0.2s linear !important;
}

/* ============================================================
   06. LEFT SIDEBAR
/* ============================================================ */

	/* === 06. - 001. Main styles and divs === */
#wrapper-scroll {
	position: absolute;
	top: -99999px;
	left: -99999px;
    width: 335px;
	overflow-y: scroll;
	height: 120px;
}
#textarea-scroll {
    margin-top: 10px;
    height: 250px;
    width: 100%;
	overflow-x: hidden;
    overflow: auto;
}
#sliding-menu {
	position: fixed;
	overflow: hidden;
	z-index: 1;
	width: 275px;
	top: 0;
	bottom: 0;
	left: -275px;
}
#sliding-menu-inner {
	position: relative;
	display: block;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#menu-widget {
	padding: 30px 12% 100px 12%;
}
#sliding-menu-logo {
	position: relative;
	display: block;
	width: 275px;
	height: auto;
	text-align: center;
}
#sliding-menu-logo img {
	position: relative;
	display: block;
	max-width: 45%;
	margin: 35px auto;
}
	
	/* === 06. - 002. Audio player === */

#current-player {
	position: absolute;
	display: none;
	z-index: 3;
	width: 210px;
	height: 170px;
	bottom: 40px;
	left: 30px;
	-webkit-transform: translateZ(0);
}
#current-player.desktop {
	position: fixed;
	z-index: 9999;
	width: 210px;
	height: 170px;
	bottom: 5px;
	left: 5px;
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.15);
	-moz-box-shadow: 0 2px 12px rgba(0,0,0,.15);
	box-shadow: 0 2px 12px rgba(0,0,0,.15);
}
#current-player-mini {
	position: absolute;
	display: none;
	left: 210px;
	top: 0;
	width: 35px;
	height: 170px;
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.45);
	-moz-box-shadow: 0 2px 12px rgba(0,0,0,.45);
	box-shadow: 0 2px 12px rgba(0,0,0,.45);
}
#current-player.close #current-player-mini {
	display: block;
}
.current-player-close {
	position: absolute;
	display: none;
	z-index: 2;
	color: #fff;
	top: 10px;
	right: 8px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.csstransforms #current-player.desktop .current-player-close {
	display: block;
}
.current-player-open {
	position: absolute;
	height: 25px;
	top: 10px;
	left: 0px;
	color: #fff;
	width: 35px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.csstransitions #current-player.desktop {
	-webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform:  scale(0,0);
	transform: scale(0,0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.csstransitions #current-player.desktop.animplayer {
	-webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
	transform: scale(1,1);
}
#overflow-player {
	position: relative;
	float: left;
	width: 100%;
	height: 280px;
}
#sliding-menu-inner #overflow-player,
#sliding-menu-inner #current-player {
	display: none !important;
}
#current-player-overlay {
	position: relative;
	display: block;
	width: 100%;
	height: 170px;
	transform: translateZ(0);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
}
#current-player.desktop #current-player-overlay {
	overflow: hidden;
}
#current-player.desktop .mejs-controls {
	height: 30px;
	width: 210px;
	bottom: 0;
	background: none !important;
	transform: translateZ(0);
}
#current-player .mejs-container .mejs-controls:before {
	background: none !important;
}
#current-player .mejs-container .mejs-inner {
	position: absolute;
	bottom: 0;
}
#current-player .mejs-container.mejs-audio {
	height: 170px !important;
	min-height: 170px !important;
	width: 210px !important;
	top: 0 !important;
}
#current-player.close .mejs-container.mejs-audio {
	height: 140px !important;
	min-height: 140px !important;
	width: 35px !important;
	top: 35px !important;
}
#current-player .mejs-currenttime,
#current-player .mejs-playpause-button,
#current-player .mejs-button button,
#current-player .mejs-currenttime,
#current-player .mejs-duration {
	background: none !important;
}
#current-player .mejs-time.mejs-currenttime-container {
	position: absolute;
	display: block;
	height: 14px;
	top: auto;
	bottom: 8px;
	left: auto;
	right: 5px;
	line-height: 30px;
	text-align: center;
}
#current-player .mejs-currenttime {	
	position: relative;
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
}
#current-player .mejs-time-rail {
	position: absolute;
	display: block;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	float: none;
	margin: 0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
#current-player .mejs-time-rail span {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
#current-player span.mejs-time-float-current {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
#current-player .mejs-duration {
	display: none !important;
}
#current-player .mejs-playpause-button {
	position: absolute;
	display: block;
	bottom: 0;
	left: 5px;
	text-align: left;
}
#current-player .mejs-playpause-button button {
	height: 14px;
	line-height: 14px;
}
#current-player.close .mejs-playpause-button {
	left: 210px;
	top: -105px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
#current-player .mejs-volume-button {
	left: 20px;
	top: -1px;
}
#current-player .mejs-volume-slider {
	width: 13px;
	left: 10px;
	top: -65px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#current-player .mejs-volume-total,
#current-player .mejs-volume-current {
	left: 4px;
}
#current-player.close .mejs-volume-slider {
	display: block !important;
	background: none !important;
}
#current-player.close .mejs-volume-button {
	left: 211px;
	top: -8px;
}
#current-player .mejs-time-float {
	opacity: 1;
	z-index: 2;
}
#current-cover {
	position: absolute;
	height: 170px;
	width: 210px;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-transform: translateZ(0);
}
#current-title {
	position: relative;
	display: block;
	padding: 5px 5px 0 5px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
#current-artist {
	position: relative;
	display: block;
	padding: 0 5px 5px 5px;
	font-size: 12px;
	color: #fff;
}
.overlay-gradient {
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	width:100%;
	z-index: 2;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */

}

/* ============================================================
   07. RIGHT SIDEBAR
/* ============================================================ */

#sliding-sidebar {
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	width: 350px;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}	
.touch #sliding-sidebar {
	-webkit-transform: translate3d(350px,0,0);
	-moz-transform: translate3d(350px,0,0);
	-o-transform: translate3d(350px,0,0);
    -ms-transform: translate3d(350px,0,0);
	transform: translate3d(350px,0,0);
}
#sliding-sidebar-inner {
	position: relative;
	overflow: hidden;
	padding: 35px;
}
.overflow {
	overflow: hidden;
}

/* ============================================================
   08. AUTOCOMPLETE SEARCH
/* ============================================================ */

	/* === 08. - 001. Search Form === */

#search-container #searchform {
	position: relative;
	display: block;
	margin: 20px auto 70px auto;
	opacity: 0;
	border-bottom: 1px solid;
	border-color: inherit;
	padding: 15px;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#search-container.search-anim #searchform {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#search-container input.search {
	position: relative;
	height: 46px;
	margin: 0;
	padding: 0 10px !important;
	font-size: 34px;
	line-height: 46px !important;
	font-weight: 900;
	text-transform: uppercase;
	background: none !important;
	box-shadow: none !important;
	border: none !important;
}
#search-container .search-results {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#search-container.search-anim .search-results {
	opacity: 1;
}
.header-menu input.search {
	width: 100%;
	margin: 0;
}
input.search[type="text"] {	
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    outline: none;
}
::-ms-clear {
	display: none;
}
textarea:focus, input:focus{
    outline: 0;
}
#search-icon, #clearInput {
    position: absolute;
	width: 34px;
	height: 34px;
    top: 8px;
    left: 20px;
	font-size: 18px;
    line-height: 34px;
    text-align: center;
    border-width: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#searchform .fa-times {
	display: none;
}
#search-container.search-anim .fa-times {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	font-size: 18px;
	margin: -9px 5px 0 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
	/* === 08. - 002. Autocomplete search result === */

.items-results-count {
	font-size: 32px;
	font-weight: 300 !important;
	text-align: center;
	margin: 25px 0;
	padding: 0 10px;
}
.items-results .items-from {
	border-bottom: 1px solid;
	border-color: inherit;
	margin: 30px 130px;
	padding: 10px 0;
}
.items-results .to-search-item {
	padding: 0 180px;
}
.items-results .to-search-item h4 {
	margin-bottom: 5px;
	font-weight: 900;
}
.items-results .to-search-item .price {
	font-size: 20px;
	font-weight: normal;
}
.items-results .to-search-item .price .amount {
	font-weight: 900;
}
.items-results .to-search-item .price del {
	font-size: 13px;
	color: #999999;
}
.csstransitions #search-container .items-result-from,
.csstransitions #search-container .to-search-item {
	opacity: 0;
	-webkit-transform: translate3d(-50px,0,0);
	-moz-transform: translate3d(-50px,0,0);
	-ms-transform: translate3d(-50px,0,0);
	-o-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.csstransitions #search-container .show-item-result {
	opacity: 1;
	-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);
}

/* ============================================================
   09. THEMEONE SLIDER
/* ============================================================ */

#to-slider {
	position: relative;
	overflow: hidden;
	width:100%;
}
#to-slider-parallax {
	position: relative;
}
#to-slider-holder {
	position: relative;
	overflow: hidden;
	margin: 0;
	list-style: none;
	cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
#to-slider-holder.animate {
	cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
#to-slider-holder.animate {
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
#to-slider-prev,
#to-slider-next {
  	position: absolute;
	display: none;
	overflow: hidden;
	cursor: pointer;
	width: 60px;
	height: 45px;
	top: 50%;
	left: 0;
	margin: -22px 0 0 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	line-height: 45px;
}
#to-slider.light #to-slider-prev,
#to-slider.light #to-slider-next,
#to-slider.light .to-slider-next-pagenb *,
#to-slider.light .to-slider-prev-pagenb * {
	color: #fff;
}
#to-slider.dark #to-slider-prev,
#to-slider.dark #to-slider-next,
#to-slider.dark .to-slider-next-pagenb *,
#to-slider.dark .to-slider-prev-pagenb * {
	color: #ab825e;
}
#to-slider-next {
	left: auto;
	right: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#to-slider-prev i,
#to-slider-next i {
	position: absolute;
	width: 65px;
	height: 45px;
	left: 0;
	top: 0;
	margin: auto;
	font-size: 45px;
	line-height: 45px;
	text-align: center;
	color: #ab825e;
}
#to-slider-next i {
	left: auto;
	right: 0;
}
.csstransforms #to-slider-next:hover,
.csstransforms #to-slider-prev:hover {
	width: 90px;
}
.no-touch #to-slider-prev {
	-webkit-transform: translate3d(-65px,0,0);
	-moz-transform: translate3d(-65px,0,0);
	-o-transform: translate3d(-65px,0,0);
    -ms-transform:  translate3d(-65px,0,0);
	transform: translate3d(-65px,0,0);
}
.no-touch #to-slider-next {
	-webkit-transform: translate3d(65px,0,0);
	-moz-transform: translate3d(65px,0,0);
	-o-transform: translate3d(65px,0,0);
    -ms-transform:  translate3d(65px,0,0);
	transform: translate3d(65px,0,0);
}
#to-slider:hover #to-slider-next,
#to-slider:hover #to-slider-prev, 
#to-slider-next:hover .to-slider-next-pagenb,
#to-slider-prev:hover .to-slider-prev-pagenb {
	opacity: 1;
}
.no-touch #to-slider:hover #to-slider-next,
.no-touch #to-slider:hover #to-slider-prev, 
.no-touch #to-slider-next:hover .to-slider-next-pagenb,
.no-touch #to-slider-prev:hover .to-slider-prev-pagenb {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.to-slider-page-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
#to-slider-next:hover .to-slider-page-overlay,
#to-slider-prev:hover .to-slider-page-overlay {
	opacity: 0.75; 
}
.no-csstransforms .to-slider-next-pagenb,
.no-csstransforms .to-slider-prev-pagenb {
	display: none;
}
.to-slider-next-pagenb,
.to-slider-prev-pagenb {
	position: absolute;
	width: 45px;
	height: 45px;
	left: -10px;
	margin: 0 5px;
	opacity: 0;
	background: none;
	font-size: 14px;
}
.to-slider-prev-pagenb {
	left: auto;
	right: -10px;
}
.to-slider-slidenb {
	position: absolute;
	height: 18px;
	bottom: 18px;
	right: 5px;
}
.to-slider-prevnb,
.to-slider-nextnb {
	position: absolute;
	height: 18px;
	top: -5px;
	left: 5px;
}
.to-slider-separator {
	background: none;
	font-size: 28px;
	font-weight: 100;
}
#to-slider-scrollto {
	position: absolute;
	display: block;
	bottom: 60px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 32px;
	cursor: pointer;
}
.no-touch #to-slider-scrollto i {
	-webkit-animation: todown 1.2s infinite linear;
    animation: todown 1.2s infinite linear;
}
#to-slider-scrollto i:hover {
	-webkit-animation: none;
    animation: none;
}
#to-slider.light #to-slider-scrollto i:hover {
	color: #ffffff;
}
#to-slider.dark #to-slider-scrollto i:hover {
	color: #000000;
}
@-webkit-keyframes todown {
	0% {
		-webkit-transform: translateY(-15px);
		opacity: 0;
    }
    10% {
		-webkit-transform: translateY(-15px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
	90% {
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
	100% {
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}
@keyframes todown {
	0% {
		transform: translateY(-15px);
		opacity: 0;
    }
    10% {
		transform: translateY(-15px);
		opacity: 0;
    }
	50% {
		transform: translateY(0);
		opacity: 1;
    }
    90% {
		transform: translateY(15px);
		opacity: 0;
    }
	100% {
		transform: translateY(15px);
		opacity: 0;
    }
}
#to-slider-pages {
	position: absolute;
	height: 10px;
	left: 0;
	right: 0;
	bottom: 25px;
	text-align: center;
}
#to-slider-pages.paddecor {
	padding-bottom: 30px;
}
#to-slider-pages li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	list-style: none;
	text-align: center;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	padding: 0;
	background: rgba(255,255,255,.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0.85;
	cursor: pointer;
}
#to-slider.dark #to-slider-pages li {
	background: rgba(255,255,255,.3);	
}
#to-slider-pages li:hover,
#to-slider-pages li.active {
	background: #fff !important;
	opacity: 1;
}
#to-slider.dark #to-slider-pages li:hover,
#to-slider.dark #to-slider-pages li.active {
	background: #fff !important;
}
#to-slider-timer {
	position: absolute;
	height: 4px;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.65);
}
.to-slide {
	position: relative;
	float: left;
	min-height: 150px;
	overflow: hidden;
	list-style: none;
}
.no-touch .to-slide {
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,0);
}
.to-slide img,
.to-slide-image {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	max-width: none;
	background-repeat: no-repeat;
	background-position: center 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.to-slide .to-slide-video {
	opacity: 0;
}
.to-slide .to-slide-video,
.to-slide .to-slide-youtube, 
.to-slide .vimeo-player {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
}
.to-slide .mejs-layers,
.to-slide .mejs-controls,
.to-slide .player .controls-wrapper,
.player .sidedock {
	/*display: none !important;*/
}
.to-slide-content {
	position: relative;
	display: table;
	vertical-align: baseline;
	width: 100%;
	top: 0;
}
.to-slide-content-move {
	display: inline-block;
}
.to-slide.left .to-slide-content-inner {
	padding: 0 30% 0 0;
}
.to-slide.center .to-slide-content-inner {
	padding: 0 40px;
	text-align: center;
}
.to-slide.right .to-slide-content-inner {
	padding: 0 0 0 30%;
	text-align: right;
}
.to-slide .to-slide-content-inner {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	opacity: 0;
	-webkit-transition: all 0.4s 0.8s ease-in-out;
	-moz-transition: all 0.4s 0.8s ease-in-out;
    -o-transition: all 0.4s 0.8s ease-in-out;
    -ms-transition: all 0.4s 0.8s ease-in-out;
    transition: all 0.4s 0.8s ease-in-out;
}
.no-touch .to-slide .to-slide-content-inner {
	-webkit-transform: translate3d(0,-50px,0);
	-moz-transform: translate3d(0,-50px,0);
	-o-transform:  translate3d(0,-50px,0);
    -ms-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
	-webkit-perspective: 1000;
	-moz-perspective: 1000px;
	-ms-perspective: 1000;
	-o-perspective: 1000px;
	perspective: 1000px;
	transform-style: preserve-3d;
}
.to-slide.current-slide .to-slide-content-inner  {
	opacity: 1;
}
.no-touch .to-slide.current-slide .to-slide-content-inner  {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform:  translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.to-slide .to-slide-content-inner img {
	position:static;
	display:block;
}
.to-slide .to-slide-content-inner h1 {
	display: block;
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 29px;
	letter-spacing: 2px;
	font-weight: 300;
	font-family: "kepler-std",serif;
}
.to-slide .to-slide-content-inner p {
	position: relative;
	display: block;
	padding: 2px 0;
	font-size: 24px;
	line-height: 36px;
	font-weight: 100;
	color: #fff !important;
	text-shadow: 0px 2px 4px #000, 0 0 4px #000, 0 2px 2px #000;
	max-width: 600px;
  	margin: 0 auto;
}
.to-slide .to-slide-content-inner .slide-desc-overlay p {
	background: none repeat scroll 0 0 rgba(0,0,0,.5);
	box-shadow: 10px 0 0 rgba(0,0,0,.5), -10px 0 0 rgba(0,0,0, .5);
	-moz-box-shadow: 10px 0 0 rgba(0,0,0,.5), -10px 0 0 rgba(0,0,0,.5);
	-webkit-box-shadow: 10px 0 0 rgba(0,0,0,.5), -10px 0 0 rgba(0,0,0,.5);
	-o-box-shadow: 10px 0 0 rgba(0,0,0,.5), -10px 0 0 rgba(0,0,0,.5);
	color: #FFF !important;
}
.to-slide.left .to-slide-content-inner .slide-desc-overlay p {
	left: 10px;
}
.to-slide.right .to-slide-content-inner .slide-desc-overlay p {
	right: 10px;
}
.to-slide .to-slide-content-inner .to-button {
	margin-top: 20px;
}
.to-slide-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
	background-repeat: repeat;
}
#to-slider-scrollto i,
#to-slider-prev,
#to-slider-next,
.to-slider-prev-pagenb,
.to-slider-next-pagenb,
#to-slider-next .to-slider-page-overlay,
#to-slider-prev .to-slider-page-overlay,
#to-slider-pages li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.to-slide .section-container >img {
	max-width: 100%;
	display: inline-block;
}


/* ============================================================
   12. SCROLLBAR
/* ============================================================ */

.scrollBar {
	position: absolute;
	cursor: pointer;
	width: 5px;
	top: 0;
	right: 1px;
	background: #6D6D6D;
	opacity: 0.6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scrollBar:hover {
	width: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ============================================================
   13. FOOTER
/* ============================================================ */

#footer {
	clear: both;
	position: relative;
	width: 100%;
	background: #FAFAFA;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#footer-top-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#footer-background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: none;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#footer-top {
	position : relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#footer-inner-top {
	position : relative;
	padding: 100px 0px;
}
#footer-bottom {
	position: relative;
	min-height: 50px;
	width: 100%;
	margin: 0 auto;
}
#footer-bot-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#footer-inner-bottom {
	position : relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 26px 0;
	cursor: pointer;
}
#footer-inner-bottom .col-7 {
	margin-bottom: 0 !important;
}
#copyright {
	position: relative;
	height: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	display: inline-block;
	color: #9B9B9B;
	font-family: "brandon-grotesque",sans-serif;
}
#copyright p {
	display: inline-block;
	font-size: 13px;
	color: #9B9B9B;
	margin:0;
  	line-height: 22px;
}
#copyright a {
	color: #F5F2EF;
	font: 0/0 a;
  	text-shadow: none;
  	color: transparent; 
  	display: inline-block;
}
#copyright a:before {
	content: "";
	width: 42px;
	height:14px;
	margin-left: 5px;
	position: relative;
	top:5px;
	display: inline-block;
	background: url('./img/icons/ignite-logo.svg') no-repeat center center;
}
#copyright a:hover {
	color: #ab825e;
}
#footer-social {
	text-align: right;
}
#footer-social a {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	margin-left: 4px;
	color: #9B9B9B;
	text-shadow: 0 0 1px rgba(255,255,255,0.25);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#footer-social a:hover i {
	color: #AB825E;	
}
#scrollToTop {
	position: fixed;
	overflow: hidden;
	z-index: 3;
	height: 50px;
	width: 50px;
	bottom: 30px;
	right: 25px;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#scrollToTop-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#scrollToTop-overlay {
	position: absolute;
	display: block;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.3);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#scrollToTop i {
	position: relative;
	display: block;
	color: #fff;
	line-height: 50px;
}
#scrollToTop:hover i {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {-webkit-transform: translateY(-100%);}
	50% {opacity: 0;-webkit-transform: translateY(100%);}
	51% {opacity: 1;}
}
@-moz-keyframes toTopFromBottom {
	49% {-moz-transform: translateY(-100%);}
	50% {opacity: 0;-moz-transform: translateY(100%);}
	51% {opacity: 1;}
}
@keyframes toTopFromBottom {
	49% {transform: translateY(-100%);}
	50% {opacity: 0;transform: translateY(100%);}
	51% {opacity: 1;}
}
.touch #scrollToTop {
	display: none;
}

/* ============================================================
   14. Call To Action
/* ============================================================ */

#call-to-action {
	position: relative;
	text-align: center;
	vertical-align: bottom;
	font-size: 26px;
}
#call-to-action .section-container {
	padding: 42px 0px 36px 0px;
	line-height: 32px;
}
#call-to-action .section-container span {
	margin-right: 20px;
}
#call-to-action img.cloud {
	position: relative;
	height: 22px;
	top: 2px;
	left: 8px;
}
#call-to-action,
#call-to-action span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact {
	padding:26px 0;
}
.footer-contact__left {
	float:left;
}
.footer-contact__right {
	float:right;
}
.light .footer-contact__left a {
	color: #9B9B9B;
	display:inline-block;
	margin-right: 25px;
	font-size:14px;
	font-family: "brandon-grotesque",sans-serif;
}
.light .footer-contact__right a {
	color: #9B9B9B;
	display:inline-block;
	font-size:12px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
}
.light .footer-contact__right a:hover,
.footer-contact__left a:hover {
	color: #AB825E;
}

.light .footer-contact__right a
.light .footer-contact__left a:last-of-type {
	margin-right:0;
}
.footer-contact__left a > img {
	position: relative;
	top:3px;
	margin-right:10px;
}
.footer-contact__right a > img {
	position: relative;
	top:2px;
	margin-right:10px;
}
.footer-divider {
	height:1px;
	background: rgba(255,255,255, 0.2);
	position: relative;
}
.table-footer {
	display:table;
	padding: 10px 0;
	width: 100%;
}
.footer-nav {
	display:table-cell;
	vertical-align: middle;
}
#menu-footer-nav {
	margin: 0;
	padding:0;
}
#menu-footer-nav .menu-item {
	display: inline-block;
	margin-right: 30px;
}
#menu-footer-nav .menu-item:last-of-type {
	margin-right: 0; 
}
#menu-footer-nav .menu-item a {
	color: #9B9B9B;
	text-transform: uppercase;
	font-weight: 700;
	font-size:12px;
	letter-spacing: 3px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
}
#menu-footer-nav .menu-item a:hover {
	color: #AB825E;
}
.footer-logos {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.footer-logos a {
	display: inline-block;
	margin-right:20px;
}
.footer-logos a:last-of-type {
	margin-right: 0; 
}
/* ============================================================
   14. PAGE NAVIGATION
/* ============================================================ */

.to-page-nav {
	margin: 10px auto;
	width: 100%;
}
.section-container .to-page-nav {
	display: inline-block;
}
#single-post-section .to-page-nav {
	margin-top: 30px;
}
.to-page-nav ul {
	margin: 0;
}
.to-page-nav li {
	position: relative;
	display: inline-block;
	height: 32px;
	text-align: center;	
	cursor: pointer;	
}
.to-page-nav li.to-page-nav-dot {
	top: -3px;
	left: -3px;
}
.to-page-nav li.active {
	background: none !important;
}
.to-page-nav li.active a {
	color: #5D0749 !important;
}
.to-page-nav li a {
	position: relative;
	display: inline-block;
	line-height: 32px;
	height: 32px;
	min-width: 12px;
	padding: 0 15px;
	background: none;
	font-size: 18px;
	font-weight: 600 !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.to-page-nav li a:first-child {
	padding: 0 30px 0 0;
	margin: 0;
}
.to-page-nav li a i {
	font-weight: 600;
}

/* ============================================================
   15. SEARCH PAGE RESULTS
/* ============================================================ */

.section-container.container-search {
	margin: 100px auto 70px auto;
}
.to-search-item {
	padding-top: 0;
	margin-bottom: 30px;
	min-height: 70px;
	list-style: none;
}
.to-search-archive {
	margin-bottom: 30px;
	list-style: none;
}
.to-search-item-img {
	position: relative;
	float: left;
	overflow: hidden;
	height: 70px;
	width: 70px;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0,0,0,0.03);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.to-search-item-img i {
	font-size: 30px;
	line-height: 70px;
	height: 70px;
	width: 70px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.to-search-item a:hover {
	color: inherit !important;
}
.to-search-item-img img {
	height: 70px;
	width: 70px;
	max-width: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.to-search-item:hover img {
	height: 80px;
	width: 80px;
	margin: -5px;
}
.to-search-item-content h3 {
	margin-bottom: 4px;
	margin-top: 0;
}
.to-search-item-content h3 a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.to-search-item-content .to-search-item-meta {
	height: 20px;
	margin: 0 0 15px 0;
}
.to-search-item-content .to-search-item-meta > span {
	float: left;
	padding: 0 8px 0 8px;
	border-left: 1px solid;
	height: 16px;
	line-height: 16px;
}
.to-search-item-content .to-search-item-meta > span:first-child {
	padding: 0 8px 0 0;
	border-left: none;
}
.to-search-item .post-like {
	margin: 0;
	padding: 0;
	height: 18px;
}
.to-comment-icon i {
	margin: 0 5px 0 0;
}
.to-search-item:hover .to-comment-icon i {
	font-size: inherit !important;
}
.to-search-item-content {
	margin-left: 90px;
}
.to-search-noresult {
	text-align: center;
	padding: 20%;
}

/* ============================================================
   16. INDEX PAGE
/* ============================================================ */

.index-container {
 margin: 80px auto 60px auto;
}
.articles-holder article {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 !important;
}
.post-title,
.post-quote-inner h2,
.post-link-inner h2 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 26px;
}
.post-title {
	margin: 0 !important;
	min-height: 26px;
	line-height: 26px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.post-info {
	position: relative;
}
.post-info-inner {
	position: relative;
	display: inline-block;
	left: 56px;
	margin: 0 0 0 16px;
}
.post-info .post-date {
	position: absolute;
	display: inline-block;
	width: 52px;
	border-right: 1px solid;
	border-color: inherit;
	padding: 0 5px 0 0;
	margin: 0 10px 0 0;
	font-weight: 600;
	text-align: center;
}
.post-info .post-date .date {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #2F5363;
	margin-bottom: 5px;
}
.light .post-info .post-date .month, .light .post-info .post-date .date {
	color: #2F5363 !important;
	letter-spacing: 3px;
}
.post-info .post-date .month {
	display: block;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #2F5363;
}
.post-info .post-date .year {
	display: block;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.8px;
	margin: 0 0 2px;
}
.post-content-holder {
	border-color: inherit;
	padding-bottom: 50px;
}
.line-blog {
	margin-bottom: 50px;
	display:inline-block;
}
.post-content-holder p {
	padding: 10px 0 30px 0 !important;
	margin-left: 70px;
	font-size: 20px;
	line-height: 33px;
}
.post-content-holder .cta {
	margin-left: 68px !important;
}
.articles-holder .post-image,
.articles-holder .post-audio {
	margin: 12px 0;
}
.articles-holder .to-article-video-wrapper {
	margin: 24px 0;
}
.articles-holder .post-quote-inner,
.articles-holder .post-link-inner {
	margin: 22px 0;
	background: rgba(0,0,0,0.035)
}
.light .articles-holder .post-quote-inner,
.light .articles-holder .post-link-inner {
	margin: 12px 0;
	background: rgba(255,255,255,0.035)
}
.articles-holder .post-gallery-slider {
	margin: 12px 0;
}
.post-quote-inner,
.post-link-inner {
	position: relative;
	padding: 45px 25px 35px 25px;
	background: #ffffff;
}
.to-item-quote,
.to-item-link {
	position: absolute;
	right: 0;
	bottom: 12px;
}
.post-content-holder .to-item-quote,
.post-content-holder .to-item-link {
	right: 20px;
}
.to-item-link {
	bottom: 22px;
}
.post-quote-inner h2,
.post-link-inner h2 {
	position: relative;
	margin: 0 0 35px 0;
	line-height: 30px;
}
.post-quote-inner .post-link-from,
.post-quote-inner .post-quote-author {
	position: relative;
	margin: 0;
	font-size: 16px;
}
.post-quote-inner .post-quote-img,
.post-link-inner .post-link-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.articles-holder .more-link {
	display: block;
	margin-top: 25px;
	cursor: default;
	color: #fff;
}
.articles-holder .more-link span {
	width: auto;
	cursor: pointer;
	padding: 6px 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

/* ============================================================
   17. SINGLE PAGE INFORMATIONS
/* ============================================================ */


	/* === 17. - 001. BreadCrumb menu === */

#to-crumbs {
	position: relative;
	line-height: 20px;
	padding: 26px 0;
	padding: 26px 0 26px 20px;
	text-align: left;
}
.steadysets-icon-map-marker {
	position: absolute;
	left: 0px;
	margin: 0 6px 0 0;
	padding-top: 2px;
}
#to-crumbs-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	right: -100%;
}
#to-crumbs a, #to-crumbs span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 400;
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

	/* === 17. - 002. Page heading === */

.to-page-heading {
	position: relative;
	overflow: hidden;
	padding: 70px 0;
}
.light .to-page-heading__title {
	max-width: 1180px;
	margin:0 auto;
	position: relative;
	z-index: 3;
}
.light .to-page-heading__title > h1, .light h1.title{
	color: #fff;
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 34px;
	text-transform: uppercase;
	text-shadow: 0px 2px 4px rgba(0,0,0, 0.7);
	font-weight: 400;
	font-family: "brandon-grotesque",sans-serif;
}
.to-page-heading.no-border {
	border-bottom: none;
}
.to-page-heading .col,
.to-page-heading .col h1,
.to-page-heading .clear {
	padding: 0;
	margin: 0;
}
.to-page-heading.right .col-6 {
	float: right;
	text-align: right;
}
.to-page-heading.center .col-6 {
	text-align: center;
	width: 100%;
}
/*.to-page-heading .title {
	font-size: 42px;
	line-height: 42px;
	letter-spacing: -1px;
	word-spacing: 3px;
}*/
.to-page-heading .single-title {
	min-height: 22px;
	font-size: 32px;
	line-height: 39px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.to-page-heading .subtitle {
	display: block;
	margin-top: 8px;
	font-size: 22px;
	line-height: 34px;
	font-weight: 300;
}
.to-page-heading .subtitle.post,
.to-page-heading .subtitle.portfolio {
	margin: 8px 0 0 0;
}
.to-page-heading .to-header-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.to-page-heading .to-header-image.repeat {
	background-repeat: repeat;
}
.to-page-heading .to-header-image.no-repeat {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
}
#particles {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.format-standard blockquote {
	font-weight: 700;
	padding-left: 50px;
	border-left:4px solid #2f5363;
	margin-bottom: 0; 
}
.format-standard ul li {
	font-size: 20px;
	margin-bottom: 10px;
}
	/* === 17. - 003. Page informations (author, date, comment nb) === */

.post-information,
#single-post-information,
#single-port-information {
	margin: 20px 0 0 5px;
	font-size: 13px;
	min-height: 16px;
	line-height: 16px;
}
#single-post-information {
	display: inline-block;
	border-top: 1px solid;
	border-color: inherit;
	padding-top: 14px;
}
.post-information {
	margin: 0;
}
.post-information:after,
#single-post-information:after, 
#single-port-information:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.post-information span,
#single-post-information span,
#single-port-information span {
	padding: 2px 8px !important;
}
#single-post-information span {
	vertical-align: top;
}
.post-information span.post-like-count {
	padding: 0 !important;
}
.post-information post-like * {
	padding: 0 !important;
}
#single-post-information span {
	vertical-align: middle;
}
.post-information i,
#single-post-information span i,
#single-port-information span i {
	position: relative;
	padding: 0 5px 0 0;
	font-size: 16px;
}
.post-information .meta-category i {
	top: 2px;
}
#single-post-information .meta-author-avatar,
#single-post-information .meta-author-avatar img,
#single-port-information .meta-author-avatar,
#single-port-information .meta-author-avatar img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	padding: 0 2px 0 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.to-page-heading .to-item-cat {
	height: 16px;
	padding: 4px 10px;
	line-height: 16px;
	font-size: 13px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #ffffff;
	cursor: pointer;
}
.post-information .post-like-count {
	border: none;
	margin: 0;
	padding: 0;
}
.post-information span:first-child,
#single-post-information span:first-child,
#single-port-information span:first-child {
	padding:  0 5px 0 0 !important;
}

	/* === 17. - 004. Social share icons page === */
	
.to-social {
	position: relative;
	display: block;
	width: 100%;
	padding: 40px 0;
	text-align: center;
}
.to-social-overlay {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: -500%;
	right: -500%;
	border-top: 1px solid;
	border-color: inherit;
}
.product .to-social-overlay {
	border: none;
}
.to-social-holder {
	display: block;
	cursor: pointer;
}
.to-social-msg {
	position: relative;
	display: block;
	height: 25px;
	margin: 0 auto 30px auto;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.to-social-share,
.to-social-shared {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.to-social-shared,
.to-social:hover .to-social-share  {
	opacity: 0;
	-webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform:  scale(0,0);
	transform: scale(0,0);
}
.to-social:hover .to-social-shared {
	opacity: 1;
	-webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform:  scale(1,1);
	transform: scale(1,1);
}
.to-social-list .count,
.to-social .post-like-count {
	position: absolute;
	display: block;
	z-index: 999;
	left: 50%;
	bottom: 36px;
	min-width: 30px;
	margin: 0 -18px;
	min-height: 16px;
	padding: 4px;
	line-height: 16px;
	font-size: 13px;
	color: #ffffff;
	background: #DCDCDC;
	background: rgba(0,0,0,.22);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(14px);
	-moz-transform: translateY(14px);
	-o-transform: translateY(14px);
	-ms-transform: translateY(14px);
	transform: translateY(14px);
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.to-social-list .count:after,
.to-social .post-like-count:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 50%;
	bottom: -6px;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0,0,0,.22);
}
.to-social-button:hover .count,
.to-social .post-like:hover .post-like-count {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.to-social-button,
.to-social .post-like {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}
.to-social-list {
	position: relative;
	display: inline-block;	
}
.to-social-holder .to-social-list span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.to-social-holder i,
.to-social .post-like .fa-heart {
	font-size: 24px;
	width: 24px;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.to-social .post-like .fa-heart {
	font-size: 22px;
	margin-left: 4px;
}
.to-social .post-like .icon-to-x {
	width: 24px;
	height: 30px;
	line-height: 20px;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
}
.to-social-button i {
	height: 30px;
	line-height: 30px;
}
.to-social-holder .to-social-button:hover i {
	opacity: 0.7;
}

	/* === 17. - 005. Author bio === */

#to-author-bio {
	position: relative;
	display: block;
	min-height: 100px;
	padding: 70px 0;
	margin: 0 0 0 150px;
}
#to-author-bio-overlay {
	position: absolute;
	left: -500%;
	right: -500%;
	top: 0;
	bottom: 0;
}
#to-author-bio img {
	position: absolute;
	display: block;
	text-align: center;
	top: 70px;
	left: -125px;
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.1);
	box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}
#to-author-info {
	position: relative;
	margin: 0 0 10px 0;
}
#to-author-name {
	position: relative;
	display: inline-block;
	font-weight: 900;
}
#to-author-about {
	font-size: 18px;
	font-style: italic;
}
#to-author-count {
	font-size: 12px;
}
#to-author-desc {
	position: relative;
	display: block;
}
#to-author-bio p,
#to-author-bio .clear {
	padding: 0;
}
#to-author-icons {
	position: relative;
	display: block;
	margin: 20px 0 0 0;
}
#to-author-icons li {
	display: inline-block;
	margin: 0 20px 0 0;
	list-style: none;
	font-size: 18px;
	cursor: pointer;
}
#to-author-icons li:hover i {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

	/* === 17. - 006. Post tags === */

.post-cat-holder,
.post-tag-holder {
	display: block;
}
.post-cat-holder a:hover,
.post-tag-holder a:hover {
	color: inherit !important;
}
.post-cat-holder h5,
.post-tag-holder h5 {
	display: inline-block;
	font-size: 14px;
}
.light .post-cat-holder h5, .light .post-tag-holder h5{
	color: #ab825e;
	font-weight: 400;
}
#single-post-section .post-cat-holder a,
#single-post-section .post-tag-holder a{
	color: #5D0749;
}
.post-cat-holder:before,
.post-tag-holder:before {
	display: inline-block;
	position: relative;
	font-family: "business";
	padding: 0 5px 0 0;
	font-size: 24px;
	top: 5px;
}
.post-tag-holder:before {
	content: "\e031";
}
.post-cat-holder:before {
	content: "\e002";
}

/* ============================================================
   18. SINGLE POST PAGE
/* ============================================================ */

#single-post-section {
	padding: 80px 0 40px 0;
}
#single-post-section article.type-post {
	margin: 0;
	padding-bottom: 50px;
}
.to-article-video-wrapper {
    position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.to-article-video-wrapper iframe,
.to-article-video-wrapper object,
.to-article-video-wrapper embed,
.to-article-video-wrapper .mejs-video,
.to-article-video-wrapper .mejs-video video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.post-image {
	width: 100%;
	height: auto;
}
.post-image,
.post-audio,
.post-gallery-slider,
.to-article-video-wrapper,
.post-quote-inner,
.post-link-inner {
	margin-bottom: 30px;
	margin-left: 0;
}
.post-quote-inner,
.post-quote-inner h2,
.post-link-inner,
.post-link-inner h2 {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-gallery-slider {
	overflow: hidden;
}
.post-gallery-slider img {
	width: 100%;
	height: auto;
}
.owl-carousel {
	display: none;
	position: relative;
	margin-left: 0;
	width: 100%;
	list-style: none;
	-ms-touch-action: pan-y;
	cursor:-webkit-grab;
	cursor:-moz-grab;
}
.owl-carousel li {
	list-style: none;
}
.grabbing { 
    cursor:-webkit-grabbing;
	cursor:-moz-grabbing;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-pagination {
	margin-top: 15px;
}
.owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-controls .owl-buttons div {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
.owl-controls .owl-page {
	display: inline-block;
}
.owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 4px;
	opacity: 0.85;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
}
.owl-controls .owl-page.active{
	background: none !important;
}
.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span,
.owl-controls .owl-controls .owl-buttons i:hover {
	opacity: 1;
}
.post-gallery-slider .owl-controls .owl-buttons div {
	opacity: 1;
}
.post-gallery-slider .owl-buttons .owl-prev,
.post-gallery-slider .owl-buttons .owl-next {
  	position: absolute;
	overflow: hidden;
	cursor: pointer;
	width: 45px;
	height: 45px;
	top: 50%;
	left: 0;
	margin: -22px 0 0 0;
	padding: 0;
	opacity: 1;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 45px;
}
.post-gallery-slider .owl-page span {
	background: rgba(255,255,255,.25);
}
.post-gallery-slider .owl-page.active span,
.post-gallery-slider .owl-page:hover span {
	background: #ffffff !important;
}
.post-gallery-slider .owl-buttons .owl-prev {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.post-gallery-slider .owl-buttons .owl-next {
	left: auto;
	right: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.post-gallery-slider .owl-buttons .owl-next i,
.post-gallery-slider .owl-buttons .owl-prev i {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 0;
	top: 0;
	margin: auto;
	line-height: 45px;
	text-align: center;
}
.post-gallery-slider .owl-buttons .owl-prev {
	-webkit-transform: translate3d(-45px,0,0);
	-moz-transform: translate3d(-45px,0,0);
	-o-transform: translate3d(-45px,0,0);
    -ms-transform:  translate3d(-45px,0,0);
	transform: translate3d(-45px,0,0);
}
.post-gallery-slider .owl-buttons .owl-next {
	-webkit-transform: translate3d(45px,0,0);
	-moz-transform: translate3d(45px,0,0);
	-o-transform: translate3d(45px,0,0);
    -ms-transform:  translate3d(45px,0,0);
	transform: translate3d(45px,0,0);
}
.post-gallery-slider:hover .owl-buttons .owl-prev,
.post-gallery-slider:hover .owl-buttons .owl-next {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.post-gallery-slider .owl-buttons .to-sc-button-over {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0.5 !important; 
	background: #000;
}
.post-gallery-slider .owl-buttons .to-sc-button-over:hover {
	opacity: 0.5 !important;
}
.post-gallery-slider .owl-pagination {
	position: absolute;
	bottom: 15px !important;
	width: 100%;
	margin: 0 !important;
}
.post-gallery-slider .owl-controls {
	margin-top: 0;
	text-align: center;
}

/* ============================================================
   19. SINGLE PORTFOLIO PAGE
/* ============================================================ */

#post-nav {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 35px 0 23px 0;
}
#post-nav a {
	position: relative;
	display: inline-block;
}
#post-nav span {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
}
#post-nav #post-all-items {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 50%;
	top: 16px;
	margin: 0 0 0 -15px;
	font-size: 30px;
}
#post-nav #post-all-items a,
#post-nav #post-all-items i {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
#post-nav #post-prev-link,
#post-nav #post-next-link {
	position: relative;
	display: inline-block;
	width: 45%;
	margin: 0 0 0 5%;	
}
#post-nav #post-prev-link {
	text-align: left;
	float: left;
	margin: 0 5% 0 0;
}
#post-nav #post-prev-link span:before {
	content: "\f053";
	font-family: FontAwesome;
	position: relative;
	font-size: 8px;
	top: -2px;
	margin: 0 10px 0 0;
}
#post-nav #post-next-link {
	text-align: right;
	float: right;
}
#post-nav #post-next-link span:after {
	content: "\f054";
	font-family: FontAwesome;
	position: relative;
	font-size: 8px;
	top: -2px;
	margin: 0 0 0 10px ;
}
#post-nav #post-all-items,
#post-nav #post-prev-link,
#post-nav #post-next-link,
#post-nav i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#single-portfolio-section .portfolio-page-pp {
	padding-bottom: 50px;
}
.portfolio-sidebar {
	padding: 0 0 0 0;
}
.boxsizing .portfolio-sidebar {
	padding: 0 0 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#single-portfolio-section article.type-portfolio {
	position: relative;
	display: block;
	margin-top: 80px;
	float: left;
	width: 100%;
}
.clear.portfolio {
	padding: 0;
}
#single-portfolio-section article #single-port-information {
	margin-bottom: 30px;
}
.to-portfolio-attrs li {
	padding: 8px 0px;
	list-style: none;
}
.to-portfolio-attrs li i {
	width: 23px;
	height: auto;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
}
#google-map {
	width: 100%;
	height: 370px;
	margin: 0;
}
#google-map .gm-style-cc,
#google-map .gmnoprint.gm-style-cc {
	display: none;
}
#google-map img { 
	max-width: none; 
}
#google-map .scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

/* ============================================================
   20. COMMENT SYSTEM
/* ============================================================ */

#respond {
	box-shadow: none!important;
}
#respond .row:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}
p.logged-in-as {
	padding-bottom: 0px;	
}
#comments {
	margin: 40px 0 0 0;
}
#comment-status p {
	padding: 0;
}
.comment-list {
	margin-bottom: 70px!important;
	margin-left: 0px!important;	
}
.comment-list li {
	position: relative;
	z-index: 1;
	list-style: none!important;
}
.comment-list li.pingback > div,
.comment-list li.comment > div {
    margin: 0;
    padding: 25px 0 53px 0;
    position: relative;
    padding-left: 100px;
}
.comment-list .parent:after {
	content: "";
	position: absolute;
	left: 49px;
	top: 81px;
	bottom: 0;
	border-left: 2px solid;
	border-color: inherit;
}
.comment-list .children:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 49px;
	top: 0;
	height: 50px;
	border-left: 2px solid;
	border-color: inherit;
}
.comment-list .children:first-child:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 0;
	height: 36px;
	border-left: 2px solid;
	border-color: rgba(0,0,0,0.07);
}

.comment-list li.comment > #respond {
	border: none;
	padding: 30px 0;
}
.comment-list .children {
	position: relative;
	z-index: 1;
	margin-left: 0px!important;
	padding-left: 35px;
}
.comment-list li.comment > div img.avatar {
	position: absolute;
	left: -86px;
	top: -34px;
	width: 70px;
	height: 70px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.comment-list .comment-author {
	font-weight: 600;
}
.comment-list .reply {
	position: absolute;
	top: 29px; 
	right: 29px;	
}
.comment-list .reply a {
    cursor: pointer;
    padding: 6px 10px;
    font-size: 12px;
	border: none !important;
    width: auto;
	font-weight: 900;
	text-transform: uppercase;
	transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.comment-list .reply a:before {
	content: "\f112";
	display: inline-block;
	font-family: FontAwesome;
	padding: 0 10px 0 0;
	font-size: 16px;
}
.comment-list .comment-meta {
	margin: 0 140px 0 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.comment-list .comment-author.vcard {
	position: relative;
	display: inline-block;
	margin: 5px 0 20px 0;
	padding: 0 20px 20px 0;
	border-bottom: 1px solid;
	border-color: inherit;
}
.comment-list .comment-author.vcard .fn {	
	font-size: 16px;
	line-height: 16px;
	font-weight: 900;
	text-transform: uppercase;
}
.comment-list .comment-author.vcard .says {	
	font-weight: 100;
	font-style: italic;
}
.comment-list li.pingback > div p,
.comment-list li.comment > div p {
	padding-bottom: 0px;
}
#respond h3 .cancel-comment-reply, 
#respond #cancel-comment-reply-link {
	display: inline-block;	
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	border-left: 1px solid;
	border-color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
textarea#comment,
#respond #author,
#respond #email,
#respond #url {
	padding: 10px;
	margin: 0 0 30px 0;
	color: inherit;
}
#respond #author,
#respond #email,
#respond #url {
	border: none;
	border-bottom: 1px solid;
	border-color: inherit;
	color: inherit;
}
#respond label {
	position: relative;
	display: block;
	margin-bottom: 4px;
}

/* ============================================================
   21. FORM INPUT
/* ============================================================ */


textarea,
input[type=text],
input[type=date],
input[type=email], 
input[type=password], 
input[type=tel], 
input[type=url] {
	width: 100%;
	border: 0px;
	padding: 10px;
	background: none;
    line-height: 22px;
	color: inherit;
	font-family: inherit;
	border: 1px solid;
	border-color: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
input[type=checkbox],
input[type=radio] {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 3px 3px 3px 4px;
	background: #EFEFEF;
	color: #555;
	-webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-o-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	border: 1px solid;
	border-color: inherit;
	transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
	content: '✔'; 
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	text-align: center;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input[type=submit], 
button[type=submit] {
    border: none;
    cursor: pointer;
    width: auto;
	color: #AB825E;
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 22px; 
	transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
	font-family: "brandon-grotesque",sans-serif !important;
}
.light p input[type=submit], 
.light p button[type=submit] {
	color: #AB825E;
}
input[type=submit]:hover, button[type=submit]:hover {
	background-color:#ab825e !important;
	color: #fff !important;
	border:1px solid #ab825e;
}
select{
	padding: 10px;
	border: 0px;
	border: none;
	font-size: inherit;
	line-height: 25px;
	color: #555;
	background-color: #fff;
}
.wpcf7-form-control-wrap select {
	width: 100%;
	border: 0px;
	padding: 10px;
	background: none;
    line-height: 22px;
    display:block;
    border-radius: 0;
    margin-top: 20px;
	color: inherit;
	font-family: inherit;
	border: 1px solid;
	font-weight: 100;
	border-color: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
textarea {
	max-width: 100%;	
}
.wpcf7-form .wpcf7-not-valid-tip {
	position: absolute;
	width: 280px;
	top: -5px;
	right: 5px;
	padding: 2px 6px;
	border: 0px;
	text-align: right;
	font-size: 10pt;
}
div.wpcf7-response-output {
	margin: 0 0 20px 0;
	padding: 10px;
	color: #AB825E !important;
	border: 1px solid #AB825E;
	font-size: 16px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.wpcf7-validation-errors {
	display: inline-block;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email], 
.wpcf7 input[type=password], 
.wpcf7 input[type=tel], 
.wpcf7 input[type=url] {
	border: none;
	border-bottom: 1px solid;
	border-color: inherit;
	color: inherit;
}

/* ============================================================
   22. WIGDETS
/* ============================================================ */

#sidebar {
	padding-right: 20px;
}
.boxsizing #sidebar {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#sidebar.col-last {
	padding-left: 20px;
	padding-right: 0;
}
#sidebar.col-last:after {
	content: '';
	clear: both;
}
#sidebar .widget {
	margin-bottom: 50px;
}
#footer-inner-top .marg:last-child {
	margin-right: 0;
}
#footer-inner-top .widget {
	margin-bottom: 55px;
}
#footer-inner-top .widget:last-child {
	margin-bottom: 0px;
}
#sliding-sidebar .widget {
	margin-bottom: 40px;
}
.widget {
	position: relative;
}
.widget ul {
	position: relative;
	margin-left: 0;
	margin-bottom: 0;
}
.widget h4 {
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.widget ul li {
	position: relative;
	padding: 0 0 6px 0;
	list-style: none;
	margin-bottom: 0px;
}
.widget ul li a {
	font-weight: 600;
}
.widget ul li:last-child {
	border: none;
}
.widget ul ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.widget .cat-item a {
	margin-right: 24px;
}
.widget .cat-item .count {
	position: absolute;
	top: 0;
	right: 0;
}
.product_list_widget *,
.widget-recent-projects,
.widget-recent-projects * {
	-webkit-transform: initial;
	-moz-transform: initial;
	-ms-transform: none;
	-o-transform: initial;
	transform: none;
}

	/* === 22. - 001. Archives Widget === */

.widget_archive a {
	padding-right: 5px;
}

	/* === 22. - 002. Category  Widget === */

.widget_categories ul li a {
	padding-right: 5px;
}

	/* === 22. - 003. Pages Widget === */
	
.widget.widget_pages li {
	padding: 0;
	border-bottom: none;
}
.widget.widget_pages li a{
	display: block;
	padding: 8px 0px;
	border-bottom: 1px solid;
	border-color: inherit;
}

	/* === 22. - 004. Recent Post  Widget === */

.widget_recent_entries span {
	display: block;
	margin-bottom: 6px;
	line-height: 17px;
	font-size: 13px;
}

	/* === 22. - 005. Search Widget === */

.widget.widget_search #searchform {
	position: relative;
	display: block;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	width: 100%;
	height: auto;
	line-height: none;
	font-size: 13px;
	padding: 8px 0;
	margin: 0;
}
.widget.widget_search input.search {
	position: relative;
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0 8px;
	font-size: 13px;
	line-height: 35px !important;
	text-transform: none;
	border-width: 0;
	opacity: 1;
	border: 1px solid;
	border-color: inherit;
}

	/* === 22. - 006. Calendar Widget === */

.widget.widget_calendar {
	width: 100%; 
}
.widget.widget_calendar caption {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
	font-weight: 600;
}
.widget.widget_calendar table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
}
.widget.widget_calendar thead th { 
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}
.widget.widget_calendar table tbody td { 
	text-align: center; 
	cursor: pointer;
	font-size: 13px;
}
.widget.widget_calendar table tbody tr td {
	padding: 2px;
}
.widget.widget_calendar tfoot #next {  
	position: relative;
	z-index: 2;
	text-align: right; 
}
.widget.widget_calendar tfoot #prev {  
	position: relative;
	z-index: 2;
	padding-top: 10px; 
}	

	/* === 22. - 007. Custom Menu Widget === */

.widget.widget_nav_menu li {
	padding: 0;
	border-bottom: none;
}
.widget.widget_nav_menu li:before {
	display: none;
}
.widget.widget_nav_menu li.menu-item-has-children > a:after {
	content:'+';
	position: relative;
	float: right;
	right: 5px;
	height: 38px;
	margin: -8px 0 0 0;
	line-height: 38px;
	font-size: 18px;
}
.widget.widget_nav_menu li.menu-item-has-children.open > a:after {
	content:'-';
}
.widget.widget_nav_menu li.menu-item-has-children ul {
	display: none;
}
.widget.widget_nav_menu li a{
	display: block;
	padding: 8px 0px;
	border-bottom: 1px solid;
	border-color: inherit;
	line-height: 25px;
}

	/* === 22. - 008. Comments Widget === */

.widget_recent_comments li {
	position: relative;
	display: block;
	margin-bottom: 10px !important;
}

	/* === 22. - 009. RSS FEED Widget === */

.widget.widget_rss .rss-date {
	display: inherit;
	margin: 5px 0 7px 0;
}
.widget.widget_rss .rssSummary {
	font-size: 12px;
}
.widget.widget_rss cite {
	display: inherit;
	margin: 5px 0 0 0;
}

	/* === 22. - 010. Tag Cloud Widget === */

.widget.widget_tag_cloud .tagcloud {
	position: relative;
	display: inline-block;
}
.widget.widget_tag_cloud a, .post-tags a {
	position: relative;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin: 8px 6px 0 0;
	padding: 0 12px !important;
	font-size: 13px !important;
	line-height: 28px !important;
	border: 2px solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform: capitalize;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;	
}
.tagcloud a:hover {
	background: #AB825E !important;
	color: #fff !important;
}
	/* === 22. - 011. Post Liked Widget === */
	
.widget.widget-post-like li {
	margin-bottom: 15px;
}
.widget.widget-post-like .post-like-img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	float: left;
}
.widget.widget-post-like img,
.no-post-like-image {
	position: relative;
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 12px 0 0;
	background: rgba(0,0,0,0.2);
}
.no-post-like-image i {
	width: 64px;
	height: 64px;
	float: left;
	margin: 0;
	font-size: 22px;
	text-align: center;
	line-height: 64px;
	color: #ffffff;
}
.widget.widget-post-like .post-like-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 48px;
	font-weight: 100;
	opacity: 0;
	transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.widget.widget-post-like .post-like-img:hover .post-like-overlay {
	opacity: 0.85;
}
.widget.widget-post-like .post-like-title {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 6px 0 0 0;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.widget.widget-post-like .post-like-date {
	position: relative;
	display: inline-block;
	margin: 3px 5px 0 0;
	font-size: 13px;
}
.widget.widget-post-like span.post-like {
	font-size: 13px;
}
.widget.widget-post-like .clear {
	padding: 0;
}


/* === 22. - 011. Recent Projects === */

.widget.widget-recent-projects {
	position: relative;
	display: inline-block;
}
.widget.widget-recent-projects li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
.widget.widget-recent-projects .recent-projects-img {
	position: relative;
	display: inline-block;
	overflow: hidden;
	float: left;
}
.widget.widget-recent-projects img,
.no-recent-projects-image {
	position: relative;
	display: inline-block;
	float: left;
	width: 64px;
	height: 64px;
	margin: 0;
	background: rgba(0,0,0,0.2);
}
.no-recent-projects-image i {
	width: 64px;
	height: 64px;
	float: left;
	margin: 0;
	font-size: 22px;
	text-align: center;
	line-height: 64px;
}
.widget.widget-recent-projects .recent-projects-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 48px;
	font-weight: 100;
	opacity: 0;
	transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.widget.widget-recent-projects .recent-projects-img:hover .recent-projects-overlay {
	opacity: 0.85;
}
.widget.widget-recent-projects .recent-projects-title {
	position: absolute;
	display: block;
	z-index: 999;
	top: 75px;
	left: -22px;
	width: 100px;
	min-height: 22px;
	line-height: 22px;
	font-size: 13px;
	padding: 4px;
	background: #0b0b0b;
	background: rgba(11,11,11,.85);
	color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: perspective(1200px) rotate3d(1,0,0,-30deg);
	-moz-transform: perspective(1200px) rotate3d(1,0,0,-30deg);
	-o-transform: perspective(1200px) rotate3d(1,0,0,-30deg);
	-ms-transform: perspective(1200px) rotate3d(1,0,0,-30deg);
	transform: perspective(1200px) rotate3d(1,0,0,-30deg);
	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.widget.widget-recent-projects li:hover .recent-projects-title {
	opacity: 1;
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
}
.widget.widget-recent-projects .recent-projects-title:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	left: 50%;
	top: -10px;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(11,11,11,.85);
}
.widget.widget-recent-projects .recent-projects-date {
	position: relative;
	display: inline-block;
	margin: 3px 5px 0 0;
	font-size: 13px;
}
.widget.widget-recent-projects span.recent-projects {
	font-size: 13px;
}
.widget.widget-recent-projects .clear {
	padding: 0;
}

/* ============================================================
   23. WORDPRESS CLASSES
/* ============================================================ */

.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
	display: block;
	margin:15px auto;
}
.wp-smiley {
	margin-bottom: 0px!important;
}
.gallery-caption { 
    margin-left: 0; 
    margin-bottom: 10px;
    padding: 0px 10px;
}
.bypostauthor {}
#wpstats {  
	display: none; 
}
.articles-holder article.sticky {
	margin-bottom: 50px !important;
}
.sticky .post-content-holder {
	margin-bottom: 0px!important;
	padding-bottom: 0px!important;
	border-bottom: 0px!important;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background-color: #fff;
	padding: 25px!important;
	position: relative;
}
#wpadminbar {
	z-index: 1000000!important;	
}
.wp-caption { 
	max-width: 100%; 
	border: 1px solid; 
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption .wp-caption-text { 
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 5px;
}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 10px!important;
	display: block; 
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
#custom_header {
	width: 100%;
	height: auto;
}
.document-script {
	display: none;
}

/* ============================================================
   26. CUSTOM #9B9B9B -grey #AB825E -gold #F5F2EF -white
/* ============================================================ */

.trans {
	background: rgba(255,255,255, 0.7);
}
.wrapper {
	max-width: 1040px;
	padding:0 20px;
	margin:0 auto;
}

.cta {
	display:inline-block;
	padding:10px 20px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 4px;
	border:1px solid #AB825E !important;
	color: #AB825E;
	font-weight: 400;
	font-family: "brandon-grotesque", sans-serif;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	position: relative;
}
#top-nav li a.cta-book {
	display:inline-block;
	padding:10px 20px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	border:1px solid #AB825E;
	color: #AB825E;
	font-weight: 100;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	position: relative;
	top:-11px;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
}
.cta:before, #top-nav li a.cta-book:before {
	content: "";
	position: absolute;
	top:-8px;
	bottom:-8px;
	left:7px;
	right:7px;
	display: block;
	border:1px solid #AB825E;
}
.cta:hover {
	color: #fff;
	background-color: #AB825E;
}
#top-nav li a.cta-book:hover {
	color: #fff;
	background-color: #AB825E !important;
}

.intro {
	text-align: center;
	margin:65px 0;
}
.light .intro h2 {
	color: #5D0749;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 35px;
	margin:0;
	font-weight: 300;
	font-family: "kepler-std",serif;
}
.line {
	display:inline-block;
	margin:20px 0;
}
.intro h1, .light .heading {
	color: #AB825E;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height: 51px;
	font-size: 45px;
	margin: 0;
	font-weight: 400;
}
.cols {
	text-align: left;
	margin-top: 40px;
	-webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 420px;
     -moz-column-width: 420px;
          column-width: 420px;	
}
.cta-home {
	margin: 20px 0 40px 0;
}

.p-1 {
	/*background: url('./img/p-1.jpg') no-repeat center center;*/
	background: url('http://www.thecinnamoncollection.com/cinnamon-club/wp-content/uploads/sites/6/2015/08/card3.jpg') no-repeat center center;
	
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
}
.p-2 {
	background: url('./img/p-2.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
}
.p-3 {
	background: url('./img/p-3.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
}
.grid-panels {
	margin-bottom: 75px;
}
.grid-panels .p-1,
.grid-panels .p-2,
.grid-panels .p-3 {
	min-height: 488px;
	position: relative;
	display: table;
	width:100%;
	height: 100%;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}
[class^="p-"]:hover {
	opacity: 0.6;
}
.p-1__content {
	display: table-cell;
	vertical-align: middle;
	width:100%;
}
.p-1__content span {
	background-color: #fff;
	background-color:rgba(255,255,255,0.9);
	padding: 30px 20px; 
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #AB825E;
	font-size: 18px;
	letter-spacing: 5px;
	line-height: 25px;
	font-family: "brandon-grotesque",sans-serif;
	text-transform: uppercase;
}

.page-template-template-offers .promos {
	margin-bottom: 80px;
}
.page-template-template-offers .promos-content {
	padding: 25px;
}
.promos-content {
	display: table;
}
.promo-1 {
	background: url('./img/masterclass.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
}
.promo-2 {
	/*background: url('./img/lunch.jpg') no-repeat center center;*/
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.promo-3 {
	background: url('./img/special.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
}
.promo-4 {
	background: url('./img/summer-set-menu.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
}
.promo-5 {
	background: url('./img/8-dish-sharing-menu.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
}
.promo-6 {
	background: url('./img/desk-menu.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
}
.promo-offers {
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.promos-copy {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.light .promos-copy h3 {
	font-size:20px;
	letter-spacing: 4px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 40px 0;
	text-transform: uppercase;
}
.light .promos-copy p {
	margin:0 0 40px 0;
	font-size:20px;
	line-height: 33px;
	padding:0;
}
.light .special p {
	text-align: left;
}
.special {
	text-align: left;
}
.page-template-template-offers .promos-copy .cta {
	margin-right: 20px;
}
.page-template-template-offers .promos-copy .cta:last-of-type {
	margin-right:0;
}
.picture-grid {
	margin: 75px 0;
}
.picture-grid img {
	vertical-align: top;
}
.picture-grid .grid {
	margin-left: 0;
}
.picture-grid .grid-col {
	padding-left: 0;
}
.pic-grid {
	width:48%;
	padding-bottom: 50%;
	padding-left:30px;
	float:left;
	margin-right:2%;
	position: relative;
}
.pic-grid.last {
	margin:0 0 0 2%;
}
.pic-grid__2.last {
	margin:0;
}
.pictrure-grid__content {
	position: absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	border:1px solid rgba(245,242,239, 0.4);
}
.pictrure-grid__content-1 {
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	border:1px solid rgba(245,242,239, 0.4);
}
.overlay-bg {
	position: absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	background: url('./img/overlay-bg.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}
.no-rgba .pictrure-grid__content {
	border:1px solid #F5F2EF;	
}
.pictrure-grid__content > span {
	position: absolute;
	top:50%;
	left:0;
	display:block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-top: -6px;
	font-size: 18px;
	font-weight: 400;
	color: #F5F2EF;
	letter-spacing: 2px;
	text-shadow: 0px 2px 4px #000;
	z-index: 3;
}
.pictrure-grid__internal {
	overflow: hidden;
    margin-left: -30px; /* same as your gutter */
    position: relative;
  
}
.pictrure-grid__1  {
	background: url('./img/promo1.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.pictrure-grid__2 {
	background: url('./img/promo2.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
}
.pictrure-grid__1:hover .overlay-bg, .pictrure-grid__2:hover .overlay-bg,
.pictrure-grid__3:hover .overlay-bg, .pictrure-grid__4:hover .overlay-bg {
	opacity:1;
}
.pictrure-grid__3 {
	background: url('./img/promo3.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
    display:block;
    min-height: 273px;
    position: relative;
}
.pictrure-grid__4 {
	background: url('./img/promo4.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
    display:block;
    position: absolute;
	top:0;
	right: 10px;
	left:20px;
	width: 100%;
	bottom:0;
}
.pictrure-grid__4 .pictrure-grid__content {
	position: absolute;
	top:10px;
	left:10px;
	right:30px;
	bottom:10px;
}
.pictrure-grid__4 .overlay-bg {
	top:10px;
	left:10px;
	right:30px;
	bottom:10px;
}
.mb {
	margin-bottom: 16px;
}
.gallery-container {
	margin-bottom: 40px;
	overflow: hidden;
}
/* ============================================================
   25.Menu Buttons
/* ============================================================ */

.menu-buttons {
	margin: 50px 0 0 0;
	text-align: center;
}
.menu-buttons a {
	padding-right:30px;
	padding-left:30px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.menu-buttons a:last-of-type {
	margin-right: 0;
}
.page-id-10 .menu-buttons a {
	min-width: 260px;
}
.light a.cta-2 {
	padding: 10px 40px;
	line-height: 16px;
	font-size: 16px;
	border-radius: 25px;
	font-weight: 400;
	border:1px solid #2f5363;
	color: #2f5363;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	position: relative;
}
.menu-buttons a > img {
	position: absolute;
	right: 10px;
	top:15px;
	margin-left:20px;
	display: none;

}
.light .menu-buttons a:hover img {
	display: block;
}
.menu-text {
	text-align: left;
	margin-top: 80px;
}
.menu-text__row {
	margin-top: 30px;
}
.menu-text__row h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
	line-height: 30px;
	letter-spacing: 5px;
	font-weight: 400;
}
.menu-list {
	margin:10px 0 0 0;
	padding:0;
	list-style-type: none;
}
.menu-list li {
	list-style-type: none;
	display: block;
	font-size: 20px;
	color: #5D0749;
	line-height: 30px;
}
.menu-list li .price { 
	float: right;
	color: #AB825E;
}
.light p a {
	color: #AB825E;	
}
.light p a:hover {
	text-decoration: underline;	
}
.panel-left {
	background: #0F0D0D url('./img/panel-home2.jpg') no-repeat center right;
	margin-bottom: 75px;
	background-size: cover;
	-webkit-background-size: cover;
}
.panel-right {
	background: #0F0D0D url('./img/panel-home.jpg') no-repeat center left;
	margin-bottom: 75px;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: right;
}
.panel-left__private {
	background: #0F0D0D url('./img/panel-private.jpg') no-repeat center left;
	margin-bottom: 75px;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: left;
}
.panel-left__menu {
	background: #0F0D0D url('./img/panel-menu.jpg') no-repeat center right;
	margin-bottom: 75px;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center left;
}
.panel-left2 {
	background: #0F0D0D url('./img/wedding-panel.jpg') no-repeat center right;
	margin-bottom: 75px;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center left;
}
.panel-left3 {
	background: #0F0D0D url('./img/masterclass_panel.jpg') no-repeat center right;
	margin-bottom: 75px;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center left;
}
.panel-content {
	padding:88px 0;
	max-width: 480px;
	text-align: center;
	display: inline-block;
}
.panel-left__private .panel-content {
	
	padding:120px 0;
}
.panel-content .heading {
	font-size: 34px;
	line-height: 47px;
}
.panel-content p {
	color: #fff;
	margin:10px 0 0 0;
	padding:0;
}
.panel-left__private .panel-content .heading {
	color: #fff;
}
.panel-left__private .panel-content .cta {
	color: #fff;
	border: 1px solid #fff !important;
}
.panel-left__private .panel-content .cta:before {
	border: 1px solid #fff !important;
}
.light .cta {
	margin-top: 40px;
}




.contact-infos {
	margin: 80px 0;
} 
.contact-infos .light h2 {
	font-weight: 400;
}
.contact-copy {
	padding-left: 40px;
}
.contact-copy h3 {
	font-weight: 400;
	letter-spacing: 4px;
}
.light .contact-copy a {
	color: #5D0749;	
}

.contact-copy a:hover {
	color: #A68362;
}
@media only screen and (max-width : 690px) {
	.contact-copy {
		padding-left: 0;
		margin-top:40px;
	}
	.intro h1, .light .heading {
		font-size: 35px;
		letter-spacing: 4px;
		line-height: 45px;
	}
}

.slider-grid {
	margin: 80px 0;
}
.vertical-slider {
	margin-bottom: 40px;
}
.vertical-slider__content {
	background-color: #fff;
	text-align: center;
	position: relative;
}
.vertical-slider__content:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 20px 15px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top:-20px;
	left:50%;
	margin-left: -15px;
}
.vs-wrapper {
	padding:20px;
}
.vertical-slider__content h3 {
	font-size:16px;
	letter-spacing: 2px;
	line-height:23px;
	font-weight: 400;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
.vertical-slider__content p {
	padding:0;
	color: #5D0749 !important;
	font-size:16px;
	line-height:23px;
	font-weight: 400;
	margin:0 0 10px 0;
}
.equipment {
	background: url('./img/bg-eq.jpg') no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
}
.no-backgroundsize .equipment {
	background: #24404D;
}
.equipment {
	padding:50px 30px;
}
.equipment > h4 {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin:0;
	color: #F5F2EF !important;
}
.equipment ul {
	margin-left: 20px;
}
.equipment ul li {
	color: #F5F2EF;
	font-size: 20px;
	margin-bottom: 5px;
}
.equipment ul li > ul li {
	list-style-type: none;
}

.standard-content {
	text-align: left;
}
.light .standard-content h2:after {
	content: "";
	display:none;
}
.light .standard-content h2 {
	padding:0;
	font-weight: 400;
	font-size: 20px;
}
.light .standard-content img {
	display: inline-block;
	margin:20px 0;
}
.light .standard-content h2, .light .standard-content h3, .light .standard-content h4,
.light .standard-content h5, .light .standard-content h6  {
	margin:0 0 10px 0;
}
.light .standard-content h3, .light .standard-content h4,
.light .standard-content h5, .light .standard-content h6 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}
/* ============================================================
   24.GRID
/* ============================================================ */

.clear {
	clear: both;
}
.row:before, .row:after, .grid:before, .grid:after,
.clearfix:before, .clearfix:after{
    content: "";
    display: table;
}
.row:after, .grid:after, .clearfix:after {
	clear: both;
}
.grid {
	overflow: hidden;
	margin-left: -30px;
}
.grid-col {
	float: left;
	width:100%;
	padding-left: 30px;
}
.col-1-2 {
	width:50%;
	float: left;
}
.half-centered {
	width: 100%;
	max-width: 568px;
	margin:0 auto;
}
.col-1-3 {
	width:33.3333%;
}
.col-4-6 {
	width:60%;
}
.col-2-6 {
	width:40%;
}
.col-reset {
	position: relative;
}

#grid[data-columns]::before {
	content: '3 .column.size-1of3';
	opacity:0;
}
.column { float: left; }
.size-1of3 { width: 33.3333%; }
@media only screen and (max-width: 782px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
	.size-1of2 { width: 50%; }
}
.grid-columns a {
	display:block;
	width: 100%;
	position: relative;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease; 
}
.padded {
	padding:10px 10px 0 10px;
	position: relative;
}
.caption {
	position: absolute;
	top:20px;
	bottom:20px;
	right: 20px;
	left:20px;
	background: rgba(255,255,255, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease; 
	z-index:2;
}
.caption span {
	display: block;
	text-align:center;
	width: 100%;
	padding:0 30px;
	font-size:16px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#AB825E;
	position: absolute;
	top: 50%;
	left:0;
	height: 16px;
	line-height: 16px;
	margin-top: -8px;
	z-index:2;
}
.video-item {
	position: relative;
	display: block;
}
@media screen and (max-width: 700px) {
	.caption span  {
		font-size: 11px;
		padding:0 5px;
		top:45%;
	}
}
.gallery-item:hover .caption {
	opacity:1;
}
.video-item:hover .caption {
	opacity:1;
}
.grid-columns a > img {
	vertical-align: bottom;
}
#sliding-menu {
	 background: #F5F2EF !important;
}
#left-nav {
	background: #F5F2EF !important;
}
/* ============================================================
   24. MEDIA QUERIES
/* ============================================================ */

@media only screen and (max-width: 1380px) {
.section-container {
    max-width: 1100px; 
}
.light .to-page-heading__title {
	max-width: 1100px;
}

}
@media only screen and (max-width: 1300px) {
.section-container { 
	/* max-width: 880px;  changed */
	margin: 0 auto;  
	position: relative; 
}
.light .to-page-heading__title {
	max-width: 880px;
}
.intro .section-container {
    padding:80px 20px; 
} 
.to-page-nav.section-container {
	margin: 10px 0;
}
.index-container {
	margin: 80px auto 60px auto;
}
.light-box-video {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
h1#single-post-title {
	max-width: 620px;
}
.items-results-count {
	font-size: 32px;
	font-weight: 300 !important;
	text-align: center;
	margin: 25px 0;
	padding: 0 10px;
}
.items-results .items-from {
	border-bottom: 1px solid;
	margin: 30px 40px;
	padding: 10px 0;
}
.items-results .to-search-item {
	padding: 0 70px;
}
}
@media only screen and (max-width: 1080px) {
.cart-counter {
	left: 34px;
	right: auto;
}
}
@media only screen and (max-width: 1000px) and (min-width: 1px) {
.portfolio-sidebar {
	width: 100%;
	padding: 0;
}
.boxsizing .portfolio-sidebar {
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.section-container #portfolio-nav {
	float: none;
	margin: 15px 0 0 0;
}
#footer-social {
	text-align: left;
}
#footer-social a {
	margin-left: 0;
	margin-right: 4px;
	color: #9B9B9B;
}
#footer-social a:hover {
	color: #AB825E;
}
#sidebar,
#sidebar.col-last {
	padding: 0;
	margin: 0;
}
.footer-contact__left {
	float:none;
	margin-bottom: 20px;
}
.footer-contact__right {
	float:none;
}
#footer-inner-bottom {
	padding: 26px 20px;
}
}
@media only screen and (min-width : 690px) and (max-width : 1000px) {	
.section-container {
    max-width: 820px;
    padding:0 20px; 
}
.light .to-page-heading__title {
	max-width: 820px;
	padding:0 20px; 
} 
.menu-buttons a {
	margin-bottom: 10px;
}
.col {
	margin-bottom: 15px;	
}
.five-cols {
	width: 50%;
}
.col-1, 
.col-2, 
.col-3, 
.col-4, 
.col-5, 
.col-6, 
.col-7, 
.col-8, 
.col-9, 
.col-10, 
.col-11, 
.col-12 { 
	width: 100%; 
	margin-left: 0px; 
}
.col1-4 { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.col1-4.col-3 { 
	width: 48%; 
	margin-bottom: 2%; 
	margin-right: 15px; 
	margin-left: 0px; 
	padding: 15px; 
	float: left; 
}
.col1-4.col-3.clear-both { 
	clear: both; 
}
.col1-4.col-3.right-edge { 
	margin-right: 0px; 
}
.col.col-4 .col.col-2, 
.col.col-3 .col.col-2, 
.col.col-2 .col.col-2, 
.col.col-6 .col.col-2 {
	width: 7%!important;
}
.col.col-4 .col-10, 
.col.col-3 .col.col-10, 
.col.col-2 .col.col-10, 
.col.col-6 .col.col-10 {
	width: 91%!important;
}
h1,h2,
.to-page-heading .single-title,
.woocommerce div.product div.summary h1  {
	font-size: 32px;
	line-height: 38px;
}
.to-slide .to-slide-content-inner h1 {
	/*font-size: 45px !important;
	line-height: 45px !important;
	margin-bottom: 10px !important;*/
}
.to-slide .to-slide-content-inner p {
	font-size: 18px !important;
}
.items-results-count {
	padding: 0 10px;
}
.items-results .items-from {
	margin: 30px 0;
}
.items-results .to-search-item {
	padding: 0 30px;
}
}
@media screen and (max-width: 782px) {
html.admin {
	margin-top: 0 !important;
	top: 46px !important;
}
.light .to-page-heading__title {

    padding:0 20px; 
} 
.pictrure-grid__content {
	border:none;
}
.pictrure-grid__internal {
	margin-left:0;
}
.menu-buttons a {
	margin-bottom: 10px;
}
#error-404 {
	padding:0 20px;
}
.admin-bar #header.fixed,
.admin-bar #header.search,
.admin-bar #search-container,
.admin-bar #sliding-sidebar,
.admin-bar #sliding-menu {
	margin-top: 46px !important;
	background-color: #fff;
}
.table-footer, .footer-nav, .footer-logos {
	display: block;
	text-align: center;
}
.footer-logos {
	margin-top: 20px;
}

}
@media only screen and (max-width : 850px) {
	.page-template-template-offers .promos-copy .cta {
		display:block;
		margin: 0 0 20px 0;
	}
}
@media only screen and (max-width : 690px) {
.private-dining .section-container {
	padding: 40px 20px;
}
.panel-left {
	background: #0F0D0D;
}
.panel-left__menu {
	background: #0F0D0D;
}
.panel-right {
	background: #0F0D0D;
}
.panel-left__private {
	background: #0F0D0D;
}
.panel-left2 {
	background: #0F0D0D;
}
.panel-left3 {
	background: #0F0D0D;
}
.panel-content {
	display: block;
}
.light .to-page-heading__title {

    padding:0 20px; 
} 
.grid {
	margin-left:0;
	overflow: hidden;
	margin-left: -30px
}	
.col-1-2 {
	width:100%;
	float:none;
}
.grid-col {
	padding-left: 30px;
}
.col-1-3 {
	width:100%;
}
.grid-panels .p-1,
.grid-panels .p-2,
.grid-panels .p-3 {
	min-height: 300px;
}
.grid-panels .p-1,
.grid-panels .p-2 {
	margin-bottom: 20px;
}
.col-4-6 {
	width:100%;
}
.col-2-6 {
	width:100%;
}	
.section-container {
    /*max-width: 420px; */
    padding: 0 20px;
}
.pictrure-grid__4 {
	background: url('./img/promo4.jpg') no-repeat center center;
	-webkit-background-size: cover; /* Safari 3-4 */
    background-size: cover;
    display:block;
    position: static;
	min-height: 273px;
}
.col-reset {
	padding-left:0;
	margin-top: 20px;
}
.pictrure-grid__4 .pictrure-grid__content {
	right:10px;
}
.pictrure-grid__4 .overlay-bg {
	right:10px;
}
h2,
.to-page-heading .single-title,
.woocommerce div.product div.summary h1 {
	font-size: 26px !important;
	line-height: 34px !important;
}
.to-page-nav.section-container {
	margin: 10px 0;
}
/*.to-page-heading .title {
	font-size: 36px !important;
	line-height: 36px !important;
}*/
.to-page-heading .subtitle {
	font-size: 20px;
	line-height: 26px;
}
.col {
	margin-bottom: 25px;
}
.col.col-12 {
	margin-bottom: 0;	
}
.five-cols {
	width: 100%;
}
.col-1, 
.col-2, 
.col-3, 
.col-4, 
.col-5, 
.col-6, 
.col-7, 
.col-8, 
.col-9, 
.col-10, 
.col-11, 
.col-12 { 
	width: 100%; 
	margin-left: 0px; 
}
.col.col-4 .col.col-2, 
.col.col-3 .col.col-2, 
.col.col-2 .col.col-2, 
.col.col-6 .col.col-2 {
	width: 15%!important;
}
.col.col-4 .col-10, 
.col.col-3 .col.col-10, 
.col.col-2 .col.col-10, 
.col.col-6 .col.col-10 {
	width: 83%!important;
}
#to-author-bio {
	margin: 0;
}
#to-author-bio img {
	display: none;
}
#to-author-info {
	margin: 0;
}
#post-nav #post-prev-link h3,
#post-nav #post-next-link h3 {
	display: none;
	margin: 0;	
}
.comment-list .comment-meta {
	margin: 0;
}
.comment-list li.comment > div {
	padding: 25px 0 25px 0;
}
.comment-list li.comment > div img.avatar {
	display: none;
}
.comment-list .reply {
	display: block;
	position: relative;
	margin: 15px 0 0 0;
	top: auto;
	bottom: auto;
	left: -10px;
	text-align: right;
}
.comment-list .parent:after,
.comment-list .children:after,
.comment-list .children:before,
.comment-list .children:first-child:before {
	display: none;
}
.to-slide.left .to-slide-content-inner,
.to-slide.center .to-slide-content-inner,
.to-slide.right .to-slide-content-inner {
	padding: 0;
}
.post-info .post-date,
#single-post-information {
	display: none;
}
.post-info-inner {
	left: 0;
	margin: 0;
}
.post-content-holder p,
.post-content-holder .cta {
	margin: 0 !important;
}
h1,
.to-slide .to-slide-content-inner h1 {
	/*font-size: 36px !important;
	line-height: 36px !important;
	margin-bottom: 10px !important;*/
}
.to-slide .to-slide-content-inner p {
	font-size: 16px  !important;
	line-height: 16px !important;
}
.to-slide .to-slide-content-inner .to-button {
	font-size: 14px;
}
.to-lb-video {
	width: 80%;
}
.section-container #portfolio-nav #portfolio-all-items,
.section-container #portfolio-nav #portfolio-prev-link,
.section-container #portfolio-nav #portfolio-next-link {
	font-size: 24px;
}
.section-container #portfolio-nav {
	height: 35px;
	max-height: 35px;
	line-height: 35px;
}
.items-results-count {
	padding: 0 10px;
}
.items-results .items-from {
	margin: 30px 0;
}
.items-results .to-search-item {
	padding: 0 20px;
}
.items-results .to-search-item-excerpt {
	max-height: 75px;
	overflow: hidden;
}
.menu-buttons a {
	margin: 0 0 10px 0;
	display: block;
}
.headerColor {
	background-color: #fff !important;
}
}
@media screen and (max-width: 480px) {	
.section-container {
    /*max-width: 300px; */
}
.light .to-page-heading__title {

    padding:0 20px; 
}  
input.search {
	padding: 8px 0 9px 0;
	font-size: 24px;
	line-height: 45px !important;
}
#sliding-sidebar {
	width: 275px;
}
.touch #sliding-sidebar {
	-webkit-transform: translate3d(275px,0,0);
	-moz-transform: translate3d(275px,0,0);
	-o-transform: translate3d(275px,0,0);
    -ms-transform: translate3d(275px,0,0);
	transform: translate3d(275px,0,0);
}
#sliding-sidebar-inner {
	padding: 25px;
}
.csstransitions .sidebar-anim #body-overlay,
.csstransitions .sidebar-anim #outer-container,
.csstransitions .sidebar-anim #header,
.csstransitions .sidebar-anim #scrollToTop {
	-webkit-transform: translate3d(-275px,0,0) !important;
	-moz-transform: translate3d(-275px,0,0) !important;
	-o-transform: translate3d(-275px,0,0) !important;
	-ms-transform: translate3d(-275px,0,0) !important;
	transform: translate3d(-275px,0,0) !important;
}
.no-csstransitions .sidebar-anim #body-overlay,
.no-csstransitions .sidebar-anim #outer-container,
.no-csstransitions .sidebar-anim #header,
.no-csstransitions .sidebar-anim #scrollToTop {
	left: -275px !important;
}
.light-box-container img {
	max-width: 90%;
}
#to-slider-prev,
#to-slider-next {
	width: 0;
	overflow: hidden;
	opacity: 0;
}
.slider-buttons {
	display: none;
}
h1,
.to-slide .to-slide-content-inner h1 {
	margin-bottom: 10px !important;
}
.to-slide .to-slide-content-inner p {
	font-size: 14px  !important;
	line-height: 14px !important;
}
.comment-list .children {
	padding-left: 0;
}
}

/* ==========================================================================
   Booking
   ========================================================================== */

#OT_searchWrapperAll, .picker-container {
	text-align: left;
	color: #AB825E;
	margin-top: 0 !important;
	height: 424px !important;
}
.picker__frame {
	min-height: 310px;	
}
#OT_searchWrapperAll, 
#OT_searchWrapperAll *, 
#OT_searchWrapperAll *:before, 
#OT_searchWrapperAll *:after {
	box-sizing: content-box;
	 -webkit-box-sizing: content-box;
	-mox-box-sizing: content-box;
}
#OT_searchWrapperAll {
	height: 280px;
}
#dateDisplay, .OT_feedTitle {
	width: auto !important;
	display: none !important;
}

#OT_defList dt {
	text-align: left;
	width: auto;
	position: static;
	padding: 0;
	margin: 0;
	font-size: 16px;
	width:100%;
	color: gray;
	font-family: 'Brandon Grotesque', sans-serif;
	font-style:italic;
	line-height: 22px;
	letter-spacing: 2px;
	color: #AB825E;
}
#OT_defList {
	width:100%;
}
#OT_defList dd {
	position: static !important;
}
#OT_date {
	width:100% !important;
}
#OT_searchWrapperAll input[type="text"], 
#OT_searchWrapperAll select, 
#OT_searchWrapperAll option {
	width: 100% !important;
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	margin: 0 0 12px !important;
	line-height: 2;
	/*max-width:170px;*/
	height: 40px;
	background: #fff;
	padding: 7px;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #AB825E;
	font-family: 'Brandon Grotesque', sans-serif;
	letter-spacing: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#OT_searchWrapperAll #OT_submitWrap {
	position: relative !important;
	display: inline-block;
	margin: 0;
	top: 0;
	left: 0;
	margin-top: 12px;
	width: 100%;
}
.btn--new-submit {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-family: 'Brandon Grotesque', sans-serif;
	text-align: left;
	z-index: 1;
	display: block;
	background-color: transparent;
	color: #AB825E;
	border: 1px solid #AB825E !important;
  	line-height: 13px;
  	font-size: 14px;
	-webkit-appearance: none;
	appearance:none;
	-moz-appearance:none;
	transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	padding:5px 20px;
	text-shadow: none;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 400;
}
.btn--new-submit:hover {
	background-color: #AB825E;
	color:#fff;
}

/*@import "picker.scss";*/

/* Pop Up Window rendering below in the viewport -- Fix --
   ========================================================================== */
#TB_window {
top: 4% !important;
}
#OT_time {
	padding-left: 0;
}


/* Hide New iframe from openTable breaking layout
   ========================================================================== */
#cal1Shim {
display: none !important;
}

.widget_text > h4 {
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 34px;
	margin:0 0 25px 0;
	font-weight: 400;
	text-align: center;
	color: #AB825E !important;
}
.textwidget > p {
	color: #5D0749 !important;
	font-size: 18px;
	line-height: 25px;
}
.sidebarColor {
	background:  #F3F3F3 !important;
}
#OT_date > div {
	position: relative;
}
.picker__holder {
	top:-50px;
}
.form-container {
	margin: 30px 0;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}
.form-fields {
	margin: 0;
}
.form-fields li {
	list-style-type: none;
	display:block;
	margin-bottom: 20px;
}
.form-fields li label {
	color:#AB825E;
	font-family: "brandon-grotesque",sans-serif;
	font-weight: 400;
}
.form-container input[type=submit] {
	min-width: 150px;
	margin-top: 20px;
}
.form-message {
	margin:20px 0 0 0;
}
#response {
	display:none;
}
.standard-content p, .light .standard-content h2,
.light .standard-content h3, .light .standard-content h4,
.light .standard-content h5, .light .standard-content h6  {
	padding:0 70px;
	margin: 30px 0;
}

.halfsize {
	max-width: 70% !important;
}
.loading-container {
	display:none;
}

@media screen and (max-width: 782px) {
	.standard-content p, .light .standard-content h2,
	.light .standard-content h3, .light .standard-content h4,
	.light .standard-content h5, .light .standard-content h6  {
		padding:0;
	}
	.halfsize {
		max-width: 100% !important;
	}
}

.page-id-16 #header, .error404 #header {
	background-color: rgba(255,255,255, 0.89);
}

.table-grid {
	display: table;
	width: 100%;
}
.page-template-template-offers .table-grid {
	margin-bottom: 40px;
}
.table-grid__cell {
	display:table-cell;
	width: 50%;
	min-height: 516px;
	vertical-align: middle;
	text-align: center;
	padding:55px;
	text-align: center;
}
.page-template-template-offers .table-grid__cell {
	/*padding:55px 55px 55px 0;*/
	width:60%;
}
.page-template-template-offers .table-grid__cell:last-of-type {
	width:40%;
}
.home .table-grid__cell {
	padding:95px 55px;
}
@media only screen and (max-width : 850px) {
	.table-grid {
		display:block;
	}
	.table-grid__cell {
		display:block;
		width: 100%;
		min-height: 0;
		vertical-align: middle;
		text-align: center;
		padding:45px 25px 45px 25px;
	}
	.page-template-template-offers .table-grid__cell,
	.page-template-template-offers .table-grid__cell:last-of-type {
		/*padding:55px 55px 55px 0;*/
		width:100%;
	}
	.page-template-template-offers .promos-copy .cta {
		max-width: 230px;
		text-align: center;
	}
	.promo-4, .promo-5, .promo-6 {
		min-height: 400px;
	}
}
.about-content {
	text-align: left;
}
.about-content {
	padding: 80px 0;
}
.about-content h2 {
	font-weight: 100 !important;
	font-size: 25px;
	margin:0;
}
h2.no-margin {
	margin:0;
}


.light .about-content h3 {
	font-weight: 100 !important;
	font-size: 16px;
}
.light .about-content h2 + h3 {
	margin:0 0 25px 0;
}
.table-grid2 {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.table-cell {
	display:table-cell;
	vertical-align: top;
	min-width: 195px;
}
.table-cell:last-of-type {
	padding-left: 40px;
}
@media only screen and (max-width : 690px) {
	.table-grid2 {
		display:block;
	}
	.table-cell {
		display:block;
		width: 100%;
	}
	.table-cell:last-of-type {
		padding-left: 0;
	}
}

.light .video {
	margin:0 0 40px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ab825e;
	text-align: left;
}
.carrer-content {
	padding: 80px 0;
}
.page-template-template-career .carrer-content {
	max-width: 616px;
  	margin: 0 auto;
}
.light .single-job {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ab825e;
}
.light .single-job .cta {
	margin-top: 0;
}
.single-job__header {
	background-color: #ab825e;
	padding:15px;
	margin-bottom: 25px;
}
.light .single-job h3, .light .single-job h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 100;
	margin:0;
	letter-spacing: 2px;

}
.light .single-job h4 {
	color: #fff;
	font-weight: 100;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.light .single-job h5 {
	color: #fff;
	font-weight: 100;
	margin: 10px 0 0 0;
	letter-spacing: 1px;
}

.book-promo-box {
	border-top: 1px solid #AB825E;
	border-bottom: 1px solid #AB825E;
	padding:50px 0;
	text-align: center;
}
.light .book-promo-box p {
	line-height: 30px;
	font-weight: 600;
	font-size: 14px;
	font-family: "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #AB825E;
	margin:0;
	padding:0;
}
#single-post-section .cta {
	margin:0 0 0 20px;
}
#single-post-section .cta:hover {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 600px) {
	#single-post-section .cta {
		display: block;
		margin: 15px 0 0 0;
	}
}
.video-line {
	margin:10px 0 0 0;
}
.screen-reader-text {
	display: none;
}
.type-post > h2,
.type-post > h3,
.type-post > h4,
.type-post > h5,
.type-post > h6 {
	font-size: 18px;
	letter-spacing: 5px;
	line-height: 30px;
	margin:0 0 20px 0;
	text-transform: uppercase;
	font-weight: 400;
}
h3.slide-title {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 25px;
	text-align: center;
	margin: 0 0 10px 0;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=password], .wpcf7 input[type=tel], .wpcf7 input[type=url]  {
	color: #ab825e;
}
.light .about-content h2 {
	color: #AB825E;
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing: 4px;
}
h2.section-heading {
	margin:25px 0 !important;
	padding:20px 0;
	border-bottom: 1px solid  #AB825E;
}
.job h3, .job h1 {
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 20px;
    line-height: 34px;
}
.content {
	margin-top: 60px;
}
.book {
	padding-top: 70px;
	background-color: #F3F3F3;
}

/*HOME SLIDESHOW*/
.home-slide__1 {
	background: url('./img/slides/slide-01.jpg') no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	height: 95vh;
	width: 100%;
}
.home-slide__temp{
	background: url('./img/slides/temp1.jpg') no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	height: 95vh;
	width: 100%;
}
.home-slide__2 {
	background: url('./img/slides/slide-02.jpg') no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	height: 95vh;
	width: 100%;
}
.home-slide__3 {
	background: url('./img/slides/slide-03.jpg') no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	height: 95vh;
	width: 100%;
}
.home-slide__4 {
	background: url('./img/slides/slide-04.jpg') no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	height: 95vh;
	width: 100%;
}
@media screen and (max-width: 650px) {
	.home-slide__1 {
		background: url('./img/slides/mobile-slide-01.jpg') no-repeat top center;
		background-size: cover;
		-webkit-background-size: cover;
		height: 95vh;
	}
	.home-slide__2 {
		background: url('./img/slides/mobile-slide-02.jpg') no-repeat top center;
		background-size: cover;
		-webkit-background-size: cover;
		height: 95vh;
	}
	.home-slide__3 {
		background: url('./img/slides/mobile-slide-03.jpg') no-repeat top center;
		background-size: cover;
		-webkit-background-size: cover;
		height: 95vh;
	}
	.home-slide__4 {
		background: url('./img/slides/mobile-slide-04.jpg') no-repeat top center;
		background-size: cover;
		-webkit-background-size: cover;
		height: 95vh;
	}
}
.home #header-spacer {
	display:none;
}
.single-article-title {
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 20px;
    line-height: 34px;
    margin:0 0 40px 0;
}
.intro h1.single-article-title {
	 margin:0 0 40px 0;
	 letter-spacing: 4px;
	font-weight: 400;
}

.mobile-call {
	padding: 20px 25px;
	display:block;
	background: #FAFAFA;
	text-align: center;
}
.mobile-call p {
	font-size: 18px;
	line-height:20px;
	color: #5D0749 !important;
	margin:0;
	padding:0;
	display:inline-block;
	letter-spacing: 1px;
}
.mobile-call p:before {
	content: "";
	width:22px;
	height:22px;
	display:inline-block;
	background: url('./img/icons/tel.svg') no-repeat 0 0;
	vertical-align: middle;
	margin-right: 10px;
}
@media screen and (min-width: 600px) {
	.mobile-call {
		display:none;
	}
}


#top-nav li.menu-item-906 {
	display: none !important;
}

#book-i {
	width:auto;
	text-transform:uppercase;
	font-family: "brandon-grotesque",sans-serif;
}




.food-made-good-award{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
	max-width:60px;
}







/*//////////////////////////////////*/
/* Fifteenth Anniversary Page Style */
/*//////////////////////////////////*/
.fa-tl{
	text-align:left;
}
.fa-subheader{
	font-size:18px!important;
	line-height:30px!important;
	letter-spacing:5px!important;
	color:#AB825E!important;
	font-family: "brandon-grotesque",sans-serif!important;
	padding-bottom:30px;
}
.fa-small-text{
	font-size:14px;
	line-height:20px;
	letter-spacing:1px;
}
.fa-cta img{
	opacity:0;
	transition:all .3s ease;
	margin-left:-10px;
}
.fa-cta:hover img{
	opacity:1;
	margin-left:10px;
}
.fa-pd-t-10{
	padding-top:10px!important;
}
.fa-grid-image{
	width: 100%;
    height: 472px;
    background-size: cover;
    background-position: center center;
}
.t-and-cs p,.fa-small-text a{
	color:#9B9B9B;
	font-family:"brandon-grotesque",sans-serif;
}
.fa-landing-page .section-container {
    padding:80px 20px; 
} 
.nope{
	-webkit-filter: grayscale(1);
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(1);
}
.nope a{
	cursor: not-allowed;
	margin-top:0px;
}
.nope a:hover{
    color: inherit!important;
    background-color: transparent!important;
}




