/*
Theme Name: Craft Beer Nation
Theme URI: http://www.kleverthemes.co.uk/craftbeernation;
Author: Klever Media
Author URI: http://www.klevermedia.co.uk 
Description: Craft Beer Nation is a professionally designed WordPress/WooCommerce theme aimed at craft beer clubs, small beer brewers & beer shop owners. It’s designed on the bootstrap 3 grid system and is fully responsive to mobile devices. The template is unique and modern and a great fit for any craft beer brewers alike.
Version: 1.0.3
Text Domain: craft-beer-nation
License: GPL V2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: sticky-post, full-width-template, custom-colors

*/

/** Contents

    -- Body
    -- Heading
    -- Sections
    -- Age verification
    -- Hero
    -- Scroll navigation
    -- Headings
    -- Navigation
    -- Dropdown
    -- Horizontal menu
    -- Pagination
    -- Map
    -- Contact list
    -- Form
    -- Icon grid
    -- Button styles
    -- Bootstrap carousel
    -- Owl carousel
    -- Product
    -- Category
    -- Sidebar
    -- My account
    -- View orders
    -- Latest posts
    -- Post formatting
    -- Single blog
    -- Cart
    -- Checkout
    -- Thank you
    -- History timeline
    -- Single product
    -- Reviews
    -- Tabs
    -- Comments
    -- Counter
    -- Modal
    -- Counters
    -- Partners
    -- Footer
    -- WordPress
    -- KeyFrames
    -- MEdia Queries

**/

/**  Body  **/

::-moz-selection {
    color: #fff;
    background: #cbb27c;
}

::selection {
    color: #fff;
    background: #cbb27c;
}

html,
body {
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;

    height: 100%;

    color: #1b1d1e;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

a:link,
a:active,
a:visited {
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
    text-decoration: none;

    color: #cbb27c;
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;

    color: #ba9a56;
}

p {
    margin: 0 0 20px 0;
}

p:last-child {
    margin-bottom: 0;
}

.page-template-default p {
    max-width: 80%;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4em;

    margin: 0 0 10px 0;

    text-shadow: 1px 1px 1px rgba(0,0,0,.004);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3 {
    font-size: 18px;
    font-weight: 800;

    letter-spacing: 4px;
    text-transform: uppercase;
}

h4 {
    font-size: 14px;
    font-weight: 800;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #cbb27c;
}

*:focus {
    outline: none;
    box-shadow: none;
}

blockquote {
    padding: 20px;

    color: #444;
    border: none;
    border-left: 4px solid;
}

blockquote:before {
    font: normal normal normal 20px/1 FontAwesome;

    display: inline-block;

    margin-right: 10px;

    content: '\f10d';
}

blockquote p {
    display: inline;
}

input:focus,
input:active,
select:focus,
select:active {
    box-shadow: none !important;
}

.screen-reader-text {
    display: none;
}

figure {
    max-width: 100%;
}

/**  Headings  **/

.single-product header h1,
header h1 {
    font-family: 'Grand Hotel', cursive;
    font-size: 32px;
    line-height: 1em;

    margin: 0;

    color: #cbb27c;
}

header h2 {
    font-family: 'Catamaran', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1em;

    letter-spacing: 3px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
        word-wrap: break-word;

    color: #1b1d1e;
}

header span {
    font-family: 'Grand Hotel', cursive;
    font-size: 24px;

    margin: 0;

    color: #cbb27c;
}

/**  Breadcrumbs  **/

.breadcrumbs {
    font-size: 12px;

    float: right;

    margin: 0;

    letter-spacing: 1px;
}

/**  Sections  **/

.section {
    position: relative;
    z-index: 1;

    padding-top: 100px;
    padding-bottom: 100px;

    background: #fff;
    background-repeat: no-repeat !important;
}

.centred {
    text-align: center;
}

.no-padding {
    padding: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.wrapper {
    position: relative;

    overflow-x: hidden;

    background: #1b1d1e;
}

.light {
    background-color: #f8f8f8;
}

.light .btn,
.light .btn:hover {
    color: #fff;
    box-shadow: inset 0 0 0 2px #f8f8f8;
}

.light .onsale {
    z-index: 99;

    box-shadow: 0 0 0 4px #f8f8f8;
}

.light blockquote {
    background: #fff;
}

.white .btn,
.white .btn:hover {
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

.white .product .onsale,
.white .onsale {
    z-index: 99;

    box-shadow: 0 0 0 4px #fff;
}

.white blockquote {
    background: #fff;
}

.dark.section {
    background-color: #1b1d1e;
}

.dark h2,
.dark h3,
.dark p {
    color: #fff;
}

.dark .btn,
.dark .btn:hover {
    box-shadow: inset 0 0 0 2px #1b1d1e;
}

.dark .onsale {
    z-index: 99;

    box-shadow: 0 0 0 4px #1b1d1e;
}

.super-dark {
    background-color: #181a1b;
}

.super-dark h2,
.super-dark h3,
.super-dark p {
    color: #fff;
}

.super-dark .btn,
.super-dark .btn:hover {
    box-shadow: inset 0 0 0 2px #181a1b;
}

.super-dark .onsale {
    z-index: 99;

    box-shadow: 0 0 0 4px #181a1b;
}

div[class^='col'],
div[class^='container'] {
    background-repeat: no-repeat;
    background-position: static;
}

.padding-80 {
    padding: 80px;
}

.padding-80-0 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-30-0 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-30-top {
    padding-top: 30px;
    padding-bottom: 0;
}

.matchHeight {
    display: flex;

    align-items: center;
    /*flex-direction: column;*/
}

.alignMiddle {
    width: 100%;
}

.alignRight {
    text-align: right;
}

.btn-wrap {
    margin-top: 40px;
    padding-top: 40px;

    text-align: right;

    border-top: 1px solid #f8f8f8;
}

hr.space-20 {
    height: 20px;

    border: none;
}

hr.space-40 {
    height: 40px;

    border: none;
}

/**  Age verification  **/

#ageVerification {
    display: flex;
    flex-direction: column;

    text-align: center;

    justify-content: center;
}

#ageVerification .modal-content {
    border-radius: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

#ageVerification .modal-body {
    padding: 30px 15px;
}

#ageVerification .modal-footer {
    text-align: center;
}

#ageVerification .modal-footer .btn {
    margin: 0 5px;

    color: #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

/**  Hero  **/

#hero {
    height: 90%;
    min-height: 600px;
    margin: 0 -15px;

    background-color: #101112;
}

#hero h1 {
    font-family: 'Grand Hotel', cursive;
    font-size: 34px;

    margin: 0 0 10px 0;

    -webkit-animation: Heading 1s 1s forwards;
       -moz-animation: Heading 1s 1s forwards;
         -o-animation: Heading 1s 1s forwards;
            animation: Heading 1s 1s forwards;

    opacity: 0;
    color: #d1af65;
}

#hero h2 {
    font-family: 'Catamaran', sans-serif;
    font-size: 54px;
    font-weight: 800;
    line-height: 1.3em;

    margin: 0 0 10px 0;

    -webkit-animation: SubHeading 1s 1s forwards;
       -moz-animation: SubHeading 1s 1s forwards;
         -o-animation: SubHeading 1s 1s forwards;
            animation: SubHeading 1s 1s forwards;
    letter-spacing: .3em;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
        word-wrap: break-word;

    opacity: 0;
    color: #fff;
}

#hero .btn,
#hero .btn:hover {
    font-size: 14px;

    -webkit-animation: Button 2s 2s forwards;
       -moz-animation: Button 2s 2s forwards;
         -o-animation: Button 2s 2s forwards;
            animation: Button 2s 2s forwards;

    opacity: 0;
}

#hero .carousel-inner,
#hero .carousel-inner .item,
#hero.single-page,
#hero.error-page {
    height: 100%;
    min-height: 600px;

    text-align: center;

    background-size: cover;
}



#hero.error-page {
    border-bottom: 1px solid #cbb27c;
}

#hero .carousel-inner .item {
    background-position: center;
    background-size: cover;
}


#hero .container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;

    margin: auto;

    -webkit-transform: none;
       -moz-transform: none;
            transform: none;

    align-items: center;
    justify-content: center;
}

#hero .container .blurb {
    position: relative;

    width: 100%;
}

#hero .carousel-indicators {
    right: 0;
    bottom: 0;
    left: 0;

    display: flex;

    width: 100%;
    margin: 0;

    background: #cbb27c;
}

#hero .carousel-indicators li,
#hero .carousel-indicators li.active {
    height: 7px;
    margin: 0;

    border: none;
    border-radius: 0;
    background: #cbb27c;

    flex-grow: 1;
}

body #hero .carousel-indicators li.active {
    background: rgba(0, 0, 0, .25);

    background-blend-mode: overlay;
}

#hero.single-page {
    z-index: 5;

    height: 500px !important;
    min-height: 500px;

    border-bottom: 1px solid #cbb27c;
    background-position: center;
    background-size: cover;
}

#hero .background {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: .1;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Fade transition for carousel items */
.carousel-fade .carousel-inner .item {
    transition-property: opacity;

    opacity: 0;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    z-index: 1;
    left: 0;

    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 0;
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 0;
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}

#hero.error-page input[type='search'] {
    max-width: 300px;
    margin: 0 auto 30px auto;

    text-align: center;

    border-color: rgba(255, 255, 255, .2);
}

.error404 input[type='search'] {
    max-width: 300px;
    margin: 0 auto 30px auto;

    text-align: center;
}

#hero.error-page .search-form .screen-reader-text,
.error404 .search-form .screen-reader-text {
    display: none;
}

#hero.error-page .search-form label,
.error404 .search-form label {
    display: block;

    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px auto;
}

#hero.error-page .search-form .search-submit {
    float: none;

    box-shadow: inset 0 0 0 2px #131314;
}

.error404 .search-form .search-submit {
    float: none;
}

/**  Scroll navigation  **/

.admin-bar .navbar.banner--clone {
    top: 30px;
}

.navbar.banner--clone {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;

    width: 100%;
    padding: 20px 0;

    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    border-bottom: 1px solid #181a1b;
    background: rgba(24, 25, 26, .9);
}

.navbar.banner--clone .heading {
    display: none;
}

.navbar.banner--clone img {
    max-height: 80px;
}

.navbar.banner--clone .nav li a {
    font-size: 12px;
}

.navbar.banner--stick {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}


/**  Heading  **/

.logo {
    position: relative;
    z-index: 1;

    display: block;
}

.heading {
    margin-bottom: 45px;

    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.heading .col-sm-8 {
    text-align: right;
}

.heading .social {
    display: inline-block;

    width: auto;
    margin: 0;
    padding: 12px 0;

    list-style: none;

    border-right: 1px solid rgba(255, 255, 255, .05);
}

.heading .social li {
    display: inline-block;

    padding-right: 15px;
}

.heading .social li a {
    color: #fff;
}

.heading .finder,
.heading .cart,
.heading .search {
    font-size: 14px;
    font-weight: 600;

    display: inline-block;

    margin-left: 15px;
    padding: 12px 0 12px 15px;

    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, .05);
}

.heading .finder a,
.heading .cart a,
.heading .search a {
    font-size: 14px;
    font-weight: 600;

    color: #fff;
}

.heading .finder span,
.heading .cart span,
.heading .search span {
    display: inline-block;

    margin-right: 5px;
}

.heading .cart span {
    color: #cbb27c;
}

.heading a:hover,
.heading .social li a:hover,
.heading .header-nav a:hover {
    color: #cbb27c;
}

.heading .header-nav {
    display: inline-block;
}

.heading .header-nav a {
    font-size: 14px;
    font-weight: 600;

    display: inline-block;

    margin-left: 15px;
    padding: 12px 0 12px 15px;

    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, .05);
}

.heading .header-nav a i {
    margin-right: 5px;
}

/**  Navigation  **/

.logo {
    display: inline-block;
}

.navbar-header .text-logo {
    position: relative;
    z-index: 99;

    display: block;
}

.site-name {
    font-size: 16px;
    font-weight: bold;
    line-height: .8em;

    display: inline-block;

    margin-bottom: 5px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
}

.site-tagline {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2em;

    display: block;

    letter-spacing: 1px;

    color: #fff;
}

.navbar-toggle {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
    transform: rotate(0deg);
}

.navbar-toggle.minimize {
    transform: rotate(90deg);
}

.static-header .navbar {
    position: relative;
    z-index: 10;

    margin: 0;
    padding-bottom: 40px;

    border-bottom: 1px solid #cbb27c;
    background: #131415;
}

.navbar {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;

    border-radius: 0;
    background: none;
}

.navbar-collapse {
    position: relative;

    padding: 0;
}

.nav {
    position: absolute;
    top: 50%;
    right: 0;

    float: none;
}

.nav li {
    position: relative;

    margin: 0 4px;
}

.nav li span {
    position: relative;

    display: inline-block;

    text-align: center;
}

.nav li span:before,
.nav li span:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 1px;
    height: 0;

    content: '';
    transition: .6s height ease;

    background: #cbb27c;
}

.nav li span:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.nav li:hover span:before,
.nav li:hover span:after {
    height: 100%;
}

.nav li a:before,
.nav li a:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 0;
    height: 1px;

    content: '';
    transition: .3s width ease;

    background: #cbb27c;
}

.nav li a:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.nav li:hover a:before,
.nav li:hover a:after {
    width: 100%;
}

.nav li a {
    font-size: 13px;
    font-weight: bold;
    line-height: .8em;

    display: inline-block;

    padding: 12px 8px 10px 8px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #fff;
}

.nav li a:hover {
    color: #cbb27c;
}

.nav li.active a,
.nav li.current_page_parent a {
    color: #fff;
}

.nav li.current_page_parent a:before,
.nav li.current_page_parent a:after,
.nav li.active a:before,
.nav li.active a:after {
    width: 100%;
}

.nav li.current_page_parent span:before,
.nav li.current_page_parent span:after,
.nav li.active span:before,
.nav li.active span:after {
    height: 100%;
}

/**  Dropdown  **/

.nav .dropdown-menu {
    z-index: 0;

    display: block;
    visibility: hidden;

    margin: 0;
    padding: 0;

    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
    -webkit-transform: scale(.9);
       -moz-transform: scale(.9);
            transform: scale(.9);

    opacity: 0;
    border: none;
    border-radius: 0;
    background: #cbb27c;
    box-shadow: none;
}

.nav li.dropdown:hover .dropdown-menu {
    z-index: 10;

    visibility: visible;

    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

.nav .dropdown-menu li {
    margin: 0;
    padding: 0;
}

.nav .dropdown-menu li span {
    width: 100%;

    text-align: left;
}

.nav .dropdown-menu li a {
    font-size: 13px;
    line-height: 1.4em;

    display: block;

    height: auto;
    padding: 15px 10px;

    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.nav .dropdown-menu li a:hover,
.nav .dropdown-menu li.active a {
    color: #fff !important;
    background: rgba(0, 0, 0, .1);
}

/**  Search modal  **/

#search-form-modal {
    display: none;
}

.vbox-overlay #search {
    float: left;

    width: 70%;

    text-indent: 15px;
}

.vbox-overlay #searchsubmit {
    float: right;
}

.vbox-overlay #searchform {
    padding: 10px;
}

/** Horizontal menu  **/

ul.horz-menu,
nav.horz-menu {
    margin: 0;
    padding: 40px 0;

    list-style: none;
}

ul.horz-menu li,
nav.horz-menu a,
nav.horz-menu .current {
    position: relative;

    display: inline-block;

    margin: 0 5px;
}

ul.horz-menu li:first-child {
    margin: 0;
}

ul.horz-menu li span {
    position: relative;

    display: inline-block;

    text-align: center;
}

ul.horz-menu li a,
nav.horz-menu a,
nav.horz-menu .current {
    font-size: 14px;
    font-weight: bold;

    display: inline-block;

    padding: 14px 18px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #fff;
}

ul.horz-menu li a:hover,
nav.horz-menu a:hover,
nav.horz-menu span.current {
    color: #cbb27c;
}

ul.horz-menu li span:before,
ul.horz-menu li span:after,
nav.horz-menu a span:before,
nav.horz-menu a span:after,
nav.horz-menu .current:before,
nav.horz-menu .current:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 1px;
    height: 0;

    content: '';
    transition: .6s height ease;

    background: #cbb27c;
}

ul.horz-menu li span:after,
nav.horz-menu a span:after,
nav.horz-menu .current:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

ul.horz-menu li:hover span:before,
ul.horz-menu li:hover span:after,
nav.horz-menu a:hover span:before,
nav.horz-menu a:hover span:after,
nav.horz-menu .current:before,
nav.horz-menu .current:after {
    height: 100%;
}

ul.horz-menu li a:before,
ul.horz-menu li a:after,
nav.horz-menu a:before,
nav.horz-menu a:after,
nav.horz-menu .current > span:before,
nav.horz-menu .current > span:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 0;
    height: 1px;

    content: '';
    transition: .3s width ease;

    background: #cbb27c;
}

ul.horz-menu li a:after,
nav.horz-menu a:after,
nav.horz-menu .current > span:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

ul.horz-menu li:hover a:before,
ul.horz-menu li:hover a:after,
nav.horz-menu a:hover:before,
nav.horz-menu a:hover:after,
nav.horz-menu .current > span:before,
nav.horz-menu .current > span:after {
    width: 100%;
}

ul.horz-menu li:hover span:before,
ul.horz-menu li:hover span:after {
    height: 100%;
}

ul.horz-menu li.active a {
    color: #cbb27c;
}

ul.horz-menu li.active a:before,
ul.horz-menu li.active a:after {
    width: 100%;
}

ul.horz-menu li.active span:before,
ul.horz-menu li.active span:after {
    height: 100%;
}

nav.horz-menu .dots {
    font-family: Arial;

    display: inline-block;

    color: rgba(255, 255, 255, .5);
}

ul.page-numbers,
.center-menu {
    text-align: center;
}

/**  Pagination  **/

ul.page-numbers {
    margin: 0;
    padding: 40px 0;

    list-style: none;
}

ul.page-numbers li {
    position: relative;

    display: inline-block;

    margin: 0 10px;
}

ul.page-numbers li a,
ul.page-numbers li span {
    font-size: 14px;
    font-weight: bold;

    display: inline-block;

    max-width: 50px;
    padding: 14px 18px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #fff;
}

ul.page-numbers li:before,
ul.page-numbers li:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 1px;
    height: 0;

    content: '';
    transition: .6s height ease;

    background: #cbb27c;
}

ul.page-numbers li a:before,
ul.page-numbers li a:after,
ul.page-numbers li span:before,
ul.page-numbers li span:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 0;
    height: 1px;

    content: '';
    transition: .3s width ease;

    background: #cbb27c;
}

ul.page-numbers li:after,
ul.page-numbers li span:after,
ul.page-numbers li a:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

ul.page-numbers li:hover a {
    color: #cbb27c;
}

ul.page-numbers li:hover a:before,
ul.page-numbers li:hover a:after,
ul.page-numbers li:hover span:before,
ul.page-numbers li:hover span:after {
    width: 100%;
}

ul.page-numbers li:hover:before,
ul.page-numbers li:hover:after {
    height: 100%;
}

ul.page-numbers li span.current {
    color: #cbb27c;
}

/**  Map  **/

div[class^='col']:first-child,
div[class^='col']:last-child {
    position: relative;
}
#map {
    height: 500px;
    margin: 0;
    padding: 0;
}

/**  Contact list  **/

ul.contact-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

ul.contact-list li {
    font-family: 'Grand Hotel', cursive;
    font-size: 26px;

    margin-bottom: 30px;

    color: #cbb27c;
}

ul.contact-list li:last-child {
    margin-bottom: 0;
}

ul.contact-list li i {
    font-size: 40px;

    display: inline-block;

    width: 60px;

    transform: translateY(-5px);
}

ul.contact-list li div {
    display: inline-block;
}

ul.contact-list li span {
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;

    display: block;

    color: #1b1d1e;
}

ul.contact-list li .img-wrap {
    display: inline-block;

    max-width: 60px;
}

/**  Flash messages  **/

.fw-flash-messages {
    position: relative;
    z-index: 1;

    color: #fff;
    background: #fff;
}

.fw-flash-messages ul {
    margin: 0;
    padding: 10px;

    list-style: none;

    text-align: center;
}

.fw-flash-messages ul.fw-flash-type-error {
    background: #db4c4c;
}

.fw-flash-messages ul.fw-flash-type-success {
    background: #a6ce66;
}

/**  Form styles  **/

::-webkit-input-placeholder {
    font-weight: 800 !important;
    font-style: normal !important;

    text-transform: uppercase !important;

    opacity: .6 !important;
    color: #cbb27c !important;
}

:-moz-placeholder {
    font-weight: 800 !important;
    font-style: normal !important;
    /* Firefox 18- */

    text-transform: uppercase !important;

    opacity: .6 !important;
    color: #cbb27c !important;
}

:-ms-input-placeholder {
    font-weight: 800 !important;
    font-style: normal !important;

    text-transform: uppercase !important;

    opacity: .6 !important;
    color: #cbb27c !important;
}

.form-builder-item {
    height: auto !important;
}

form {
    /*overflow: hidden;*/
}

input,
textarea,
select,
.wrap-forms input,
.wrap-forms textarea,
.wrap-forms select {
    font-size: 14px;
    font-weight: 800;

    position: relative;

    display: block;

    width: 100%;
    margin-bottom: 25px;
    padding: 15px 0;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #cbb27c;
    border: none;
    border-bottom: 1px solid rgba(243, 237, 227, 1);
    background: none;
    box-shadow: none;
}

select {
    position: relative;

    -webkit-appearance: none;
       -moz-appearance: none;
}

input[type='radio'],
input[type='checkbox'] {
    display: inline-block;

    width: auto;
    margin-right: 5px;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;

    position: absolute;
    top: 50%;
    right: 20px;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -5px;

    content: '\f078';

    color: #cbb27c;
}

textarea {
    padding: 15px 0;
}

input[type='submit'] {
    font-size: 12px;
    font-weight: 800;

    position: relative;

    display: inline-block;
    float: right;

    width: auto;
    margin: 0 0 10px 0;
    padding: 15px 30px;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    letter-spacing: 5px;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #cbb27c;
    border-radius: 0;
    background: #cbb27c;
    box-shadow: inset 0 0 0 2px #fff;
}

input[type='submit']:hover {
    width: auto;

    color: #fff;
    border: 1px solid #ba9a56;
    background: #ba9a56;
    box-shadow: inset 0 0 0 2px #fff;;
}

div[class*='col']:first-child .bg-hex {
    right: 0;
}

div[class*='col']:last-child .bg-hex {
    left: 0;
}

.bg-hex {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;

    width: 200%;

    background-color: #f8f8f8;
}


/**  Icon grid  **/

.icon-grid {
    position: relative;

    padding: 40px 50px;

    text-align: center;

    border-right: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.icon-grid svg path {
    stroke: #fff;
}

.icon-grid svg {
    margin-bottom: 20px;
}

.icon-grid i {
    font-size: 44px;

    display: block;

    min-height: 64px;
    margin-bottom: 20px;

    color: #fff;
}

.icon-grid .img-wrap {
    display: block;

    min-height: 64px;
    margin-bottom: 20px;
}

.icon-grid a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    overflow: hidden;
}

.icon-grid a:before {
    position: relative;
    z-index: -1;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
    transform: translateY(150%) skew(0deg, 35deg);

    opacity: 0;
    background: rgba(0, 0, 0, .25);
}


.icon-grid a:hover:before {
    transform: translateY(0);

    opacity: 1;
}

.icon-grid a ~ * {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

.icon-grid a:hover ~ .fa,
.icon-grid a:hover ~ p {
    color: #cbb27c;
}

.icon-grid a:hover ~ h4 {
    color: #fff;
}

/**  Button styles  **/

body a.btn,
body .btn,
body .btn:hover {
    font-size: 12px;
    font-weight: 800;

    position: relative;

    display: inline-block;

    margin: 0 0 10px 0;
    padding: 15px 30px;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    letter-spacing: 5px;
    text-transform: uppercase;

    border: none;
    border-width: 2px;
    border-radius: 0;
    box-shadow: inset 0 0 0 2px #131314;
}

body a.btn-default,
body .btn-default {
    color: #131314;
    border-color: #131314;
    /*background: #cbb27c;*/
}

body a.btn-default:hover,
body .btn-default:hover {
    color: #fff;
    background: #ba9a56;
}

body a.btn span:before,
body a.btn span:after,
body .btn span:before,
body .btn span:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 1px;
    height: 100%;

    content: '';
    transition: .3s height ease;
    /*background: #cbb27c;*/
}

body a.btn span:after,
body .btn span:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

body a.btn:hover span:before,
body a.btn:hover span:after,
body .btn:hover span:before,
body .btn:hover span:after {
    height: 0;
}

body a.btn:before,
body a.btn:after,
body .btn:before,
body .btn:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 1px;

    content: '';
    transition: .3s width ease;
    /*background: #cbb27c;*/
}

body a.btn:after,
body .btn:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}
body a.btn:hover:before,
body a.btn:hover:after,
body .btn:hover:before,
body .btn:hover:after {
    width: 0;
}

body a.btn-primary,
body .btn-primary {
    color: #fff;
    border-color: #fff;
    background: #1b1d1e;
}

body a.btn-primary:before,
body a.btn-primary:after,
body a.btn-primary span:before,
body a.btn-primary span:after {
    background: #1b1d1e;
}

body a.btn-primary:hover,
body .btn-primary:hover {
    color: #131314;
    border-color: #fff;
    outline: 1px solid #cbb27c;
    background: #cbb27c;
}

body a.btn-grey:before,
body a.btn-grey:after,
body a.btn-grey span:before,
body a.btn-grey span:after {
    background: #b1b4b6;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
}

a.btn-grey,
.btn-grey {
    color: #fff;
    border-color: #fff;
    background: #b1b4b6;
}

input[type='submit'].btn-grey {
    color: #fff;
    border: 1px solid #b1b4b6 !important;
    border-color: #fff;
    background: #b1b4b6;
    box-shadow: inset 0 0 0 2px #fff;
}

input[type='submit'].btn-grey:hover {
    background: #a3a6a8;
}

a.btn-grey:hover,
.btn-grey:hover {
    background: #a3a6a8;
}

a.underline {
    font-size: 12px;
    font-weight: 800;

    position: relative;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #cbb27c;
}

a.underline:after {
    position: absolute;
    bottom: -5px;
    left: 0;

    display: inline-block;

    width: 0;
    height: 1px;

    content: '';
    transition: .3s width ease;

    background: #cbb27c;
}

a.underline:hover:after {
    width: 100%;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background: #cbb27c;
}

.reset_variations:before,
.reset_variations:after,
.reset_variations span:before,
.reset_variations span:after {
    display: none !important;

    margin: 0 !important;
}

/**  Bootstrap Carousel  **/

.bs-carousel .carousel-control {
    opacity: 1;
    background: none;
}

.bs-carousel .carousel-control span {
    font-size: 16px;
    line-height: 45px;

    position: absolute;
    top: 50%;
    left: 50px;

    width: 45px;
    height: 45px;

    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
    text-align: center;

    color: #cbb27c;
    border: 1px solid rgba(203, 178, 124, .25);
    border-radius: 50%;
    background: #fff;
    text-shadow: none;
}

.bs-carousel .carousel-control.right span {
    right: 50px;
    left: auto;
}

.bs-carousel .carousel-control span:hover {
    color: #fff;
    border-color: #fff;
    background: #cbb27c;
}

.bs-carousel img {
    display: inline-block;
    float: left;

    margin: 40px auto;

    -webkit-animation: CarouselSlideIn .5s 1s forwards;
       -moz-animation: CarouselSlideIn .5s 1s forwards;
         -o-animation: CarouselSlideIn .5s 1s forwards;
            animation: CarouselSlideIn .5s 1s forwards;

    opacity: 0;
    border: 10px solid #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .25);
}

.bs-carousel section {
    -webkit-animation: CarouselFadeIn 1s 1.5s forwards;
       -moz-animation: CarouselFadeIn 1s 1.5s forwards;
         -o-animation: CarouselFadeIn 1s 1.5s forwards;
            animation: CarouselFadeIn 1s 1.5s forwards;

    opacity: 0;
}

img.remove-styles {
    border: none;
    box-shadow: none;
}

/**  Owl carousel  **/

.owl-carousel .owl-item img {
    display: inline-block;

    width: auto;
    max-width: 75%;
}

.owl-carousel .owl-item .product {
    text-align: center;
}

.owl-carousel .owl-item .product .star-rating {
    font-size: 11px;
}

.owl-carousel .owl-item .product .star-rating:before {
    color: rgba(255, 255, 255, .15);
}

.owl-carousel .owl-item .product .onsale {
    font-size: .857em;
    font-weight: 700;
    line-height: 3.236;

    position: absolute;
    z-index: 100;
    top: 0;
    left: 10%;

    width: 50px;
    height: 50px;
    margin: 0;
    padding: .202em;

    text-align: center;
    letter-spacing: 1px;
    text-transform: none;

    opacity: 1;
    color: #fff;
    border-radius: 100%;
    background: #d1af65;

    -webkit-font-smoothing: antialiased;
}

.owl-carousel .owl-item .product .onsale:before,
.owl-carousel .owl-item .product .onsale:after {
    display: none;
}

/**  Product  **/

.vbox-content img {
    padding: 20px !important;
}

.product a,
.product a h3,
.product img {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

.product-img-wrap {
    width: 100%;
}

.product > a {
    position: relative;

    display: block;

    margin-bottom: 25px;
}

.product > a:hover > img {
    transform: scale(.95);
}

.product a:hover,
.product a:hover h3 {
    color: #cbb27c;
}

.product h4 {
    font-family: 'Grand Hotel', cursive;
    font-size: 22px;

    color: #cbb27c;
}

.product ins {
    text-decoration: none;
}

.product del {
    font-size: 15px;

    display: inline-block;

    opacity: .5;
    color: #fff;
}

.product .image {
    position: relative;

    margin-bottom: 25px;
}

.product .image img {
    position: relative;

    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

.product .image:hover img,
.single-product .product a:hover > img {
    transform: scale(.95);

    opacity: .1;
}

.product .image a.added {
    display: none;
}

.product .image a,
.single-product .product.item a > span {
    font-size: 14px;
    font-weight: 800;
    line-height: 40px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: auto;
    height: 40px;
    margin: auto;

    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
    letter-spacing: 4px;
    text-transform: uppercase;

    opacity: 0;
    color: #fff;
}

.light .product .image a,
.light .product a,
.light .product a h3,
.light .product del {
    color: #1b1d1e;
}

.dark .product del {
    color: #fff;
}

.light .product a:hover,
.light .product a:hover h3 {
    color: #cbb27c;
}

.product .image a:before,
.product .image a:after,
.single-product .product a > span:before,
.single-product .product a > span:after {
    position: absolute;
    top: 0;
    left: 25%;

    display: inline-block;

    width: 0;
    height: 1px;

    content: '';
    transition: .3s width ease;

    background: #cbb27c;
}

.product .image a:after,
.single-product .product a > span:after {
    top: auto;
    right: 25%;
    bottom: 0;
    left: auto;
}

.product .image:hover a:before,
.product .image:hover a:after,
.single-product .product a:hover > span:before,
.single-product .product a:hover > span:after {
    width: 50%;
}

.product .image:hover a,
.single-product .product a:hover > span {
    opacity: 1;
}

.product-wrapper {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.product-wrapper .product {
    padding: 50px;

    text-align: center;
}

.product-wrapper .product h3 {
    color: #d1af65;
}

.product-wrapper .product h4 {
    font-weight: 400;

    color: #1b1d1e;
}

.product-wrapper .product a > span {
    color: #d1af65;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;

    width: 50%;
    margin: 0 auto;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-family: 'Grand Hotel', cursive;
    font-size: 22px;

    color: #1b1d1e;
}

.woocommerce .product span.onsale {
    width: 50px;
    height: 50px;

    color: #fff;
    background: #d1af65;
}

.woocommerce-review-link em {
    font-style: normal;
}

.woocommerce p.stars span a {
    color: #ccc;
}

.woocommerce .products .star-rating {
    margin: 0 auto 10px auto;
}

.woocommerce .products .comment_container .star-rating {
    margin: 0 0 10px 0;
}

.woocommerce .product .star-rating {
    float: none;

    margin: 0 auto 10px auto;
}

.single-product.woocommerce .product .product-info .star-rating {
    margin: 0 0 5px 0;
}

.woocommerce #reviews .star-rating {
    margin: 0 0 5px 0;
}

.woocommerce a.added_to_cart {
    display: block;

    color: #cbb27c;
}

.woocommerce .woocommerce-result-count {
    font-size: 14px;
    font-weight: bold;

    display: inline-block;

    margin: 0;
    padding: 30px 0;

    letter-spacing: 3px;
    text-transform: uppercase;
}

.woocommerce .woocommerce-ordering {
    width: 335px;
    margin: 20px 0;
}

.woocommerce .woocommerce-ordering select {
    margin: 0;

    vertical-align: top;

    border: none;
    border-radius: 0;
}

.product-type-grouped .group_table td {
    display: table-cell;

    height: 30px;

    vertical-align: middle !important;
}

.product-type-grouped .group_table {
    margin: 20px 0;
}

.product-type-grouped .group_table td.label {
    font-size: inherit;

    text-align: left;
}

.product-type-grouped .group_table td.label label {
    padding: 0 20px;
}

.product-type-grouped .group_table td.price {
    font-size: 18px;
}

.single-product .product-type-grouped.product .cart .single_add_to_cart_button {
    margin-left: 0;
}

.archive-title {
    padding: 30px;

    border-bottom: 1px solid #ededed;
}

.archive-title h3 {
    float: left;

    margin: 0;
}

/**  Category  **/

.archive-title {
    padding: 30px;

    border-bottom: 1px solid #ededed;
}

.archive-title h3 {
    margin: 0;
}

.product-wrapper .category {
    padding: 50px;
}

.product-wrapper .category a {
    display: block;
}

.product-wrapper .category a img {
    margin-bottom: 30px;
}

.product-wrapper .category .mark,
.product-wrapper .category mark {
    padding: 0;

    color: #cbb27c;
    background: none;
}

/**  Sidebar  **/

#sidebar {
    position: relative;
    z-index: 99;

    padding: 40px;

    background: #f8f8f8;

    align-items: flex-start;
}

#sidebar h4 {
    font-size: 16px;

    color: #1b1d1e;
}

#sidebar #wp-calendar {
    width: 100%;
}

#sidebar #wp-calendar caption {
    font-weight: bold;

    padding: 12px 0;

    text-align: center;
}

#sidebar #wp-calendar th {
    padding: 5px;

    text-align: center;

    color: #5c5c5c;
    background: #f7f7f7;
}

#sidebar #wp-calendar tfoot #prev {
    text-align: left;
}

#sidebar #wp-calendar td {
    padding: 5px;

    text-align: center;
}

#sidebar #wp-calendar td#today {
    font-weight: bold;

    color: #fff;
    border-radius: 2px;
    background: #cbb27c;
}

#sidebar ul li {
    padding: 10px 0;
}

#sidebar .widget .search-form:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    position: absolute;
    top: 50%;
    right: 0;

    display: inline-block;

    margin-top: -7px;

    content: '\f002';

    opacity: .25;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sidebar .widget .search-form .screen-reader-text {
    display: none;
}

#sidebar .widget .search-form label {
    width: 100%;
}

#sidebar .widget .search-form input[type='submit'] {
    display: none;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 5px 0;
    padding-left: 0;

    border-left: none;
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    margin: 0;
    padding: 0;
}

.woocommerce #sidebar a.remove {
    font-size: 0 !important;
    line-height: 37px;

    position: absolute;
    top: 50%;
    right: 0;

    width: 30px;
    height: 30px;
    margin-top: -15px;

    text-align: center;

    opacity: 0;
    color: #cbb27c !important;
    border: 1px solid #f2e9d6;
    border-radius: 50%;
}

.woocommerce #sidebar a.remove:before {
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;

    display: inline-block;

    content: '\f00d';

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce #sidebar a.remove:hover {
    color: #fff !important;
    background: #cbb27c;
}

.woocommerce #sidebar ul.cart_list li:hover a.remove {
    opacity: 1;
}

.woocommerce #sidebar ul.cart_list li img {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

.woocommerce #sidebar ul.cart_list li:hover img {
    opacity: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    position: relative;

    padding: 10px 0;

    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

#sidebar .widget {
    margin-bottom: 50px;
}

#sidebar .widget ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

#sidebar .widget .woocommerce-product-search label {
    display: none;
}

#sidebar .widget .woocommerce-product-search:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    position: absolute;
    top: 50%;
    right: 0;

    display: inline-block;

    margin-top: -7px;

    content: '\f002';

    opacity: .25;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sidebar .widget .woocommerce-product-search input[type='submit'] {
    display: none;
}

#sidebar form {
    position: relative;

    overflow: visible;
}

#sidebar form .search-field {
    margin-bottom: 0;
}

.woocommerce .price_slider_wrapper .ui-widget-content {
    border: 0;
    border-radius: 1em;
    background-color: rgba(0, 0, 0, .1);
}
.woocommerce .ui-slider-horizontal {
    height: .5em;
}
.woocommerce .ui-slider {
    position: relative;

    margin-right: .5em;
    margin-left: .5em;

    text-align: left;
}
.woocommerce .price_slider {
    margin-bottom: 1em;
}

.woocommerce .ui-slider-horizontal .ui-slider-range {
    top: 0;

    height: 100%;
}
.woocommerce .ui-slider .ui-slider-range {
    font-size: .7em;

    position: absolute;
    z-index: 1;

    display: block;

    border: 0;
    border-radius: 1em;
    background-color: #cbb27c;
}

.woocommerce .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -.3em;

    width: 1em;
    height: 1em;
    margin-left: -.5em;

    cursor: ew-resize;

    border-radius: 1em;
    outline: 0;
    background-color: #cbb27c;
}

.woocommerce .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -.3em;

    width: 1em;
    height: 1em;
    margin-left: -.5em;

    cursor: ew-resize;

    border-radius: 1em;
    outline: 0;
    background-color: #cbb27c;
}

.woocommerce .price_slider_amount {
    font-size: .8751em;
    line-height: 2.4;

    text-align: right;
}

.woocommerce .price_slider_amount .button {
    font-size: 11px;

    float: left;

    padding: 12px 15px;

    border-color: #b1b4b6;
    background: #b1b4b6;
}

#sidebar input[type='submit'],
#sidebar a.button {
    font-size: 11px;

    margin-right: 5px;
    padding: 12px 15px;
}

#sidebar a.checkout {
    border-color: #b1b4b6;
    background: #b1b4b6;
}

#sidebar a.checkout:hover,
#sidebar input[type='submit']:hover,
.woocommerce .price_slider_amount .button:hover {
    border-color: #a3a6a8;
    background: #a3a6a8;
}

#sidebar .total {
    margin-top: 15px;
}

#sidebar .total .amount {
    float: right;
}

#sidebar ul li {
    margin-bottom: 5px;
}

#sidebar ul li .count {
    float: right;
}

#sidebar .tagcloud a,
.tagged_as a,
.posted_in a {
    font-size: 12px !important;
    font-weight: bold;
    line-height: .8em;

    position: relative;

    display: inline-block;

    padding: 14px 10px 12px 10px;

    letter-spacing: 3px;
    text-transform: uppercase;
}

#sidebar .tagcloud span,
.tagged_as span,
.posted_in span {
    position: relative;

    display: inline-block;

    text-align: center;
}

#sidebar .tagcloud a:before,
#sidebar .tagcloud a:after,
.tagged_as a:before,
.tagged_as a:after,
.posted_in a:before,
.posted_in a:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 1px;
    height: 0;

    content: '';
    transition: .6s height ease;

    background: #cbb27c;
}

#sidebar .tagcloud a:after,
.tagged_as a:after,
.posted_in a:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

#sidebar .tagcloud span:before,
#sidebar .tagcloud span:after,
.tagged_as span:before,
.tagged_as span:after,
.posted_in span:before,
.posted_in span:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    width: 0;
    height: 1px;

    content: '';
    transition: .3s width ease;

    background: #cbb27c;
}

#sidebar .tagcloud span:after,
.tagged_as span:after,
.posted_in span:after {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

#sidebar .tagcloud a:hover:before,
#sidebar .tagcloud a:hover:after,
.tagged_as a:hover:before,
.tagged_as a:hover:after,
.posted_in a:hover:before,
.posted_in a:hover:after {
    height: 100%;
}

#sidebar .tagcloud span:hover:before,
#sidebar .tagcloud span:hover:after,
.tagged_as span:hover:before,
.tagged_as span:hover:after,
.posted_in span:hover:before,
.posted_in span:hover:after {
    width: 100%;
}

.woocommerce-account #sidebar {
    position: relative;

    padding-right: 0;

    background: none;
}

.woocommerce-account #sidebar:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 200%;

    content: '';

    background-color: #f8f8f8;
}

.woocommerce-account #sidebar ul {
    margin: 0 0 30px 0;
    padding: 0;

    list-style: none;
}

.woocommerce-account #sidebar ul li.is-active {
    border-left: 2px solid #cbb27c;
    background: #fff;
}

.woocommerce-account #sidebar ul li.is-active a {
    font-weight: bold;
}

.woocommerce-account #sidebar ul li a {
    display: block;

    padding: 12px 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;

    width: 100%;
}

/**  My account  **/

.woocommerce-account .account-info {
    width: 100%;
    padding: 100px 0;
}

.woocommerce-account table td {
    font-size: 14px;

    text-align: left;
}

.woocommerce-account table td.order-number {
    font-size: 16px;
    font-weight: bold;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 10px 8px;
}

.woocommerce-account input,
.woocommerce-account select,
.woocommerce-account textarea {
    font-size: 16px;
    font-weight: 400;

    padding: 15px;

    letter-spacing: 0;
    text-transform: none;

    border: 1px solid rgba(243, 237, 227, 1);
    background: #fff;
}

.woocommerce-account fieldset {
    margin-top: 40px;
    margin-bottom: 15px;
}

legend {
    font-size: 18px;
    font-weight: 800;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #cbb27c;
    border: none;
}

address::first-line {
    font-weight: bold;
}

a.edit {
    padding: 3px 5px 1px 5px;

    color: #fff;
    border-radius: 2px;
    background: #cbb27c;
}

a.edit:hover {
    background: #1b1d1e;
}

.woocommerce-Address-title {
    color: #cbb27c;
}

/**  View orders  **/

.woocommerce-view-order h2 {
    font-family: 'Catamaran', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1em;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #cbb27c;
}

.woocommerce-view-order h3 {
    font-size: 18px;

    color: #cbb27c;
}

.woocommerce-view-order table tfoot th {
    color: #5f6365;
}

.woocommerce-view-order table tfoot .amount {
    color: #cbb27c;
}

/**  Latest posts  **/

.latest-post * {
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

.latest-post .row {
    position: relative;

    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.latest-post > a {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 300%;
    margin: auto;
}

.latest-post.odd {
    border-right: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

.latest-post.odd > a {
    left: auto;
}

.latest-post.odd .background {
    left: auto;
}

.latest-post .background {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 200%;

    opacity: .15;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.latest-post.even:before {
    right: auto;
    left: 0;
}

.latest-post:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 200%;
    height: 100%;

    content: '';
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;

    opacity: 0;
    background: rgba(24, 26, 27, 1);
}

.latest-post:hover .background {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.latest-post:hover:before {
    opacity: 1;
}

.latest-post:hover h2,
.latest-post:hover p {
    color: #fff;
}

.latest-post:hover a.underline:after {
    width: 100%;
}

.latest-post .meta-data {
    font-size: 13px;
    font-style: italic;

    margin: -5px 0 15px 0;
}

.latest-post .meta-data span {
    display: inline-block;

    margin: 0 5px;
}

.post.sticky > a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    position: absolute;
    z-index: 1;
    top: 7px;
    right: 8px;

    display: inline-block;

    content: '\f0c6';

    color: #fff;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post.sticky:after {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 50px 50px 0;
    border-style: solid;
    border-color: transparent #ba9a56 transparent transparent;
}

.single-blog header h2,
.single-blog #reply-title {
    font-family: 'Catamaran', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1em;

    letter-spacing: 3px;
    text-transform: uppercase;
}

.single-blog #reply-title {
    font-size: 28px;
}

.single-blog h1,
.single-blog h2,
.single-blog h3,
.single-blog h4,
.single-blog h5,
.single-blog h6,
.page-template-default h1,
.page-template-default h2,
.page-template-default h3,
.page-template-default h4,
.page-template-default h5,
.page-template-default h6,
.comments h1,
.comments h2,
.comments h3,
.comments h4,
.comments h5,
.comments h6 {
    font-weight: 500;

    margin-bottom: 15px;

    letter-spacing: 0;
    text-transform: none;

    color: #1b1d1e;
}

.single-blog h2,
.page-template-default h2,
.comments h2 {
    font-size: 32px;
}

.single-blog h3,
.page-template-default h3,
.comments h3 {
    font-size: 28px;
}

.single-blog h4,
.page-template-default h4,
.comments h4 {
    font-size: 24px;
}

.single-blog h5,
.page-template-default h5,
.comments h5 {
    font-size: 20px;
}

.single-blog h6,
.page-template-default h6,
.comments h6 {
    font-size: 16px;
}

p.post-tags {
    margin-top: 30px;
}

/**  Post formattiong  **/

table {
    width: 100%;
    margin-bottom: 30px;
}

.single-post table tr:nth-child(odd),
.page-template-default table tr:nth-child(odd) {
    border-bottom: 1px solid #e8e8e8;
    background: #f8f8f8;
}

.single-post table tr:nth-child(even),
.page-template-default table tr:nth-child(even) {
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
}

table tr th,
table tr td {
    padding: 10px 12px;
}

dl dd {
    margin-bottom: 30px;
}

.alignleft {
    float: left;

    margin: 0 20px 20px 0;
}

.alignright {
    float: right;

    margin: 0 0 20px 20px;
}

.aligncenter {
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.wp-caption figcaption {
    margin-bottom: 20px;
    padding: 10px;

    background: #fff;
}

.pagination span.current,
.post.pagination > span {
    margin: 0 3px;
    padding: 7px 17px;

    border: 1px solid rgba(0, 0, 0, .1);
    background: transparent;
    box-shadow: none;
}

.pagination a,
.pagination a:visited,
.pagination a:active {
    margin: 0 3px;
    padding: 7px 17px;

    color: #7a7a7a;
    border: 1px solid #f0f0f0;
}

.post-password-form {
    display: inline-block;
}

.post-password-form label {
    width: 100%;
}

.post-password-form input[type='password'] {
    margin-bottom: 10px;

    background: #fff;
}

.post-password-form input[type='submit'] {
    float: none;

    margin-bottom: 20px;
}

.gallery-item {
    display: inline-block;

    width: 100%;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;

    text-align: center;
    vertical-align: top;
}

.gallery-icon img {
    margin: 0 auto 10px auto;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.1%;
}

.gallery-columns-8 figcaption,
.gallery-columns-9 figcaption {
    display: none;
}

/**  Single blog  **/

.author {
    font-family: 'Catamaran', sans-serif;
    font-size: 14px;
    font-weight: 800;

    padding: 40px 0;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.author a {
    color: #cbb27c;
}

.single-blog > img {
    max-width: 100%;
    margin: 0 0 70px 0;

    border: 10px solid #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .25);
}

.single-blog header {
    margin-bottom: 25px;
}

.single-blog header h2 {
    font-size: 26px;
}

.single .icon-grid h4 {
    -webkit-transition: none;
       -moz-transition: none;
            transition: none;
}

.single .icon-grid:hover h4 {
    visibility: hidden;
}

.single .icon-grid h4:before {
    display: none;
}

.single .icon-grid:hover h4:before {
    display: block;
    visibility: visible;

    content: 'Share this';
}

.icon-grid.share-this h4 {
    margin: 0;
}

.product .icon-grid h4 {
    font-family: 'Catamaran', sans-serif;
    font-size: 14px;
    font-weight: 800;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #cbb27c;
}

/**  Cart  **/

span.title {
    font-size: 14px;
    font-weight: 800;

    display: inline-block;

    padding: 30px 0;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #fff;
}

.cart .item,
.checkout .item {
    margin-bottom: 30px;
    padding-bottom: 25px;

    border-bottom: 1px solid #f8f8f8;
}

.cart dl {
    margin-top: 8px;
}

.cart .item img,
.checkout .item img {
    max-width: 50%;
}

.cart h2,
.cart h2 a,
.checkout .item h2 {
    font-size: 18px;
    font-weight: 800;

    margin: 0;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #1b1d1e;
}

.cart .delete {
    line-height: 48px;

    width: 50px;
    height: 50px;

    text-align: center;

    border: 1px solid #f2e9d6;
    border-radius: 50%;
}

.cart .delete:hover {
    color: #fff;
    background: #d1af65;
}

.cart .price,
.checkout .price {
    font-family: 'Grand Hotel', cursive;
    font-size: 24px;
    line-height: 1em;

    color: #1b1d1e;
}

.cart .subtotal,
.checkout .subtotal {
    color: #cbb27c;
}

.cart .promo input,
.checkout .promo input {
    display: inline-block;

    max-width: 300px;
    margin-right: 10px;
}

.checkout .promo input {
    max-width: 220px;
}

.cart .promo .btn,
.checkout .promo .btn {
    margin-bottom: 0;
}

.cart .total,
.checkout .total {
    font-size: 12px;
    font-weight: 800;

    text-align: right;
    letter-spacing: 3px;
    text-transform: uppercase;

    color: #5f6365;
}

.cart .total span,
.checkout .total span {
    font-family: 'Grand Hotel', cursive;
    font-size: 24px;

    display: inline-block;

    margin-left: 10px;

    color: #d1af65;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
    background: #f8f8f8;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    margin-bottom: 30px !important;
    padding: 15px !important;

    text-align: left;

    border-top-color: #d1af65;
    background: #f8f8f8;
}

.single-product .woocommerce-error,
.single-product .woocommerce-info,
.single-product .woocommerce-message {
    background: #fff;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    margin-right: 15px;

    transform: translateY(3px);

    color: #d1af65;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    position: relative;
    z-index: 1;

    margin: -1px 0 0 0 !important;

    text-align: center;

    background-color: #fff;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    position: static;

    margin-right: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4em;

    position: relative;

    display: inline-block;

    width: auto;
    max-width: 100%;
    margin: 0 0 10px 0;
    padding: 15px 30px;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    text-align: center;
    white-space: normal;
    letter-spacing: 5px;
    text-transform: uppercase;

    color: #fff;
    border: 1px solid #cbb27c;
    border-radius: 0;
    background: #cbb27c;
    box-shadow: inset 0 0 0 2px #fff;
}

.woocommerce .contains-sidebar #respond input#submit,
.woocommerce .contains-sidebar a.button,
.woocommerce .contains-sidebar button.button,
.woocommerce .contains-sidebar input.button,
.woocommerce .contains-sidebar #respond input#submit.alt,
.woocommerce .contains-sidebar a.button.alt,
.woocommerce .contains-sidebar button.button.alt,
.woocommerce .contains-sidebar input.button.alt {
    padding: 15px 25px;
}

body.woocommerce #respond input#submit:hover,
body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body.woocommerce #respond input#submit.alt:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover {
    color: #fff;
    border: 1px solid #ba9a56;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: auto;

    text-align: right;
}

.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    text-align: right;

    border: none;
}

.cart_totals .cart-subtotal,
.cart_totals .order-total,
.cart_totals .shipping th {
    font-size: 12px;
    font-weight: 800;

    text-align: right;
    letter-spacing: 3px;
    text-transform: uppercase;

    color: #5f6365;
}

.woocommerce .cart_totals ul#shipping_method li {
    display: block;

    padding: 10px;

    list-style: none;

    text-indent: 0;
}

.woocommerce .cart_totals ul#shipping_method li .woocommerce-Price-amount.amount {
    font-size: 18px;

    display: block;
}

.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total {
    font-size: 16px;
    font-weight: bold;

    text-align: left;
    letter-spacing: 0;
    text-transform: none;

    color: #ba9a56;
}

.woocommerce-checkout .cart-subtotal th,
.woocommerce-checkout .order-total th,
.woocommerce-checkout .shipping th {
    color: #5f6365;
}

.cart .cart_totals .cart-subtotal .woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: normal;

    color: #1b1d1e;
}

.cart .cart_totals .woocommerce-Price-amount.amount {
    font-family: 'Grand Hotel', cursive;
    font-size: 24px;

    display: inline-block;

    margin-left: 10px;

    color: #d1af65;
}

/**  Checkout  **/

.login input[type='text'] {
    width: 49%;
}

.login input.email {
    float: left;
}

.login input.password {
    float: right;
}

a.lost-pass {
    float: right;

    text-align: right;
    text-decoration: underline;
}

.check-option {
    margin-bottom: 15px;
}

.check-option blockquote {
    margin-top: 15px;
}

label {
    font-size: 14px;
    font-weight: 600;

    opacity: .8;
}

.woocommerce form .form-row .required {
    color: #cbb27c;
}

.select2-container .select2-choice {
    font-weight: normal;

    padding: 15px;

    color: #444;
    border: 1px solid rgba(243, 237, 227, 1);
    border-radius: 0;
}

.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop-active {
    border-radius: 0;
}

.woocommerce ul.woocommerce-error,
.woocommerce ul.woocommerce-info,
.woocommerce ul.woocommerce-message {
    margin-bottom: 25px !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    margin-bottom: 5px;
}

.woocommerce-checkout .container {
    max-width: 100%;
}

.woocommerce .checkout input,
.woocommerce .checkout textarea,
.woocommerce .checkout select,
.woocmmerce .select2-search input,
.comment-respond input,
.comment-respond textarea {
    font-size: 16px;
    font-weight: 400;

    padding: 15px;

    letter-spacing: 0;
    text-transform: none;

    border: 1px solid rgba(243, 237, 227, 1);
}

.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop-active {
    z-index: 20;
}

.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce .your-order {
    margin-bottom: 40px;
}

.woocommerce #ship-to-different-address label {
    font-size: 14px;
    font-weight: 600;

    display: inline-block;

    letter-spacing: 0;
    text-transform: none;

    opacity: 1;
    color: #1b1d1e;
}

.woocommerce .checkout h3 {
    margin-bottom: 25px;

    color: #cbb27c;
}

.woocommerce .woocommerce-checkout ::-webkit-input-placeholder {
    font-weight: normal !important;
    font-style: normal !important;

    text-transform: none !important;

    opacity: 1 !important;
    color: rgba(0, 0, 0, .5) !important;
}

.woocommerce .woocommerce-checkout :-moz-placeholder {
    font-weight: normal !important;
    font-style: normal !important;

    text-transform: none !important;

    opacity: 1 !important;
    color: rgba(0, 0, 0, .5) !important;
}

.woocommerce .woocommerce-checkout ::-moz-placeholder {
    font-weight: normal !important;
    font-style: normal !important;

    text-transform: none !important;

    opacity: 1 !important;
    color: rgba(0, 0, 0, .5) !important;
}

.woocommerce .woocommerce-checkout :-ms-input-placeholder {
    font-weight: normal !important;
    font-style: normal !important;

    text-transform: none !important;

    opacity: 1 !important;
    color: rgba(0, 0, 0, .5) !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    margin: 0 0 40px 0;

    border: none;
    background: #f8f8f8;
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login,
.woocommerce-checkout form.register {
    transform: translateY(-28px);
}

.woocommerce form.checkout_coupon .form-row input.input-text,
.woocommerce form.checkout_coupon .form-row textarea {
    padding: 15px;

    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    background: #fff;
    box-shadow: none !important;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #cbb27c;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    border-radius: 0;
    background: #f8f8f8;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: rgba(0, 0, 0, .05);
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    top: -13px;

    border: 1em solid rgba(0, 0, 0, .05);
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 20px 0 0 0;

    background: #fff;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    margin: 0;
    padding: 1em;

    list-style: none;

    text-align: left;

    border-bottom: none;
}

.woocommerce #order_review tr td {
    text-align: left;
}

.woocommerce #order_review tr td.product-name dl.variation dd {
    margin: 0;
    padding: 0;
}

.woocommerce #order_review tr td.product-name dl.variation {
    font-size: 90%;

    margin: 7px 0;
    padding: 5px 9px;

    background: #f8f8f8;
}

.woocommerce #order_review tr td.product-name .product-quantity {
    color: #cbb27c;
}

/**  Thank you **/

.login h2 {
    font-size: 22px;
    font-weight: 800;

    margin-bottom: 30px;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #cbb27c;
}

.woocommerce ul.order_details {
    margin-bottom: 40px;
    padding: 0;
}

.woocommerce ul.order_details li {
    width: 25%;
    margin: 0;
    padding: 20px;

    border-right: 1px solid #fff;
    background: #f8f8f8;
}

.woocommerce-order-received h2,
.woocommerce-order-received h3 {
    font-family: 'Catamaran', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1em;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #cbb27c;
}

.woocommerce-order-received table.shop_table {
    margin-bottom: 40px;
}

.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table td {
    padding: 8px 0;

    text-align: left;
}

.woocommerce-order-received table.shop_table tfoot th {
    color: #5f6365;
}

.woocommerce-order-received table.shop_table tfoot .amount {
    color: #cbb27c;
}

/**  History timeline  **/

.history-logo {
    margin: 0 0 100px 0;

    text-align: center;
}

.history {
    position: relative;

    overflow: hidden;
}

.history:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;

    width: 1px;
    height: 100%;
    margin-left: -1px;

    content: '';

    background: rgba(255, 255, 255, .1);
}

.history .date {
    font-family: 'Grand Hotel', cursive;
    font-size: 26px;

    display: block;
    clear: both;

    padding: 10px 0;

    text-align: center;

    color: #fff;
    background: #1b1d1e;
}

.history article:before {
    position: absolute;
    top: 5px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background: #d1af65;
}

.history article {
    position: relative;

    width: 50%;
    margin: 25px 0;
}

.history article.right:before {
    left: -4px;
}

.history article.right {
    float: right;

    padding-left: 35px;
}

.history article.left:before {
    right: -4px;
}

.history article.left {
    float: left;

    padding-right: 35px;

    text-align: right;
}

.history article header span {
    font-size: 20px;
}

.history article header h2 {
    font-size: 18px;
}

.history article .more {
    display: none;
}

/**  Single product  **/

.single-product h1 {
    font-family: 'Catamaran', sans-serif;
    font-size: 14px;

    margin-bottom: 15px;
}

.single-product h1 i {
    font-style: normal;

    display: inline-block;

    margin-right: 8px;
}

.single-product .quantity {
    display: inline-block;

    width: 40px;
    margin-right: 20px;

    text-align: center;

    color: #1b1d1e;
}

.single-product .btn {
    margin: 0 20px 0 0;
}

.single-product .share-link {
    font-size: 12px;
    font-weight: 800;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #5f6365;
}

.single-product .share-link .fa {
    color: #cbb27c;
}

.product-info {
    text-align: left;
}

.woocommerce div.product form.cart .variations label {
    font-weight: bold;
    line-height: .8em;

    display: inline-block;

    margin-top: 30px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #1b1d1e;
}

.woocommerce div.product p.price {
    font-family: 'Grand Hotel', cursive;
    font-size: 34px;

    margin-bottom: 30px;

    color: #cbb27c;
}

.woocommerce div.product form.cart .variations {
    margin: 40px 0 0 0;
}

.single-product .cart .quantity .qty,
.single-product .checkout .quantity .qty {
    display: inline-block;

    width: 60px;
    height: 44px;
    margin: 0 40px 0 0;
    padding: 0 10px 0 15px;

    text-align: center;

    border: none;
    border-bottom: 1px solid rgba(243, 237, 227, 1);
}

.single-product div.product form.cart .button {
    margin-left: 30px;
}

.single-product .product_meta {
    padding-top: 25px;

    border-top: 1px solid rgba(0, 0, 0, .05);
}

.single-product .product_meta .sku_wrapper,
.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
    display: block;

    margin-bottom: 5px;
}

.single-product .product_meta .posted_in a,
.single-product .product_meta .tagged_as a {
    color: #cbb27c;
}

.single-product .product_meta em {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: .8em;

    display: inline-block;

    width: 120px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #1b1d1e;
}

.single-product .product_meta .sku_wrapper .sku {
    font-size: 12px !important;
    font-weight: bold;
    line-height: .8em;

    position: relative;

    display: inline-block;

    padding: 14px 10px 12px 10px;

    letter-spacing: 3px;
    text-transform: uppercase;
}

.single-product div.product form.cart .reset_variations {
    font-size: 11px;

    float: right;

    margin: 0;
    margin-right: 0;
    padding: 12px 15px;

    color: #fff;
}

.single-product .woocommerce-variation-price {
    margin: 0 10px 20px 0;
    padding: 20px;

    background: #fff;
}

.single-product .woocommerce-variation-price ins {
    margin-left: 10px;
}

.single-product .short-desc {
    margin-bottom: 25px;
}

.upsells header {
    padding: 60px 0;
}

.upsells .white {
    border-top: 1px solid #ededed;
    background: #f8f8f8;
}

.product .upsells .image:hover img,
.single-product .upsells .product a:hover > img {
    transform: scale(.95);

    opacity: 1;
}

/**  Reviews  **/

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce .star-rating {
    color: #cbb27c;
}

.woocommerce #reviews h3 {
    margin: 20px 0;

    color: #cbb27c;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 40px;

    border: none;
    border-radius: 50%;
    background: none;
}

#review_form textarea {
    font-size: 16px;
    font-weight: 400;

    letter-spacing: 0;
    text-transform: none;
}

#review_form .select-wrapper:before {
    display: none;
}

.logged-in .comment-form-comment {
    float: none;

    width: 100%;
}

.logged-in .form-submit {
    float: none;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
    color: #fff;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;

    width: 50%;
    padding-right: 30px;
}

.comment-form-comment {
    float: right;

    width: 50%;
}

.comment-form-comment textarea {
    min-height: 260px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    margin: 0;
}

.form-submit {
    float: left;
}

p.no-comments {
    font-weight: 500;

    padding: 20px;

    text-align: center;

    background: #f8f8f8;
}

/**  Tabs  **/

.tabs ul {
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    border-top: 1px solid rgba(0, 0, 0, .05);
}

.tabs ul li {
    display: inline-block;

    width: calc(100% * (1/3));

    text-align: center;
}

.tabs ul li.active a {
    color: #cbb27c;
    background: #fff;
}

.tabs ul li a {
    font-family: 'Catamaran', sans-serif;
    font-size: 14px;
    font-weight: 800;

    display: inline-block;

    width: 100%;
    padding: 20px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #1b1d1e;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 100px 0;

    text-align: left;

    background: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-family: 'Grand Hotel', cursive;
    font-size: 32px;

    margin-bottom: 20px;

    color: #cbb27c;
}

/**  Comments  **/

.user-comments img {
    border-radius: 50%;
}

.user-comments h5 {
    font-family: 'Grand Hotel', cursive;
    font-size: 26px;

    color: #cbb27c;
}

.user-comments .timeago {
    font-size: 14px;

    display: block;

    margin-top: 10px;

    opacity: .8;
}

.user-comments .edit {
    font-size: 14px;
    font-weight: bold;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #cbb27c;
}

.user-comments .edit a {
    display: inline-block;

    margin: 0 5px;
}

.user-comments .edit a:first-child {
    margin-left: 0;
}

.user-comments .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

#respond {
    margin-top: 80px;
}

/**  Counter  **/

.counter {
    font-size: 18px;
    font-weight: 800;

    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;

    color: #fff;
}

.counter i {
    font-size: 40px;

    display: block;
}

.counter i.fa {
    margin-bottom: 50px;
}

.counter i.entypo {
    margin-bottom: 32px;
}

.counter i.linecons {
    margin-bottom: 32px;
}

.counter svg {
    display: block;

    margin: 0 auto 25px auto;
}

.counter .svg path {
    stroke: #cbb27c;
}

.counter span {
    font-family: 'Grand Hotel', cursive;
    font-size: 62px;
    line-height: 1.4em;

    display: block;

    margin-bottom: 20px;
}

.counter span:after {
    display: block;

    width: 50px;
    height: 1px;
    margin: 0 auto;

    content: '';

    background: #cbb27c;
}

.counter .custom-img-wrap {
    margin: 0 auto 25px auto;
}

/**  Modal  **/

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_close,
div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before,
div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
    text-shadow: none;
}

/** Partners  **/

#partners img {
    max-width: none;
    max-height: 75px;

    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;

    opacity: .3;

    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

#partners img:hover {
    opacity: 1;

    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

/**  Footer  **/

footer {
    position: fixed;
    z-index: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 100px 0 0 0;

    color: #fff;
    background: #1b1d1e;
}

footer * {
    font-size: 14px;
    font-weight: 500;
}

footer ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

footer ul li a {
    display: inline-block;

    padding: 3px 0;
}

footer ul li a:hover {
    color: #fff;
}

footer h6 {
    font-size: 14px;
    font-weight: 800;

    margin-bottom: 20px;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #fff;
}

footer .fa {
    display: inline-block;

    width: 25px;

    color: rgba(255, 255, 255, .2);
}

footer div[class^='col'] {
    position: relative;
}

footer .social {
    position: absolute;
    top: 35px;
    right: 0;
}

footer .social li {
    margin-bottom: 5px;
}

footer .social li a {
    color: #fff;
}

footer .social li a:hover {
    color: #cbb27c;
}

footer .copyright {
    margin-top: 100px;
    padding: 20px 0;

    border-top: 1px solid rgba(255, 255, 255, .1);
}

.page-template-default footer h6 {
    font-weight: bold;

    color: #fff;
}

/* Back to top */

#back-to-top {
    line-height: 45px;

    position: fixed;
    z-index: 9999;
    right: 40px;
    bottom: 40px;

    width: 45px;
    height: 45px;

    cursor: pointer;
    transition: opacity 1s ease-out;
    text-align: center;

    opacity: 0;
    border: 0;
    border-radius: 2px;
    font-size: 12px;
    background: rgba(27, 29, 30, .8);

    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

#back-to-top:hover {
    color: rgb(27, 29, 30);
}

#back-to-top.show {
    opacity: 1;
}

/** WordPress **/

.edit-link {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    left: 20px;
}

.edit-link a {
    display: block;

    padding: 15px 20px;

    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 3px;
    background: rgba(255, 255, 255, .2);
}

.edit-link a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .4);
}

/**  Keyframes  **/

@-webkit-keyframes Heading {
    0% {
        transform: translateY(-30px);

        opacity: 0;
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}
@-moz-keyframes Heading {
    0% {
        transform: translateY(-30px);

        opacity: 0;
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}
@-o-keyframes Heading {
    0% {
        transform: translateY(-30px);

        opacity: 0;
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}
@keyframes Heading {
    0% {
        transform: translateY(-30px);

        opacity: 0;
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}

@-webkit-keyframes SubHeading {
    0% {
        transform: translateY(30px);

        opacity: 0;
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}
@-moz-keyframes SubHeading {
    0% {
        transform: translateY(30px);

        opacity: 0;
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}
@-o-keyframes SubHeading {
    0% {
        transform: translateY(30px);

        opacity: 0;
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}
@keyframes SubHeading {
    0% {
        transform: translateY(30px);

        opacity: 0;
    }
    100% {
        transform: translateY(0);

        opacity: 1;
    }
}

@-webkit-keyframes Button {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes Button {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes Button {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes Button {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes CarouselSlideIn {
    0% {
        transform: translateY(-100px);

        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes CarouselSlideIn {
    0% {
        transform: translateY(-100px);

        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes CarouselSlideIn {
    0% {
        transform: translateY(-100px);

        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes CarouselSlideIn {
    0% {
        transform: translateY(-100px);

        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes CarouselFadeIn {
    0% {
        transform: scale(1.1);

        opacity: 0;
    }
    100% {
        transform: scale(1);

        opacity: 1;
    }
}
@-moz-keyframes CarouselFadeIn {
    0% {
        transform: scale(1.1);

        opacity: 0;
    }
    100% {
        transform: scale(1);

        opacity: 1;
    }
}
@-o-keyframes CarouselFadeIn {
    0% {
        transform: scale(1.1);

        opacity: 0;
    }
    100% {
        transform: scale(1);

        opacity: 1;
    }
}
@keyframes CarouselFadeIn {
    0% {
        transform: scale(1.1);

        opacity: 0;
    }
    100% {
        transform: scale(1);

        opacity: 1;
    }
}

@-webkit-keyframes Wrapper {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes Wrapper {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes Wrapper {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes Wrapper {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/** large screen media queries  **/

@media (max-width: 1440px) {
    .latest-post .background {
        width: 150%;
    }
}


/** medium screen media queries  **/

@media (max-width: 1199px) {
    .product-wrapper .product {
        padding: 20px;
    }
}


/** Small screen media queries  **/

@media (max-width: 991px) {
    .product-wrapper .product {
        padding: 50px;
    }

    span.title {
        font-size: 12px;
    }

    .cart .price,
    .checkout .price {
        font-size: 17px;
    }

    .cart .delete {
        font-size: 12px;
        line-height: 28px;

        width: 30px;
        height: 30px;
    }

    .nav li {
        margin: 0 5px;
    }

    .nav li a {
        font-size: 12px;
    }

    #hero h2 {
        font-size: 44px;
    }

    #hero .btn,
    #hero .btn:hover {
        font-size: 12px;
    }

    .icon-grid {
        padding: 30px;
    }

    .latest-post header h2 {
        font-size: 22px;
    }

    .counter {
        font-size: 12px;
    }

    .single-blog img {
        margin: 0 50px 40px 0;
    }

    footer .social {
        right: -40px;
    }
}

/** Tablet media queries  **/

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .mobile-hide {
        display: none;
    }
    .navbar.banner--stick {
        display: none;
    }
    .navbar-header {
        position: relative;

        padding-left: 20px;
    }

    .open .wrapper:before {
        position: fixed;
        z-index: 5;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        display: block;

        max-width: 100%;

        content: '';
        -webkit-transition: all .2s linear;
           -moz-transition: all .2s linear;
                transition: all .2s linear;

        background: rgba(16, 17, 18, .95);
    }

    .open .heading,
    .open .logo,
    .open .navbar-header img {
        opacity: .1;
    }

    .open .nav {
        height: auto;
    }

    .open #hero.single-page {
        z-index: 1 !important;
    }

    .collapsing {
        -webkit-transition: opacity .2s linear;
           -moz-transition: opacity .2s linear;
             -o-transition: opacity .2s linear;
                transition: opacity .2s linear;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-collapse.collapse.in {
        height: auto;

        -webkit-transition: opacity .2s linear;
           -moz-transition: opacity .2s linear;
             -o-transition: opacity .2s linear;
                transition: opacity .2s linear;
        transform: translateY(-80px);

        opacity: 1.0;
    }

    .navbar-collapse.collapse {
        overflow: hidden;

        height: 0;

        -webkit-transition: opacity .2s linear;
           -moz-transition: opacity .2s linear;
             -o-transition: opacity .2s linear;
                transition: opacity .2s linear;
    }

    .navbar-collapse {
        position: relative;
        z-index: 2;

        display: block;

        margin: 0;
        padding: 0;

        opacity: 0;
        border: none;
        box-shadow: none;
    }

    .navbar-toggle {
        position: absolute;
        z-index: 999;
        top: 0;
        right: 20px;
        bottom: 0;

        width: 29px;
        height: 29px;
        margin: auto;
        padding: 0;
        display: block;
    }

    .navbar-toggle .icon-bar {
        width: 29px;
        margin-bottom: 6px;

        -webkit-transition: all 300ms ease-in-out;
           -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
        transform: rotate(0) translateY(0);

        border-radius: 0;
        background: #cbb27c;
    }

    .nav {
        position: static;
        top: auto;
        right: auto;

        float: none;

        margin-top: 0 !important;
    }

    .nav li {
        margin-bottom: 15px;
        width: 100%;

        text-align: center;
    }

    .nav li a {
        font-size: 28px;
    }

    .nav li.active .dropdown-menu {
        margin-top: 20px;
    }

    .nav li.active a,
    .nav li.current_page_parent a {
        width: 100%;
    }

    .nav li .dropdown-menu {
        position: static;
        position: static;

        float: none;

        width: auto;
        padding: 0;

        transform: scale(1);

        opacity: 1;
        background: none;
    }

    .nav li .dropdown-menu li a {
        visibility: visible;

        text-align: center;

        color: rgba(255, 255, 255, .6);
    }

    .nav li .dropdown-menu li a:hover {
        color: #cbb27c;
    }

    .nav li .dropdown-menu li a:before,
    .nav li .dropdown-menu li a:after {
        display: none;
    }

    .minimize .top-bar {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
                transform-origin: 10% 10%;
    }

    .woocommerce-message .button {
        display: block !important;
        float: none;
    }

    .minimize .middle-bar {
        opacity: 0;
    }

    .minimize .bottom-bar {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
                transform-origin: 10% 90%;
    }

    .alignMiddle {
        position: static;
        top: auto;

        transform: none;
    }

    .mobile-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .bs-carousel section {
        margin-top: 30px;

        transform: translateY(0);
    }

    .carousel-control {
        display: none;
    }

    .tabs ul {
        display: block;
    }

    .tabs ul li {
        display: block;

        width: 100%;
    }
    
    .woocommerce-checkout .woocommerce .white.section * {
        height: 100% !important;
        overflow: visible !important;
    }

    .cart {
        text-align: center;
    }

    .cart .item div[class^='col'] {
        margin-bottom: 15px;
    }

    .cart .total {
        text-align: center;
    }

    .cart .alignRight {
        text-align: center;
    }

    .checkout .price {
        font-size: 22px;
    }

    .cart_item .quantity {
        display: inline-block;
    }

    .cart .subtotal {
        font-size: 24px;
    }

    span.title {
        display: block;

        padding: 10px 0;

        text-align: center;
    }

    div[class^='col'],
    div[class^='container'] {
        background-size: cover;
    }

    .product-img-wrap {
        margin-bottom: 30px;

        text-align: center;
    }

    .product-img-wrap img {
        max-width: 75%;
        margin: 0 auto;
    }

    .share-link {
        display: block;
    }

    .product {
        margin-top: 50px;
    }

    .archive h3 {
        float: none;
    }

    .breadcrumbs {
        float: none;

        margin-top: 15px;
    }

    .bg-hex {
        top: 0;
        bottom: 0;
    }

    .latest-post {
        border-bottom: 1px solid #fff;
    }

    .comment-form-author,
    .comment-form-email,
    .comment-form-url,
    .comment-form-comment {
        float: none;

        width: 100%;
        padding-right: 0;

        text-align: left;
    }

    .woocommerce ul.order_details li {
        width: 100%;

        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .comments .children {
        margin: 0;
        padding: 0;
    }

    .history article,
    .history article.left,
    .history article.right {
        position: relative;

        float: none;

        width: 100%;
        margin: 25px 0;
        padding: 35px;

        text-align: center;

        background: #1b1d1e;
    }

    .history article:before {
        display: none;
    }

    .counter {
        margin: 25px 0;
    }

    #comments,
    .user-comments {
        text-align: center;
    }

    .user-comments img {
        margin-bottom: 15px;
    }

    .page-template-default p {
        max-width: 100%;
    }

    footer .copyright {
        margin-top: 10px;
    }

    footer div[class^='col'] {
        margin-bottom: 20px;
    }

    footer h6 {
        margin-bottom: 10px;
    }

    @-webkit-keyframes CarouselFadeIn {
        0% {
            transform: translateY(50%) scale(1);

            opacity: 0;
        }
        100% {
            transform: scale(1);

            opacity: 1;
        }
    }
    @-moz-keyframes CarouselFadeIn {
        0% {
            transform: translateY(50%) scale(1);

            opacity: 0;
        }
        100% {
            transform: scale(1);

            opacity: 1;
        }
    }
    @-o-keyframes CarouselFadeIn {
        0% {
            transform: translateY(50%) scale(1);

            opacity: 0;
        }
        100% {
            transform: scale(1);

            opacity: 1;
        }
    }
    @keyframes CarouselFadeIn {
        0% {
            transform: translateY(50%) scale(1);

            opacity: 0;
        }
        100% {
            transform: scale(1);

            opacity: 1;
        }
    }
}

/** Mobile media queries  **/

@media (max-width: 640px) {
    body .navbar-header img {
        max-width: 120px;
    }

    .heading {
        margin-bottom: 15px;
    }

    .heading .header-nav {
        display: none;
    }

    #hero.single-page {
        height: 450px !important;
        min-height: 450px;
    }

    #hero {
        height: auto !important;
        min-height: auto !important;
    }

    #hero h1 {
        font-size: 26px;
    }

    #hero h2 {
        font-size: 34px;
    }

    #hero .container {
    }

    #hero.single-page .blurb {
        padding-top: 80px !important;
    }

    .owl-carousel .owl-item {
        text-align: center;
    }

    .wrapper {
        padding-bottom: 0 !important;
    }

    .mobile-center,
    .mobile-center * {
        text-align: center;
    }

    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .no-padding-bottom {
        padding-bottom: 0;
    }

    .our-beers img {
        display: inherit;

        max-width: 75%;
        margin: 0 auto;
    }

    .no-padding {
        padding-top: 0;
        padding-bottom: 0;
    }

    .archive-title {
        padding: 30px;

        text-align: center;
    }

    #sidebar {
        width: 100%;
    }

    .padding-80 {
        padding: 80px 20px;
    }

    .latest-post {
        text-align: center;
    }

    .single-blog img {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .btn-wrap {
        text-align: center;
    }

    .checkout div[class^='col'] {
        margin-bottom: 20px;
    }

    .checkout .item {
        text-align: center;
    }

    .cart .promo input,
    .checkout .promo input {
        width: 100%;
    }

    .checkout .total {
        text-align: center;
    }

    .cart .promo .btn,
    .checkout .promo .btn {
        width: 100%;
        margin-bottom: 25px;
    }

    ul.horz-menu li {
        display: block;

        text-align: center;
    }

    ul.horz-menu.pages li {
        display: inline-block;
    }

    ul.horz-menu li span {
        margin-bottom: 5px;
    }

    ul.contact-list {
        padding: 20px;
    }

    .icon-grid {
        padding: 30px 20px;
    }

    .login input[type='text'] {
        width: 100%;
    }

    .share-link {
        display: none;
    }

    #partners img {
        max-height: 55px;
    }

    .cart input[type='submit'],
    .woocommerce .cart_totals a.button,
    .cart .btn {
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }

    .cart_totals {
        margin-top: 40px;
        margin-bottom: 15px;
    }

    .cart .promo input,
    .checkout .promo input {
        max-width: none;
        margin-right: 0;
        margin-left: 0;
    }

    #ageVerification  .modal-dialog {
        margin: 20px;
    }

    #ageVerification .modal-footer .btn {
        width: 80%;
        margin: 5px;
    }

    footer {
        position: static;

        padding-top: 80px;

        text-align: center;
    }

    footer .copyright {
        margin-top: 30px;
    }

    footer div[class^='col'] {
        margin-bottom: 30px;
    }

    footer h6 {
        margin-bottom: 15px;
    }

    footer ul li a {
        padding: 2px 0;
    }

    .fw-col-xs-3 {
        float: left;

        width: 25%;
    }

    .fw-col-xs-4 {
        float: left;

        width: 33.3%;
    }

    .fw-col-xs-6 {
        float: left;

        width: 50%;
    }
}
