/* =========================================================== */
/* 00. Call To Action
/* =========================================================== */
.cta {
  width: 100%;
  background-color: #bf9456;
  padding: 40px 0;
}

.cta .cta-content {
  display: inline-block;
}

.cta h1 {
  color: #fff;
  font-size: 24px;
  line-height: inherit;
  text-transform: uppercase;
  padding-top: 10px;
  margin: 0;
}

.cta .cta-buttons {
  display: inline-block;
  padding-top: 5px;
  float: right;
}

.cta a.btn {
  background-color: #333333;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 18px 24px;
}

@media (max-width: 992px) {
  .cta {
    text-align: center;
  }

  .cta .cta-buttons {
    margin-top: 15px;
    text-align: center;
    display: inline-block;
    float: none;
  }
}

/* =========================================================== */
/* 00. Recent Posts
/* =========================================================== */
.recent-posts {
  position: relative;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.recent-post {
  display: inline-block;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  margin: 0px 12px;
}

.recent-post img {
  width: 100%;
  height: auto;
}

.recent-posts-content{
  background-color: #ece8de;
  padding:30px 20px 15px 20px;
}

.recent-posts-content h4 {
  line-height: 23px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.recent-posts-content h4 a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-posts-content h4 a:hover {
  color: #bf9456;
}

.recent-posts-content p{
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.recent-post .droplet-btn{
  margin-top: 10px;
}

.recent-post .droplet-btn a.btn{
  color: #bf9456;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.recent-posts-meta {
  background-color: #ece8de;
  border-top: 1px solid #d9d4c9;
  padding:10px 15px;
  font-weight: 500;
  font-size: 13px;
}

.recent-posts-meta span.meta i{
  margin-right: 10px;
  font-size: 12px;
  vertical-align: middle;
  color: #bf9456;
}

/* =========================================================== */
/* 00. Imagebox
/* =========================================================== */ 
.imgbox {
  margin-bottom: 30px;
}

.imgbox.style-1 .imgbox-content {
  text-align: center;
}

.imgbox.style-1 .img {
  text-align: center;
}

.imgbox.style-2 .img {
  text-align: left;
}

.imgbox.style-2 .imgbox-content {
  text-align: left;
}

.imgbox .imgbox-caption h3 {
  font-size: 28px;
  margin: 25px 0 10px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.imgbox .imgbox-caption p {
  margin: 0;
  font-weight: 400;
}

.imgbox .imgbox-btn {
  margin: 17px 0px;
}

.imgbox.style-2 .imgbox-btn {
  margin: 17px 0px;
}

.imgbox .imgbox-btn a {
  text-transform: uppercase;
  font-size: 13px;
  padding:14px 18px;
  color: #fff !important;
  background-color: #bf9456;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* =========================================================== */
/* 00. Testimonials
/* =========================================================== */ 
.testimonials {
  visibility: hidden;
}

.testimonials .content {
  padding: 20px 20px 10px 40px;
  margin:0 12px;
  border-radius: 10px;
  background-color: #ece8de;
  border: 3px solid #bf9456;
}

.testimonials p {
  font-size: 15px;
  color: #474747;
  margin-bottom: 10px;
  line-height: 26px;
  text-align: left;
  overflow: hidden;
}

.testimonials h4 {
  margin:15px 0px;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}

.testimonials h4:after {
  content:"-";
  margin-right: 5px;
}

.testimonials .content i {
  font-size: 21px;
  margin:2px 0 3px;
  color: #cbc4b1;
}

.testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  background-color: #dfdbcf;
  border-radius: 3px;
  color: #bf9456;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.testimonials .slick-arrow:hover {
  opacity: 1;
  cursor: pointer;
}

.testimonials .slick-arrow.droplet-arrow-left {
  left: -60px;
}

.testimonials .slick-arrow.droplet-arrow-left:hover{
  margin-right: 10px;
}

.testimonials .slick-arrow.droplet-arrow-right {
  right: -60px;
}

/*Google Map*/
.wpb_gmaps_widget .wpb_wrapper{
  background-color:transparent !important;
  padding: 0 !important;
}

/* =========================================================== */
/* 00. Accordion
/* =========================================================== */ 
.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel:first-child .vc_tta-panel-heading {
  border-top: none;
}

.vc_tta-panels {
  border-radius: 0px !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #bf9456;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before,
.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  border-color: #fff !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
  background: #f6f6f6;
  border: none;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  border-top: none;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 !important;
  background-color: #f6f6f6;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  text-transform: none;
  font-weight: 600;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:after {
  display: none;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333333;
  border: 1px solid #E6E6E6 !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  color: #fff !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a {
  padding-right: 42px;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  right: 25px;
  width: 9px;
  height: 9px;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  border-color: #333333 !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a {
  padding-left: 42px;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  left: 25px;
  width: 9px;
  height: 9px;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  padding: 25px 30px 18px;
  background: #f6f6f6 !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
  line-height: 26px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel {
  margin-bottom: 19px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  border: none;
  margin: 0;
  background: transparent;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  padding: 8px 30px 0 43px;
  border: none !important;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body .wpb_text_column p {
  line-height: 22px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title {
  padding: 0;
  font-size: 16px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title > a {
  padding: 7px 20px 5px;
  letter-spacing: -0.02em;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title > a .vc_tta-controls-icon {
  border: 1px solid;
  width: 24px;
  height: 24px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title > a .vc_tta-controls-icon::before {
  left: 6px;
  right: 6px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title > a .vc_tta-controls-icon::after {
  top: 6px;
  bottom: 6px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
  padding-left: 43px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title.vc_tta-controls-icon-position-left > a .vc_tta-controls-icon {
  left: 3px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title:after {
  content: none;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon {
  border-color: #6c98e1;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon::after, 
.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon::before {
  border-color: #6c98e1;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon {
  background: #6c98e1;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:before, 
.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-color: #fff;
}

/* =========================================================== */
/* 00. Tabs & Tour & Toggle
/* =========================================================== */
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  font-weight: 700;
  color: #333333;
  background-color: #f6f6f6;
  text-transform: uppercase;
  border: 1px solid #E6E6E6 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: #bf9456;
  color: #fff !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  background-color: #f6f6f6 !important;
  line-height: 26px !important;
  padding: 25px 30px 18px;
  border: 1px solid #E6E6E6 !important;
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
  border-radius: 0px !important;
}

/*Toggle*/
.vc_toggle{
  background-color: #ece8de;
  padding-left: 20px !important;
}

.vc_toggle_title {
  border-bottom: 1px solid #d9d4c9;
  padding: 20px 20px 20px 30px !important;
}

.vc_toggle_title h4 {
  font-size: 22px;
  text-transform: uppercase;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

.vc_toggle_title h4:hover {
  color: #bf9456;
}

.vc_toggle .vc_toggle_icon {
  float: right;
}

.vc_toggle .vc_toggle_content {
  line-height: 26px;
  font-size: 14px !important;
  padding: 25px 0px 10px !important;
  margin: 0;
}

.vc_toggle .vc_toggle_content p{
  margin: 0;
}

.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title {
  background: transparent !important;
}

.vc_toggle_active .vc_toggle_title h4 {
  color: #bf9456 !important;
}

.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon,
.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.vc_toggle_default .vc_toggle_icon {
  background: #bf9456 !important;
  color: #bf9456 !important;
  border: 1px solid #bf9456 !important;
}

.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: .6 !important;
}

.vc_toggle_default .vc_toggle_icon::before {
  border: 1px solid #bf9456 !important;
}

.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
  visibility: hidden;
}

.vc_toggle.vc_toggle_default .vc_toggle_icon {
  height: 1px !important;
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::before {
  width: 1px !important;
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::after {
  height: 1px !important;
}

/* =========================================================== */
/* 00. Charts
/* =========================================================== */
.vc_message_box p {
  font-weight: 500 !important;
}

.vc_separator h4 {
  font-size: 22px !important;
}

/*Pie Chart*/
.vc_pie_chart {
  margin: 50px;
}

.vc_pie_chart .wpb_pie_chart_heading {
  margin-top: 15px;
  margin-right: -25px;
  margin-left: -25px;
}

.vc_pie_chart .vc_pie_chart_value {
  font-size: 18px !important;
  font-weight: 500;
  color: inherit;
}

/*Chart*/
.vc_chart .vc_chart-legend span {
  border-radius: 50px !important;
  width: 10px !important;
  height: 10px !important;
}

.vc_chart h2 {
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 25px !important;
}

.wpb_flickr_widget h2 {
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 25px !important;
}

.wpb_images_carousel .vc_carousel-inner img {
  opacity: .6 !important;
}

.wpb_images_carousel .vc_carousel-inner img:hover {
  opacity: .9 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wpb_single_image .vc_figure-caption{
  margin-top: 1.2em !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #333333 !important;
}

.wpb_single_image.landing-promo img{
  box-shadow: 0 0 4.85px 0.15px rgba(0,0,0,.09);
  border:6px solid #ece8dd;
}

.retailer_logo .vc_single_image-wrapper{
  padding: 40px;
  height: 120px;
  border:2px solid #f7f7f7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.retailer_logo .vc_single_image-wrapper:hover{
  opacity: .7;
}

.retailer_logo .vc_single_image-wrapper img{
  background-position: center center !important;
}

.vc_btn3.vc_btn3-size-md {
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .1px !important;
  padding:12px 20px !important;
}

/* =========================================================== */
/* 00. Special Heading 
/* =========================================================== */
.special-heading {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

.center-pos{
  text-align: center;
}

.left-pos{
  text-align: left;
}

.right-pos{
  text-align: right;
}

.special-heading h1 {
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 55px;
  color: #333333;
  margin:0 0 10px 0;
}

.special-heading p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #636262;
  line-height: 26px;
}

@media (max-width: 768px) {
  .special-heading h1 {
    line-height: 65px;
    margin-bottom: 0px;
  }

  .special-heading p {
    width: 85%;
    margin:0px auto 0px auto;
  }
}

.special-heading img{
  max-width: 100%;
  height: auto;
  margin: 12px 0 20px;
}

.img-seperator.left-pos,
.img-seperator.right-pos{
  display: none;
}

.special-heading p.left-pos,
.special-heading p.right-pos{
  margin-top: 30px;
}

/* =========================================================== */
/* 00. Special Text 
/* =========================================================== */
.special-text {
  display: block;
  margin-bottom: 70px;
  text-align: center;
}

.special-text p {
  font-size: 14px;
  font-weight: 400;
  text-transform: normal;
  line-height: 33px;
  color: #636262;
  margin:0 0 20px 0;
}

@media (max-width: 768px) {
  .special-text p {
    line-height: 32px;
  }
}

/* =========================================================== */
/* 00. Team Members
/* =========================================================== */ 
.team-member {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.team-member img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.team-member .person-caption {
  position: relative;
  background-color: #333333;
  padding: 20px 20px 10px 20px;
}

.team-member .person-caption h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}

.team-member .person-caption h6 {
  color: #bf9456;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}

.member-social {
  position: absolute;
  right: -25px;
  top: 0;
  width: 50px;
  opacity: 0;
  margin: 8px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.team-member:hover .member-social {
  opacity: 1;
  right: 0;
}

.team-member ul.member-social {
  list-style: none;
}

.member-social i {
  color: #FFF;
  background-color: #bf9456;
  border:2px transparent;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin-bottom: 8px;
}

/* =========================================================== */
/* 00. Opening Hours
/* =========================================================== */ 
.opening-hours {
  padding: 30px 30px 10px 30px;
  text-align: center;
  background-color: #333333;
  border-radius: 10px;
  border: 3px solid;
  border-color: #bf9456;
}

.opening-hours h3 {
  font-size: 32px;
  margin-bottom: 25px;
  color: #fff;
  line-height: 45px;
  text-transform: uppercase;
}

.hour-item {
  margin-bottom: 15px;
}

.opening-hours .hour-item:before, 
.opening-hours .hour-item:after {
  content: " ";
  display: table;
}

.opening-hours .hour-item:after {
  clear: both;
}

.opening-hours .hour-item h4 {
  float: left;
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.opening-hours .hour-item h5 {
  float: right;
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .opening-hours h3 {
    line-height: normal;
  }

  .opening-hours .hour-item h4,
  .opening-hours .hour-item h5 {
    float: none;
    text-align: center;
    padding-bottom: 5px;
  }
}

/* =========================================================== 
/* 00. Gallery Post Type
/* =========================================================== */
/* Filters */
.gallery-filters {
  margin-bottom: 30px;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 992px) {
  .gallery-filters {
    padding-right: 15px;
  }
}

.gallery-filters span{
  margin-left: 25px;
  margin-right: 25px;
}

.gallery-filters span a {
  margin-right: 10px;
  margin-left: 10px;
  height: 36px;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  .gallery-filters {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

.gallery-filters span a.active {
  color: #bf9456;
}

/*Gallery*/
.gallery-items {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.gallery-item {
  visibility: hidden;
  overflow: hidden;
}

/*Style 1*/
.gallery-style-1 .gallery-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-style-1.gallery-grid{
  padding-right: 5px !important;
  padding-left: 5px !important ;
  margin-bottom: 10px !important;
}

.gallery-style-1 img {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.gallery-style-1 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

.gallery-style-1 h3 a{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
 
.gallery-style-1 h3 a:hover {
  color: #bf9456;
}

/*Style 2*/
.gallery-style-2 .gallery-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-style-2.gallery-nomargin{
  padding: 0 !important;
}

.gallery-style-2 img {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.gallery-style-2 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

.gallery-style-2 h3 a{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-style-2 h3 a:hover {
  color: #bf9456;
}

/* =========================================================== 
/* 00. Service Menu
/* =========================================================== */
.service-menu{
  padding: 10px 0px;
}

.service-menu h3{
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.service-menu h4{
  display: table-cell;
  width: 1%;
  padding-left: 4px;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #bf9456;
  font-size: 18px;
  margin: 0;
}

@media (max-width: 768px) {
  .service-menu h3 {
    padding-right: 2px;
  }
  .service-menu h4 {
    padding-left: 2px;
  }
}

.service-menu p {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 500;
  float: left;
  margin-bottom: 15px;
}

.service-menu .label {
  float: right;
  position: relative;
  text-align: right;
  top: 1px;
}

.service-menu .label span{
  margin-left: 10px;
  background-color: #bf9456;
  color: #fff;
  padding: 2px 10px;
  font-size: 9px;
  line-height: 17px;
  border-radius: 15px;
  text-align: center;
  font-weight: 400;
}

.service-menu .menu-dots{
  height: 3px;
  background-image: radial-gradient(circle closest-side,#777777 99%,transparent 100%);
  background-position: 50% 70%;
  background-size: 4px 2px;
  background-repeat: repeat-x;
  display: table-cell;
  width: 95%;
  z-index: 1;
  position: relative;
}

/* =========================================================== */
/* 00. Button 
/* =========================================================== */
.droplet-btn.text-left{
  text-align: left;
}

.droplet-btn.text-right{
  text-align: right;
}

.droplet-btn.text-center{
  text-align: center;
}

.droplet-btn a.btn {
  margin: 10px 0;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .2px;
  line-height: normal;
  border: 2px solid #bf9456;
  text-transform: uppercase;
  background-color: #bf9456;
  color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
  box-shadow: 1px 1px 2px rgba(0,0,0,.1);
  cursor: pointer;
  padding: 11px 20px;
  display: inline-block;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.droplet-btn a.btn.btn-round {
  border-radius: 50px;
  padding: 11px 22px;
}

.droplet-btn a.btn.btn-rounded {
  border-radius: 5px;
}

.droplet-btn a.btn.btn-outline {
  background-color: transparent !important;
  color: #bf9456;
}

.droplet-btn a.btn.btn-modern {
  border-bottom: 5px solid rgba(0,0,0,.1) !important;
  border: none;
}

/* =========================================================== */
/* 00. Week Hours
/* =========================================================== */ 
.week-item {
  padding: 30px 15px 20px 15px;
  margin:10px -5px;
  text-align: center;
  background-color: #333333;
  border-radius: 10px;
  border: 2px solid;
  border-color: #bf9456;
}

.week-item h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.week-item p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
