/*
Theme Name: Travio Child
Text Domain: travio
Description: Child theme for Travio
Author: Sunil Chandra
Template: travio
Version: 1.0.0
*/
.fullWidth {
  position: relative;
  width: 100%;
}
.infoTable {
  width: 100%;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-top:20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2,1fr);
  grid-template-columns: repeat(2,1fr);
  background: #57091d;
  align-items: stretch;
	border-radius:10px;
	overflow: hidden;
}
.tabDays {
  color: #fff;
  margin: 0;
  font-family: 'Work Sans', serif;
  font-size: 30px;
  line-height: 32px;
  text-decoration: none;
  text-align: center;
  background: #061a3a;
}
.tabDays p {
	margin: 1em 0;
	color: #ffffff;
}
.tabPrice {
  color: #ffffff;
  margin: 0;
  font-family: 'Work Sans', serif;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  background: #102e5d;
  display: inherit;
  align-items: center;
}
.tabPrice p {
	margin:0;
	font-family: 'Work Sans', serif;
	font-size: 24px;
    line-height: 1.2;
	color: #ffffff;
}

.single-tour .photo-gallery .image-box{
	 display: grid;
  -ms-grid-columns: repeat(2,1fr);
  grid-template-columns: repeat(2,1fr);
}