/*
 Theme Name:   WPMakeovers Custom
 Description:  CityTours Child Theme
 Template:     citytours
*/

.numbers-row {
	margin: 0 auto;
}

.date-block {
	padding-bottom: 0;
	margin-bottom: 0;
}

.corner-ribbon {
  background: #109baf;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 1px;
  position: absolute;
	top: 25px;
  left: -50px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	width: 200px;
	box-shadow: 0 5px 10px 2px rgba(0,0,0,0.3);
	z-index: 10;
}

.corner-ribbon.green {
	background: #479b13;
}

.corner-ribbon.orange {
	background: #cb6a12;
}

.corner-ribbon.red {
	background: #af100f;
}

img.parallax-slider {
	object-fit: cover !important;
	height: 100% !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	width: 100% !important;
	font-family: 'object-fit: contain;'
}

.tour_container .tour_title {
	display: block;
	text-decoration: none;
}

/*
a.cmn-toggle-switch {
  top: -40px !important;
}
*/

.schedule-box {
  border: 1px solid #e04f67;
  border-radius: 5px;
  margin: 0 auto !important;
  width: 98%;
}

.schedule-box .schedule-header {
  width: 100%;
}

.schedule-box h3 {
  background: #e04f67;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: block;
  margin: 0 -15px 10px;
  padding: 8px;
  position: relative;
  top: -5px;
}

.schedule-box .schedule-info {
  padding: 10px;
}

.schedule-info .table-responsive {
  border: none;
}

.desc-column-title {
  display: none;
}

.desc-column {
  width: 100% !important;
}

span.rating  {display:none;}

/* Frontpage Header Fix */

div.tp-bgimg.defaultimg {
  background-image: none !important;
}

@media screen and (max-width: 782px) {
  .rev_slider .tp-mask-wrap .tp-caption.Gym-Display.tp-resizeme > center {
    font-size: 23px !important;
    line-height: 20px !important;
    margin-left: -25% !important;
  }
}

body {
  background-color: #d1d1d1 !important;
}

#body-wrapper {
  margin: 0 auto;
  max-width: 1920px;
  box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.45);
}

#body-inner-wrap {
  background: #fff;
}

/*  Responsive Image Fix */

.wp-caption img {
  height: auto;
}

.post-content img {
  height: auto;
}