/*!
Theme Name: Basecamp Trek Nepal
*/

/* RIGHT OFFER BOX */
.offer-box {
  background: #e9f8fc;
  padding: 12px 24px;
  border-radius: 4px;
  max-width: 700px;
}

.offer-title {
  font-size: 22px;
  color: #ffc400;
  font-weight: bold;
  margin-bottom: 8px;
}

.offer-text {
  font-size: 16px;
  color: #555;
}

.offer-text span.code {
  color: green;
  font-weight: bold;
  margin: 0 4px;
}

.discount-offer .accordion__item__header::before{
    top:18px;
}
.discount-offer .accordion__item__header.active::before {
    top: 27px;
}

.discount-offer {
    background: #f0f3f5;
	border: 1px solid #ddd;
    border-radius: .25rem;
    margin-top: 25px;
    padding: 7px 0 0;
}
table.discount-card__table {
    width: 100%;
}

.discount-card__header-title:last-child {
    text-align: right;
    float: right;
}
label.dacco.active {
    padding-top: 8px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.discount-offer label{
  text-align: center;
  padding: 5px 15px;
  color: #440c19;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
      font-size: 1rem;
}

.discount-card__header tr {
    padding: 0 19px 8px;
    overflow: hidden;
    position: relative;
    display: block;
}

.discount-card__header tr:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 9px;
    right: 9px;
    display: block;
    background: #4594b3;
}

.discount-card__header-title {
    font-size: .8125rem;
    font-weight: bold;
    line-height: 1.08;
    color: #1b2b3a;
    float: left;
    text-align: left;
}
.discount-card__list {
    padding: 10px 16px;
    display: block;
    overflow: hidden;
}

.discount-card__list tr {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 0 6px;
    display: block;
    overflow: hidden;
}

.discount-card__list tr:after {
    content: '';
    height: 1px;
    z-index: -1;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    left: 0;
    right: 0;
    background-image: url(./img/dashed.svg);
    background-repeat: repeat-x;
}
.discount-card__list tr td {
    display: inline-block;
    vertical-align: top;
    background: #f0f3f5;
    font-size: .9375rem;
    color: #1b293a;
    float: left;
    text-align: left;
}
.discount-card__list tr .person {
    padding-right: 5px;
}

.discount-card__list tr .discount-price {
    padding-left: 5px;
}

.discount-card__list tr td:last-child {
    text-align: right;
    float: right;
}

.post_tags {
    margin-top: 30px;
}

.post_tags a {
    background-color: #0171bc;
    border-radius: 0 2px 2px 0;
    color: #fff !important;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2727272727;
    margin: 2px 4px 2px 10px;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.white-menu ul li a{
    color: #ffffff;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.details p{
   font-size: 1.25rem !important;
   color: rgba(33,37,41,.75);
}