@font-face {
    font-family: GothamBook;
    src: url(../fonts/Gotham-Book.otf);  /* check this */
}
@font-face {
    font-family: GothamLight;
    src: url(../fonts/Gotham-Light.otf);  /* check this */
}
@font-face {
    font-family: GothamMedium;
    src: url(../fonts/Gotham-Medium.otf);  /* check this */
}
/* ONE COLUMN CUSTOM PAGE */
.one-column-custom-page .container-custom .container.col-main-containter {
    width: 100% !important;
    padding-top: 58px;
}
@media (min-width: 768px) {
    .one-column-custom-page .container-custom .container.col-main-containter .row.row-content {
        width: 740px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 992px) {
    .one-column-custom-page .container-custom .container.col-main-containter .row.row-content {
        width: 960px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1200px) {
    .one-column-custom-page .container-custom .container.col-main-containter .row.row-content {
        width: 1200px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.one-column-custom-page .mk-divider {
    padding: 20px 0 40px;
}

.one-column-custom-page .mk-divider .divider-inner {
    height: 7px;
}
.one-column-custom-page .mk-divider.shadow_line .divider-inner .divider-shadow-left,
.one-column-custom-page .mk-divider.shadow_line .divider-inner .divider-shadow-right {
    display: inline-block;
    width: 50%;
    height: 7px;
    background-repeat: no-repeat;
}
.one-column-custom-page .mk-divider.shadow_line .divider-inner .divider-shadow-left {
    background-position: left center;
}
.one-column-custom-page .mk-divider.shadow_line .divider-inner .divider-shadow-right {
    background-position: right center;
}
.one-column-custom-page .header-container .header,
.one-column-custom-page .slideshow-content {
    background-color: #282828;
}

.one-column-custom-page .cdz-header-bottom{
    border-bottom: none;
}

.one-column-custom-page .mar-bottom-10 {
    margin-bottom: 58px !important;
    margin-left: auto;
    margin-right: auto;
}

.one-column-custom-page .mar-bottom-20 {
    margin-bottom: 58px !important;
    margin-top: 50px !important;
    margin-left: auto;
    margin-right: auto;
}
.cms-terms-of-use .mar-bottom-20 {
    margin-top: 0px !important;
}
.cms-privacy-policy .mar-bottom-20 {
    margin-top: 0px !important;
}
@media (min-width: 768px) {
    .cms-terms-of-use .theme-content, .cms-privacy-policy .theme-content {
        width: 740px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 992px) {
    .cms-terms-of-use .theme-content, .cms-privacy-policy .theme-content {
        width: 960px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 1200px) {
    .cms-terms-of-use .theme-content, .cms-privacy-policy .theme-content {
        width: 1200px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.one-column-custom-page .main-container {
    background-attachment: scroll;
    background-position: left top;
    background-repeat: repeat;
}


.container-custom {
    overflow: hidden;
}

.container-custom p {
    font-family: GothamLight, Arial, sans-serif !important;
    font-size: 15px !important;
    color: #545453;
    line-height: 1.66em !important;
    font-style: normal !important;
}

.container-custom .top-header {
    /*height: 455px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    background-image: none !important;
    background-color: #f9e8d1 !important;
    border-top-style: solid;
    border-top-color: #9fd8d9;
    border-top-width: 15px;
}

.container-custom .top-header .mk-zindex-fix {
    position: relative;
    z-index: 60;
}

.container-custom .top-header #mk-page-introduce {
    position: relative;
    z-index: 8;
    padding: 25px 0 !important;
    /*-webkit-box-shadow: inset 0px 0px 17px 3px rgba(50, 50, 50, 0.75);*/
    /*-moz-box-shadow: inset 0px 0px 17px 3px rgba(50, 50, 50, 0.75);*/
    /*box-shadow: inset 0px 0px 17px 3px rgba(50, 50, 50, 0.75);*/
}

.container-custom .top-header #mk-page-introduce.intro-left {
    text-align: left;
}

.container-custom .top-header .mk-grid {
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
}

.container-custom .top-header .page-introduce-title {
    font-size: 66px !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-style: italic !important;
    color: #231f20 !important;
    margin: 0px 20px 15px !important;
    /*text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.81);*/
    letter-spacing: 2px;
    word-wrap: break-word;
    text-align: center;
}

.container-custom .top-header #mk-breadcrumbs {
    text-align: center;
}
.container-custom .top-header #mk-breadcrumbs .mk-breadcrumbs-inner {
    float: right;
    display: inline-block;
    margin: 0 20px -10px 0;
    margin-left: 0px;
    line-height: 12px;
    padding: 10px 12px 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.container-custom .top-header #mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin {
    color: #d5b795 !important;
    /*background: rgba(0, 0, 0, 0.24) !important;*/
    padding: 10px !important;
    margin-left: 20px !important;
}

.container-custom .top-header #mk-breadcrumbs .mk-breadcrumbs-inner {
    float: none !important;
}

.container-custom .top-header #mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a{
    color: #d5b795 !important;
}

.container-custom .clearboth {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}

/* CUSTOM THEME: LEFT MENU */
.container-custom .col-left .block-banner,
.container-custom .col-main .col-wrapper-main {
    background-color: transparent !important;
}
.container-custom .col-left .block-content {
    margin-top: 0px;
}

.container-custom ul.left-menu {
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.container-custom ul.left-menu li {
    margin-left: 0px;
    border-bottom: 1px solid #c6c6c6;
    list-style: none;
    font-style: normal;

}

.container-custom ul.left-menu li a {
    display: block;
    color: #545453;
    font-family: GothamLight, Arial, sans-serif !important;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
}

.container-custom ul.left-menu li a:hover {
    color: #b69c51;
}

.container-custom ul.left-menu li a:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: middle;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    margin-right: 7px;
    content: "\f105";
    font-size: 12px;

}

.container-custom ul.left-menu li.current_page_item a {
    color: #b69c51 !important;
    background-color: rgba(0,0,0,.03);
}

.container-custom .col-left.sidebar .sidebar-wrapper {
    overflow: hidden;
    margin-bottom: 40px;
}

.container-custom .col-left.sidebar .sidebar-wrapper p {
    color: #999999;
    font-weight: normal;
}

.container-custom .col-left.sidebar #sidebar-foodmatcher {
    background: url('/media/trentham/cmsblock/sidebar-restuarant-img.png');
    background-size: cover;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 218px;
    padding: 20px;
}

.container-custom .col-left.sidebar h1 {
    font-size: 32px;
    line-height: 32px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    color: #fff !important;
}

.container-custom .col-left.sidebar h1 em {
    width: 100% !important;
    display: block !important;
    font-weight: 600 !important;
}

.container-custom .col-left.sidebar .mk-button-align {
    display: block !important;
    margin-top: 50px;
}

.container-custom #sidebar-wineclub .mk-button-align {
    margin-top: 0px;
}

.container-custom .mk-button {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    min-width: 0;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -ms-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    ms-backface-visibility: hidden;
}

.container-custom .mk-button-align a {
    color: #fff;
    font-family: GothamLight, Arial, sans-serif !important;
    text-transform: uppercase;
    padding: 12px 24px;
    font-size: 12px;
    line-height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.container-custom #sidebar-wineclub {
    min-height: 210px;
    padding: 20px;
    background-image: url("/media/trentham/cmsblock/dark-pattern.jpg");
    background-repeat: repeat;
    background-color: #3d4040;
    background-position: left top;
    border: 5px solid #4d4837;
    text-align: center;
}

.container-custom #sidebar-wineclub p {
    font-size: 14px !important;
    color: #fff;
}

.container-custom #sidebar-wineclub h5 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.container-custom .col-left.sidebar #sidebar-giftvouchers {
    background: url('/media/trentham/cmsblock/giftvoucher-sidebar.png');
    background-repeat: repeat;
    background-size: cover;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-position: top left;
    min-height: 281px;
    padding: 20px;
}

#sidebar-giftvouchers h1 {
    color: #b69c51 !important;
}

.container-custom .col-left.sidebar #sidebar-giftvouchers p {
    font-size: 12px !important;
    max-width: 150px;
    font-style: normal;
    line-height: 20px;
}

.container-custom .col-left.sidebar #sidebar-foodmatcher .mk-button-align a {
    border: 1px solid #fff;
}
.container-custom .col-left.sidebar #sidebar-giftvouchers .mk-button-align a,
.container-custom #sidebar-wineclub .mk-button-align a {
    border: 1px solid #b69c51;
    color: #b69c51 !important;
}

.container-custom #sidebar-wineclub .mk-button-align a {
    padding: 12px 15px;
}

.container-custom .col-left.sidebar #sidebar-foodmatcher .mk-button-align a:hover {
    background-color: rgba(255, 255, 255, 0.23) !important;
}

.container-custom .col-left.sidebar #sidebar-giftvouchers .mk-button-align a:hover,
.container-custom #sidebar-wineclub .mk-button-align a:hover {
    border: 1px solid #E2C779;
    color: #E2C779 !important;
}

/* CUSTOM THEME: RIGHT CONTENT */
.container-custom .col-main {
    overflow: hidden;
}

.container-custom .col-wrapper-main {
    padding-top: 0px !important;
    box-shadow: unset !important;
}

.container-custom .custom-title {
    margin-bottom: 10px;
    font-family: GothamLight, Arial, sans-serif !important;
    font-size: 20px !important;
    text-transform: none;
    /*color: #b69c51;*/
    font-weight: bold;
    font-style: normal !important;
    text-align: center;
}

.container-custom .dark-title {
    font-size: 24px !important;
    color: #545453;
    text-transform: uppercase;
}

.container-custom .mk-button.content-buttons {
    border: 1px solid #545453 !important;
    color: #545453;
    font-size: 16px;
}

.container-custom .mk-button.darker-buttons:hover {
    background-color: rgba(84, 84, 83, 0.27) !important;
}

.img-wrapper .img-medium,
.img-wrapper .img-small {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.img-wrapper .img-medium {
    height: 390px;
}

.img-wrapper .img-small {
    height: 185px;
}

.mk-button.outline-btn-dark:hover {
    background-color: #252525 !important;
    color: #fff;
}

/* Smartphones (portrait and landscape) */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .container-custom .top-header {
        height: 200px;
    }

    .container-custom .top-header #mk-page-introduce {
        padding: 65px 0 !important;
    }

    .container-custom .top-header .page-introduce-title {
        font-size: 24px !important;
        margin: 0px 28px 15px !important;
    }

    .container-custom .top-header #mk-breadcrumbs .mk-breadcrumbs-inner {
        font-size: 11px;
    }

    .one-column-custom-page .mk-divider {
        padding: 5px 0 15px;
    }

    .img-wrapper .img-medium {
        height: 80vw;
    }

    .img-wrapper .img-small {
        height: 80vw;
    }
}

/*story*/

.mk-divider.shadow_line .divider-inner {
    height: 7px;
}

.mk-divider.shadow_line .divider-inner .divider-shadow-left {
    background-position: left center;
}

.mk-divider.shadow_line .divider-inner .divider-shadow-right {
    background-position: right center;
}

.mk-divider.shadow_line .divider-inner .divider-shadow-left, .mk-divider.shadow_line .divider-inner .divider-shadow-right {
    display: inline-block;
    width: 50%;
    height: 7px;
    background-repeat: no-repeat;
}

img.img-aline-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mk-divider.shadow_line {
    padding: 0px;
}
.mk-page-title-box .mk-page-title-box-title.mk-page-title-box-title--underline::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 3px;
}
.vc_col-sm-12 .vc_col-sm-3 {
    width: 25%;
    float: left;
}
.vc_col-sm-12 .vc_col-sm-4 {
    width: 33.33333333%;
    float: left;
}
.vc_col-sm-12 .vc_col-sm-6 {
    width: 50%;
    float: left;
}

.vc_col-sm-12 .vc_column-inner{
    padding: 10px;
}

.vc_col-sm-12 .vc_column-inner .mk-image-caption{
    text-align: center;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.block-layer-6 div.content div.textfield {
    width: 100%;
}

.block-layer-6 div.layer-6-content-col-4 div.textfield {
    width: 100%;
}

#mk-footer {
    color: #999999;
}

#mk-footer .footer-wrapper {
    background-color: #122c37;
}

#mk-footer .footer-wrapper .mk-padding-wrapper {
    padding: 30px;
}

#mk-footer .footer-wrapper .mk-padding-wrapper .widgettitle {
    font-family: GothamMedium;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    padding-bottom: 20px;
}

#mk-footer .footer-wrapper .mk-padding-wrapper .post-date {
    color: #6a6f6f;
}

#mk-footer .footer-wrapper .mk-padding-wrapper li a {
    color: #b69c51;
}

#mk-footer #sub-footer {
    background-color: #43474d;
}

#mk-footer #sub-footer .mk-grid {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 10px 20px 10px;
    font-size: 10px;
}
/*end story*/



/*New style content*/
.container-custom .top-header .page-introduce-title {
    font-family: GothamLight, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 45px !important;
    text-transform: uppercase !important;
}

.container-custom .custom-title {
    font-family: GothamLight, Arial, sans-serif !important;
    font-style: normal !important;
    font-size: 20px !important;
    font-weight: normal;
}

.container-custom .col-main .col-wrapper-main p {
    font-family: GothamLight, Arial, sans-serif !important;
    text-align: center;
}

.container-custom .col-main .col-wrapper-main div.mk-button-align,div.img-wrapper {
    text-align: center;
}


@media (min-width: 768px) {

    .container-custom .col-main .col-wrapper-main .vc_column-inner p {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .container-custom .col-main .col-wrapper-main .vc_column-inner h4 {
        text-align: center;
    }
    .container-custom .col-main .col-wrapper-main p,.custom-title {
        margin-left: 150px !important;
        margin-right: 150px !important;
    }
}
@media (max-width: 767px) {
    .container-custom .col-main .col-wrapper-main p,.custom-title {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}
/*product list page*/
.catalog-category-view .col1-layout .page-title .page-introduce-title {
    width: 100%;
}

.menu-wines {
    padding-top: 10px;
    text-align: center;
}

.menu-wines li a {
    color: #bcbec0;
    text-transform: uppercase;
}

.menu-wines li.active a {
    color: #b69c51;
}

.category-products .toolbar,toolbar-bottom {
    opacity: 0;
}

.mk-divider.shadow_line .divider-inner {
    height: 7px;
}

.mk-divider.shadow_line .divider-inner .divider-shadow-left {
    background-position: left center;
}

.mk-divider.shadow_line .divider-inner .divider-shadow-right {
    background-position: right center;
}

.mk-divider.shadow_line .divider-inner .divider-shadow-left, .mk-divider.shadow_line .divider-inner .divider-shadow-right {
    display: inline-block;
    width: 50%;
    height: 7px;
}

img.img-aline-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mk-divider.shadow_line {
    padding-bottom: 40px;
}
.mk-page-title-box .mk-page-title-box-content .mk-grid h1.mk-page-title-box-title {
    font-size: 50px;
    line-height: 80px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    color: #b69c51;
    text-align: center;
    position: relative;
}
.mk-page-title-box-title--underline::after {
    background: #dddddd;
}
.mk-page-title-box .mk-page-title-box-title.mk-page-title-box-title--underline::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 3px;
}
.vc_col-sm-12 .vc_col-sm-4 {
    width: 33.33333333%;
    float: left;
}
.vc_col-sm-12 .vc_col-sm-6 {
    width: 50%;
    float: left;
}

.vc_col-sm-12 .vc_column-inner{
    padding: 10px;
}

.vc_col-sm-12 .vc_column-inner .mk-image-caption{
    text-align: center;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.content-breadcrums .container li a, .catalog-product-view .content-breadcrums .container li a {
    font-size: 12px;
    font-family: GothamBook, Arial, sans-serif !important;
    color: #c19b6e;
    text-transform: uppercase;
}

.restaurant-contact {
    text-align: center;
    padding: 15px;
}

.restaurant-phone, .restaurant-email {
    text-align: center !important;
    font-weight: normal;
    background-color: #c19b6e;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    border: none;
    color: #ffffff;
    padding: 15px;
}

.restaurant-phone:hover, .restaurant-email:hover {
    opacity: 0.7;
    color: #ffffff;
}
