@font-face {
    font-family: 'Colaborate';
    src: url('../fonts/Colaborate-Bold.eot');
    src: url('../fonts/Colaborate-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Colaborate-Bold.woff2') format('woff2'),
        url('../fonts/Colaborate-Bold.woff') format('woff'),
        url('../fonts/Colaborate-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ColaborateLight';
    src: url('../fonts/Colaborate-Light.eot');
    src: url('../fonts/Colaborate-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Colaborate-Light.woff2') format('woff2'),
        url('../fonts/Colaborate-Light.woff') format('woff'),
        url('../fonts/Colaborate-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Renaissance';
    src: url('../fonts/FSRenaissance.eot');
    src: url('../fonts/FSRenaissance.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FSRenaissance.woff2') format('woff2'),
        url('../fonts/FSRenaissance.woff') format('woff'),
        url('../fonts/FSRenaissance.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Colaborate';
    src: url('../fonts/Colaborate-Medium.eot');
    src: url('../fonts/Colaborate-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Colaborate-Medium.woff2') format('woff2'),
        url('../fonts/Colaborate-Medium.woff') format('woff'),
        url('../fonts/Colaborate-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Colaborate';
    src: url('../fonts/Colaborate-Regular.eot');
    src: url('../fonts/Colaborate-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Colaborate-Regular.woff2') format('woff2'),
        url('../fonts/Colaborate-Regular.woff') format('woff'),
        url('../fonts/Colaborate-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html{
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'FS Renaissance';
    color: #323e48;
    font-size: 32px;
}
h2 span{
    font-family: 'FS Renaissance';
    color: #323e48;
    font-size: 32px;
}
.qx-element-wrap{
    margin: 0 !important;
}
p,div{
    margin: 0;
    font-family: 'Colaborate';
    color: #444e56;
}
span{
    font-family: 'Colaborate';
}
.t3-mainbody, .t3-content {
    padding-top: 0;
    padding-bottom: 0;
}
.qx-btn:focus{
    box-shadow: none;
}
a.qx-btn-primary{
    font-size: 15px;
    color: #323e48;
    padding: 14px 32px;
    border-radius: 24px;
    border: solid 1px #cea66b;
    background: transparent;
    text-transform: uppercase;
    transition: 0.3s all ease;
}
a.qx-btn-primary:hover{
    color: #cea66b;
    background: #cea66b;
    transition: 0.3s all ease;
    border-color: #cea66b;
}

/* PRELOADER ANIMATION WHEN LOAD SITE */
.preloader {
  align-items: center;
  background: #FFF;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  transform: opacity 1s linear;
}
.component.window.com_quix body .preloader{
    display: none !important;
}


/* Header and Menu */
#t3-mainnav.wrap.navbar.navbar-default.t3-mainnav{
    display: none;
}
.t3-header {
    padding-top: 0;
}
.logo-sticky-menu img.logo-img{
    display: none;
}
.sticky-menu .logo-sticky-menu img.logo-img{
    display: block;
}
.header-bg {
    background: transparent;
/*     position: fixed; */
    width: 100%;
    z-index: 9999;
    height: 85px;
    transition: 0.3s all ease;
    box-shadow: 0 3px 1rem rgb(0 0 0 / 10%);
}
.logo-image .logo-img {
    max-height: 55px;
    transition: .3s ease all;
}
ul.level0 {
    margin-left: auto;
    padding-top: 15px;
    margin-right: 15px;
}
ul.level0 li a {
    color: #323e48;
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: unset;
}
ul.level0 li a{
    background: none !important;
}
ul.level0 li a:hover,
ul.level0 li.active a{
    color: #cea66b !important;
}

ul.nav.navbar-nav.level0 ul.level1 li:last-child a:hover{
    color: #fff !important;
}
ul.level0 li:last-child a:hover {
    color: #fff;
    border-color: #fff!important;
}
ul.level0 li.active a{
    color: #fff;
}
.t3-navbar.navbar-collapse.collapse .level0 > li:first-child {
    display: none;
}
/* .t3-megamenu ul.level0 > li:last-child{
    right:8%;
    position:absolute;
} */
#t3-header .t3-navbar.navbar-collapse.collapse{
    /* width: 48%;
    margin-left: auto;
    margin-right: auto; */
    float: right;
}
.reserve-menu{
    color: #fff;
    padding: 10px 33px 10px 33px !important;
    border-radius: 50px;
    border: solid 1px #cea66b;
    transition: 0.3s all ease;
    margin-top: 3px;
}
ul.level0 li .reserve-menu:hover{
    color: #212121 !important;
    border: solid 1px #fff;
    background-color: #cea66b !important;
}
/* sticky mneu */
.logo-sticky-menu img.logo-img{
    max-height: 55px;
}
.logo-sticky-menu {
    opacity: 0;
}
.sticky-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 1rem rgb(0 0 0 / 10%);
}
.sticky-menu ul.level0 {
    padding-top: 17px;
}
.sticky-menu ul.level0 li a {
    color: #212121;
}
.navbar-brand {
    height: auto;
}
.sticky-menu .logo-sticky-menu {
    opacity: 1;
}
.sticky-menu .logo-sticky-menu .logo-img {
    max-height: 55px;
    transition: .3s ease all;
}
.sticky-menu .logo-image {
    display: none;
}
.sticky-menu .reserve-menu {
    border: solid 1px #cea66b;
}
.header-bg .btn-primary:hover,
.header-bg .btn-primary:focus,
.header-bg .btn-primary:active{
    background-color: #cea66b;
    border-color: #cea66b;
}

/* menu hover animation */
ul.level0 li a {
  position: relative;
  text-decoration: none;
}
ul.level0 li a::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  top: 80%;
  left: 25%;
  background: #d7a461;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: left;
}
ul.level0 li a:hover::after {
  transform: scaleX(1);
}
ul.level0 li:last-child a:hover::after {
  transform: scaleX(0);
}
ul.level0 li.active a::after {
  transform: scaleX(1);
}
/* hide offcanvas on desktop */
.off-canvas-toggle {
    display: none;
}

/* FOOTER */
#collapseOne img {
    width: 23%;
}
#t3-footer,
#t3-footer .custom,
#t3-footer .module-inner {
    background-color: #eaebec ;
}
.t3-footnav{
    padding: 60px 0 30px !important;
}
.t3-footer{
    border-top: 2px solid #fff !important;
}
.t3-footnav .t3-module{
    background: #eaebec !important;
    margin: 0;
}
/* #collapseOne img{
    width: 14%;
} */
#t3-footer .panel {
    -webkit-box-shadow: none;
    background-color: #eaebec ;
    box-shadow: none;
    margin-bottom: 20px;
    border: 0px solid transparent;
}
#t3-footer .panel-info > .panel-heading {
    background-color: #eaebec ;
    border-color: #f7f7f8;
    padding-bottom: 0;
    pointer-events: none;
    cursor: pointer;
}
.t3-footer .t3-spotlight h4{
    display: none;
}
.t3-footer .t3-spotlight a,
.t3-footer .t3-spotlight p,
.t3-footer .t3-spotlight li {
    font-size: 16px;
	color: #323e48 !important;
    letter-spacing: 0.8px;
    transition: 0.3s all ease;
}
.t3-footer .panel-collapse.collapse {
    height: auto !important;
    display: block !important;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #dddddd;
}
.panel-group .panel-heading + .panel-collapse > .panel-body{
    padding-top: 0px;
    text-align: center;
}
.panel-group .panel-heading + .panel-collapse > .panel-body ul{
    display: flex;
    justify-content: center;
}
.panel-group .panel-heading + .panel-collapse > .panel-body ul li{
    margin-right: 30px;
}
.social-footer img{
    margin-right: 12px;
    margin-left: 12px;
}
/* footer-copyright */
.t3-copyright {
    padding: 28px 0 8px;
    text-align: center;
    border-top: 1px solid rgba(70,78,85, 0.2);
}
.copyright p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.47;
    color: #444e56;
}
.copyright small,
.copyright small a {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.99;
    color: #444e56;
    transition: 0.3s all ease;
}



/* HOMEPAGE */
.home  #qx-slider-pro-29110 .qx-dotnav li * {
    border-radius: 0;
    transform: rotate(45deg);
    margin-right: 10px;
    width: 14px;
    height: 14px;
}
#qx-column-92272 .qx-col-wrap {
    display: flex;
    align-items: center;
}
#qx-column-92272 .qx-col-wrap .qx-element-heading-v2 {
    padding-bottom: 39px;
}
#qx-column-92272 .qx-col-wrap #qx-text-6338 {
    padding-bottom: 39px;
}
#qx-heading-1957 h2{
    padding-bottom: 32px !important;
}
#qx-heading-1957 span{
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
}
#qx-button-2678 span{
    color: #fff;
}
#qx-heading-84205{
    padding-bottom: 20px;
}
#qx-column-6160 .qx-element-text-v2{
    font-size: 17px;
    line-height: 1.35;
}
#qx-text-6266{
    padding-top: 16px;
}
#qx-text-52286{
    padding-top: 16px;
    padding-bottom: 16px;
}
#qx-button-34326{
    margin-top: 32px;
}

/* latest news home */
.home .latest-blog ul{
    display: flex;
}
.home .latest-blog ul li{
    display: flex;
    flex-direction: column;
}
.home div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left;
}
 li .moduleItemIntrotext img {
    width: 95%;
    height: 250px !important;
}
.home .moduleItemDateCreated{
    font-size: 15px;
    color: #7f858b;
}
.home .moduleItemIntrotext{
    margin-bottom: 10px;
}
 .home .moduleItemTitle{
    font-family: 'FS Renaissance';
    font-size: 24px;
    line-height: 1.25;
    color: #323e48;
    margin-top: 10px;
    margin-bottom: 12px;
}
.home .moduleItemReadMore{
    font-size: 16px;
    color: #7f858b;
    text-transform: uppercase;
    margin-top: 20px;
}
.latest-blog .moduleItemImage img {
    object-fit: cover;
    object-position: top;
}

/* juicer ig feed */
#qx-heading-55361 a {
    color: #323e48;
    transition: 0.3s all ease;
}
#qx-heading-55361 a:hover {
    color: #cea66b;
    text-decoration: none;
}
.juicer-feed .referral{
    display: none !important;
}
#qx-row-3879{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}
#qx-row-3879 .j-stacker .j-stack{
    padding: 1px !important;
}
.juicer-feed.image-grid li.feed-item img {
    object-fit: cover !important;
    object-position: top;
}
.juicer-feed.image-grid li.feed-item img {
    height: 340px !important;
}
.juicer-feed h1,
.juicer-feed .j-poster,
.juicer-feed .j-text,
.juicer-ad {
    display: none !important;
}
#qx-row-3879 .qx-col-wrap{
    padding-bottom: 0;
}
#qx-row-3879 li.feed-item{
    margin-bottom: 0px !important;
}
.j-gallery-nav{
    display: none !important;
}
.home .t3-footer {
    border-top: 0px solid #516893 !important;
}


/* ABOUT US */
#qx-heading-1127 span{
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
}
#qx-column-73120 .qx-col-wrap,
#qx-column-86191 .qx-col-wrap{
    display: flex;
    align-items: center;
}


/* MENU */
#qx-heading-95288 span{
    color: #fff;
}
#qx-button-65329 span{
    color: #fff;
}


/* CONTACT */
#qx-column-4055{
    border: 1px solid #cea66b;
    padding: 40px 57px;
    margin-bottom: 60px;
}
#qx-column-4055 .qx-element-heading-v2 span{
    font-size: 18px;
    color: #323e48;
}
#qx-column-4055 .qx-element-heading-v2 img{
    margin-right: 10px;
}
#qx-text-54166 a{
    color: #444e56;
}

/* GALLERY */
#qx-smart-tab-96692 .qx-smart-tab-title{
    font-family: 'Colaborate';
    font-size: 16px;
    letter-spacing: 0.8px;
}
#qx-smart-tab-96692 .qx-active h3{
    border-bottom: 1px solid #d7a461;
}

/* BLOG/LATEST NEWS CATEGORY PAGE */
.custommain-title-banner {
    text-align: center;
    color: #fff;
    padding-top: 102px;
    padding-bottom: 90px;
    background-size: cover;
    margin-top: -60px;

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.custommain-title-banner p {
    font-family: 'FS Renaissance';
    font-size: 40px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}
#itemListLeading .catItemView{
    padding: 10px;
}
.catItemBody .catItemHeader{
/*     text-align: center; */
}
.catItemBody .catItemHeader .catItemDateCreated{
    font-size: 15px;
    color: #7f858b;
}
.catItemBody .catItemHeader .catItemTitle a{
    font-size: 24px;
    line-height: 1.25;
    color: #323e48;
}
.catItemBody .catItemTitle:hover a{
    color: #cea66b !important;
    text-decoration: none !important;
}
/* .com_k2 .t3-wrapper{
    background: url(/images/homepage/main-bg.png) no-repeat;
    background-size: fit;
    background-repeat: repeat;
} */
.cus-blog .pagination > .disabled > span,
.cus-blog .pagination > .disabled > span:hover,
.cus-blog .pagination > .disabled > span:focus,
.cus-blog .pagination > .disabled > a,
.cus-blog .pagination > .disabled > a:hover,
.cus-blog .pagination > .disabled > a:focus {
    color: #323e48;
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed;
}
/* .cus-blog div.k2Pagination ul li{
    border-bottom: 1px solid #cea66b;
} */
/* .cus-blog div.k2Pagination ul li.hidden-phone{
    border-bottom: 1px solid #cea66b;
    position: relative;
    top: 1px;
} */
.cus-blog div.k2Pagination ul li a {
    display: inline-block;
    padding: 2px 8px;
    margin: 0 8px;
    border-radius: 0px;
    border-color: #cea66b;
    vertical-align: middle;
    background: transparent;
    text-decoration: none;
    color: #323e48;
}
.cus-blog div.k2Pagination ul li.active a{
    background: #cea66b;
    color: #fff;
}
.layout-category .container.t3-sl.t3-sl-1{
    padding-bottom: 0;
}
.container.t3-sl.t3-sl-1{
    display: none;
}
.layout-category .container.t3-sl.t3-sl-1{
    display: block;
}
a.k2ReadMore{
    font-size: 16px;
    font-weight: 300;
    color: #7f858b;
    text-transform: uppercase;
}
a.k2ReadMore:hover{
    color: #cea66b;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: transparent !important;
    border-color: #cea66b !important;
}

/* ARTICLE */
.blog-article .col-md-9{
    width: 100%;
}
.blog-article .col-md-3.blog-sticky{
    width: 100%;
}
.moduletablelatest-post h3{
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    color: #323e48;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.k2ItemsBlock.latest-post ul{
    display: flex;
}
.k2ItemsBlock.latest-post li{
    display: flex;
    flex-direction: column;
}
.k2ItemsBlock.latest-post li a.moduleItemTitle{
    /* order: 2; */
    font-size: 24px;
    line-height: 1.25;
    color: #323e48;
    font-family: 'FS Renaissance';
    padding-right: 40px;
}
.k2ItemsBlock.latest-post li .moduleItemIntrotext{
    /* order: 1; */
    text-align: left;
}
.k2ItemsBlock.latest-post li .moduleItemIntrotext img{
    float: left !important;
    width: 95%;
    height: 274px;
}
.layout-category .catItemHeader .catItemTitle{
    padding-bottom: 20px;
}
.layout-category .k2ReadMore i{
    position: relative;
    top: 1px;
}

/* ARTICLE PAGE */
.itemSocialSharing{
    display: none;
}
.back-and-social-share{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    margin-top: 60px;
}
.back-and-social-share p a{
    font-size: 15px;
    line-height: 2;
    color: #323e48;
    text-transform: uppercase;
}
.back-and-social-share p.back-to-blog a::before{
    content: '<';
    margin-right: 7px;
}
.back-and-social-share p.back-to-blog a::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f104";
    font-weight: 900;
}
.share-btn-blog{
    display: flex;
}
.share-btn-blog p{
    font-size: 17px;
    color: #212121;
    margin-right: 10px;
    margin-top: 5px;
}
.at-share-btn-elements a{
    background-color: transparent !important;
    border: 1px solid #cea66b !important;
}
.at-share-btn-elements a:hover{
    background-color: #cea66b !important;
    border: 1px solid #cea66b !important;
}
.at-share-btn-elements a:hover g{
    fill: #fff;
}
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn{
   margin-bottom: 0;
}
.itemView .itemFullText p{
    font-size: 17px;
    line-height: 1.53;
    color: #444e56;
}
.blog-article .col-md-9{
    padding: 0 130px 60px 100px;
}
.blog-article .itemHeader{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 60px 200px 0;
}
.blog-article .itemDateCreated{
    order: 2;
    padding-top: 10px;
    font-size: 17px !important;
}
.blog-article .itemImage img{
    width: 100% !important;
}
.blog-article .itemBackToTop{
    display: none;
}
div.itemToolbar{
    display: none !important;
}
.blog-article .itemHeader{
    padding-bottom: 30px;
}
.blog-article .moduletablelatest-post{
    padding-bottom: 60px;
}


/* latest news recent */
.latest-post .moduleItemDateCreated{
    font-size: 15px;
    color: #7f858b;
}
.latest-post .moduleItemIntrotext{
    margin-bottom: 10px;
}
.latest-post  .moduleItemTitle{
    margin-top: 10px;
    margin-bottom: 12px;
}
.latest-post .moduleItemReadMore{
    font-size: 16px;
    color: #7f858b;
    text-transform: uppercase;
    margin-top: 20px;
}


/* CONTACT US PAGE */
#qx-column-3057 h2{
    padding-top: 36px;
}
#qx-column-3057 #qx-heading-8843 h2{
    padding-top: 0px;
}
#qx-column-3057 h2 span{
    font-size: 32px;
    line-height: 1.38;
    color: #323e48;
}
#qx-column-3057 .qx-element-text-v2{
    font-size: 17px;
    line-height: 1.53;
    color: #444e56;
    padding-top: 16px;
    padding-bottom: 22px;
}


/* form */
#userForm label {
    font-size: 16px;
}
#userForm .rsform-block label .formRequired {
/*     display: none; */
}
#userForm input {
    padding: 10px;
    width: 85%;
    font-size: 17px;
    color: #374249;
}
#userForm textarea {
    padding: 10px;
    width: 89%;
    font-size: 17px;
}
#userForm input,
#userForm textarea{
    padding-left: 0;
    border:none;
    border-bottom: 1px solid #757575 ;
    border-radius: 0;
    outline-width: 0;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}
#userForm input:focus,
#userForm select:focus,
#userForm textarea:focus {
    border-bottom: solid 2px #cea66b;
    outline: 0;
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
}
#userForm .rsform-submit-button {
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    color: #323e48;
    border-radius: 24px;
    border: solid 1px #cea66b;
    padding: 8px 32px;
    transition: 0.3s all ease;
    margin-top: 20px;
    text-transform: uppercase;
}
#userForm .rsform-submit-button:hover {
    background-color: #cea66b;
    color: #fff;
    border-color: #cea66b;
}
#rsform_3_page_0 .formControlLabel{
    /* display: none !important; */
}
#rsform_3_page_0 .formControls{
    margin: 0;
}
.formResponsive .formHorizontal .rsform-block{
    margin-bottom: 0 !important;
}
#rsform_3_page_0 .formValidation{
    display: none;
}
#rsform_3_page_0 .formControlLabel {
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #111c30;
}
.rsform-block.rsform-block-recaptcha label{
    display: none;
}
.rsform-block.rsform-block-submit label{
    display: none;
}
#rsform_3_page_0 .formRequired{
    display: none;
}

/* thank you page */
#qx-text-6432 a{
    color: #cea66b;
}



/* ------- RESPONSIVE --------- */

@media (max-width: 540px){
    /* menu and header */
    /*.header-bg {
        position: fixed !important;
        margin-top: 0px !important;
    }*/
    img.logo-img {
        max-height: 35px !important;
    }
    .header-bg {
        height: 65px;
    }
    button.navbar-toggle{
        display: none;
    }
    div#qx-section-379{
        argin-left: 0 !important;
        padding-top: 0;
    }
    button.off-canvas-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        background: 0 0;
        color: #cea66b;
        display: block;
        border: none;
        font-size: 20px;
    }
    /*.t3-content {
        padding-left: 0;
        padding-right: 0;
    }*/
    .t3-off-canvas .t3-off-canvas-body a {
        color: #212121;
    }
    .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
        color: #cea66b;
    }
    .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
        background-color: unset;
    }
    .t3-off-canvas .t3-off-canvas-body {
        padding: 10px;
    }
    .t3-off-canvas .t3-off-canvas-header h2 {
        display: none;
    }
    .reserve-menu {
        color: #212121!important;
        border: solid 0px #cea66b;
        background-color: #fff !important;
        padding: 10px 15px !important;
    }
    .reserve-menu:hover {
        color: #cea66b!important;
        border: solid 0px #cea66b;
        background-color: #fff!important;
    }
    .reserve-menu {
        padding: 10px 15px !important;
    }
    .t3-off-canvas .t3-off-canvas-header {
        background: #fff;
        color: #333333;
        padding: 0 0 0 12px;
        height: 35px;
    }
    .t3-off-canvas .close {
        background: #fff;
        color: #4D4D4F;
        opacity: 1;
    }

    /* homepage */
    .home #qx-slider-pro-29110 .qx-dotnav li * {
        margin-right: 0px;
        width: 9px;
        height: 9px;
    }
    .qx-position-bottom-center.qx-position-medium{
        margin-bottom: 30px;
    }
    #qx-text-6338 br{
        display: none;
    }
    .juicer-feed.image-grid li.feed-item img {
        height: 400px !important;
    }
    .home .latest-blog ul {
        display: block;
    }

    /* footer */
    /* .footer-menu ul{
        flex-direction: column;
        justify-content: center;
    }
    .footer-menu ul li{
        text-align: center;
        padding-bottom: 20px;
    }
    #qx-row-521700 .qx-column{
        width: 50%;
        max-width: 50%;
    } */
    #collapseOne img {
        width: 60%;
    }
    .panel-group .panel-heading + .panel-collapse > .panel-body ul {
        display: block;
    }
    .panel-group .panel-heading + .panel-collapse > .panel-body ul li {
        padding-bottom: 15px;
        margin-right: 0;
    }

    /* about us */
    #qx-heading-2676 br{
        display: none;
    }
    #qx-text-82170 br{
        display: none;
    }
    #qx-text-46246 br{
        display: none;
    }

    /* menu */
    #qx-text-139 br{
        display: none;
    }

    /* gallery */
    .product-additional-images .qx-visible\@s {
        display: block !important;
    }
    #qx-section-3517,
    #qx-section-60840{
        margin-top: -50px;
    }

    /* article */
    .blog-article .itemHeader {
        padding: 60px 15px 0;
    }
    .blog-article .col-md-9 {
        padding: 0 15px 30px 15px;
    }
    .k2ItemsBlock.latest-post ul {
        display: flex;
        flex-direction: column;
    }
    div.itemToolbar {
        display: none;
    }
    .blog-article .itemDateCreated {
        padding-bottom: 30px;
    }

    /* contact us */
    #qx-column-3057 .qx-col-wrap{
        padding-left: 0;
    }
    #qx-text-8264 br{
        display: none;
    }
    #userForm input {
        width: 100%;
    }

    .custommain-title-banner {
        padding-top: 60px;
        padding-bottom: 60px;
        background-size: cover;
        margin-top: -37px;
    }
    .k2Pagination ul{
        padding-left: 0;
    }


}


@media only screen and (min-width: 768px) and (max-width: 1025px){


    /* homepage */
    #qx-text-6338 br{
        display: none;
    }
    .juicer-feed.image-grid li.feed-item img {
        height: 265px !important;
    }

    /* about us */
    #qx-heading-2676 br{
        display: none;
    }
    #qx-text-82170 br{
        display: none;
    }
    #qx-text-46246 br{
        display: none;
    }

    /* menu */
    #qx-text-139 br{
        display: none;
    }

    /* article */
    .blog-article .itemHeader {
        padding: 60px 15px 0;
    }

    /* contact us */
    #qx-text-8264 br{
        display: none;
    }
}

@media (max-width: 600px){
    #qx-section-379{
        display: none;
    }
    .home #qx-slider-pro-8197 .qx-dotnav li * {
        border-radius: 0;
        transform: rotate(45deg);
        margin-right: 10px;
        width: 14px;
        height: 14px;
    }
    #qx-section-7194{
        margin-left: -15px !important;
    }
    #qx-section-5332{
        margin-left: -15px !important;
    }


}

@media (min-width: 601px){
    #qx-section-7194{
        display: none !important;
    }
}

@media only screen and (min-width: 541px) and (max-width: 1025px){
    /* menu and header */
    /*.header-bg {
        position: fixed !important;
        margin-top: 0px !important;
    }*/
    #t3-header .t3-navbar.navbar-collapse.collapse{
        display: none !important;
    }
    img.logo-img {
        max-height: 35px !important;
    }
    .header-bg {
        height: 65px;
    }
    button.navbar-toggle{
        display: none;
    }
    div#qx-section-379{
        argin-left: 0 !important;
        padding-top: 0;
    }
    button.off-canvas-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        background: 0 0;
        color: #cea66b;
        display: block;
        border: none;
        font-size: 20px;
    }
    /*.t3-content {
        padding-left: 0;
        padding-right: 0;
    }*/
    .t3-off-canvas .t3-off-canvas-body a {
        color: #212121;
    }
    .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
        color: #cea66b;
    }
    .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
        background-color: unset;
    }
    .t3-off-canvas .t3-off-canvas-body {
        padding: 10px;
    }
    .t3-off-canvas .t3-off-canvas-header h2 {
        display: none;
    }
    .reserve-menu {
        color: #212121!important;
        border: solid 0px #cea66b;
        background-color: #fff !important;
        padding: 10px 15px !important;
    }
    .reserve-menu:hover {
        color: #cea66b!important;
        border: solid 0px #cea66b;
        background-color: #fff!important;
    }
    .reserve-menu {
        padding: 10px 15px !important;
    }
    .t3-off-canvas .t3-off-canvas-header {
        background: #fff;
        color: #333333;
        padding: 0 0 0 12px;
        height: 35px;
    }
    .t3-off-canvas .close {
        background: #fff;
        color: #4D4D4F;
        opacity: 1;
    }
}
