body {
  color: #2c2c2c;
}

body.opened-settings {
  overflow: hidden;
}

.btn {
  border-radius: 4px;
}

.btn-block {
  margin-bottom: 5px;
}

.post-single .post-body {
  color: #2c2c2c;
}

.post-single .post-body h1,
.post-single .post-body h2,
.post-single .post-body h3,
.post-single .post-body h4,
.post-single .post-body h5,
.post-single .post-body h6 {
  font-weight: 400;
}

@media (min-width: 783px) {

  .logged-in.admin-bar #topnav,
  .logged-in.admin-bar #topnav.affix-top,
  .logged-in.admin-bar #aside-nav {
    top: 0 !important;
  }
}

@media (max-width: 991px) {
  body:not(.has-home-slider):not(.loggedin-in.admin-bar) {
    padding-top: 0;
  }
}

@media (min-width: 600px) and (max-width: 782px) {

  .logged-in.admin-bar #topnav,
  .logged-in.admin-bar #topnav.affix-top,
  .logged-in.admin-bar #aside-nav {
    top: 0;
  }
}

#settings-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd3eb;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#settings-overlay.active {
  opacity: 1;
  visibility: visible;
}

#sidebar-widgets {
  background-color: #2e2842;
  color: #ccc;
  padding-top: 15px;
  padding-bottom: 0;
}

#sidebar .widget {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #f4f4f4;
}

#sidebar .widget h5 {
  color: #605287;
  font-weight: 700;
  border-bottom: 1px solid #605287;
  display: inline-block;
  padding-bottom: 5px;
}

#sidebar-widgets #sidebar .widget ul li {
  position: relative;
}

#sidebar-widgets #sidebar .widget ul li:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  opacity: .5;
  top: 0;
  color: #ccc;
}

#sidebar-widgets #sidebar .widget ul li:first-child:before {
  border-top: none;
}

#sidebar-widgets #sidebar .widget ul li:last-child:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  opacity: .5;
  bottom: 0;
}

#sidebar-widgets #sidebar .widget ul>li>a {
  display: block;
  padding: 1em 0;
  color: #ccc;
}

#sidebar-widgets #sidebar .widget ul>li>a:hover {
  color: #fff;
}

#rosette, #rosette2 {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  height: 150px;
  z-index: 100000;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  #rosette, #rosette2 {
    display: none;
  }
}

#rosette>.container, #rosette2>.container {
  position: relative;
}

#rosette span {
  position: relative;
  float: right;
  top: 0px;
  right: 0px;
  display: block;
  width: 99px;
  height: 130px;
  background-image: url('/wp-content/themes/moocowmedia/assets/images/rosette1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#rosette2 span {
  position: relative;
  float: right;
  top: 0px;
  right: 117px;
  display: block;
  width: 99px;
  height: 130px;
  background-image: url('/wp-content/themes/moocowmedia/assets/images/rosette1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#rosette span a, #rosette2 span a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto;
}

@media only screen and (max-width : 991px) {
  #navigation {
    border-top: 1px solid #cbd3eb;
    border-bottom: 1px solid #cbd3eb;
    background-color: #cbd3eb;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #topnav #navigation {
    left: 100px;
  }
}

#topnav .logo {
  position: absolute;
  top: 5px;
  padding: 0;
}

#topnav .logo img {
  max-height: 70px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 992px) {
  #topnav .logo img {
    max-height: 120px;
  }
}

#topnav, #topnav.stick.dark-menu {
  position: relative;
  background-color: #cbd3eb;
  padding: 0;
  border: none;
}

@media (max-width: 991px) {
  #topnav.dark-menu {
    background-color: #cbd3eb;
    box-shadow: none;
  }
}

@media only screen and (max-width: 600px) {
  #topnav, #aside-nav {
    z-index: 1050;
  }
}

@media (max-width: 991px) {
  #topnav.dark-menu .menu-toggle .toggle-inner {
    background-color: #2e2842;
  }
}

@media only screen and (max-width: 991px) {
  #topnav .menu-toggle:hover .toggle-inner {
    background-color: #2e2842 !important;
  }
}

@media only screen and (max-width: 991px) {
  #topnav .navigation-menu>li>a:hover {
    color: #2e2842;
  }

  #topnav .navigation-menu>li.menu-item-has-children.opened>a {
    color: #2e2842;
  }
}

@media (min-width: 992px) {

  #topnav .navigation-menu>li.menu-btn-item,
  #topnav .navigation-menu>li.menu-btn-item.active,
  #aside-nav .navigation-menu>li.menu-btn-item,
  #aside-nav .navigation-menu>li.menu-btn-item.active {
    margin: 30px 0px;
    padding: 6px 0;
  }
}

#topnav .navigation-menu>li.menu-btn-item.btn-tickets {
  width: 100px;
  height: 42px;
  background-image: url('/wp-content/themes/bluebell-railway/assets/images/icon_dark_ticket.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: left;
}

#topnav .navigation-menu>li.menu-btn-item.btn-tickets a {
  color: #fff;
}

#topnav .navigation-menu>li.menu-btn-item.btn-shop {
  width: 105px;
  height: 42px;
  background-image: url('/wp-content/themes/bluebell-railway/assets/images/icon_dark_basket.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  text-align: left;
}

#topnav .navigation-menu>li.menu-btn-item.btn-donate {
  width: 125px;
  height: 42px;
  background-image: url('/wp-content/themes/bluebell-railway/assets/images/icon_dark_donate.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  text-align: left;
}

#topnav .navigation-menu>li>a {
  color: #2e2842;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu>li>a {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 62px;
  }
}

@media (min-width: 992px) {

  #topnav .navigation-menu>li.menu-btn-item>a,
  #topnav .navigation-menu>li.menu-btn-item.active>a,
  #aside-nav .navigation-menu>li.menu-btn-item>a,
  #aside-nav .navigation-menu>li.menu-btn-item.active>a {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    color: #2e2842;
    font-size: 14px;
  }
}

@media (min-width: 992px) {

  #topnav .navigation-menu>li.menu-btn-item>a:hover,
  #topnav .navigation-menu>li.menu-btn-item.active>a:hover,
  #aside-nav .navigation-menu>li.menu-btn-item>a:hover,
  #aside-nav .navigation-menu>li.menu-btn-item.active>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #2e2842 !important;
  }

  #topnav .navigation-menu>li.menu-btn-item.btn-tickets a:hover {
    color: #fff !important;
  }
}

#topnav .navigation-menu>li.menu-item-has-children>a:after {
  display: none;
  content: "";
  font-family: "hodyicons";
  margin-left: 5px;
  font-size: 9px;
}

@media (max-width: 991px) {
  #topnav .navigation-menu>li .submenu li a {
    color: #2e2842;
  }
}

.menu-extras {
	border-left: none;
	margin-top: 0;
}

@media (min-width: 992px) {
	.menu-extras {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
  .menu-extras .ticket,
  .menu-extras .basket,
  .menu-extras .donate {
    display: none;
  }
}

.menu-extras .menu-item>div>a {
  padding: 15px 6px;
}

.menu-extras .menu-item.ticket img {
  width: auto;
  height: 32px;
}

.menu-extras .menu-item.basket img {
  width: auto;
  height: 32px;
}

.menu-extras .menu-item.donate img {
  width: auto;
  height: 32px;
}

/* Header Calender */
#bigcalendar1 {
  z-index: 200;
}

#afterbig1 {
  float: left;
  margin-top: -50px;
  z-index: 100;
}

#afterbig1 table, #bigcalendar1 table {
  font-family: "Montserrat", sans-serif;
}

#afterbig1 .calyear_table, #bigcalendar1 .calyear_table {
  background-color: #605287;
}

#cal_event {
  min-height: 12px;
  height: 12px;
}

#cal_event p {
  opacity: 0;
  font-size: 0;
  line-height: 12px !important;
}

/*** Pop Up ***/
@media only screen and (max-width: 991px) {
  #TB_overlay {
    background: #222;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.touch #TB_window {
  height: 75%;
  max-height: 75%;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  background: #222;
}

.tb-close-icon {
  color: #FFF;
}

#TB_closeWindowButton:hover .tb-close-icon, #TB_closeWindowButton:focus .tb-close-icon {
  color: #7f70a9;
}

.pop_body {
  font-family: "Raleway", sans-serif;
}

/*** Sections ***/
section {
  padding-bottom: 60px;
  padding-top: 40px;
}

section.page-title {
  height: 600px;
  position: relative;
  padding-top: 82px;
}

section.page-title:before {
  content: " ";
  display: block;
  background-color: #2e2842;
  width: 100%;
  height: 50px;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 100%;
  position: relative;
  top: 0;
  z-index: 10;
}

@media only screen and (max-width: 991px) {
  section.page-title:before {
    display: none;
  }
}

section.page-title:after {
  content: " ";
  display: block;
  background-color: #2e2842;
  width: 100%;
  height: 50px;
  border-top-left-radius: 0%;
  border-top-right-radius: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 10;
}

.before-slope-right:before {
  content: " ";
  display: block;
  background-color: #2e2842;
  width: 100%;
  height: 50px;
  border-bottom-left-radius: 0%;
  border-bottom-right-radius: 100%;
  position: absolute;
  top: 0px;
  z-index: 10;
}

/*** Whats On ***/
#whats-on .listing-item {
  padding: 10px 10px;
}

#whats-on .listing-item .title {
  display: block;
  background-color: #f4f4f4;
  border: 0 none;
  border-radius: 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-right: 0;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  background-color: #605287;
  line-height: 1.42857;
}

#whats-on .listing-item.premier-dining:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 121px;
  height: 95px;
  display: block;
  background: url('assets/images/corner-slash.png');
  background-size: 121px 95px;
  background-repeat: no-repeat;
  background-position: right top;
}

/*** Whats on single ***/
.vc_whats_on_page_title {
  background-color: #2e2842;
  padding-bottom: 10px;
  padding-top: 0;
}

.post-meta-cost, .post-meta-dates {
  background-color: #f7f7f7;
  border-left: 3px solid #7f70a9;
  padding: 0 30px 30px;
  color: #2c2c2c;
}

.date-icon {
  padding-right: 15px;
}

.date-icon i {
  padding-right: 5px;
}

.projects-controller a[rel="prev"] i {
  margin-right: 10px;
}

.projects-controller a[rel="next"] {
  text-align: right;
}

.projects-controller a[rel="next"] i {
  margin-left: 10px;
}

/*** General ***/
.vc_row-no-padding .wpb_text_column {
  padding: 1em 1.875em;
}

.vc_row-no-padding .wpb_text_column h2.hero-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0;
  padding: 1em 1.875em;
  color: #ffffff;
}

.vc_row-no-padding .wpb_text_column p {
  padding: 1em 1.875em;
}

.ribbon-left {
  font-size: 18px;
  position: relative;
  display: inline-block;
  float: left;
  background-color: #605287;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  padding-left: 1.875em;
  padding-right: 1.875em;
  margin-top: 0px;
  margin-bottom: 17px;
}

.ribbon-left:after {
  content: " ";
  display: block;
  background-image: url('assets/images/bluebell_ribbon_r1.png');
  width: 88px;
  height: 72px;
  position: absolute;
  top: 0px;
  right: -88px;
  z-index: 10;
}

.ribbon-right {
  font-size: 18px;
  position: relative;
  float: right;
  display: inline-block;
  background-color: #605287;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  padding-left: 1.875em;
  padding-right: 1.875em;
  margin-top: 30px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .ribbon-right {
    display: none;
  }
}

.ribbon-right:after {
  content: " ";
  display: block;
  background-image: url('assets/images/bluebell_ribbon_l1.png');
  width: 88px;
  height: 72px;
  position: absolute;
  top: -17px;
  left: -88px;
  z-index: 10;
}

.icon-box>i {
  font-size: 32px;
  margin-bottom: 15px;
}

#footer-widgets {
  padding-top: 50px;
  padding-bottom: 0;
}

#footer-widgets ul li {
  position: relative;
}

#footer-widgets ul li:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  opacity: .5;
  top: 0;
}

#footer-widgets ul li:last-child:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  opacity: .5;
  bottom: 0;
}

#footer-widgets ul li a {
  display: block;
  padding: 1em 0;
}

#footer-widgets .widget ul>li {
  padding: 0 0;
}

#footer-widgets .widget ul>li>a:hover {
  color: #fff;
}

#footer {
  background-color: #2e2842;
}

#footer .copy-text, #footer .copy-text a {
  text-align: left;
  font-family: "Raleway", sans-serif;
  color: #ccc;
}

#footer .copy-text a {
  text-align: left;
  font-family: "Raleway", sans-serif;
  color: #ccc;
  padding: 0em 0.5em;
}

#footer .social-list>li>a {
  color: #2c2c2c;
  background-color: #fff;
}

.hero-section .box {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 0px;
}

.hero-section:nth-of-type(1) .box:nth-child(1) {
  background-image: url('https://www.bluebell-railway.com/wp-content/uploads/2017/02/no-parking-at-Kingscote-161005.jpg');
  border-right: 1px solid #ffffff;
}

.hero-section:nth-of-type(1) .box:nth-child(2) {
  background-image: url('https://www.bluebell-railway.com/wp-content/uploads/2017/04/73082-North-of-Sloop-Bridge-Golden-Arrow-251015-12302-E.jpg');
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.hero-section:nth-of-type(2) .box:nth-child(1) {
  background-image: url('https://www.bluebell-railway.com/wp-content/uploads/2017/02/IAn-Wrights-Piccys-026.jpg');
}

.hero-section:nth-of-type(2) .box:nth-child(2) {
  background-image: url('https://www.bluebell-railway.com/wp-content/uploads/2017/02/IMG_0021.jpg');
  border-top: 1px solid #ffffff;
}

.hero-section .box .title {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.5em 1.5em;
}

.hero-section .box .title>h2.upper {
  font-size: 24px;
  margin: 0px;
}

.hero-section .box .title>h4 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0px;
}

/* Hmeslider */
#home-slider {
  height: 80vh;
  background-color: #2e2842;
}

@media (min-width: 992px) {
  #home-slider {
    height: 600px;
  }
}

.slide-image {
  position: absolute;
}

.slide-wrap {
  background-color: transparent;
}

.slide-content {
  vertical-align: bottom;
}

.slide-content .slide-box {
  background-color: #fff;
  z-index: 10;
}

.slide-content h1 {
  display: inline-block;
  color: #999999;
  font-size: 28px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .slide-content h1 {
    font-size: 36px;
  }
}

.slide-content h1 .highlight {
  color: #605287;
  font-weight: bold;
}

.slide-content p {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slide-content .btn {
  height: 42px;
  line-height: 38px;
}

/* iconrow */
@media (min-width: 768px) {
  section#iconrow .vc_row.vc_row-o-equal-height>.vc_column_container {
    border-right: 1px solid white;
    border-left: 1px solid white;
  }
}

section#iconrow .icon-box a {
  color: #ffffff;
  font-weight: 400;
}

section#iconrow .icon-box a i {
  font-size: 34px;
  font-weight: bold !important;
}

.icon-box h4 {
  font-weight: bold;
}

/*** News Ticker ***/
#bluenews {
  position: relative;
  top: 10px;
  min-height: 42px;
  height: 42px;
  background-color: #524674;
}

.cfpnews {
  min-height: 42px;
  height: 42px;
  line-height: 32px;
  background-image: url('assets/images/play-news.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-color: #524674;
  color: #fff;
  font-weight: 600;
  padding: 5px 0 5px 50px;
}

@media only screen and (min-width : 992px) {
  .cfpnews {
    max-width: 50%;
    max-width: calc(100% - 260px);
  }
}

.ticker-wrapper.has-js, .telex-inner {
  font: 16px/1.5 "Montserrat", sans-serif;
  height: 32px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.ticker {
  background-color: #524674;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ticker-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.ticker-content, .telex-msg {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding-top: 5px;
}

.ticker-content:focus {}

.ticker-content a, .telex-msg a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.ticker-content a:hover, .telex-msg a:hover {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.ticker-swipe {
  background-color: #524674;
  display: block;
  height: 23px;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 800px;
}

.ticker-swipe span {
  background-color: #524674;
  border-bottom: 1px solid #524674;
  display: block;
  height: 12px;
  margin-left: 1px;
  width: 7px;
}

.ticker-controls {
  background-color: #524674;
  float: left;
  list-style-type: none;
  padding: 0;
  width: 20%;
}

.ticker-controls li {
  cursor: pointer;
  display: block;
  float: right;
  height: 16px;
  margin-left: 5px;
  padding: 0;
  width: 16px;
}

.ticker-controls li.jnt-play-pause {
  background-image: url("assets/images/controls.png");
  background-position: 32px 16px;
  display: none;
}

.ticker-controls li.jnt-play-pause.over {
  background-position: 32px 32px;
}

.ticker-controls li.jnt-play-pause.down {
  background-position: 32px 0;
}

.ticker-controls li.jnt-play-pause.paused {
  background-image: url("assets/images/controls.png");
  background-position: 48px 16px;
  display: none;
}

.ticker-controls li.jnt-play-pause.paused.over {
  background-position: 48px 32px;
}

.ticker-controls li.jnt-play-pause.paused.down {
  background-position: 48px 0;
}

.ticker-controls li.jnt-prev {
  background-image: url("assets/images/controls.png");
  background-position: 0 16px;
  display: none;
}

.ticker-controls li.jnt-prev.over {
  background-position: 0 32px;
}

.ticker-controls li.jnt-prev.down {
  background-position: 0 0;
}

.ticker-controls li.jnt-next {
  background-image: url("assets/images/controls.png");
  background-position: 16px 16px;
  display: none;
}

.ticker-controls li.jnt-next.over {
  background-position: 16px 32px;
}

.ticker-controls li.jnt-next.down {
  background-position: 16px 0;
}

.ticker-wrapper {
  display: none;
}

.js-hidden {
  display: none;
}

.no-js-news {
  color: #f4faf0;
  padding: 10px 0 0 45px;
}

.left .ticker-swipe {}

.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
  float: left;
}

.left .ticker-controls {
  padding-left: 0;
}

.right .ticker-swipe {}

.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
  float: right;
}

.right .ticker-controls {
  padding-right: 6px;
}

/* click-box */
.hero-box.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.click-box-media img {
    width: 100%;
}

.click-box-item {
    background-color: #605287;
}

.click-box-item .click-box-info {
    padding: 25px 15px;
}

.click-box-item .click-box-info p {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}

.click-box-item .click-box-btn .btn {
    width: 100%;
}

/* WooCommerce global */
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 20px;
}

.block-settings-wrapper {
  display: block;
  position: fixed;
  left: -303px;
  top: 15%;
  width: 300px;
  height: 70%;
  z-index: 100001;
  -moz-transition: left .4s;
  -webkit-transition: left .4s;
  transition: left .4s;
}

@media (min-width: 576px) {
  .block-settings-wrapper {
    left: -403px;
    width: 400px;
  }
}

@media (min-width: 992px) {
  .block-settings-wrapper {
    display: none;
  }
}

.block_settings {
  width: 100%;
  height: 100%;
  overflow: auto;
  box-shadow: 3px 3px 10px -5px #444;
}

.block-settings-wrapper #settings_close {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: -50px;
  top: 15%;
  background-repeat: no-repeat;
  border-radius: 0 2px 2px 0;
  font-size: 30px;
  background-color: #2e2842;
  color: #fff;
  text-align: center;
  padding: 4px;
  cursor: pointer;
  box-shadow: 5px 5px 25px -5px #444;
}

.block-settings-wrapper #settings_close:focus {
  outline: dotted thin;
}

.block-settings-wrapper section {
  display: block;
  clear: both;
  padding: 15px 12px 15px 15px;
  height: 199px
}

.opened-settings .block-settings-wrapper {
  left: 0
}

#settings_close .icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url(https://www.bluebell-railway.com/wp-content/themes/bluebell-railway/assets/images/icon_basket.png);
  background-size: contain;
  overflow: hidden;
}

.open-shop {
  position: relative;
  background: #fff;
  color: #161616;
  padding-top: 30px;
  padding-bottom: 30px;
}

.open-shop #sidebar {
  padding: 0 15px;
  display: block;
  width: 100%;
}

/*** Woocommerce shop ***/
.product-col .shop-product {
  background-color: #f4f4f4;
}

.product-info {
  padding: 0 15px 15px 15px;
}

.product-info h4 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
  color: #2c2c2c;
  font-weight: 500;
}

.product-info h4 a {
  color: #2c2c2c;
}

.product-thumb {
  min-height: 250px;
  height: 250px;
  max-height: 250px;
  white-space: nowrap;
  padding: 15px 15px;
  text-align: center;
}

.product-thumb:before, .product-thumb_before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.product-thumb a {
  width: 100%;
}

.product-thumb img {
  margin: auto;
  vertical-align: middle;
  max-width: 100%;
}

.product-thumb:hover img {
  transform: none;
}

.product-info>span {
  color: #605287;
}

/* Category pages */
.catbbg {
  background-color: #cbd3eb;
  padding: 35px 50px;
  margin-top: 0;
  margin-bottom: 20px;
}

.catbbg h1 {
  margin-top: 0;
  font-size: 30px;
  color: #605287;
  line-height: 1.1;
  font-weight: 700;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background-color: #f4f4f4;
  padding: 10px;
  text-align: center;
}

/* Single Product */
#product-slider {
  background-color: #f4f4f4;
  padding: 10px;
}

.flexslider .slides img {
  width: auto;
  margin: auto;
}